📄 form3.designer.cs
字号:
this.radioFemale.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.radioFemale.Location = new System.Drawing.Point(131, 34);
this.radioFemale.Name = "radioFemale";
this.radioFemale.Size = new System.Drawing.Size(56, 24);
this.radioFemale.TabIndex = 35;
this.radioFemale.Text = "female";
this.radioFemale.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// label7
//
this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label7.Location = new System.Drawing.Point(390, 183);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 24);
this.label7.TabIndex = 33;
this.label7.Text = "Pin";
//
// label6
//
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label6.Location = new System.Drawing.Point(382, 135);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(64, 16);
this.label6.TabIndex = 32;
this.label6.Text = "State";
//
// label5
//
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(390, 95);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 31;
this.label5.Text = "City";
//
// label4
//
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(102, 183);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 24);
this.label4.TabIndex = 30;
this.label4.Text = "Name *";
//
// label3
//
this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label3.Location = new System.Drawing.Point(94, 127);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(72, 24);
this.label3.TabIndex = 29;
this.label3.Text = "User ID *";
//
// label14
//
this.label14.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label14.Location = new System.Drawing.Point(70, 95);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(80, 24);
this.label14.TabIndex = 28;
this.label14.Text = "Customer ID *";
//
// label15
//
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Underline))));
this.label15.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label15.Location = new System.Drawing.Point(246, 9);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(176, 40);
this.label15.TabIndex = 27;
this.label15.Text = "New Customer Details";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label15.Click += new System.EventHandler(this.label15_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(250, 378);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(65, 24);
this.button1.TabIndex = 53;
this.button1.Text = "Add";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(462, 378);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(65, 24);
this.button2.TabIndex = 54;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// txtGender
//
this.txtGender.Controls.Add(this.radioFemale);
this.txtGender.Controls.Add(this.radioMale);
this.txtGender.Location = new System.Drawing.Point(97, 217);
this.txtGender.Name = "txtGender";
this.txtGender.Size = new System.Drawing.Size(197, 64);
this.txtGender.TabIndex = 55;
this.txtGender.TabStop = false;
this.txtGender.Text = "Gender";
this.txtGender.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// label123
//
this.label123.AutoSize = true;
this.label123.Location = new System.Drawing.Point(85, 151);
this.label123.Name = "label123";
this.label123.Size = new System.Drawing.Size(60, 13);
this.label123.TabIndex = 56;
this.label123.Text = "Password *";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(166, 151);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(128, 20);
this.txtPwd.TabIndex = 57;
//
// formAddCust
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(668, 426);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label123);
this.Controls.Add(this.txtGender);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtEmail);
this.Controls.Add(this.txtFax);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.txtAddress);
this.Controls.Add(this.txtDateOfBirth);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtTel);
this.Controls.Add(this.label9);
this.Controls.Add(this.txtPin);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtState);
this.Controls.Add(this.txtUserID);
this.Controls.Add(this.txtCity);
this.Controls.Add(this.txtCustID);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label14);
this.Controls.Add(this.label15);
this.Name = "formAddCust";
this.RightToLeftLayout = true;
this.Text = "New Customer Details";
this.Load += new System.EventHandler(this.Form3_Load);
this.txtGender.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtFax;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.DateTimePicker txtDateOfBirth;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtTel;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtPin;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtState;
private System.Windows.Forms.TextBox txtUserID;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.TextBox txtCustID;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox txtGender;
private System.Windows.Forms.Label label123;
private System.Windows.Forms.TextBox txtPwd;
internal System.Windows.Forms.RadioButton radioMale;
internal System.Windows.Forms.RadioButton radioFemale;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -