亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
天天操天天色综合| 欧美在线一二三四区| 久久er精品视频| 九色综合狠狠综合久久| 99久久精品国产精品久久| 欧美在线视频日韩| 日韩精品一二三四| av成人老司机| 久久久久久久电影| 亚洲精品国产视频| 精品在线播放午夜| 欧美激情一区二区在线| 视频一区二区三区中文字幕| 日韩精品一区二区在线| 亚洲精品老司机| 911国产精品| 亚洲欧洲国产日韩| 国产在线精品一区二区| 欧美午夜视频网站| 亚洲欧洲性图库| 欧美人xxxx| 亚洲一区二区三区四区不卡| 岛国精品一区二区| 久久伊99综合婷婷久久伊| 五月激情六月综合| 国产午夜亚洲精品羞羞网站| 久久aⅴ国产欧美74aaa| 亚洲色欲色欲www| 99精品欧美一区二区三区综合在线| 亚洲高清一区二区三区| 欧美午夜视频网站| 国产风韵犹存在线视精品| 久久亚洲综合色一区二区三区| 成人精品视频.| 日韩国产精品大片| 欧美色图在线观看| 成人手机在线视频| 蜜臂av日日欢夜夜爽一区| 欧美高清一级片在线| 日韩高清不卡一区| 亚洲欧洲精品天堂一级| 日韩免费福利电影在线观看| 在线亚洲欧美专区二区| 国产不卡视频一区| 国产精品高清亚洲| 91在线精品一区二区| 另类小说欧美激情| 午夜亚洲国产au精品一区二区| 国产精品美女久久久久aⅴ| 成人免费视频免费观看| 久久精品72免费观看| 亚洲国产精品麻豆| 一区二区三区在线免费播放| 精品视频一区三区九区| 日韩精品视频网| 亚洲国产精品久久一线不卡| 亚洲欧美一区二区不卡| 欧美精品丝袜久久久中文字幕| www.欧美.com| 成人av资源在线观看| 一区二区三区日韩欧美| 国产精品久久久久久福利一牛影视 | 欧美mv和日韩mv的网站| 国产一区二区91| 蜜桃精品在线观看| 日韩电影在线一区二区三区| 丝袜美腿亚洲综合| 香港成人在线视频| 国产喷白浆一区二区三区| 91丨porny丨最新| 日韩av中文字幕一区二区三区| 亚洲一区二区欧美日韩| 一区二区三区在线看| 一区二区三区日韩欧美| 亚洲综合色丁香婷婷六月图片| 一区二区三区欧美| 亚洲国产婷婷综合在线精品| 亚洲国产日产av| 日本一区中文字幕| 美腿丝袜亚洲三区| 国产自产视频一区二区三区| 亚洲一区二区欧美| 午夜免费久久看| 日本欧美久久久久免费播放网| 美女视频网站黄色亚洲| 美女网站在线免费欧美精品| 精品一区二区三区香蕉蜜桃 | 国产精品不卡视频| 亚洲丝袜自拍清纯另类| 一区二区欧美精品| 日本欧美一区二区在线观看| 紧缚奴在线一区二区三区| 国产精品一二一区| 日韩精品成人一区二区三区 | 亚洲另类在线一区| 亚洲一区二区精品3399| 日本视频中文字幕一区二区三区| 久久国产精品99久久久久久老狼| 国产高清视频一区| 99久久久免费精品国产一区二区| 色94色欧美sute亚洲线路一久 | 丁香六月综合激情| 91蝌蚪porny| 欧美高清视频在线高清观看mv色露露十八| 欧美精品 日韩| 久久久亚洲午夜电影| 亚洲激情第一区| 精一区二区三区| 972aa.com艺术欧美| 欧美日韩视频在线观看一区二区三区| 精品少妇一区二区三区免费观看| 国产精品美女一区二区| 午夜欧美电影在线观看| 国产福利91精品一区| 欧美少妇bbb| 国产精品嫩草影院com| 午夜欧美电影在线观看| 风流少妇一区二区| 欧美精品国产精品| 中文字幕一区二区三区在线不卡| 图片区小说区区亚洲影院| 欧美日韩在线精品一区二区三区激情| 亚洲国产精品一区二区久久| 九九国产精品视频| 99久久精品国产一区二区三区| 欧洲亚洲精品在线| 久久久精品免费免费| 亚洲成人av在线电影| 高清不卡一区二区在线| 91麻豆精品国产91久久久久| 欧美日韩精品一二三区| 韩国一区二区视频| 美日韩一区二区三区| 91麻豆蜜桃一区二区三区| 久久影音资源网| 日韩精品亚洲一区二区三区免费| 粉嫩嫩av羞羞动漫久久久| 91精品欧美久久久久久动漫| 亚洲视频资源在线| 国产69精品久久777的优势| 91麻豆精品国产91久久久久久| 亚洲青青青在线视频| 国产成人一级电影| 日韩美女主播在线视频一区二区三区| 亚洲另类在线制服丝袜| 成人av网在线| 国产三级精品三级| 精品在线播放午夜| 欧美一级片在线| 欧美一区二区在线免费播放| 亚洲日本免费电影| 91在线国产福利| 国产精品你懂的在线欣赏| 国产原创一区二区| 久久免费国产精品| 极品少妇xxxx精品少妇偷拍| 91精品国产综合久久精品图片| 夜夜嗨av一区二区三区网页 | 国产一区二区视频在线| 欧美一区二区三区播放老司机| 一区二区三区日本| 色8久久精品久久久久久蜜| 国产精品美女一区二区| www.欧美精品一二区| 亚洲特级片在线| 在线观看日韩国产| 亚洲福利视频一区二区| 欧美区在线观看| 日韩成人精品在线| 日韩精品在线看片z| 国产一区中文字幕| 久久亚洲免费视频| 成人短视频下载| 亚洲免费观看视频| 欧美日韩一区国产| 日韩av一级片| 久久色.com| 99精品热视频| 亚洲无线码一区二区三区| 欧美日韩国产小视频在线观看| 日本视频免费一区| 久久只精品国产| 99久久久精品| 香蕉成人伊视频在线观看| 日韩欧美国产三级电影视频| 国产乱人伦偷精品视频免下载| 国产精品色噜噜| 色悠悠亚洲一区二区| 精品成人一区二区三区四区| 一区二区三区蜜桃| 欧美一区二区三区白人| 国产精品91一区二区| 怡红院av一区二区三区| 欧美一区二区三区在线视频| 国产精品羞羞答答xxdd| 一个色在线综合| 26uuu久久天堂性欧美| 91亚洲精品一区二区乱码| 日韩精品亚洲专区| 国产精品你懂的在线|