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

📄 frmusermanage.designer.cs

📁 中小企业人力资源管理系统
💻 CS
字号:
namespace HRP.UserManage
{
    partial class frmUserManage
    {
        /// <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.lbUserName = new System.Windows.Forms.ListBox();
            this.btnUserAdd = new System.Windows.Forms.Button();
            this.btnUserEdit = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.chkBase = new System.Windows.Forms.CheckBox();
            this.chkWageSetUp = new System.Windows.Forms.CheckBox();
            this.chkPersonel = new System.Windows.Forms.CheckBox();
            this.chkWage = new System.Windows.Forms.CheckBox();
            this.chkSystem = new System.Windows.Forms.CheckBox();
            this.btnPurviewEdit = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // lbUserName
            // 
            this.lbUserName.FormattingEnabled = true;
            this.lbUserName.ItemHeight = 12;
            this.lbUserName.Location = new System.Drawing.Point(13, 15);
            this.lbUserName.Name = "lbUserName";
            this.lbUserName.Size = new System.Drawing.Size(162, 196);
            this.lbUserName.TabIndex = 0;
            this.lbUserName.SelectedIndexChanged += new System.EventHandler(this.lbUserName_SelectedIndexChanged);
            // 
            // btnUserAdd
            // 
            this.btnUserAdd.Location = new System.Drawing.Point(13, 217);
            this.btnUserAdd.Name = "btnUserAdd";
            this.btnUserAdd.Size = new System.Drawing.Size(49, 23);
            this.btnUserAdd.TabIndex = 3;
            this.btnUserAdd.Text = "添加";
            this.btnUserAdd.UseVisualStyleBackColor = true;
            this.btnUserAdd.Click += new System.EventHandler(this.btnUserAdd_Click);
            // 
            // btnUserEdit
            // 
            this.btnUserEdit.Location = new System.Drawing.Point(68, 217);
            this.btnUserEdit.Name = "btnUserEdit";
            this.btnUserEdit.Size = new System.Drawing.Size(49, 23);
            this.btnUserEdit.TabIndex = 3;
            this.btnUserEdit.Text = "修改";
            this.btnUserEdit.UseVisualStyleBackColor = true;
            this.btnUserEdit.Click += new System.EventHandler(this.btnUserEdit_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.Location = new System.Drawing.Point(123, 217);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(49, 23);
            this.btnDelete.TabIndex = 3;
            this.btnDelete.Text = "删除";
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // chkBase
            // 
            this.chkBase.AutoSize = true;
            this.chkBase.Location = new System.Drawing.Point(230, 34);
            this.chkBase.Name = "chkBase";
            this.chkBase.Size = new System.Drawing.Size(96, 16);
            this.chkBase.TabIndex = 4;
            this.chkBase.Text = "基本信息管理";
            this.chkBase.UseVisualStyleBackColor = true;
            // 
            // chkWageSetUp
            // 
            this.chkWageSetUp.AutoSize = true;
            this.chkWageSetUp.Location = new System.Drawing.Point(230, 72);
            this.chkWageSetUp.Name = "chkWageSetUp";
            this.chkWageSetUp.Size = new System.Drawing.Size(72, 16);
            this.chkWageSetUp.TabIndex = 4;
            this.chkWageSetUp.Text = "工资设置";
            this.chkWageSetUp.UseVisualStyleBackColor = true;
            // 
            // chkPersonel
            // 
            this.chkPersonel.AutoSize = true;
            this.chkPersonel.Location = new System.Drawing.Point(230, 107);
            this.chkPersonel.Name = "chkPersonel";
            this.chkPersonel.Size = new System.Drawing.Size(72, 16);
            this.chkPersonel.TabIndex = 4;
            this.chkPersonel.Text = "人事管理";
            this.chkPersonel.UseVisualStyleBackColor = true;
            // 
            // chkWage
            // 
            this.chkWage.AutoSize = true;
            this.chkWage.Location = new System.Drawing.Point(230, 145);
            this.chkWage.Name = "chkWage";
            this.chkWage.Size = new System.Drawing.Size(72, 16);
            this.chkWage.TabIndex = 4;
            this.chkWage.Text = "工资管理";
            this.chkWage.UseVisualStyleBackColor = true;
            // 
            // chkSystem
            // 
            this.chkSystem.AutoSize = true;
            this.chkSystem.Location = new System.Drawing.Point(230, 182);
            this.chkSystem.Name = "chkSystem";
            this.chkSystem.Size = new System.Drawing.Size(72, 16);
            this.chkSystem.TabIndex = 4;
            this.chkSystem.Text = "系统管理";
            this.chkSystem.UseVisualStyleBackColor = true;
            // 
            // btnPurviewEdit
            // 
            this.btnPurviewEdit.Location = new System.Drawing.Point(37, 216);
            this.btnPurviewEdit.Name = "btnPurviewEdit";
            this.btnPurviewEdit.Size = new System.Drawing.Size(75, 23);
            this.btnPurviewEdit.TabIndex = 5;
            this.btnPurviewEdit.Text = "修改权限";
            this.btnPurviewEdit.UseVisualStyleBackColor = true;
            this.btnPurviewEdit.Click += new System.EventHandler(this.btnPurviewEdit_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Location = new System.Drawing.Point(4, 1);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(180, 245);
            this.groupBox1.TabIndex = 6;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "操作员信息";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnPurviewEdit);
            this.groupBox2.Location = new System.Drawing.Point(190, 1);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(165, 245);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "权限设置";
            // 
            // frmUserManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(359, 249);
            this.Controls.Add(this.chkSystem);
            this.Controls.Add(this.chkWage);
            this.Controls.Add(this.chkPersonel);
            this.Controls.Add(this.chkWageSetUp);
            this.Controls.Add(this.chkBase);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.btnUserEdit);
            this.Controls.Add(this.btnUserAdd);
            this.Controls.Add(this.lbUserName);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "frmUserManage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "【用户管理】";
            this.Load += new System.EventHandler(this.frmUserManage_Load);
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        public System.Windows.Forms.ListBox lbUserName;
        private System.Windows.Forms.Button btnUserAdd;
        private System.Windows.Forms.Button btnUserEdit;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.CheckBox chkBase;
        private System.Windows.Forms.CheckBox chkWageSetUp;
        private System.Windows.Forms.CheckBox chkPersonel;
        private System.Windows.Forms.CheckBox chkWage;
        private System.Windows.Forms.CheckBox chkSystem;
        private System.Windows.Forms.Button btnPurviewEdit;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
    }
}

⌨️ 快捷键说明

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