📄 frmempredressalpay.designer.cs
字号:
namespace HumanManage.HumanManage
{
partial class FrmEmpRedressalPay
{
/// <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(FrmEmpRedressalPay));
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.txtSelect = new DevComponents.DotNetBar.Controls.TextBoxX();
this.btnSelect = new DevComponents.DotNetBar.ButtonX();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnEditPay = new DevComponents.DotNetBar.ButtonX();
this.btnDelPay = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.btnAddPay = new DevComponents.DotNetBar.ButtonX();
this.ltvEmpAddPay = new DevComponents.DotNetBar.Controls.ListViewEx();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStriplblAll = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.groupBox1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// checkBoxX1
//
this.checkBoxX1.Location = new System.Drawing.Point(419, 92);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(99, 23);
this.checkBoxX1.TabIndex = 23;
this.checkBoxX1.Text = "附加离职信息";
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(48, 92);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(80, 23);
this.labelX1.TabIndex = 21;
this.labelX1.Text = "员工信息查询";
//
// txtSelect
//
//
//
//
this.txtSelect.Border.Class = "TextBoxBorder";
this.txtSelect.Location = new System.Drawing.Point(134, 92);
this.txtSelect.Name = "txtSelect";
this.txtSelect.Size = new System.Drawing.Size(174, 23);
this.txtSelect.TabIndex = 22;
//
// btnSelect
//
this.btnSelect.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSelect.Location = new System.Drawing.Point(327, 92);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(40, 23);
this.btnSelect.TabIndex = 20;
this.btnSelect.Text = "查询";
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnEditPay);
this.groupBox1.Controls.Add(this.btnDelPay);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnAddPay);
this.groupBox1.Location = new System.Drawing.Point(2, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(771, 89);
this.groupBox1.TabIndex = 19;
this.groupBox1.TabStop = false;
//
// btnEditPay
//
this.btnEditPay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnEditPay.Image = ((System.Drawing.Image)(resources.GetObject("btnEditPay.Image")));
this.btnEditPay.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnEditPay.Location = new System.Drawing.Point(220, 22);
this.btnEditPay.Name = "btnEditPay";
this.btnEditPay.Size = new System.Drawing.Size(50, 54);
this.btnEditPay.TabIndex = 5;
this.btnEditPay.Text = "编辑";
this.btnEditPay.Click += new System.EventHandler(this.btnEditPay_Click);
//
// btnDelPay
//
this.btnDelPay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDelPay.Image = ((System.Drawing.Image)(resources.GetObject("btnDelPay.Image")));
this.btnDelPay.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnDelPay.Location = new System.Drawing.Point(405, 22);
this.btnDelPay.Name = "btnDelPay";
this.btnDelPay.Size = new System.Drawing.Size(50, 54);
this.btnDelPay.TabIndex = 4;
this.btnDelPay.Text = "删除";
this.btnDelPay.Click += new System.EventHandler(this.btnDelPay_Click);
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnExit.Location = new System.Drawing.Point(587, 22);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(50, 54);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnAddPay
//
this.btnAddPay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAddPay.Image = ((System.Drawing.Image)(resources.GetObject("btnAddPay.Image")));
this.btnAddPay.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnAddPay.Location = new System.Drawing.Point(59, 22);
this.btnAddPay.Name = "btnAddPay";
this.btnAddPay.Size = new System.Drawing.Size(50, 54);
this.btnAddPay.TabIndex = 0;
this.btnAddPay.Text = "添加";
this.btnAddPay.Click += new System.EventHandler(this.btnAddPay_Click);
//
// ltvEmpAddPay
//
//
//
//
this.ltvEmpAddPay.Border.Class = "ListViewBorder";
this.ltvEmpAddPay.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader10,
this.columnHeader9});
this.ltvEmpAddPay.FullRowSelect = true;
this.ltvEmpAddPay.GridLines = true;
this.ltvEmpAddPay.Location = new System.Drawing.Point(2, 121);
this.ltvEmpAddPay.Name = "ltvEmpAddPay";
this.ltvEmpAddPay.Size = new System.Drawing.Size(771, 323);
this.ltvEmpAddPay.TabIndex = 24;
this.ltvEmpAddPay.UseCompatibleStateImageBehavior = false;
this.ltvEmpAddPay.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "编号";
this.columnHeader1.Width = 80;
//
// columnHeader2
//
this.columnHeader2.Text = "姓名";
this.columnHeader2.Width = 80;
//
// columnHeader3
//
this.columnHeader3.Text = "性别";
this.columnHeader3.Width = 50;
//
// columnHeader4
//
this.columnHeader4.Text = "部门";
this.columnHeader4.Width = 80;
//
// columnHeader5
//
this.columnHeader5.Text = "职位";
this.columnHeader5.Width = 80;
//
// columnHeader6
//
this.columnHeader6.Text = "调薪日期";
this.columnHeader6.Width = 100;
//
// columnHeader7
//
this.columnHeader7.Text = "调前薪资";
this.columnHeader7.Width = 97;
//
// columnHeader8
//
this.columnHeader8.Text = "调后薪资";
this.columnHeader8.Width = 100;
//
// columnHeader10
//
this.columnHeader10.Text = "调薪原因";
this.columnHeader10.Width = 120;
//
// columnHeader9
//
this.columnHeader9.Text = "备注";
this.columnHeader9.Width = 150;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStriplblAll,
this.toolStripStatusLabel3});
this.statusStrip1.Location = new System.Drawing.Point(0, 446);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(774, 22);
this.statusStrip1.TabIndex = 25;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(17, 17);
this.toolStripStatusLabel1.Text = "共";
//
// toolStriplblAll
//
this.toolStriplblAll.Name = "toolStriplblAll";
this.toolStriplblAll.Size = new System.Drawing.Size(131, 17);
this.toolStriplblAll.Text = "toolStripStatusLabel2";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(29, 17);
this.toolStripStatusLabel3.Text = "纪录";
//
// FrmEmpRedressalPay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(774, 468);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.ltvEmpAddPay);
this.Controls.Add(this.checkBoxX1);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.txtSelect);
this.Controls.Add(this.btnSelect);
this.Controls.Add(this.groupBox1);
this.Name = "FrmEmpRedressalPay";
this.Text = "员工调薪管理";
this.Load += new System.EventHandler(this.FrmEmpRedressalPay_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEmpRedressalPay_FormClosing);
this.groupBox1.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.TextBoxX txtSelect;
private DevComponents.DotNetBar.ButtonX btnSelect;
private System.Windows.Forms.GroupBox groupBox1;
private DevComponents.DotNetBar.ButtonX btnEditPay;
private DevComponents.DotNetBar.ButtonX btnDelPay;
private DevComponents.DotNetBar.ButtonX btnExit;
private DevComponents.DotNetBar.ButtonX btnAddPay;
private DevComponents.DotNetBar.Controls.ListViewEx ltvEmpAddPay;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStriplblAll;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -