📄 frmemployeeremoveopen.designer.cs
字号:
namespace HRP.Personnel
{
partial class frmEmployeeRemoveOpen
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtEmployeePostTitle = new System.Windows.Forms.TextBox();
this.txtEmployeeDept = new System.Windows.Forms.TextBox();
this.txtEmployeeDutyType = new System.Windows.Forms.TextBox();
this.txtEmployeeWorkType = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtEmployeeID = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtEmployeeName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.dgvPersonelManage = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPersonelManage)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtEmployeePostTitle);
this.groupBox1.Controls.Add(this.txtEmployeeDept);
this.groupBox1.Controls.Add(this.txtEmployeeDutyType);
this.groupBox1.Controls.Add(this.txtEmployeeWorkType);
this.groupBox1.Location = new System.Drawing.Point(3, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(660, 88);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "相关人事信息";
//
// txtEmployeePostTitle
//
this.txtEmployeePostTitle.Enabled = false;
this.txtEmployeePostTitle.Location = new System.Drawing.Point(463, 55);
this.txtEmployeePostTitle.Name = "txtEmployeePostTitle";
this.txtEmployeePostTitle.Size = new System.Drawing.Size(176, 21);
this.txtEmployeePostTitle.TabIndex = 2;
//
// txtEmployeeDept
//
this.txtEmployeeDept.Enabled = false;
this.txtEmployeeDept.Location = new System.Drawing.Point(463, 16);
this.txtEmployeeDept.Name = "txtEmployeeDept";
this.txtEmployeeDept.Size = new System.Drawing.Size(176, 21);
this.txtEmployeeDept.TabIndex = 2;
//
// txtEmployeeDutyType
//
this.txtEmployeeDutyType.Enabled = false;
this.txtEmployeeDutyType.Location = new System.Drawing.Point(275, 55);
this.txtEmployeeDutyType.Name = "txtEmployeeDutyType";
this.txtEmployeeDutyType.Size = new System.Drawing.Size(100, 21);
this.txtEmployeeDutyType.TabIndex = 2;
//
// txtEmployeeWorkType
//
this.txtEmployeeWorkType.Cursor = System.Windows.Forms.Cursors.No;
this.txtEmployeeWorkType.Enabled = false;
this.txtEmployeeWorkType.Location = new System.Drawing.Point(95, 53);
this.txtEmployeeWorkType.Name = "txtEmployeeWorkType";
this.txtEmployeeWorkType.Size = new System.Drawing.Size(100, 21);
this.txtEmployeeWorkType.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(35, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "员工编号";
//
// txtEmployeeID
//
this.txtEmployeeID.Cursor = System.Windows.Forms.Cursors.No;
this.txtEmployeeID.Enabled = false;
this.txtEmployeeID.Location = new System.Drawing.Point(98, 20);
this.txtEmployeeID.Name = "txtEmployeeID";
this.txtEmployeeID.Size = new System.Drawing.Size(100, 21);
this.txtEmployeeID.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(35, 61);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 1;
this.label4.Text = "工种";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(215, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "员工姓名";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(215, 61);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 1;
this.label5.Text = "职务";
//
// txtEmployeeName
//
this.txtEmployeeName.Enabled = false;
this.txtEmployeeName.Location = new System.Drawing.Point(278, 20);
this.txtEmployeeName.Name = "txtEmployeeName";
this.txtEmployeeName.Size = new System.Drawing.Size(100, 21);
this.txtEmployeeName.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(403, 28);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 1;
this.label3.Text = "所属部门";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(404, 64);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 1;
this.label6.Text = "职称";
//
// dgvPersonelManage
//
this.dgvPersonelManage.AllowUserToAddRows = false;
this.dgvPersonelManage.AllowUserToDeleteRows = false;
this.dgvPersonelManage.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
this.dgvPersonelManage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPersonelManage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9,
this.Column10,
this.Column11,
this.Column12,
this.Column13,
this.Column14,
this.Column15,
this.Column16,
this.Column17,
this.Column18,
this.Column19,
this.Column20,
this.Column22,
this.Column23,
this.Column24,
this.Column25,
this.Column26,
this.Column27,
this.Column28,
this.Column29,
this.Column30,
this.Column31});
this.dgvPersonelManage.Location = new System.Drawing.Point(3, 98);
this.dgvPersonelManage.MultiSelect = false;
this.dgvPersonelManage.Name = "dgvPersonelManage";
this.dgvPersonelManage.ReadOnly = true;
this.dgvPersonelManage.RowTemplate.Height = 23;
this.dgvPersonelManage.Size = new System.Drawing.Size(660, 330);
this.dgvPersonelManage.TabIndex = 67;
this.dgvPersonelManage.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPersonelManage_CellDoubleClick);
this.dgvPersonelManage.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dgvPersonnelManage_MouseClick);
//
// Column1
//
this.Column1.DataPropertyName = "EmployeeID";
this.Column1.HeaderText = "编号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// Column2
//
this.Column2.DataPropertyName = "EmployeeName";
this.Column2.HeaderText = "姓名";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.DataPropertyName = "EmployeeSex";
this.Column3.HeaderText = "性别";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -