📄 frmmoveedit.designer.cs
字号:
namespace HumanManage.HumanManage
{
partial class FrmMoveEdit
{
/// <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.btnExit = new DevComponents.DotNetBar.ButtonX();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.txtInfos = new DevComponents.DotNetBar.Controls.TextBoxX();
this.btnAddDept = new DevComponents.DotNetBar.ButtonX();
this.btnAddJop = new DevComponents.DotNetBar.ButtonX();
this.cmbNewJop = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.cmbNewDept = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.dateTimeMove = new System.Windows.Forms.DateTimePicker();
this.txtMoveWhy = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lblOldJop = new DevComponents.DotNetBar.LabelX();
this.lblOldDept = new DevComponents.DotNetBar.LabelX();
this.lblEmpName = new DevComponents.DotNetBar.LabelX();
this.labelX9 = new DevComponents.DotNetBar.LabelX();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.lblEmpId = new DevComponents.DotNetBar.LabelX();
this.SuspendLayout();
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Location = new System.Drawing.Point(347, 274);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 43;
this.btnExit.Text = "取消";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnSave
//
this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSave.Location = new System.Drawing.Point(236, 274);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 42;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtInfos
//
//
//
//
this.txtInfos.Border.Class = "TextBoxBorder";
this.txtInfos.Location = new System.Drawing.Point(73, 187);
this.txtInfos.Name = "txtInfos";
this.txtInfos.Size = new System.Drawing.Size(349, 76);
this.txtInfos.TabIndex = 41;
//
// btnAddDept
//
this.btnAddDept.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAddDept.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAddDept.Location = new System.Drawing.Point(183, 153);
this.btnAddDept.Name = "btnAddDept";
this.btnAddDept.Size = new System.Drawing.Size(21, 23);
this.btnAddDept.TabIndex = 40;
this.btnAddDept.Text = "+";
//
// btnAddJop
//
this.btnAddJop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAddJop.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAddJop.Location = new System.Drawing.Point(399, 155);
this.btnAddJop.Name = "btnAddJop";
this.btnAddJop.Size = new System.Drawing.Size(23, 23);
this.btnAddJop.TabIndex = 39;
this.btnAddJop.Text = "+";
//
// cmbNewJop
//
this.cmbNewJop.DisplayMember = "Text";
this.cmbNewJop.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbNewJop.FormattingEnabled = true;
this.cmbNewJop.Location = new System.Drawing.Point(281, 155);
this.cmbNewJop.Name = "cmbNewJop";
this.cmbNewJop.Size = new System.Drawing.Size(112, 21);
this.cmbNewJop.TabIndex = 38;
//
// cmbNewDept
//
this.cmbNewDept.DisplayMember = "Text";
this.cmbNewDept.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbNewDept.FormattingEnabled = true;
this.cmbNewDept.Location = new System.Drawing.Point(73, 155);
this.cmbNewDept.Name = "cmbNewDept";
this.cmbNewDept.Size = new System.Drawing.Size(104, 21);
this.cmbNewDept.TabIndex = 37;
//
// dateTimeMove
//
this.dateTimeMove.Location = new System.Drawing.Point(281, 109);
this.dateTimeMove.Name = "dateTimeMove";
this.dateTimeMove.Size = new System.Drawing.Size(141, 20);
this.dateTimeMove.TabIndex = 36;
//
// txtMoveWhy
//
//
//
//
this.txtMoveWhy.Border.Class = "TextBoxBorder";
this.txtMoveWhy.Location = new System.Drawing.Point(75, 110);
this.txtMoveWhy.Name = "txtMoveWhy";
this.txtMoveWhy.Size = new System.Drawing.Size(129, 20);
this.txtMoveWhy.TabIndex = 35;
//
// lblOldJop
//
this.lblOldJop.Location = new System.Drawing.Point(277, 64);
this.lblOldJop.Name = "lblOldJop";
this.lblOldJop.Size = new System.Drawing.Size(107, 23);
this.lblOldJop.TabIndex = 34;
//
// lblOldDept
//
this.lblOldDept.Location = new System.Drawing.Point(73, 64);
this.lblOldDept.Name = "lblOldDept";
this.lblOldDept.Size = new System.Drawing.Size(121, 23);
this.lblOldDept.TabIndex = 33;
//
// lblEmpName
//
this.lblEmpName.Location = new System.Drawing.Point(280, 9);
this.lblEmpName.Name = "lblEmpName";
this.lblEmpName.Size = new System.Drawing.Size(107, 23);
this.lblEmpName.TabIndex = 32;
//
// labelX9
//
this.labelX9.Location = new System.Drawing.Point(218, 107);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(56, 23);
this.labelX9.TabIndex = 30;
this.labelX9.Text = "调动日期";
//
// labelX8
//
this.labelX8.Location = new System.Drawing.Point(13, 108);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(55, 23);
this.labelX8.TabIndex = 29;
this.labelX8.Text = "调动原因";
//
// labelX7
//
this.labelX7.Location = new System.Drawing.Point(9, 184);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(58, 23);
this.labelX7.TabIndex = 28;
this.labelX7.Text = "备注信息";
//
// labelX6
//
this.labelX6.Location = new System.Drawing.Point(218, 155);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(56, 23);
this.labelX6.TabIndex = 27;
this.labelX6.Text = "调后职位";
//
// labelX5
//
this.labelX5.Location = new System.Drawing.Point(13, 64);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(54, 23);
this.labelX5.TabIndex = 26;
this.labelX5.Text = "调前部门";
//
// labelX4
//
this.labelX4.Location = new System.Drawing.Point(9, 155);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(58, 23);
this.labelX4.TabIndex = 25;
this.labelX4.Text = "调后部门";
//
// labelX3
//
this.labelX3.Location = new System.Drawing.Point(215, 64);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(56, 23);
this.labelX3.TabIndex = 24;
this.labelX3.Text = "调前职位";
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(215, 11);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(59, 23);
this.labelX2.TabIndex = 23;
this.labelX2.Text = "员工姓名";
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(11, 12);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(56, 23);
this.labelX1.TabIndex = 22;
this.labelX1.Text = "员工编号";
//
// lblEmpId
//
this.lblEmpId.Location = new System.Drawing.Point(70, 9);
this.lblEmpId.Name = "lblEmpId";
this.lblEmpId.Size = new System.Drawing.Size(107, 23);
this.lblEmpId.TabIndex = 44;
//
// FrmMoveEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(451, 306);
this.Controls.Add(this.lblEmpId);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.txtInfos);
this.Controls.Add(this.btnAddDept);
this.Controls.Add(this.btnAddJop);
this.Controls.Add(this.cmbNewJop);
this.Controls.Add(this.cmbNewDept);
this.Controls.Add(this.dateTimeMove);
this.Controls.Add(this.txtMoveWhy);
this.Controls.Add(this.lblOldJop);
this.Controls.Add(this.lblOldDept);
this.Controls.Add(this.lblEmpName);
this.Controls.Add(this.labelX9);
this.Controls.Add(this.labelX8);
this.Controls.Add(this.labelX7);
this.Controls.Add(this.labelX6);
this.Controls.Add(this.labelX5);
this.Controls.Add(this.labelX4);
this.Controls.Add(this.labelX3);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.labelX1);
this.Name = "FrmMoveEdit";
this.Text = "编辑员工调动纪录";
this.Load += new System.EventHandler(this.FrmMoveEdit_Load);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ButtonX btnExit;
private DevComponents.DotNetBar.ButtonX btnSave;
private DevComponents.DotNetBar.Controls.TextBoxX txtInfos;
private DevComponents.DotNetBar.ButtonX btnAddDept;
private DevComponents.DotNetBar.ButtonX btnAddJop;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbNewJop;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbNewDept;
private System.Windows.Forms.DateTimePicker dateTimeMove;
private DevComponents.DotNetBar.Controls.TextBoxX txtMoveWhy;
private DevComponents.DotNetBar.LabelX lblOldJop;
private DevComponents.DotNetBar.LabelX lblOldDept;
private DevComponents.DotNetBar.LabelX lblEmpName;
private DevComponents.DotNetBar.LabelX labelX9;
private DevComponents.DotNetBar.LabelX labelX8;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX lblEmpId;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -