亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmpeopleinfo.designer.cs

?? 房屋中介系統是一款非常實用的房屋中介軟件。使用該軟件
?? CS
字號:
?namespace houseAgency
{
    partial class frmPeopleInfo
    {
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtIDCard = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.cbSex = new System.Windows.Forms.ComboBox();
            this.txtEmail = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtHomePhone = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtPhone = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.dtBirthday = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.butIHouse = new System.Windows.Forms.Button();
            this.eperror = new System.Windows.Forms.ErrorProvider(this.components);
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.eperror)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtIDCard);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.cbSex);
            this.groupBox1.Controls.Add(this.txtEmail);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtHomePhone);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtPhone);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.dtBirthday);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(444, 155);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "基本信息維護";
            // 
            // txtIDCard
            // 
            this.eperror.SetIconPadding(this.txtIDCard, 5);
            this.txtIDCard.Location = new System.Drawing.Point(77, 116);
            this.txtIDCard.MaxLength = 18;
            this.txtIDCard.Name = "txtIDCard";
            this.txtIDCard.Size = new System.Drawing.Size(341, 21);
            this.txtIDCard.TabIndex = 5;
            this.txtIDCard.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtIDCard_KeyPress);
            this.txtIDCard.TextChanged += new System.EventHandler(this.txtIDCard_TextChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(10, 120);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 14;
            this.label7.Text = "身份證號:";
            // 
            // cbSex
            // 
            this.cbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbSex.FormattingEnabled = true;
            this.cbSex.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.cbSex.Location = new System.Drawing.Point(78, 57);
            this.cbSex.Name = "cbSex";
            this.cbSex.Size = new System.Drawing.Size(121, 20);
            this.cbSex.TabIndex = 13;
            // 
            // txtEmail
            // 
            this.eperror.SetIconPadding(this.txtEmail, 5);
            this.txtEmail.Location = new System.Drawing.Point(294, 84);
            this.txtEmail.MaxLength = 50;
            this.txtEmail.Name = "txtEmail";
            this.txtEmail.Size = new System.Drawing.Size(124, 21);
            this.txtEmail.TabIndex = 4;
            this.txtEmail.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEmail_KeyPress);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(235, 87);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 11;
            this.label6.Text = "E-mail:";
            // 
            // txtHomePhone
            // 
            this.eperror.SetIconPadding(this.txtHomePhone, 5);
            this.txtHomePhone.Location = new System.Drawing.Point(294, 57);
            this.txtHomePhone.MaxLength = 8;
            this.txtHomePhone.Name = "txtHomePhone";
            this.txtHomePhone.Size = new System.Drawing.Size(124, 21);
            this.txtHomePhone.TabIndex = 3;
            this.txtHomePhone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtHomePhone_KeyPress);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(223, 59);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "固定電話:";
            // 
            // txtPhone
            // 
            this.eperror.SetIconPadding(this.txtPhone, 5);
            this.txtPhone.Location = new System.Drawing.Point(294, 30);
            this.txtPhone.MaxLength = 11;
            this.txtPhone.Name = "txtPhone";
            this.txtPhone.Size = new System.Drawing.Size(124, 21);
            this.txtPhone.TabIndex = 2;
            this.txtPhone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPhone_KeyPress);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(223, 33);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "手    機:";
            // 
            // dtBirthday
            // 
            this.dtBirthday.Location = new System.Drawing.Point(77, 83);
            this.dtBirthday.Name = "dtBirthday";
            this.dtBirthday.Size = new System.Drawing.Size(123, 21);
            this.dtBirthday.TabIndex = 13;
            this.dtBirthday.ValueChanged += new System.EventHandler(this.dtBirthday_ValueChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(10, 86);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "出生日期:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 58);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "性    別:";
            // 
            // txtName
            // 
            this.eperror.SetIconPadding(this.txtName, 5);
            this.txtName.Location = new System.Drawing.Point(77, 28);
            this.txtName.MaxLength = 20;
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(123, 21);
            this.txtName.TabIndex = 1;
            this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtName_KeyPress);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "姓    名:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(125, 173);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 6;
            this.button1.Text = "確定(&O)";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(335, 173);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 7;
            this.button2.Text = "取消(&C)";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // butIHouse
            // 
            this.butIHouse.Enabled = false;
            this.butIHouse.Location = new System.Drawing.Point(219, 174);
            this.butIHouse.Name = "butIHouse";
            this.butIHouse.Size = new System.Drawing.Size(95, 23);
            this.butIHouse.TabIndex = 7;
            this.butIHouse.Text = "錄入房源(&I)";
            this.butIHouse.UseVisualStyleBackColor = true;
            this.butIHouse.Visible = false;
            this.butIHouse.Click += new System.EventHandler(this.butIHouse_Click);
            // 
            // eperror
            // 
            this.eperror.ContainerControl = this;
            // 
            // frmPeopleInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(468, 209);
            this.Controls.Add(this.butIHouse);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmPeopleInfo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "客戶基本信息";
            this.Load += new System.EventHandler(this.frmPeopleInfo_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.eperror)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtPhone;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cbSex;
        private System.Windows.Forms.TextBox txtEmail;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtHomePhone;
        private System.Windows.Forms.TextBox txtIDCard;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button butIHouse;
        private System.Windows.Forms.ErrorProvider eperror;
        private System.Windows.Forms.DateTimePicker dtBirthday;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产精品成人综合| 5858s免费视频成人| 国产精品久久久一本精品| 韩国一区二区三区| 国产精品色婷婷久久58| 不卡视频在线看| 亚洲综合一区在线| 欧美一区二区三区在线观看视频| 亚洲成av人影院| 6080午夜不卡| 国产麻豆一精品一av一免费| 国产精品欧美一区二区三区| 日本韩国精品在线| 人妖欧美一区二区| 中文字幕精品—区二区四季| 91久久精品午夜一区二区| 日日摸夜夜添夜夜添亚洲女人| 26uuu成人网一区二区三区| 成人蜜臀av电影| 亚洲成人av在线电影| 精品伦理精品一区| 99久久精品国产麻豆演员表| 偷拍亚洲欧洲综合| 欧美国产综合色视频| 欧美中文字幕不卡| 国产一区久久久| 亚洲黄色片在线观看| 欧美一级理论性理论a| 成人18视频日本| 青青国产91久久久久久| 国产精品久线观看视频| 91麻豆精品国产91久久久更新时间| 国产成人av电影免费在线观看| 亚洲小少妇裸体bbw| 国产日韩精品一区二区三区在线| 在线国产电影不卡| 国产经典欧美精品| 日韩和的一区二区| 亚洲欧美日韩人成在线播放| 日韩欧美成人午夜| 在线精品视频免费播放| 国产一区二区毛片| 日韩精品五月天| 中文字幕在线不卡一区 | 久久精品一区蜜桃臀影院| 91成人在线精品| 成人性生交大片免费看视频在线| 视频一区在线播放| 一卡二卡欧美日韩| 中文字幕国产精品一区二区| 日韩午夜激情av| 欧美日韩一级二级| 色噜噜狠狠一区二区三区果冻| 国产一区二区三区日韩| 日日摸夜夜添夜夜添亚洲女人| 亚洲男人天堂一区| 国产精品国产三级国产aⅴ入口 | 国产精品一区三区| 日本不卡1234视频| 香蕉加勒比综合久久| 亚洲精品中文字幕在线观看| 久久精品欧美日韩| 久久久久免费观看| 精品国产第一区二区三区观看体验| 欧美日韩的一区二区| 91农村精品一区二区在线| 成人精品小蝌蚪| 成人精品在线视频观看| 国产v日产∨综合v精品视频| 狠狠色丁香婷综合久久| 精品系列免费在线观看| 全国精品久久少妇| 日韩中文字幕麻豆| 男人的j进女人的j一区| 五月开心婷婷久久| 日韩精品一级二级 | 亚洲日本在线a| 国产精品国产三级国产普通话三级 | 96av麻豆蜜桃一区二区| eeuss鲁一区二区三区| 不卡的av电影| 97精品电影院| 色婷婷久久99综合精品jk白丝| 91一区二区在线观看| 99久久久久久99| 色综合天天做天天爱| 在线观看视频一区| 91精品久久久久久久久99蜜臂| 91麻豆精品久久久久蜜臀| 制服丝袜av成人在线看| 欧美一级片在线| 国产亚洲人成网站| 1024精品合集| 亚洲国产视频直播| 蜜臂av日日欢夜夜爽一区| 国内外精品视频| 99久久久国产精品| 欧美日韩一区视频| 精品欧美一区二区在线观看| 久久这里只有精品首页| 中文字幕一区二区三区av| 亚洲综合激情另类小说区| 奇米影视一区二区三区| 国产精品一区二区无线| 91麻豆国产在线观看| 欧美人狂配大交3d怪物一区| 337p粉嫩大胆噜噜噜噜噜91av| 国产精品视频看| 日韩精品欧美成人高清一区二区| 国产自产v一区二区三区c| 99精品欧美一区二区三区小说| 欧美伦理电影网| 欧美高清在线精品一区| 午夜视频一区二区| 国产盗摄女厕一区二区三区 | 亚洲一区在线电影| 久久成人免费网| 91年精品国产| 精品国产一区二区三区av性色 | 日韩精品中文字幕一区二区三区 | 亚洲视频在线一区二区| 五月天视频一区| 成人a免费在线看| 91精品在线麻豆| 中文字幕在线不卡国产视频| 免费在线观看不卡| 91浏览器打开| 久久这里只有精品首页| 午夜精品久久久久久| 成人黄色在线视频| 精品国产一区二区三区久久久蜜月 | 亚洲人成在线观看一区二区| 蜜桃一区二区三区四区| 91官网在线免费观看| 久久久久久**毛片大全| 爽好多水快深点欧美视频| 成人av在线播放网址| 日韩精品专区在线影院观看| 亚洲激情av在线| 成人午夜碰碰视频| 精品久久久久久久久久久久久久久| 亚洲精品v日韩精品| 成人性生交大片免费看视频在线| 日韩欧美你懂的| 日韩激情中文字幕| 欧美色爱综合网| 樱桃视频在线观看一区| 成人高清在线视频| 久久久www成人免费毛片麻豆| 免费xxxx性欧美18vr| 在线成人小视频| 午夜精品福利视频网站| 色域天天综合网| 亚洲人成网站影音先锋播放| 成人深夜在线观看| 国产日韩欧美a| 国产91在线|亚洲| 国产亚洲精品资源在线26u| 久久超碰97人人做人人爱| 欧美一二三区在线| 免费精品视频最新在线| 日韩一区二区精品在线观看| 日产精品久久久久久久性色| 欧美日韩国产首页| 无吗不卡中文字幕| 欧美精品18+| 奇米综合一区二区三区精品视频| 欧美精品乱码久久久久久按摩 | 免费看精品久久片| 日韩一区二区视频| 麻豆一区二区99久久久久| 日韩精品综合一本久道在线视频| 卡一卡二国产精品 | 在线成人免费视频| 婷婷中文字幕综合| 日韩三级视频在线观看| 久久99精品久久久久久| 久久精品在线观看| 99久久国产综合精品麻豆| 亚洲欧美日韩一区二区 | 丁香婷婷综合激情五月色| 日本一区二区电影| 92国产精品观看| 亚洲一区免费观看| 宅男噜噜噜66一区二区66| 精品亚洲porn| 亚洲国产精品成人综合色在线婷婷 | 久久不见久久见中文字幕免费| 精品国产乱码久久久久久蜜臀 | 一区二区三区在线免费视频| 欧美色综合网站| 另类专区欧美蜜桃臀第一页| 国产网站一区二区| 一本大道久久a久久精品综合| 视频一区二区三区中文字幕| 精品福利在线导航| 99精品久久免费看蜜臀剧情介绍| 亚洲va欧美va国产va天堂影院| 91精品蜜臀在线一区尤物| 粉嫩13p一区二区三区|