📄 form5.designer.cs
字号:
namespace Project1
{
partial class formDelCust
{
/// <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.txtDateOfBirth = new System.Windows.Forms.DateTimePicker();
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.radioMale = new System.Windows.Forms.RadioButton();
this.radioFemale = new System.Windows.Forms.RadioButton();
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.buttonFetch = 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.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.groupBox1 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.txtAddress = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// txtDateOfBirth
//
this.txtDateOfBirth.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtDateOfBirth.Location = new System.Drawing.Point(179, 330);
this.txtDateOfBirth.Name = "txtDateOfBirth";
this.txtDateOfBirth.Size = new System.Drawing.Size(136, 20);
this.txtDateOfBirth.TabIndex = 131;
this.txtDateOfBirth.ValueChanged += new System.EventHandler(this.txtDateOFBirth_ValueChanged);
//
// label10
//
this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label10.Location = new System.Drawing.Point(91, 330);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(88, 24);
this.label10.TabIndex = 130;
this.label10.Text = "Date Of Birth";
//
// txtTel
//
this.txtTel.Enabled = false;
this.txtTel.Location = new System.Drawing.Point(475, 298);
this.txtTel.Name = "txtTel";
this.txtTel.ReadOnly = true;
this.txtTel.Size = new System.Drawing.Size(136, 20);
this.txtTel.TabIndex = 129;
//
// label9
//
this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label9.Location = new System.Drawing.Point(371, 298);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 24);
this.label9.TabIndex = 128;
this.label9.Text = "Telephone";
//
// txtPin
//
this.txtPin.Enabled = false;
this.txtPin.Location = new System.Drawing.Point(475, 250);
this.txtPin.Name = "txtPin";
this.txtPin.ReadOnly = true;
this.txtPin.Size = new System.Drawing.Size(136, 20);
this.txtPin.TabIndex = 127;
//
// txtName
//
this.txtName.Enabled = false;
this.txtName.Location = new System.Drawing.Point(179, 210);
this.txtName.Name = "txtName";
this.txtName.ReadOnly = true;
this.txtName.Size = new System.Drawing.Size(128, 20);
this.txtName.TabIndex = 126;
//
// txtState
//
this.txtState.Enabled = false;
this.txtState.Location = new System.Drawing.Point(475, 202);
this.txtState.Name = "txtState";
this.txtState.ReadOnly = true;
this.txtState.Size = new System.Drawing.Size(136, 20);
this.txtState.TabIndex = 125;
//
// txtUserID
//
this.txtUserID.Enabled = false;
this.txtUserID.Location = new System.Drawing.Point(179, 162);
this.txtUserID.Name = "txtUserID";
this.txtUserID.ReadOnly = true;
this.txtUserID.Size = new System.Drawing.Size(128, 20);
this.txtUserID.TabIndex = 124;
//
// txtCity
//
this.txtCity.Enabled = false;
this.txtCity.Location = new System.Drawing.Point(475, 162);
this.txtCity.Name = "txtCity";
this.txtCity.ReadOnly = true;
this.txtCity.Size = new System.Drawing.Size(136, 20);
this.txtCity.TabIndex = 123;
//
// radioMale
//
this.radioMale.Enabled = false;
this.radioMale.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.radioMale.Location = new System.Drawing.Point(24, 19);
this.radioMale.Name = "radioMale";
this.radioMale.Size = new System.Drawing.Size(64, 24);
this.radioMale.TabIndex = 120;
this.radioMale.Text = "male";
this.radioMale.CheckedChanged += new System.EventHandler(this.radioMale_CheckedChanged);
//
// radioFemale
//
this.radioFemale.Enabled = false;
this.radioFemale.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.radioFemale.Location = new System.Drawing.Point(122, 19);
this.radioFemale.Name = "radioFemale";
this.radioFemale.Size = new System.Drawing.Size(56, 24);
this.radioFemale.TabIndex = 121;
this.radioFemale.Text = "female";
//
// label7
//
this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label7.Location = new System.Drawing.Point(403, 250);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 24);
this.label7.TabIndex = 119;
this.label7.Text = "Pin";
//
// label6
//
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label6.Location = new System.Drawing.Point(395, 202);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(64, 16);
this.label6.TabIndex = 118;
this.label6.Text = "State";
//
// label5
//
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(403, 162);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 117;
this.label5.Text = "City";
//
// label4
//
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(115, 210);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 24);
this.label4.TabIndex = 116;
this.label4.Text = "Name *";
//
// label14
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -