📄 jiaoshiguanli.designer.cs
字号:
this.comboBox10.FormattingEnabled = true;
this.comboBox10.Items.AddRange(new object[] {
"语 文",
"数 学",
"外 语",
"生 物",
"化 学",
"物 理",
"历 史",
"地 理",
"政 治",
"美 术",
"音 乐"});
this.comboBox10.Location = new System.Drawing.Point(80, 159);
this.comboBox10.Name = "comboBox10";
this.comboBox10.Size = new System.Drawing.Size(164, 20);
this.comboBox10.TabIndex = 39;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(9, 163);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(65, 12);
this.label23.TabIndex = 38;
this.label23.Text = "担任课程:";
//
// comboBox9
//
this.comboBox9.FormattingEnabled = true;
this.comboBox9.Items.AddRange(new object[] {
"小学三级",
"小学二级",
"小学一级",
"小学高级",
"小学特级",
"中学三级",
"中学二级",
"中学一级",
"中学高级",
"中学特级"});
this.comboBox9.Location = new System.Drawing.Point(80, 216);
this.comboBox9.Name = "comboBox9";
this.comboBox9.Size = new System.Drawing.Size(164, 20);
this.comboBox9.TabIndex = 37;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(10, 220);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(65, 12);
this.label22.TabIndex = 36;
this.label22.Text = "职 称:";
//
// comboBox8
//
this.comboBox8.FormattingEnabled = true;
this.comboBox8.Items.AddRange(new object[] {
"教 师",
"讲 师",
"教 授",
"主 任",
"校 长"});
this.comboBox8.Location = new System.Drawing.Point(52, 46);
this.comboBox8.Name = "comboBox8";
this.comboBox8.Size = new System.Drawing.Size(164, 20);
this.comboBox8.TabIndex = 35;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(9, 49);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(41, 12);
this.label21.TabIndex = 34;
this.label21.Text = "职务:";
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(351, 159);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(164, 21);
this.dateTimePicker2.TabIndex = 33;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(256, 163);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(89, 12);
this.label20.TabIndex = 32;
this.label20.Text = "参加工作时间:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(257, 136);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(89, 12);
this.label19.TabIndex = 31;
this.label19.Text = "毕业学校名称:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(257, 111);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(89, 12);
this.label9.TabIndex = 31;
this.label9.Text = "毕业学校名称:";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(351, 132);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(400, 21);
this.textBox6.TabIndex = 30;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(351, 107);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(401, 21);
this.textBox1.TabIndex = 30;
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"本 科",
"大 专",
"中 专",
"高 中",
"硕 士",
"博 士"});
this.comboBox3.Location = new System.Drawing.Point(80, 132);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(164, 20);
this.comboBox3.TabIndex = 27;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(9, 136);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 26;
this.label8.Text = "最高学历:";
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"本 科",
"大 专",
"中 专",
"高 中",
"硕 士",
"博 士"});
this.comboBox2.Location = new System.Drawing.Point(80, 107);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(164, 20);
this.comboBox2.TabIndex = 27;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 111);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 26;
this.label1.Text = "原始学历:";
//
// jiaoshiguanli
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1028, 528);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "jiaoshiguanli";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "教师管理";
this.Load += new System.EventHandler(this.jiaoshiguanli_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox comboBox7;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.ComboBox comboBox6;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.ComboBox comboBox5;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox comboBox8;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.DateTimePicker dateTimePicker3;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.ComboBox comboBox10;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.ComboBox comboBox9;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.TextBox textBox14;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.TextBox textBox13;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.ComboBox comboBox11;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -