?? richangshuwu.designer.cs
字號:
?namespace schoolManager
{
partial class richangshuwu
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(richangshuwu));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBox7 = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.comboBox6 = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.textBox7 = new System.Windows.Forms.TextBox();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.comboBox15 = new System.Windows.Forms.ComboBox();
this.label19 = new System.Windows.Forms.Label();
this.comboBox16 = new System.Windows.Forms.ComboBox();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.comboBox17 = new System.Windows.Forms.ComboBox();
this.label22 = new System.Windows.Forms.Label();
this.comboBox18 = new System.Windows.Forms.ComboBox();
this.label23 = new System.Windows.Forms.Label();
this.comboBox19 = new System.Windows.Forms.ComboBox();
this.comboBox20 = new System.Windows.Forms.ComboBox();
this.comboBox21 = new System.Windows.Forms.ComboBox();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.comboBox7);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.comboBox6);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.textBox7);
this.groupBox1.Controls.Add(this.comboBox5);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.comboBox4);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.comboBox3);
this.groupBox1.Controls.Add(this.comboBox2);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Location = new System.Drawing.Point(48, 154);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(981, 130);
this.groupBox1.TabIndex = 55;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "新學校";
//
// comboBox7
//
this.comboBox7.FormattingEnabled = true;
this.comboBox7.Items.AddRange(new object[] {
"漢族",
"回族",
"滿族",
"藏族",
"其它"});
this.comboBox7.Location = new System.Drawing.Point(783, 75);
this.comboBox7.Name = "comboBox7";
this.comboBox7.Size = new System.Drawing.Size(164, 20);
this.comboBox7.TabIndex = 54;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(712, 79);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(65, 12);
this.label15.TabIndex = 53;
this.label15.Text = "民 族:";
//
// comboBox6
//
this.comboBox6.FormattingEnabled = true;
this.comboBox6.Items.AddRange(new object[] {
"完全小學",
"初級中學",
"高級中學",
"大 學",
"幼托機構",
"職業培訓",
"其 它"});
this.comboBox6.Location = new System.Drawing.Point(535, 35);
this.comboBox6.Name = "comboBox6";
this.comboBox6.Size = new System.Drawing.Size(164, 20);
this.comboBox6.TabIndex = 52;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(465, 39);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 51;
this.label13.Text = "學校類型:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(712, 39);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 50;
this.label12.Text = "學校代碼:";
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(783, 35);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(164, 21);
this.textBox7.TabIndex = 49;
//
// comboBox5
//
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Location = new System.Drawing.Point(288, 35);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(164, 20);
this.comboBox5.TabIndex = 48;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(246, 39);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 47;
this.label11.Text = "學校:";
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(75, 35);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(164, 20);
this.comboBox4.TabIndex = 46;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(33, 39);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 45;
this.label10.Text = "鄉鎮:";
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.comboBox3.Location = new System.Drawing.Point(187, 75);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(53, 20);
this.comboBox3.TabIndex = 43;
this.comboBox3.Text = "1";
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6"});
this.comboBox2.Location = new System.Drawing.Point(76, 75);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(53, 20);
this.comboBox2.TabIndex = 44;
this.comboBox2.Text = "1";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox1.Location = new System.Drawing.Point(535, 75);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(164, 20);
this.comboBox1.TabIndex = 42;
this.comboBox1.Text = "男";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(152, 79);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 39;
this.label9.Text = "班:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(33, 79);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 38;
this.label8.Text = "年級:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(464, 79);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 41;
this.label3.Text = "性 別:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(246, 79);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 40;
this.label2.Text = "姓名:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(288, 75);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(164, 21);
this.textBox2.TabIndex = 37;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.comboBox15);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.comboBox16);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.textBox4);
this.groupBox2.Controls.Add(this.comboBox17);
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.comboBox18);
this.groupBox2.Controls.Add(this.label23);
this.groupBox2.Controls.Add(this.comboBox19);
this.groupBox2.Controls.Add(this.comboBox20);
this.groupBox2.Controls.Add(this.comboBox21);
this.groupBox2.Controls.Add(this.label24);
this.groupBox2.Controls.Add(this.label25);
this.groupBox2.Controls.Add(this.label26);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -