📄 sudent.cs
字号:
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button4.Location = new System.Drawing.Point(24, 104);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(56, 24);
this.button4.TabIndex = 123;
this.button4.Text = "全部";
this.button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(24, 32);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(56, 24);
this.button1.TabIndex = 119;
this.button1.Text = "取消";
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.Location = new System.Drawing.Point(24, 64);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(56, 24);
this.button2.TabIndex = 120;
this.button2.Text = "查找";
this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnDimmisionExport
//
this.btnDimmisionExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDimmisionExport.Image = ((System.Drawing.Image)(resources.GetObject("btnDimmisionExport.Image")));
this.btnDimmisionExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDimmisionExport.Location = new System.Drawing.Point(24, 256);
this.btnDimmisionExport.Name = "btnDimmisionExport";
this.btnDimmisionExport.Size = new System.Drawing.Size(56, 24);
this.btnDimmisionExport.TabIndex = 121;
this.btnDimmisionExport.Text = "导出";
this.btnDimmisionExport.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnDimmisionExport.Click += new System.EventHandler(this.btnDimmisionExport_Click);
//
// dataGrid3
//
this.dataGrid3.AlternatingBackColor = System.Drawing.Color.GhostWhite;
this.dataGrid3.BackColor = System.Drawing.Color.GhostWhite;
this.dataGrid3.BackgroundColor = System.Drawing.Color.Lavender;
this.dataGrid3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGrid3.CaptionBackColor = System.Drawing.Color.RoyalBlue;
this.dataGrid3.CaptionForeColor = System.Drawing.Color.White;
this.dataGrid3.DataMember = "";
this.dataGrid3.FlatMode = true;
this.dataGrid3.Font = new System.Drawing.Font("Tahoma", 8F);
this.dataGrid3.ForeColor = System.Drawing.Color.MidnightBlue;
this.dataGrid3.GridLineColor = System.Drawing.Color.RoyalBlue;
this.dataGrid3.HeaderBackColor = System.Drawing.Color.MidnightBlue;
this.dataGrid3.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
this.dataGrid3.HeaderForeColor = System.Drawing.Color.Lavender;
this.dataGrid3.LinkColor = System.Drawing.Color.Teal;
this.dataGrid3.Location = new System.Drawing.Point(24, 120);
this.dataGrid3.Name = "dataGrid3";
this.dataGrid3.ParentRowsBackColor = System.Drawing.Color.Lavender;
this.dataGrid3.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
this.dataGrid3.SelectionBackColor = System.Drawing.Color.Teal;
this.dataGrid3.SelectionForeColor = System.Drawing.Color.PaleGreen;
this.dataGrid3.Size = new System.Drawing.Size(672, 328);
this.dataGrid3.TabIndex = 124;
this.dataGrid3.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.dataGridTableStyle2});
//
// dataGridTableStyle2
//
this.dataGridTableStyle2.DataGrid = this.dataGrid3;
this.dataGridTableStyle2.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
this.dataGridTextBoxColumn10,
this.dataGridTextBoxColumn11,
this.dataGridTextBoxColumn21,
this.dataGridTextBoxColumn22,
this.dataGridTextBoxColumn23,
this.dataGridTextBoxColumn24,
this.dataGridTextBoxColumn25,
this.dataGridTextBoxColumn12,
this.dataGridTextBoxColumn13});
this.dataGridTableStyle2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGridTableStyle2.MappingName = "Dimmision";
//
// dataGridTextBoxColumn10
//
this.dataGridTextBoxColumn10.Format = "";
this.dataGridTextBoxColumn10.FormatInfo = null;
this.dataGridTextBoxColumn10.HeaderText = "职工号";
this.dataGridTextBoxColumn10.MappingName = "EmployeeID";
this.dataGridTextBoxColumn10.Width = 75;
//
// dataGridTextBoxColumn11
//
this.dataGridTextBoxColumn11.Format = "";
this.dataGridTextBoxColumn11.FormatInfo = null;
this.dataGridTextBoxColumn11.HeaderText = "姓名";
this.dataGridTextBoxColumn11.MappingName = "EmployeeName";
this.dataGridTextBoxColumn11.Width = 75;
//
// dataGridTextBoxColumn21
//
this.dataGridTextBoxColumn21.Format = "";
this.dataGridTextBoxColumn21.FormatInfo = null;
this.dataGridTextBoxColumn21.HeaderText = "性别";
this.dataGridTextBoxColumn21.MappingName = "Sex";
this.dataGridTextBoxColumn21.Width = 75;
//
// dataGridTextBoxColumn22
//
this.dataGridTextBoxColumn22.Format = "";
this.dataGridTextBoxColumn22.FormatInfo = null;
this.dataGridTextBoxColumn22.HeaderText = "年龄";
this.dataGridTextBoxColumn22.MappingName = "Age";
this.dataGridTextBoxColumn22.Width = 75;
//
// dataGridTextBoxColumn23
//
this.dataGridTextBoxColumn23.Format = "";
this.dataGridTextBoxColumn23.FormatInfo = null;
this.dataGridTextBoxColumn23.HeaderText = "部门";
this.dataGridTextBoxColumn23.MappingName = "Department";
this.dataGridTextBoxColumn23.Width = 75;
//
// dataGridTextBoxColumn24
//
this.dataGridTextBoxColumn24.Format = "";
this.dataGridTextBoxColumn24.FormatInfo = null;
this.dataGridTextBoxColumn24.HeaderText = "职称";
this.dataGridTextBoxColumn24.MappingName = "Title";
this.dataGridTextBoxColumn24.Width = 75;
//
// dataGridTextBoxColumn25
//
this.dataGridTextBoxColumn25.Format = "";
this.dataGridTextBoxColumn25.FormatInfo = null;
this.dataGridTextBoxColumn25.HeaderText = "职务";
this.dataGridTextBoxColumn25.MappingName = "Duty";
this.dataGridTextBoxColumn25.Width = 75;
//
// dataGridTextBoxColumn12
//
this.dataGridTextBoxColumn12.Format = "";
this.dataGridTextBoxColumn12.FormatInfo = null;
this.dataGridTextBoxColumn12.HeaderText = "离退种类";
this.dataGridTextBoxColumn12.MappingName = "DimmisionType";
this.dataGridTextBoxColumn12.Width = 75;
//
// dataGridTextBoxColumn13
//
this.dataGridTextBoxColumn13.Format = "";
this.dataGridTextBoxColumn13.FormatInfo = null;
this.dataGridTextBoxColumn13.HeaderText = "离退日期";
this.dataGridTextBoxColumn13.MappingName = "DimmisionDate";
this.dataGridTextBoxColumn13.Width = 75;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.comboBox3);
this.groupBox6.Controls.Add(this.label25);
this.groupBox6.Controls.Add(this.comboBox1);
this.groupBox6.Controls.Add(this.label26);
this.groupBox6.Controls.Add(this.comboBox2);
this.groupBox6.Controls.Add(this.label23);
this.groupBox6.Controls.Add(this.label24);
this.groupBox6.Controls.Add(this.textBox1);
this.groupBox6.Location = new System.Drawing.Point(24, 24);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(672, 72);
this.groupBox6.TabIndex = 118;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "职工查询";
//
// comboBox3
//
this.comboBox3.ForeColor = System.Drawing.SystemColors.Desktop;
this.comboBox3.Items.AddRange(new object[] {
"退休",
"辞职",
"辞退"});
this.comboBox3.Location = new System.Drawing.Point(208, 32);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(88, 20);
this.comboBox3.TabIndex = 121;
//
// label25
//
this.label25.Location = new System.Drawing.Point(432, 32);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(32, 23);
this.label25.TabIndex = 120;
this.label25.Text = "职称";
//
// comboBox1
//
this.comboBox1.Location = new System.Drawing.Point(472, 32);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(72, 20);
this.comboBox1.TabIndex = 119;
//
// label26
//
this.label26.Location = new System.Drawing.Point(312, 32);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(40, 23);
this.label26.TabIndex = 118;
this.label26.Text = "部门";
//
// comboBox2
//
this.comboBox2.Location = new System.Drawing.Point(352, 32);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(72, 20);
this.comboBox2.TabIndex = 117;
//
// label23
//
this.label23.Location = new System.Drawing.Point(152, 32);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(56, 23);
this.label23.TabIndex = 116;
this.label23.Text = "离职种类";
//
// label24
//
this.label24.Location = new System.Drawing.Point(16, 32);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(48, 23);
this.label24.TabIndex = 114;
this.label24.Text = "职工号";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(64, 32);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(80, 21);
this.textBox1.TabIndex = 113;
this.textBox1.Text = "";
//
// btnExit
//
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnExit.Location = new System.Drawing.Point(872, 552);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(56, 24);
this.btnExit.TabIndex = 93;
this.btnExit.Text = "退出";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// combDep
//
this.combDep.Items.AddRange(new object[] {
"男",
"女"});
this.combDep.Location = new System.Drawing.Point(72, 232);
this.combDep.Name = "combDep";
this.combDep.Size = new System.Drawing.Size(96, 20);
this.combDep.TabIndex = 117;
//
// comboClass
//
this.comboClass.Items.AddRange(new object[] {
"男",
"女"});
this.comboClass.Location = new System.Drawing.Point(216, 232);
this.comboClass.Name = "comboClass";
this.comboClass.Size = new System.Drawing.Size(120, 20);
this.comboClass.TabIndex = 118;
//
// label4
//
this.label4.Location = new System.Drawing.Point(24, 232);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 23);
this.label4.TabIndex = 119;
this.label4.Text = "院系";
//
// label5
//
this.label5.Location = new System
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -