📄 frmemployeeremoveopen.designer.cs
字号:
//
this.Column4.DataPropertyName = "EmployeeIDcard";
this.Column4.HeaderText = "身份证号";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.DataPropertyName = "EmployeeBirth";
this.Column5.HeaderText = "出生年月日";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.DataPropertyName = "EmployeeAge";
this.Column6.HeaderText = "年龄";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.DataPropertyName = "EmployeeFolk";
this.Column7.HeaderText = "民族";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column8
//
this.Column8.DataPropertyName = "EmployeeMarriage";
this.Column8.HeaderText = "婚姻状况";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
//
// Column9
//
this.Column9.DataPropertyName = "EmployeePoliticsVisage";
this.Column9.HeaderText = "政治面貌";
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
//
// Column10
//
this.Column10.DataPropertyName = "EmployeePartyTime";
this.Column10.HeaderText = "入党团时间";
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
//
// Column11
//
this.Column11.DataPropertyName = "EmployeeNativePlace";
this.Column11.HeaderText = "籍贯";
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
//
// Column12
//
this.Column12.DataPropertyName = "EmployeeTel";
this.Column12.HeaderText = "联系电话";
this.Column12.Name = "Column12";
this.Column12.ReadOnly = true;
//
// Column13
//
this.Column13.DataPropertyName = "EmployeeMobileTel";
this.Column13.HeaderText = "手机号码";
this.Column13.Name = "Column13";
this.Column13.ReadOnly = true;
//
// Column14
//
this.Column14.DataPropertyName = "EmployeeAddress";
this.Column14.HeaderText = "家庭地址";
this.Column14.Name = "Column14";
this.Column14.ReadOnly = true;
//
// Column15
//
this.Column15.DataPropertyName = "EmployeeCollege";
this.Column15.HeaderText = "毕业院校";
this.Column15.Name = "Column15";
this.Column15.ReadOnly = true;
//
// Column16
//
this.Column16.DataPropertyName = "EmployeeSpeciality";
this.Column16.HeaderText = "专业";
this.Column16.Name = "Column16";
this.Column16.ReadOnly = true;
//
// Column17
//
this.Column17.DataPropertyName = "EmployeeKultuLevel";
this.Column17.HeaderText = "文化程度";
this.Column17.Name = "Column17";
this.Column17.ReadOnly = true;
//
// Column18
//
this.Column18.DataPropertyName = "EmployeeLongSuit";
this.Column18.HeaderText = "特长";
this.Column18.Name = "Column18";
this.Column18.ReadOnly = true;
//
// Column19
//
this.Column19.DataPropertyName = "EmployeeJoinWorkTime";
this.Column19.HeaderText = "参加工作时间";
this.Column19.Name = "Column19";
this.Column19.ReadOnly = true;
//
// Column20
//
this.Column20.DataPropertyName = "EmployeeWorkAge";
this.Column20.HeaderText = "总工龄";
this.Column20.Name = "Column20";
this.Column20.ReadOnly = true;
//
// Column22
//
this.Column22.DataPropertyName = "EmployeeDept";
this.Column22.HeaderText = "部门";
this.Column22.Name = "Column22";
this.Column22.ReadOnly = true;
//
// Column23
//
this.Column23.DataPropertyName = "EmployeeWorkType";
this.Column23.HeaderText = "工种";
this.Column23.Name = "Column23";
this.Column23.ReadOnly = true;
//
// Column24
//
this.Column24.DataPropertyName = "EmployeeDutyType";
this.Column24.HeaderText = "职务";
this.Column24.Name = "Column24";
this.Column24.ReadOnly = true;
//
// Column25
//
this.Column25.DataPropertyName = "EmployeePostTitle";
this.Column25.HeaderText = "职称";
this.Column25.Name = "Column25";
this.Column25.ReadOnly = true;
//
// Column26
//
this.Column26.DataPropertyName = "EmployeeBasePay";
this.Column26.HeaderText = "基本工资";
this.Column26.Name = "Column26";
this.Column26.ReadOnly = true;
//
// Column27
//
this.Column27.DataPropertyName = "EmployeeOther";
this.Column27.HeaderText = "其它工资";
this.Column27.Name = "Column27";
this.Column27.ReadOnly = true;
//
// Column28
//
this.Column28.DataPropertyName = "EmployeeFoldTime";
this.Column28.HeaderText = "调入时间";
this.Column28.Name = "Column28";
this.Column28.ReadOnly = true;
//
// Column29
//
this.Column29.DataPropertyName = "EmployeeUnitWorkAge";
this.Column29.HeaderText = "本单位工龄";
this.Column29.Name = "Column29";
this.Column29.ReadOnly = true;
//
// Column30
//
this.Column30.DataPropertyName = "Booker";
this.Column30.HeaderText = "登记人";
this.Column30.Name = "Column30";
this.Column30.ReadOnly = true;
//
// Column31
//
this.Column31.DataPropertyName = "BookInTime";
this.Column31.HeaderText = "登记日期";
this.Column31.Name = "Column31";
this.Column31.ReadOnly = true;
//
// frmEmployeeRemoveOpen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(667, 429);
this.Controls.Add(this.dgvPersonelManage);
this.Controls.Add(this.label6);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtEmployeeName);
this.Controls.Add(this.label5);
this.Controls.Add(this.label2);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtEmployeeID);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Name = "frmEmployeeRemoveOpen";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "【选择员工】";
this.Load += new System.EventHandler(this.frmEmployeeRemove_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPersonelManage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtEmployeeID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtEmployeeName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DataGridView dgvPersonelManage;
private System.Windows.Forms.TextBox txtEmployeeDept;
private System.Windows.Forms.TextBox txtEmployeeWorkType;
private System.Windows.Forms.TextBox txtEmployeeDutyType;
private System.Windows.Forms.TextBox txtEmployeePostTitle;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
private System.Windows.Forms.DataGridViewTextBoxColumn Column28;
private System.Windows.Forms.DataGridViewTextBoxColumn Column29;
private System.Windows.Forms.DataGridViewTextBoxColumn Column30;
private System.Windows.Forms.DataGridViewTextBoxColumn Column31;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -