⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmempinfomanage.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.colWorkId,
            this.colStartDate,
            this.colEndDate});
            this.ltvAllEmp.ContextMenuStrip = this.contextMenuStrip1;
            this.ltvAllEmp.FullRowSelect = true;
            this.ltvAllEmp.GridLines = true;
            this.ltvAllEmp.Location = new System.Drawing.Point(2, 122);
            this.ltvAllEmp.Name = "ltvAllEmp";
            this.ltvAllEmp.Size = new System.Drawing.Size(746, 238);
            this.ltvAllEmp.TabIndex = 1;
            this.ltvAllEmp.UseCompatibleStateImageBehavior = false;
            this.ltvAllEmp.View = System.Windows.Forms.View.Details;
            this.ltvAllEmp.SelectedIndexChanged += new System.EventHandler(this.ltvAllEmp_SelectedIndexChanged);
            // 
            // colId
            // 
            this.colId.Text = "编号";
            this.colId.Width = 80;
            // 
            // colName
            // 
            this.colName.Text = "姓名";
            this.colName.Width = 80;
            // 
            // colSex
            // 
            this.colSex.Text = "性别";
            // 
            // colDept
            // 
            this.colDept.Text = "部门";
            this.colDept.Width = 80;
            // 
            // colJop
            // 
            this.colJop.Text = "职位";
            this.colJop.Width = 80;
            // 
            // colPosition
            // 
            this.colPosition.Text = "职称";
            this.colPosition.Width = 80;
            // 
            // colState
            // 
            this.colState.Text = "聘用形式";
            this.colState.Width = 80;
            // 
            // colPhone
            // 
            this.colPhone.Text = "电话";
            this.colPhone.Width = 120;
            // 
            // colWorkDate
            // 
            this.colWorkDate.Text = "入职日期";
            this.colWorkDate.Width = 80;
            // 
            // colStudy
            // 
            this.colStudy.Text = "学历";
            this.colStudy.Width = 80;
            // 
            // colSpecialty
            // 
            this.colSpecialty.Text = "专业";
            // 
            // colPay
            // 
            this.colPay.Text = "基本工资";
            this.colPay.Width = 100;
            // 
            // colNameId
            // 
            this.colNameId.Text = "身份证号";
            this.colNameId.Width = 120;
            // 
            // colEmail
            // 
            this.colEmail.Text = "电子邮箱";
            this.colEmail.Width = 150;
            // 
            // colMarriy
            // 
            this.colMarriy.Text = "婚姻状况";
            this.colMarriy.Width = 80;
            // 
            // colNation
            // 
            this.colNation.Text = "民族";
            this.colNation.Width = 80;
            // 
            // colPlace
            // 
            this.colPlace.Text = "籍贯";
            this.colPlace.Width = 80;
            // 
            // colBirthday
            // 
            this.colBirthday.Text = "出生日期";
            this.colBirthday.Width = 100;
            // 
            // colFormalDate
            // 
            this.colFormalDate.Text = "转正日期";
            this.colFormalDate.Width = 100;
            // 
            // colFace
            // 
            this.colFace.Text = "政治面貌";
            this.colFace.Width = 80;
            // 
            // colWorkState
            // 
            this.colWorkState.Text = "在职状态";
            this.colWorkState.Width = 80;
            // 
            // colBackDate
            // 
            this.colBackDate.Text = "离职日期";
            this.colBackDate.Width = 100;
            // 
            // colSchool
            // 
            this.colSchool.Text = "毕业院校";
            this.colSchool.Width = 120;
            // 
            // colAddress
            // 
            this.colAddress.Text = "联系地址";
            this.colAddress.Width = 150;
            // 
            // colWorkId
            // 
            this.colWorkId.Text = "工号";
            // 
            // colStartDate
            // 
            this.colStartDate.Text = "合同起始";
            this.colStartDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.colStartDate.Width = 100;
            // 
            // colEndDate
            // 
            this.colEndDate.Text = "合同终止";
            this.colEndDate.Width = 100;
            // 
            // btnCheck
            // 
            this.btnCheck.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnCheck.Location = new System.Drawing.Point(322, 93);
            this.btnCheck.Name = "btnCheck";
            this.btnCheck.Size = new System.Drawing.Size(40, 23);
            this.btnCheck.TabIndex = 2;
            this.btnCheck.Text = "查询";
            this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
            // 
            // labelX1
            // 
            this.labelX1.Location = new System.Drawing.Point(31, 93);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(80, 23);
            this.labelX1.TabIndex = 3;
            this.labelX1.Text = "员工信息查询";
            // 
            // txtCheck
            // 
            // 
            // 
            // 
            this.txtCheck.Border.Class = "TextBoxBorder";
            this.txtCheck.Location = new System.Drawing.Point(117, 93);
            this.txtCheck.Name = "txtCheck";
            this.txtCheck.Size = new System.Drawing.Size(174, 23);
            this.txtCheck.TabIndex = 4;
            // 
            // checkLeave
            // 
            this.checkLeave.Location = new System.Drawing.Point(370, 93);
            this.checkLeave.Name = "checkLeave";
            this.checkLeave.Size = new System.Drawing.Size(99, 23);
            this.checkLeave.TabIndex = 5;
            this.checkLeave.Text = "附加离职信息";
            // 
            // tabControl1
            // 
            this.tabControl1.CanReorderTabs = true;
            this.tabControl1.Controls.Add(this.tabControlPanel1);
            this.tabControl1.Controls.Add(this.tabControlPanel2);
            this.tabControl1.Location = new System.Drawing.Point(2, 363);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.tabControl1.SelectedTabIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(746, 232);
            this.tabControl1.TabIndex = 6;
            this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
            this.tabControl1.Tabs.Add(this.tabItem1);
            this.tabControl1.Tabs.Add(this.tabItem2);
            this.tabControl1.Text = "tabControl1";
            // 
            // tabControlPanel1
            // 
            this.tabControlPanel1.Controls.Add(this.groupBox3);
            this.tabControlPanel1.Controls.Add(this.groupBox2);
            this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
            this.tabControlPanel1.Name = "tabControlPanel1";
            this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel1.Size = new System.Drawing.Size(746, 206);
            this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
            this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
            this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -