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

📄 frmempinfomanage.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel1.Style.GradientAngle = 90;
            this.tabControlPanel1.TabIndex = 1;
            this.tabControlPanel1.TabItem = this.tabItem1;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.txtRemark);
            this.groupBox3.Location = new System.Drawing.Point(387, 0);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(356, 204);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "备注信息";
            // 
            // txtRemark
            // 
            // 
            // 
            // 
            this.txtRemark.Border.Class = "TextBoxBorder";
            this.txtRemark.Location = new System.Drawing.Point(2, 16);
            this.txtRemark.Multiline = true;
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.Size = new System.Drawing.Size(350, 184);
            this.txtRemark.TabIndex = 1;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtExperience);
            this.groupBox2.Location = new System.Drawing.Point(4, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(379, 204);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "个人简历";
            // 
            // txtExperience
            // 
            // 
            // 
            // 
            this.txtExperience.Border.Class = "TextBoxBorder";
            this.txtExperience.Location = new System.Drawing.Point(1, 16);
            this.txtExperience.Multiline = true;
            this.txtExperience.Name = "txtExperience";
            this.txtExperience.Size = new System.Drawing.Size(375, 184);
            this.txtExperience.TabIndex = 0;
            // 
            // tabItem1
            // 
            this.tabItem1.AttachedControl = this.tabControlPanel1;
            this.tabItem1.Name = "tabItem1";
            this.tabItem1.Text = "个人信息";
            // 
            // tabControlPanel2
            // 
            this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
            this.tabControlPanel2.Name = "tabControlPanel2";
            this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel2.Size = new System.Drawing.Size(746, 206);
            this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
            this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
            this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel2.Style.GradientAngle = 90;
            this.tabControlPanel2.TabIndex = 2;
            this.tabControlPanel2.TabItem = this.tabItem2;
            // 
            // tabItem2
            // 
            this.tabItem2.AttachedControl = this.tabControlPanel2;
            this.tabItem2.Name = "tabItem2";
            this.tabItem2.Text = "离职原因";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.刷新ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(95, 26);
            // 
            // 刷新ToolStripMenuItem
            // 
            this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
            this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
            this.刷新ToolStripMenuItem.Text = "刷新";
            this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
            // 
            // btnLeave
            // 
            this.btnLeave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnLeave.Location = new System.Drawing.Point(6, 19);
            this.btnLeave.Name = "btnLeave";
            this.btnLeave.Size = new System.Drawing.Size(75, 23);
            this.btnLeave.TabIndex = 0;
            this.btnLeave.Text = "离职";
            this.btnLeave.Click += new System.EventHandler(this.btnLeave_Click);
            // 
            // btnCome
            // 
            this.btnCome.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnCome.Location = new System.Drawing.Point(6, 48);
            this.btnCome.Name = "btnCome";
            this.btnCome.Size = new System.Drawing.Size(75, 23);
            this.btnCome.TabIndex = 1;
            this.btnCome.Text = "复职";
            this.btnCome.Click += new System.EventHandler(this.btnCome_Click);
            // 
            // groupBoxLeave
            // 
            this.groupBoxLeave.Controls.Add(this.btnCome);
            this.groupBoxLeave.Controls.Add(this.btnLeave);
            this.groupBoxLeave.Location = new System.Drawing.Point(473, 93);
            this.groupBoxLeave.Name = "groupBoxLeave";
            this.groupBoxLeave.Size = new System.Drawing.Size(91, 84);
            this.groupBoxLeave.TabIndex = 6;
            this.groupBoxLeave.TabStop = false;
            this.groupBoxLeave.Visible = false;
            // 
            // FrmEmpInfoManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(748, 595);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.txtCheck);
            this.Controls.Add(this.checkLeave);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.btnCheck);
            this.Controls.Add(this.groupBoxLeave);
            this.Controls.Add(this.ltvAllEmp);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmEmpInfoManage";
            this.Text = "员工资料管理";
            this.Load += new System.EventHandler(this.FrmEmpInfoManage_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEmpInfoManage_FormClosing);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabControlPanel1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBoxLeave.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private DevComponents.DotNetBar.ButtonX btnEdit;
        private DevComponents.DotNetBar.ButtonX btnDelete;
        private DevComponents.DotNetBar.ButtonX btnState;
        private DevComponents.DotNetBar.ButtonX btnExit;
        private DevComponents.DotNetBar.ButtonX btnInForm;
        private DevComponents.DotNetBar.ButtonX btnInfoAdd;
        private DevComponents.DotNetBar.Controls.ListViewEx ltvAllEmp;
        private DevComponents.DotNetBar.ButtonX btnCheck;
        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.Controls.TextBoxX txtCheck;
        private System.Windows.Forms.ColumnHeader colId;
        private System.Windows.Forms.ColumnHeader colName;
        private System.Windows.Forms.ColumnHeader colSex;
        private System.Windows.Forms.ColumnHeader colDept;
        private System.Windows.Forms.ColumnHeader colJop;
        private System.Windows.Forms.ColumnHeader colPosition;
        private System.Windows.Forms.ColumnHeader colState;
        private System.Windows.Forms.ColumnHeader colPhone;
        private System.Windows.Forms.ColumnHeader colWorkDate;
        private DevComponents.DotNetBar.Controls.CheckBoxX checkLeave;
        private System.Windows.Forms.ColumnHeader colStudy;
        private System.Windows.Forms.ColumnHeader colSpecialty;
        private System.Windows.Forms.ColumnHeader colPay;
        private System.Windows.Forms.ColumnHeader colNameId;
        private System.Windows.Forms.ColumnHeader colEmail;
        private System.Windows.Forms.ColumnHeader colMarriy;
        private System.Windows.Forms.ColumnHeader colNation;
        private System.Windows.Forms.ColumnHeader colPlace;
        private System.Windows.Forms.ColumnHeader colBirthday;
        private System.Windows.Forms.ColumnHeader colFormalDate;
        private System.Windows.Forms.ColumnHeader colFace;
        private System.Windows.Forms.ColumnHeader colWorkState;
        private System.Windows.Forms.ColumnHeader colBackDate;
        private System.Windows.Forms.ColumnHeader colSchool;
        private System.Windows.Forms.ColumnHeader colAddress;
        private System.Windows.Forms.ColumnHeader colWorkId;
        private System.Windows.Forms.ColumnHeader colStartDate;
        private System.Windows.Forms.ColumnHeader colEndDate;
        private DevComponents.DotNetBar.TabControl tabControl1;
        private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
        private System.Windows.Forms.GroupBox groupBox2;
        private DevComponents.DotNetBar.TabItem tabItem1;
        private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
        private DevComponents.DotNetBar.TabItem tabItem2;
        private System.Windows.Forms.GroupBox groupBox3;
        private DevComponents.DotNetBar.Controls.TextBoxX txtRemark;
        private DevComponents.DotNetBar.Controls.TextBoxX txtExperience;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
        private DevComponents.DotNetBar.ButtonX btnCome;
        private DevComponents.DotNetBar.ButtonX btnLeave;
        private System.Windows.Forms.GroupBox groupBoxLeave;
    }
}

⌨️ 快捷键说明

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