📄 frmempremove.designer.cs
字号:
namespace HumanManage.HumanManage
{
partial class FrmEmpRemove
{
/// <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(FrmEmpRemove));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnMoveEdit = new DevComponents.DotNetBar.ButtonX();
this.btnDel = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.btnAddMove = new DevComponents.DotNetBar.ButtonX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.txtSelect = new DevComponents.DotNetBar.Controls.TextBoxX();
this.btnSelect = new DevComponents.DotNetBar.ButtonX();
this.ltvEmpMove = 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.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatuslblall = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.groupBox1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnMoveEdit);
this.groupBox1.Controls.Add(this.btnDel);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnAddMove);
this.groupBox1.Location = new System.Drawing.Point(2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(771, 89);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
//
// btnMoveEdit
//
this.btnMoveEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnMoveEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnMoveEdit.Image")));
this.btnMoveEdit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnMoveEdit.Location = new System.Drawing.Point(220, 22);
this.btnMoveEdit.Name = "btnMoveEdit";
this.btnMoveEdit.Size = new System.Drawing.Size(50, 54);
this.btnMoveEdit.TabIndex = 5;
this.btnMoveEdit.Text = "编辑";
this.btnMoveEdit.Click += new System.EventHandler(this.btnMoveEdit_Click);
//
// btnDel
//
this.btnDel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
this.btnDel.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnDel.Location = new System.Drawing.Point(405, 22);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(50, 54);
this.btnDel.TabIndex = 4;
this.btnDel.Text = "删除";
this.btnDel.Click += new System.EventHandler(this.btnDel_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_1);
//
// btnAddMove
//
this.btnAddMove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAddMove.Image = ((System.Drawing.Image)(resources.GetObject("btnAddMove.Image")));
this.btnAddMove.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnAddMove.Location = new System.Drawing.Point(59, 22);
this.btnAddMove.Name = "btnAddMove";
this.btnAddMove.Size = new System.Drawing.Size(50, 54);
this.btnAddMove.TabIndex = 0;
this.btnAddMove.Text = "添加";
this.btnAddMove.Click += new System.EventHandler(this.btnAddMove_Click);
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(48, 91);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(80, 23);
this.labelX1.TabIndex = 16;
this.labelX1.Text = "员工信息查询";
//
// txtSelect
//
//
//
//
this.txtSelect.Border.Class = "TextBoxBorder";
this.txtSelect.Location = new System.Drawing.Point(134, 91);
this.txtSelect.Name = "txtSelect";
this.txtSelect.Size = new System.Drawing.Size(174, 23);
this.txtSelect.TabIndex = 17;
//
// btnSelect
//
this.btnSelect.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSelect.Location = new System.Drawing.Point(327, 91);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(40, 23);
this.btnSelect.TabIndex = 15;
this.btnSelect.Text = "查询";
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// ltvEmpMove
//
//
//
//
this.ltvEmpMove.Border.Class = "ListViewBorder";
this.ltvEmpMove.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader9,
this.columnHeader11,
this.columnHeader12});
this.ltvEmpMove.FullRowSelect = true;
this.ltvEmpMove.GridLines = true;
this.ltvEmpMove.Location = new System.Drawing.Point(2, 120);
this.ltvEmpMove.Name = "ltvEmpMove";
this.ltvEmpMove.Size = new System.Drawing.Size(771, 323);
this.ltvEmpMove.TabIndex = 19;
this.ltvEmpMove.UseCompatibleStateImageBehavior = false;
this.ltvEmpMove.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 = 80;
//
// columnHeader7
//
this.columnHeader7.Text = "调前职位";
this.columnHeader7.Width = 80;
//
// columnHeader9
//
this.columnHeader9.Text = "调动日期";
this.columnHeader9.Width = 80;
//
// columnHeader11
//
this.columnHeader11.Text = "调动原因";
this.columnHeader11.Width = 120;
//
// columnHeader12
//
this.columnHeader12.Text = "备注";
this.columnHeader12.Width = 150;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatuslblall,
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 = 20;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(17, 17);
this.toolStripStatusLabel1.Text = "共";
//
// toolStripStatuslblall
//
this.toolStripStatuslblall.Name = "toolStripStatuslblall";
this.toolStripStatuslblall.Size = new System.Drawing.Size(131, 17);
this.toolStripStatuslblall.Text = "toolStripStatusLabel2";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(29, 17);
this.toolStripStatusLabel3.Text = "纪录";
//
// FrmEmpRemove
//
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.ltvEmpMove);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.txtSelect);
this.Controls.Add(this.btnSelect);
this.Controls.Add(this.groupBox1);
this.Name = "FrmEmpRemove";
this.Text = "员工调动管理";
this.Load += new System.EventHandler(this.FrmEmpRemove_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEmpRemove_FormClosing);
this.groupBox1.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevComponents.DotNetBar.ButtonX btnMoveEdit;
private DevComponents.DotNetBar.ButtonX btnDel;
private DevComponents.DotNetBar.ButtonX btnExit;
private DevComponents.DotNetBar.ButtonX btnAddMove;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.TextBoxX txtSelect;
private DevComponents.DotNetBar.ButtonX btnSelect;
private DevComponents.DotNetBar.Controls.ListViewEx ltvEmpMove;
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.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatuslblall;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -