📄 frmplatfteacherinfo.cs
字号:
this.gbTeacher1.Controls.Add(this.txtUserNumber);
this.gbTeacher1.Controls.Add(this.label6);
this.gbTeacher1.Location = new System.Drawing.Point(8, 16);
this.gbTeacher1.Name = "gbTeacher1";
this.gbTeacher1.Size = new System.Drawing.Size(320, 144);
this.gbTeacher1.TabIndex = 2;
this.gbTeacher1.TabStop = false;
//
// cbbSex
//
this.cbbSex.Location = new System.Drawing.Point(80, 96);
this.cbbSex.Name = "cbbSex";
this.cbbSex.Size = new System.Drawing.Size(112, 20);
this.cbbSex.TabIndex = 3;
this.cbbSex.Text = "comboBox1";
//
// txtTeacherName
//
this.txtTeacherName.Location = new System.Drawing.Point(80, 16);
this.txtTeacherName.MaxLength = 15;
this.txtTeacherName.Name = "txtTeacherName";
this.txtTeacherName.Size = new System.Drawing.Size(112, 21);
this.txtTeacherName.TabIndex = 1;
this.txtTeacherName.Text = "textBox1";
this.txtTeacherName.TextChanged += new System.EventHandler(this.txtTeacherName_TextChanged);
//
// label1
//
this.label1.Location = new System.Drawing.Point(8, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 23);
this.label1.TabIndex = 0;
this.label1.Text = "姓 名:";
//
// label5
//
this.label5.Location = new System.Drawing.Point(8, 96);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 24);
this.label5.TabIndex = 26;
this.label5.Text = "性 别:";
//
// labId
//
this.labId.Location = new System.Drawing.Point(72, 32);
this.labId.Name = "labId";
this.labId.TabIndex = 11;
this.labId.Visible = false;
//
// txtUserNumber
//
this.txtUserNumber.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.txtUserNumber.Location = new System.Drawing.Point(80, 56);
this.txtUserNumber.MaxLength = 10;
this.txtUserNumber.Name = "txtUserNumber";
this.txtUserNumber.Size = new System.Drawing.Size(112, 21);
this.txtUserNumber.TabIndex = 2;
this.txtUserNumber.Text = "textBox6";
//
// label6
//
this.label6.Location = new System.Drawing.Point(8, 56);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 23);
this.label6.TabIndex = 27;
this.label6.Text = "教 工 号:";
//
// btnDeptSel
//
this.btnDeptSel.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnDeptSel.Location = new System.Drawing.Point(376, 96);
this.btnDeptSel.Name = "btnDeptSel";
this.btnDeptSel.Size = new System.Drawing.Size(16, 21);
this.btnDeptSel.TabIndex = 25;
this.btnDeptSel.Text = "▼";
this.btnDeptSel.Click += new System.EventHandler(this.btnDeptSel_Click);
//
// imageListtbr
//
this.imageListtbr.ImageSize = new System.Drawing.Size(32, 32);
this.imageListtbr.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListtbr.ImageStream")));
this.imageListtbr.TransparentColor = System.Drawing.Color.Transparent;
//
// tbrTeacher
//
this.tbrTeacher.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButton8,
this.tbrButtonSave,
this.tbrButtonExit});
this.tbrTeacher.ButtonSize = new System.Drawing.Size(52, 52);
this.tbrTeacher.DropDownArrows = true;
this.tbrTeacher.ImageList = this.imageListtbr;
this.tbrTeacher.Location = new System.Drawing.Point(0, 0);
this.tbrTeacher.Name = "tbrTeacher";
this.tbrTeacher.ShowToolTips = true;
this.tbrTeacher.Size = new System.Drawing.Size(768, 58);
this.tbrTeacher.TabIndex = 20;
this.tbrTeacher.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbrTeacher_ButtonClick);
//
// toolBarButton8
//
this.toolBarButton8.Enabled = false;
this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// tbrButtonSave
//
this.tbrButtonSave.ImageIndex = 1;
this.tbrButtonSave.Text = "保存";
this.tbrButtonSave.ToolTipText = "保存";
//
// tbrButtonExit
//
this.tbrButtonExit.ImageIndex = 6;
this.tbrButtonExit.Text = "退出";
this.tbrButtonExit.ToolTipText = "退出";
//
// label7
//
this.label7.Location = new System.Drawing.Point(8, 96);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(80, 23);
this.label7.TabIndex = 28;
this.label7.Text = "所属部门:";
//
// label9
//
this.label9.Location = new System.Drawing.Point(8, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 23);
this.label9.TabIndex = 30;
this.label9.Text = "职 务:";
//
// gbTeacher2
//
this.gbTeacher2.Controls.Add(this.txtHeadShip);
this.gbTeacher2.Controls.Add(this.txtDeptName);
this.gbTeacher2.Controls.Add(this.label9);
this.gbTeacher2.Controls.Add(this.label7);
this.gbTeacher2.Controls.Add(this.btnDeptSel);
this.gbTeacher2.Location = new System.Drawing.Point(344, 16);
this.gbTeacher2.Name = "gbTeacher2";
this.gbTeacher2.Size = new System.Drawing.Size(400, 144);
this.gbTeacher2.TabIndex = 43;
this.gbTeacher2.TabStop = false;
//
// txtHeadShip
//
this.txtHeadShip.Location = new System.Drawing.Point(80, 16);
this.txtHeadShip.MaxLength = 10;
this.txtHeadShip.Name = "txtHeadShip";
this.txtHeadShip.Size = new System.Drawing.Size(192, 21);
this.txtHeadShip.TabIndex = 8;
this.txtHeadShip.Text = "textBox1";
//
// txtDeptName
//
this.txtDeptName.Location = new System.Drawing.Point(80, 96);
this.txtDeptName.Name = "txtDeptName";
this.txtDeptName.Size = new System.Drawing.Size(288, 21);
this.txtDeptName.TabIndex = 10;
this.txtDeptName.Text = "";
this.txtDeptName.DoubleClick += new System.EventHandler(this.txtDeptName_DoubleClick);
this.txtDeptName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtDeptName_KeyUp);
//
// gbTeacher
//
this.gbTeacher.Controls.Add(this.gbTeacher1);
this.gbTeacher.Controls.Add(this.gbTeacher2);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -