📄 form4.designer.cs
字号:
this.label6.TabIndex = 86;
this.label6.Text = "State";
//
// label5
//
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(405, 181);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 85;
this.label5.Text = "City";
//
// label4
//
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(117, 229);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 24);
this.label4.TabIndex = 84;
this.label4.Text = "Name *";
//
// label14
//
this.label14.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label14.Location = new System.Drawing.Point(109, 181);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(72, 24);
this.label14.TabIndex = 83;
this.label14.Text = "User ID *";
//
// button1
//
this.button1.Location = new System.Drawing.Point(435, 78);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(96, 32);
this.button1.TabIndex = 81;
this.button1.Text = "Fetch";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtCustID
//
this.txtCustID.Location = new System.Drawing.Point(228, 85);
this.txtCustID.Name = "txtCustID";
this.txtCustID.Size = new System.Drawing.Size(152, 20);
this.txtCustID.TabIndex = 80;
//
// label2
//
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(101, 85);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(112, 32);
this.label2.TabIndex = 79;
this.label2.Text = "Customer ID *";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Underline))));
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label1.Location = new System.Drawing.Point(241, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(176, 40);
this.label1.TabIndex = 78;
this.label1.Text = "Edit Customer Details";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button2
//
this.button2.Location = new System.Drawing.Point(141, 485);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(104, 40);
this.button2.TabIndex = 106;
this.button2.Text = "Save";
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// button3
//
this.button3.Location = new System.Drawing.Point(427, 485);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(104, 40);
this.button3.TabIndex = 107;
this.button3.Text = "Close";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// radioMale
//
this.radioMale.AutoSize = true;
this.radioMale.Location = new System.Drawing.Point(61, 29);
this.radioMale.Name = "radioMale";
this.radioMale.Size = new System.Drawing.Size(47, 17);
this.radioMale.TabIndex = 108;
this.radioMale.TabStop = true;
this.radioMale.Text = "male";
this.radioMale.UseVisualStyleBackColor = true;
//
// radioFemale
//
this.radioFemale.AutoSize = true;
this.radioFemale.Location = new System.Drawing.Point(133, 29);
this.radioFemale.Name = "radioFemale";
this.radioFemale.Size = new System.Drawing.Size(56, 17);
this.radioFemale.TabIndex = 109;
this.radioFemale.TabStop = true;
this.radioFemale.Text = "female";
this.radioFemale.UseVisualStyleBackColor = true;
//
// groupbox1
//
this.groupbox1.Controls.Add(this.radioMale);
this.groupbox1.Controls.Add(this.radioFemale);
this.groupbox1.Location = new System.Drawing.Point(120, 281);
this.groupbox1.Name = "groupbox1";
this.groupbox1.Size = new System.Drawing.Size(189, 46);
this.groupbox1.TabIndex = 110;
this.groupbox1.TabStop = false;
this.groupbox1.Text = "Gender";
//
// formEditCust
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(699, 537);
this.Controls.Add(this.groupbox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
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.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label14);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtCustID);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "formEditCust";
this.Text = "Edit Customer Details";
this.Load += new System.EventHandler(this.formEditCust_Load);
this.groupbox1.ResumeLayout(false);
this.groupbox1.PerformLayout();
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.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 label14;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtCustID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.RadioButton radioMale;
private System.Windows.Forms.RadioButton radioFemale;
private System.Windows.Forms.GroupBox groupbox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -