📄 sudent.cs
字号:
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox8);
this.tabPage2.Controls.Add(this.dataGrid2);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(840, 559);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "查询学生";
//
// groupBox8
//
this.groupBox8.Controls.Add(this.btnEmployeeExport);
this.groupBox8.Controls.Add(this.btnSearchCancel);
this.groupBox8.Controls.Add(this.btnEmployeeSearch);
this.groupBox8.Controls.Add(this.btnEmployeeSearchAll);
this.groupBox8.Location = new System.Drawing.Point(480, 16);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(336, 72);
this.groupBox8.TabIndex = 125;
this.groupBox8.TabStop = false;
//
// btnEmployeeExport
//
this.btnEmployeeExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnEmployeeExport.Image = ((System.Drawing.Image)(resources.GetObject("btnEmployeeExport.Image")));
this.btnEmployeeExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEmployeeExport.Location = new System.Drawing.Point(240, 24);
this.btnEmployeeExport.Name = "btnEmployeeExport";
this.btnEmployeeExport.Size = new System.Drawing.Size(56, 24);
this.btnEmployeeExport.TabIndex = 117;
this.btnEmployeeExport.Text = "导出";
this.btnEmployeeExport.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnEmployeeExport.Click += new System.EventHandler(this.btnEmployeeExport_Click);
//
// btnSearchCancel
//
this.btnSearchCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSearchCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchCancel.Image")));
this.btnSearchCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSearchCancel.Location = new System.Drawing.Point(24, 24);
this.btnSearchCancel.Name = "btnSearchCancel";
this.btnSearchCancel.Size = new System.Drawing.Size(56, 24);
this.btnSearchCancel.TabIndex = 115;
this.btnSearchCancel.Text = "取消";
this.btnSearchCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnEmployeeSearch
//
this.btnEmployeeSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnEmployeeSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnEmployeeSearch.Image")));
this.btnEmployeeSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEmployeeSearch.Location = new System.Drawing.Point(88, 24);
this.btnEmployeeSearch.Name = "btnEmployeeSearch";
this.btnEmployeeSearch.Size = new System.Drawing.Size(56, 24);
this.btnEmployeeSearch.TabIndex = 116;
this.btnEmployeeSearch.Text = "查找";
this.btnEmployeeSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnEmployeeSearch.Click += new System.EventHandler(this.btnEmployeeSearch_Click);
//
// btnEmployeeSearchAll
//
this.btnEmployeeSearchAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnEmployeeSearchAll.Image = ((System.Drawing.Image)(resources.GetObject("btnEmployeeSearchAll.Image")));
this.btnEmployeeSearchAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEmployeeSearchAll.Location = new System.Drawing.Point(160, 24);
this.btnEmployeeSearchAll.Name = "btnEmployeeSearchAll";
this.btnEmployeeSearchAll.Size = new System.Drawing.Size(56, 24);
this.btnEmployeeSearchAll.TabIndex = 124;
this.btnEmployeeSearchAll.Text = "全部";
this.btnEmployeeSearchAll.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnEmployeeSearchAll.Click += new System.EventHandler(this.btnEmployeeSearchAll_Click);
//
// dataGrid2
//
this.dataGrid2.AlternatingBackColor = System.Drawing.Color.GhostWhite;
this.dataGrid2.BackColor = System.Drawing.Color.GhostWhite;
this.dataGrid2.BackgroundColor = System.Drawing.Color.Lavender;
this.dataGrid2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGrid2.CaptionBackColor = System.Drawing.Color.RoyalBlue;
this.dataGrid2.CaptionForeColor = System.Drawing.Color.White;
this.dataGrid2.DataMember = "";
this.dataGrid2.FlatMode = true;
this.dataGrid2.Font = new System.Drawing.Font("Tahoma", 8F);
this.dataGrid2.ForeColor = System.Drawing.Color.MidnightBlue;
this.dataGrid2.GridLineColor = System.Drawing.Color.RoyalBlue;
this.dataGrid2.HeaderBackColor = System.Drawing.Color.MidnightBlue;
this.dataGrid2.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
this.dataGrid2.HeaderForeColor = System.Drawing.Color.Lavender;
this.dataGrid2.LinkColor = System.Drawing.Color.Teal;
this.dataGrid2.Location = new System.Drawing.Point(32, 120);
this.dataGrid2.Name = "dataGrid2";
this.dataGrid2.ParentRowsBackColor = System.Drawing.Color.Lavender;
this.dataGrid2.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
this.dataGrid2.SelectionBackColor = System.Drawing.Color.Teal;
this.dataGrid2.SelectionForeColor = System.Drawing.Color.PaleGreen;
this.dataGrid2.Size = new System.Drawing.Size(784, 392);
this.dataGrid2.TabIndex = 118;
this.dataGrid2.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.dataGridTableStyle1});
//
// dataGridTableStyle1
//
this.dataGridTableStyle1.DataGrid = this.dataGrid2;
this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
this.dataGridTextBoxColumn1,
this.dataGridTextBoxColumn2,
this.dataGridTextBoxColumn4,
this.dataGridTextBoxColumn8,
this.dataGridTextBoxColumn5,
this.dataGridTextBoxColumn3,
this.dataGridTextBoxColumn6,
this.dataGridTextBoxColumn7,
this.dataGridTextBoxColumn19,
this.dataGridTextBoxColumn20,
this.dataGridTextBoxColumn9});
this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGridTableStyle1.MappingName = "Employee";
//
// dataGridTextBoxColumn1
//
this.dataGridTextBoxColumn1.Format = "";
this.dataGridTextBoxColumn1.FormatInfo = null;
this.dataGridTextBoxColumn1.HeaderText = "职工号";
this.dataGridTextBoxColumn1.MappingName = "EmployeeID";
this.dataGridTextBoxColumn1.Width = 75;
//
// dataGridTextBoxColumn2
//
this.dataGridTextBoxColumn2.Format = "";
this.dataGridTextBoxColumn2.FormatInfo = null;
this.dataGridTextBoxColumn2.HeaderText = "姓名";
this.dataGridTextBoxColumn2.MappingName = "EmployeeName";
this.dataGridTextBoxColumn2.Width = 75;
//
// dataGridTextBoxColumn4
//
this.dataGridTextBoxColumn4.Format = "Age";
this.dataGridTextBoxColumn4.FormatInfo = null;
this.dataGridTextBoxColumn4.HeaderText = "年龄";
this.dataGridTextBoxColumn4.MappingName = "";
this.dataGridTextBoxColumn4.Width = 75;
//
// dataGridTextBoxColumn8
//
this.dataGridTextBoxColumn8.Format = "";
this.dataGridTextBoxColumn8.FormatInfo = null;
this.dataGridTextBoxColumn8.HeaderText = "民族";
this.dataGridTextBoxColumn8.MappingName = "Nation";
this.dataGridTextBoxColumn8.Width = 75;
//
// dataGridTextBoxColumn5
//
this.dataGridTextBoxColumn5.Format = "";
this.dataGridTextBoxColumn5.FormatInfo = null;
this.dataGridTextBoxColumn5.HeaderText = "性别";
this.dataGridTextBoxColumn5.MappingName = "Sex";
this.dataGridTextBoxColumn5.Width = 75;
//
// dataGridTextBoxColumn3
//
this.dataGridTextBoxColumn3.Format = "";
this.dataGridTextBoxColumn3.FormatInfo = null;
this.dataGridTextBoxColumn3.HeaderText = "部门";
this.dataGridTextBoxColumn3.MappingName = "Department";
this.dataGridTextBoxColumn3.Width = 75;
//
// dataGridTextBoxColumn6
//
this.dataGridTextBoxColumn6.Format = "";
this.dataGridTextBoxColumn6.FormatInfo = null;
this.dataGridTextBoxColumn6.HeaderText = "职称";
this.dataGridTextBoxColumn6.MappingName = "Title";
this.dataGridTextBoxColumn6.Width = 75;
//
// dataGridTextBoxColumn7
//
this.dataGridTextBoxColumn7.Format = "";
this.dataGridTextBoxColumn7.FormatInfo = null;
this.dataGridTextBoxColumn7.HeaderText = "职务";
this.dataGridTextBoxColumn7.MappingName = "Duty";
this.dataGridTextBoxColumn7.Width = 75;
//
// dataGridTextBoxColumn19
//
this.dataGridTextBoxColumn19.Format = "";
this.dataGridTextBoxColumn19.FormatInfo = null;
this.dataGridTextBoxColumn19.HeaderText = "学历";
this.dataGridTextBoxColumn19.MappingName = "Degree";
this.dataGridTextBoxColumn19.Width = 75;
//
// dataGridTextBoxColumn20
//
this.dataGridTextBoxColumn20.Format = "";
this.dataGridTextBoxColumn20.FormatInfo = null;
this.dataGridTextBoxColumn20.HeaderText = "毕业学校";
this.dataGridTextBoxColumn20.MappingName = "GraduateSchool";
this.dataGridTextBoxColumn20.Width = 75;
//
// dataGridTextBoxColumn9
//
this.dataGridTextBoxColumn9.Format = "";
this.dataGridTextBoxColumn9.FormatInfo = null;
this.dataGridTextBoxColumn9.HeaderText = "就职日期";
this.dataGridTextBoxColumn9.MappingName = "InDate";
this.dataGridTextBoxColumn9.Width = 75;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.comboTitle2);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.textEmployeeID2);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.comboDepartment2);
this.groupBox2.Location = new System.Drawing.Point(24, 16);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(440, 72);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "职工查询";
//
// label22
//
this.label22.Location = new System.Drawing.Point(288, 32);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(32, 23);
this.label22.TabIndex = 116;
this.label22.Text = "职称";
//
// comboTitle2
//
this.comboTitle2.Location = new System.Drawing.Point(336, 32);
this.comboTitle2.Name = "comboTitle2";
this.comboTitle2.Size = new System.Drawing.Size(72, 20);
this.comboTitle2.TabIndex = 115;
//
// label19
//
this.label19.Location = new System.Drawing.Point(16, 32);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(48, 23);
this.label19.TabIndex = 114;
this.label19.Text = "职工号";
//
// textEmployeeID2
//
this.textEmployeeID2.Location = new System.Drawing.Point(72, 32);
this.textEmployeeID2.Name = "textEmployeeID2";
this.textEmployeeID2.Size = new System.Drawing.Size(80, 21);
this.textEmployeeID2.TabIndex = 113;
this.textEmployeeID2.Text = "";
//
// label20
//
this.label20.Location = new System.Drawing.Point(160, 32);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(40, 23);
this.label20.TabIndex = 112;
this.label20.Text = "部门";
//
// comboDepartment2
//
this.comboDepartment2.Location = new System.Drawing.Point(200, 32);
this.comboDepartment2.Name = "comboDepartment2";
this.comboDepartment2.Size = new System.Drawing.Size(72, 20);
this.comboDepartment2.TabIndex = 111;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox7);
this.tabPage3.Controls.Add(this.dataGrid3);
this.tabPage3.Controls.Add(this.groupBox6);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(840, 559);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "学生经历";
//
// groupBox7
//
this.groupBox7.Controls.Add(this.button4);
this.groupBox7.Controls.Add(this.button1);
this.groupBox7.Controls.Add(this.button2);
this.groupBox7.Controls.Add(this.btnDimmisionExport);
this.groupBox7.Location = new System.Drawing.Point(728, 24);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(96, 424);
this.groupBox7.TabIndex = 125;
this.groupBox7.TabStop = false;
//
// button4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -