📄 form6.designer.cs
字号:
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label6.Location = new System.Drawing.Point(387, 116);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(64, 16);
this.label6.TabIndex = 58;
this.label6.Text = "State";
//
// label5
//
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(395, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 57;
this.label5.Text = "City";
//
// label4
//
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(107, 164);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 24);
this.label4.TabIndex = 56;
this.label4.Text = "Name *";
//
// label3
//
this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label3.Location = new System.Drawing.Point(99, 116);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(72, 24);
this.label3.TabIndex = 55;
this.label3.Text = "User ID *";
//
// label2
//
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(75, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 24);
this.label2.TabIndex = 54;
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(248, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(200, 40);
this.label1.TabIndex = 53;
this.label1.Text = "Browse Customer Details";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button5
//
this.button5.Location = new System.Drawing.Point(552, 380);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(112, 40);
this.button5.TabIndex = 83;
this.button5.Text = "Close";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(416, 380);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(112, 40);
this.button4.TabIndex = 82;
this.button4.Text = "Last Record";
//
// button3
//
this.button3.Location = new System.Drawing.Point(280, 380);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(112, 40);
this.button3.TabIndex = 81;
this.button3.Text = "Next";
//
// button2
//
this.button2.Location = new System.Drawing.Point(144, 380);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(112, 40);
this.button2.TabIndex = 80;
this.button2.Text = "Previous";
//
// button1
//
this.button1.Location = new System.Drawing.Point(8, 380);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(112, 40);
this.button1.TabIndex = 79;
this.button1.Text = "First Record";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupbox1
//
this.groupbox1.Controls.Add(this.radioMale);
this.groupbox1.Controls.Add(this.radioFemale);
this.groupbox1.Location = new System.Drawing.Point(110, 212);
this.groupbox1.Name = "groupbox1";
this.groupbox1.Size = new System.Drawing.Size(189, 46);
this.groupbox1.TabIndex = 111;
this.groupbox1.TabStop = false;
this.groupbox1.Text = "Gender";
//
// 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;
//
// formBrowseCust
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(673, 432);
this.Controls.Add(this.groupbox1);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox10);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.label9);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
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.label2);
this.Controls.Add(this.label1);
this.Name = "formBrowseCust";
this.Text = "Browse Customer Details";
this.groupbox1.ResumeLayout(false);
this.groupbox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
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 label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupbox1;
private System.Windows.Forms.RadioButton radioMale;
private System.Windows.Forms.RadioButton radioFemale;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -