📄 form4.designer.cs
字号:
namespace Project1
{
partial class formEditCust
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtFax = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtDateOfBirth = new System.Windows.Forms.DateTimePicker();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtTel = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtPin = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtState = new System.Windows.Forms.TextBox();
this.txtUserID = new System.Windows.Forms.TextBox();
this.txtCity = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.txtCustID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.radioMale = new System.Windows.Forms.RadioButton();
this.radioFemale = new System.Windows.Forms.RadioButton();
this.groupbox1 = new System.Windows.Forms.GroupBox();
this.groupbox1.SuspendLayout();
this.SuspendLayout();
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(477, 421);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(136, 20);
this.txtEmail.TabIndex = 105;
//
// txtFax
//
this.txtFax.Location = new System.Drawing.Point(477, 373);
this.txtFax.Name = "txtFax";
this.txtFax.Size = new System.Drawing.Size(136, 20);
this.txtFax.TabIndex = 104;
//
// label13
//
this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label13.Location = new System.Drawing.Point(389, 421);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(48, 32);
this.label13.TabIndex = 103;
this.label13.Text = "Email";
//
// label12
//
this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label12.Location = new System.Drawing.Point(397, 373);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(48, 24);
this.label12.TabIndex = 102;
this.label12.Text = "Fax";
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(181, 386);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(186, 20);
this.txtAddress.TabIndex = 101;
//
// txtDateOfBirth
//
this.txtDateOfBirth.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtDateOfBirth.Location = new System.Drawing.Point(181, 349);
this.txtDateOfBirth.Name = "txtDateOfBirth";
this.txtDateOfBirth.Size = new System.Drawing.Size(186, 20);
this.txtDateOfBirth.TabIndex = 100;
//
// label11
//
this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label11.Location = new System.Drawing.Point(109, 389);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(48, 24);
this.label11.TabIndex = 99;
this.label11.Text = "Address";
//
// label10
//
this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label10.Location = new System.Drawing.Point(85, 349);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(88, 24);
this.label10.TabIndex = 98;
this.label10.Text = "Date Of Birth";
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(477, 317);
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(136, 20);
this.txtTel.TabIndex = 97;
//
// label9
//
this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label9.Location = new System.Drawing.Point(373, 317);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 24);
this.label9.TabIndex = 96;
this.label9.Text = "Telephone";
//
// txtPin
//
this.txtPin.Location = new System.Drawing.Point(477, 269);
this.txtPin.Name = "txtPin";
this.txtPin.Size = new System.Drawing.Size(136, 20);
this.txtPin.TabIndex = 95;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(181, 229);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(128, 20);
this.txtName.TabIndex = 94;
//
// txtState
//
this.txtState.Location = new System.Drawing.Point(477, 221);
this.txtState.Name = "txtState";
this.txtState.Size = new System.Drawing.Size(136, 20);
this.txtState.TabIndex = 93;
//
// txtUserID
//
this.txtUserID.Location = new System.Drawing.Point(181, 181);
this.txtUserID.Name = "txtUserID";
this.txtUserID.Size = new System.Drawing.Size(128, 20);
this.txtUserID.TabIndex = 92;
//
// txtCity
//
this.txtCity.Location = new System.Drawing.Point(477, 181);
this.txtCity.Name = "txtCity";
this.txtCity.Size = new System.Drawing.Size(136, 20);
this.txtCity.TabIndex = 91;
//
// label7
//
this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label7.Location = new System.Drawing.Point(405, 269);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 24);
this.label7.TabIndex = 87;
this.label7.Text = "Pin";
//
// label6
//
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label6.Location = new System.Drawing.Point(397, 221);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(64, 16);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -