📄 frmempinfomanage.designer.cs
字号:
namespace HumanManage
{
partial class FrmEmpInfoManage
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEmpInfoManage));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnEdit = new DevComponents.DotNetBar.ButtonX();
this.btnDelete = new DevComponents.DotNetBar.ButtonX();
this.btnState = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.btnInForm = new DevComponents.DotNetBar.ButtonX();
this.btnInfoAdd = new DevComponents.DotNetBar.ButtonX();
this.ltvAllEmp = new DevComponents.DotNetBar.Controls.ListViewEx();
this.colId = new System.Windows.Forms.ColumnHeader();
this.colName = new System.Windows.Forms.ColumnHeader();
this.colSex = new System.Windows.Forms.ColumnHeader();
this.colDept = new System.Windows.Forms.ColumnHeader();
this.colJop = new System.Windows.Forms.ColumnHeader();
this.colPosition = new System.Windows.Forms.ColumnHeader();
this.colState = new System.Windows.Forms.ColumnHeader();
this.colPhone = new System.Windows.Forms.ColumnHeader();
this.colWorkDate = new System.Windows.Forms.ColumnHeader();
this.colStudy = new System.Windows.Forms.ColumnHeader();
this.colSpecialty = new System.Windows.Forms.ColumnHeader();
this.colPay = new System.Windows.Forms.ColumnHeader();
this.colNameId = new System.Windows.Forms.ColumnHeader();
this.colEmail = new System.Windows.Forms.ColumnHeader();
this.colMarriy = new System.Windows.Forms.ColumnHeader();
this.colNation = new System.Windows.Forms.ColumnHeader();
this.colPlace = new System.Windows.Forms.ColumnHeader();
this.colBirthday = new System.Windows.Forms.ColumnHeader();
this.colFormalDate = new System.Windows.Forms.ColumnHeader();
this.colFace = new System.Windows.Forms.ColumnHeader();
this.colWorkState = new System.Windows.Forms.ColumnHeader();
this.colBackDate = new System.Windows.Forms.ColumnHeader();
this.colSchool = new System.Windows.Forms.ColumnHeader();
this.colAddress = new System.Windows.Forms.ColumnHeader();
this.colWorkId = new System.Windows.Forms.ColumnHeader();
this.colStartDate = new System.Windows.Forms.ColumnHeader();
this.colEndDate = new System.Windows.Forms.ColumnHeader();
this.btnCheck = new DevComponents.DotNetBar.ButtonX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.txtCheck = new DevComponents.DotNetBar.Controls.TextBoxX();
this.checkLeave = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.tabControl1 = new DevComponents.DotNetBar.TabControl();
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtRemark = new DevComponents.DotNetBar.Controls.TextBoxX();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtExperience = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.btnLeave = new DevComponents.DotNetBar.ButtonX();
this.btnCome = new DevComponents.DotNetBar.ButtonX();
this.groupBoxLeave = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.groupBoxLeave.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnEdit);
this.groupBox1.Controls.Add(this.btnDelete);
this.groupBox1.Controls.Add(this.btnState);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnInForm);
this.groupBox1.Controls.Add(this.btnInfoAdd);
this.groupBox1.Location = new System.Drawing.Point(2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(746, 89);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// btnEdit
//
this.btnEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
this.btnEdit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnEdit.Location = new System.Drawing.Point(162, 22);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(50, 54);
this.btnEdit.TabIndex = 5;
this.btnEdit.Text = "编辑";
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDelete
//
this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
this.btnDelete.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnDelete.Location = new System.Drawing.Point(265, 22);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(50, 54);
this.btnDelete.TabIndex = 4;
this.btnDelete.Text = "删除";
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnState
//
this.btnState.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnState.Image = ((System.Drawing.Image)(resources.GetObject("btnState.Image")));
this.btnState.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnState.Location = new System.Drawing.Point(471, 22);
this.btnState.Name = "btnState";
this.btnState.Size = new System.Drawing.Size(50, 54);
this.btnState.TabIndex = 3;
this.btnState.Text = "状态";
this.btnState.Click += new System.EventHandler(this.btnState_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(574, 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);
//
// btnInForm
//
this.btnInForm.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnInForm.Image = ((System.Drawing.Image)(resources.GetObject("btnInForm.Image")));
this.btnInForm.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInForm.Location = new System.Drawing.Point(368, 22);
this.btnInForm.Name = "btnInForm";
this.btnInForm.Size = new System.Drawing.Size(50, 54);
this.btnInForm.TabIndex = 1;
this.btnInForm.Text = "转正";
this.btnInForm.Click += new System.EventHandler(this.btnInForm_Click);
//
// btnInfoAdd
//
this.btnInfoAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnInfoAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnInfoAdd.Image")));
this.btnInfoAdd.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInfoAdd.Location = new System.Drawing.Point(59, 22);
this.btnInfoAdd.Name = "btnInfoAdd";
this.btnInfoAdd.Size = new System.Drawing.Size(50, 54);
this.btnInfoAdd.TabIndex = 0;
this.btnInfoAdd.Text = "添加";
this.btnInfoAdd.Click += new System.EventHandler(this.btnInfoAdd_Click);
//
// ltvAllEmp
//
//
//
//
this.ltvAllEmp.Border.Class = "ListViewBorder";
this.ltvAllEmp.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colId,
this.colName,
this.colSex,
this.colDept,
this.colJop,
this.colPosition,
this.colState,
this.colPhone,
this.colWorkDate,
this.colStudy,
this.colSpecialty,
this.colPay,
this.colNameId,
this.colEmail,
this.colMarriy,
this.colNation,
this.colPlace,
this.colBirthday,
this.colFormalDate,
this.colFace,
this.colWorkState,
this.colBackDate,
this.colSchool,
this.colAddress,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -