📄 frmemplpyeeremove.designer.cs
字号:
namespace HRP.Personnel
{
partial class frmEmplpyeeRemove
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEmplpyeeRemove));
this.label3 = new System.Windows.Forms.Label();
this.txtEmployeeName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtEmployeeID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dgvEmpleeRemove = 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.label6 = new System.Windows.Forms.Label();
this.btnOpen = new System.Windows.Forms.Button();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tlbtnRemove = new System.Windows.Forms.ToolStripButton();
this.tlbtnAll = new System.Windows.Forms.ToolStripButton();
this.tlClose = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.tlcbbData = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tltxtKeyWord = new System.Windows.Forms.ToolStripTextBox();
this.tlSearch = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.cbbEmployeeWorkType = new System.Windows.Forms.ComboBox();
this.cbbEmployeeDutyType = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cbbEmployeePostTitle = new System.Windows.Forms.ComboBox();
this.cbbEmployeeDept = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.dgvEmpleeRemove)).BeginInit();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(410, 49);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 10;
this.label3.Text = "新所属部门";
//
// txtEmployeeName
//
this.txtEmployeeName.Enabled = false;
this.txtEmployeeName.Location = new System.Drawing.Point(274, 17);
this.txtEmployeeName.Name = "txtEmployeeName";
this.txtEmployeeName.Size = new System.Drawing.Size(84, 21);
this.txtEmployeeName.TabIndex = 13;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(216, 86);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 11;
this.label5.Text = "新职务";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(212, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 12;
this.label2.Text = "员工姓名";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(37, 84);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 7;
this.label4.Text = "新工种";
//
// txtEmployeeID
//
this.txtEmployeeID.Cursor = System.Windows.Forms.Cursors.No;
this.txtEmployeeID.Enabled = false;
this.txtEmployeeID.Location = new System.Drawing.Point(99, 45);
this.txtEmployeeID.Name = "txtEmployeeID";
this.txtEmployeeID.Size = new System.Drawing.Size(100, 21);
this.txtEmployeeID.TabIndex = 14;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(36, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 9;
this.label1.Text = "员工编号";
//
// dgvEmpleeRemove
//
this.dgvEmpleeRemove.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvEmpleeRemove.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.dgvEmpleeRemove.Location = new System.Drawing.Point(4, 123);
this.dgvEmpleeRemove.Name = "dgvEmpleeRemove";
this.dgvEmpleeRemove.RowTemplate.Height = 23;
this.dgvEmpleeRemove.Size = new System.Drawing.Size(660, 305);
this.dgvEmpleeRemove.TabIndex = 16;
//
// Column1
//
this.Column1.DataPropertyName = "ID";
this.Column1.HeaderText = "调动ID";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.DataPropertyName = "EmployeeID";
this.Column2.HeaderText = "员工编号";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.DataPropertyName = "EmployeeName";
this.Column3.HeaderText = "姓名";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.DataPropertyName = "EmployeeWorkType";
this.Column4.HeaderText = "原工种";
this.Column4.Name = "Column4";
//
// Column5
//
this.Column5.DataPropertyName = "EmployeeDept";
this.Column5.HeaderText = "原部门";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.DataPropertyName = "EmployeeDutyType";
this.Column6.HeaderText = "原职务";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.DataPropertyName = "EmployeePostTitle";
this.Column7.HeaderText = "原职称";
this.Column7.Name = "Column7";
//
// Column8
//
this.Column8.DataPropertyName = "NewWorkType";
this.Column8.HeaderText = "新工种";
this.Column8.Name = "Column8";
//
// Column9
//
this.Column9.DataPropertyName = "NewDept";
this.Column9.HeaderText = "新部门";
this.Column9.Name = "Column9";
//
// Column10
//
this.Column10.DataPropertyName = "NewDutyType";
this.Column10.HeaderText = "新职务";
this.Column10.Name = "Column10";
//
// Column11
//
this.Column11.DataPropertyName = "NewPostTitle";
this.Column11.HeaderText = "新职称";
this.Column11.Name = "Column11";
//
// Column12
//
this.Column12.DataPropertyName = "RemoveTime";
this.Column12.HeaderText = "调动时间";
this.Column12.Name = "Column12";
//
// Column13
//
this.Column13.DataPropertyName = "Booker";
this.Column13.HeaderText = "登记人";
this.Column13.Name = "Column13";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(412, 86);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 8;
this.label6.Text = "新职称";
//
// btnOpen
//
this.btnOpen.Location = new System.Drawing.Point(363, 16);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(30, 23);
this.btnOpen.TabIndex = 114;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -