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

📄 frmemprewandpun.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
字号:
namespace HumanManage.HumanManage
{
    partial class FrmEmpRewAndPun
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEmpRewAndPun));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnEdit = new DevComponents.DotNetBar.ButtonX();
            this.btnDelete = new DevComponents.DotNetBar.ButtonX();
            this.btnExit = new DevComponents.DotNetBar.ButtonX();
            this.btnAdds = new DevComponents.DotNetBar.ButtonX();
            this.txtSelEmp = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.btnSelects = new DevComponents.DotNetBar.ButtonX();
            this.ltvRewAndPun = new DevComponents.DotNetBar.Controls.ListViewEx();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader(0);
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader(1);
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader(2);
            this.columnHeader4 = new System.Windows.Forms.ColumnHeader(3);
            this.columnHeader5 = new System.Windows.Forms.ColumnHeader(4);
            this.columnHeader6 = new System.Windows.Forms.ColumnHeader(5);
            this.columnHeader7 = new System.Windows.Forms.ColumnHeader(6);
            this.columnHeader8 = new System.Windows.Forms.ColumnHeader(7);
            this.columnHeader9 = new System.Windows.Forms.ColumnHeader(8);
            this.columnHeader10 = new System.Windows.Forms.ColumnHeader(9);
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStriplblAll = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStriplblMark = new System.Windows.Forms.ToolStripStatusLabel();
            this.groupBox1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnEdit);
            this.groupBox1.Controls.Add(this.btnDelete);
            this.groupBox1.Controls.Add(this.btnExit);
            this.groupBox1.Controls.Add(this.btnAdds);
            this.groupBox1.Location = new System.Drawing.Point(1, 1);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(771, 89);
            this.groupBox1.TabIndex = 1;
            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(220, 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(405, 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);
            // 
            // 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(587, 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);
            // 
            // btnAdds
            // 
            this.btnAdds.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnAdds.Image = ((System.Drawing.Image)(resources.GetObject("btnAdds.Image")));
            this.btnAdds.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnAdds.Location = new System.Drawing.Point(59, 22);
            this.btnAdds.Name = "btnAdds";
            this.btnAdds.Size = new System.Drawing.Size(50, 54);
            this.btnAdds.TabIndex = 0;
            this.btnAdds.Text = "添加";
            this.btnAdds.Click += new System.EventHandler(this.btnAdds_Click);
            // 
            // txtSelEmp
            // 
            // 
            // 
            // 
            this.txtSelEmp.Border.Class = "TextBoxBorder";
            this.txtSelEmp.Location = new System.Drawing.Point(133, 90);
            this.txtSelEmp.Name = "txtSelEmp";
            this.txtSelEmp.Size = new System.Drawing.Size(174, 23);
            this.txtSelEmp.TabIndex = 8;
            // 
            // labelX1
            // 
            this.labelX1.Location = new System.Drawing.Point(47, 90);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(80, 23);
            this.labelX1.TabIndex = 7;
            this.labelX1.Text = "员工信息查询";
            // 
            // btnSelects
            // 
            this.btnSelects.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSelects.Location = new System.Drawing.Point(324, 90);
            this.btnSelects.Name = "btnSelects";
            this.btnSelects.Size = new System.Drawing.Size(40, 23);
            this.btnSelects.TabIndex = 6;
            this.btnSelects.Text = "查询";
            this.btnSelects.Click += new System.EventHandler(this.btnSelects_Click);
            // 
            // ltvRewAndPun
            // 
            // 
            // 
            // 
            this.ltvRewAndPun.Border.Class = "ListViewBorder";
            this.ltvRewAndPun.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9,
            this.columnHeader10});
            this.ltvRewAndPun.FullRowSelect = true;
            this.ltvRewAndPun.GridLines = true;
            this.ltvRewAndPun.Location = new System.Drawing.Point(1, 119);
            this.ltvRewAndPun.Name = "ltvRewAndPun";
            this.ltvRewAndPun.Size = new System.Drawing.Size(771, 324);
            this.ltvRewAndPun.TabIndex = 10;
            this.ltvRewAndPun.UseCompatibleStateImageBehavior = false;
            this.ltvRewAndPun.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "编号";
            this.columnHeader1.Width = 80;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "姓名";
            this.columnHeader2.Width = 80;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "性别";
            this.columnHeader3.Width = 50;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "部门";
            this.columnHeader4.Width = 80;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "职位";
            this.columnHeader5.Width = 80;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "奖惩日期";
            this.columnHeader6.Width = 100;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "奖惩类别";
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "奖惩原因";
            this.columnHeader8.Width = 100;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "奖惩分数";
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "备注";
            this.columnHeader10.Width = 79;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.toolStriplblAll,
            this.toolStripStatusLabel3,
            this.toolStripStatusLabel4,
            this.toolStriplblMark});
            this.statusStrip1.Location = new System.Drawing.Point(0, 446);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(774, 22);
            this.statusStrip1.TabIndex = 11;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(17, 17);
            this.toolStripStatusLabel1.Text = "共";
            // 
            // toolStriplblAll
            // 
            this.toolStriplblAll.Name = "toolStriplblAll";
            this.toolStriplblAll.Size = new System.Drawing.Size(131, 17);
            this.toolStriplblAll.Text = "toolStripStatusLabel2";
            // 
            // toolStripStatusLabel3
            // 
            this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
            this.toolStripStatusLabel3.Size = new System.Drawing.Size(41, 17);
            this.toolStripStatusLabel3.Text = "条纪录";
            // 
            // toolStripStatusLabel4
            // 
            this.toolStripStatusLabel4.Margin = new System.Windows.Forms.Padding(100, 3, 0, 2);
            this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
            this.toolStripStatusLabel4.Size = new System.Drawing.Size(29, 17);
            this.toolStripStatusLabel4.Text = "总分";
            // 
            // toolStriplblMark
            // 
            this.toolStriplblMark.Name = "toolStriplblMark";
            this.toolStriplblMark.Size = new System.Drawing.Size(131, 17);
            this.toolStriplblMark.Text = "toolStripStatusLabel5";
            // 
            // FrmEmpRewAndPun
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(774, 468);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.ltvRewAndPun);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.txtSelEmp);
            this.Controls.Add(this.btnSelects);
            this.Name = "FrmEmpRewAndPun";
            this.Text = "员工奖惩管理";
            this.Load += new System.EventHandler(this.FrmEmpRewAndPun_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEmpRewAndPun_FormClosing);
            this.groupBox1.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private DevComponents.DotNetBar.ButtonX btnEdit;
        private DevComponents.DotNetBar.ButtonX btnDelete;
        private DevComponents.DotNetBar.ButtonX btnExit;
        private DevComponents.DotNetBar.ButtonX btnAdds;
        private DevComponents.DotNetBar.Controls.TextBoxX txtSelEmp;
        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.ButtonX btnSelects;
        private DevComponents.DotNetBar.Controls.ListViewEx ltvRewAndPun;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader columnHeader4;
        private System.Windows.Forms.ColumnHeader columnHeader5;
        private System.Windows.Forms.ColumnHeader columnHeader7;
        private System.Windows.Forms.ColumnHeader columnHeader8;
        private System.Windows.Forms.ColumnHeader columnHeader9;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ColumnHeader columnHeader10;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel toolStriplblAll;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
        private System.Windows.Forms.ToolStripStatusLabel toolStriplblMark;
        private System.Windows.Forms.ColumnHeader columnHeader6;
    }
}

⌨️ 快捷键说明

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