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

📄 frminfostat.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
字号:
namespace HumanManage
{
    partial class frmInfoStat
    {
        /// <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();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtPay2 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtPay1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.btnExit = new DevComponents.DotNetBar.ButtonX();
            this.btnSort = new DevComponents.DotNetBar.ButtonX();
            this.tabControl1 = new DevComponents.DotNetBar.TabControl();
            this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
            this.ltvEmp = 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.colWorkDate = new System.Windows.Forms.ColumnHeader();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
            this.treeEmp = new System.Windows.Forms.TreeView();
            this.btnGdi = new DevComponents.DotNetBar.ButtonX();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabControlPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(28, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "员工人事字段信息";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(174, 42);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "基本工资";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(326, 42);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 12);
            this.label4.TabIndex = 4;
            this.label4.Text = "--";
            // 
            // txtPay2
            // 
            // 
            // 
            // 
            this.txtPay2.Border.Class = "TextBoxBorder";
            this.txtPay2.Location = new System.Drawing.Point(345, 40);
            this.txtPay2.Name = "txtPay2";
            this.txtPay2.Size = new System.Drawing.Size(85, 18);
            this.txtPay2.TabIndex = 7;
            // 
            // txtPay1
            // 
            // 
            // 
            // 
            this.txtPay1.Border.Class = "TextBoxBorder";
            this.txtPay1.Location = new System.Drawing.Point(235, 40);
            this.txtPay1.Name = "txtPay1";
            this.txtPay1.Size = new System.Drawing.Size(85, 18);
            this.txtPay1.TabIndex = 8;
            // 
            // btnExit
            // 
            this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnExit.Location = new System.Drawing.Point(671, 21);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(47, 21);
            this.btnExit.TabIndex = 10;
            this.btnExit.Text = "退出";
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnSort
            // 
            this.btnSort.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSort.Location = new System.Drawing.Point(566, 21);
            this.btnSort.Name = "btnSort";
            this.btnSort.Size = new System.Drawing.Size(48, 21);
            this.btnSort.TabIndex = 11;
            this.btnSort.Text = "统计";
            this.btnSort.Click += new System.EventHandler(this.btnSort_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.CanReorderTabs = true;
            this.tabControl1.Controls.Add(this.tabControlPanel1);
            this.tabControl1.Location = new System.Drawing.Point(163, 68);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.tabControl1.SelectedTabIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(627, 426);
            this.tabControl1.TabIndex = 12;
            this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
            this.tabControl1.Tabs.Add(this.tabItem1);
            this.tabControl1.Text = "tabControl1";
            // 
            // tabControlPanel1
            // 
            this.tabControlPanel1.Controls.Add(this.ltvEmp);
            this.tabControlPanel1.Controls.Add(this.statusStrip1);
            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(627, 400);
            this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(183)))), ((int)(((byte)(224)))));
            this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(239)))), ((int)(((byte)(248)))));
            this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
            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;
            // 
            // ltvEmp
            // 
            // 
            // 
            // 
            this.ltvEmp.Border.Class = "ListViewBorder";
            this.ltvEmp.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colId,
            this.colName,
            this.colSex,
            this.colDept,
            this.colJop,
            this.colWorkDate});
            this.ltvEmp.FullRowSelect = true;
            this.ltvEmp.GridLines = true;
            this.ltvEmp.Location = new System.Drawing.Point(3, 0);
            this.ltvEmp.Name = "ltvEmp";
            this.ltvEmp.Size = new System.Drawing.Size(621, 378);
            this.ltvEmp.TabIndex = 1;
            this.ltvEmp.UseCompatibleStateImageBehavior = false;
            this.ltvEmp.View = System.Windows.Forms.View.Details;
            // 
            // colId
            // 
            this.colId.Text = "编号";
            this.colId.Width = 107;
            // 
            // colName
            // 
            this.colName.Text = "姓名";
            this.colName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.colName.Width = 107;
            // 
            // colSex
            // 
            this.colSex.Text = "性别";
            this.colSex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.colSex.Width = 80;
            // 
            // colDept
            // 
            this.colDept.Text = "部门";
            this.colDept.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.colDept.Width = 107;
            // 
            // colJop
            // 
            this.colJop.Text = "职位";
            this.colJop.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.colJop.Width = 107;
            // 
            // colWorkDate
            // 
            this.colWorkDate.Text = "入职日期";
            this.colWorkDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.colWorkDate.Width = 111;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(1, 377);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(625, 22);
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // tabItem1
            // 
            this.tabItem1.AttachedControl = this.tabControlPanel1;
            this.tabItem1.Name = "tabItem1";
            this.tabItem1.Text = "表格统计";
            // 
            // treeEmp
            // 
            this.treeEmp.Location = new System.Drawing.Point(1, 23);
            this.treeEmp.Name = "treeEmp";
            this.treeEmp.Size = new System.Drawing.Size(158, 473);
            this.treeEmp.TabIndex = 13;
            this.treeEmp.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeEmp_AfterSelect);
            // 
            // btnGdi
            // 
            this.btnGdi.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnGdi.Location = new System.Drawing.Point(235, 8);
            this.btnGdi.Name = "btnGdi";
            this.btnGdi.Size = new System.Drawing.Size(60, 21);
            this.btnGdi.TabIndex = 14;
            this.btnGdi.Text = "图形统计";
            this.btnGdi.Click += new System.EventHandler(this.btnGdi_Click);
            // 
            // frmInfoStat
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(792, 497);
            this.Controls.Add(this.btnGdi);
            this.Controls.Add(this.treeEmp);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.btnSort);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.txtPay1);
            this.Controls.Add(this.txtPay2);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "frmInfoStat";
            this.Text = "人事信息统计";
            this.Load += new System.EventHandler(this.frmInfoStat_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInfoStat_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabControlPanel1.ResumeLayout(false);
            this.tabControlPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label4;
        private DevComponents.DotNetBar.Controls.TextBoxX txtPay2;
        private DevComponents.DotNetBar.Controls.TextBoxX txtPay1;
        private DevComponents.DotNetBar.ButtonX btnExit;
        private DevComponents.DotNetBar.ButtonX btnSort;
        private DevComponents.DotNetBar.TabControl tabControl1;
        private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
        private DevComponents.DotNetBar.TabItem tabItem1;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private DevComponents.DotNetBar.Controls.ListViewEx ltvEmp;
        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 colWorkDate;
        private System.Windows.Forms.TreeView treeEmp;
        private DevComponents.DotNetBar.ButtonX btnGdi;
    }
}

⌨️ 快捷键说明

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