?? frmpeopleinfo.designer.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 + -