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

📄 frmaddjop.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
字号:
namespace HumanManage.HumanManage
{
    partial class FrmAddJop
    {
        /// <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.bntExit = new DevComponents.DotNetBar.ButtonX();
            this.btnDeleteJop = new DevComponents.DotNetBar.ButtonX();
            this.btnEditJop = new DevComponents.DotNetBar.ButtonX();
            this.btnAddJop = new DevComponents.DotNetBar.ButtonX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.treeJop = new System.Windows.Forms.TreeView();
            this.SuspendLayout();
            // 
            // bntExit
            // 
            this.bntExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.bntExit.Location = new System.Drawing.Point(241, 246);
            this.bntExit.Name = "bntExit";
            this.bntExit.Size = new System.Drawing.Size(75, 23);
            this.bntExit.TabIndex = 11;
            this.bntExit.Text = "退出";
            this.bntExit.Click += new System.EventHandler(this.bntExit_Click);
            // 
            // btnDeleteJop
            // 
            this.btnDeleteJop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnDeleteJop.Location = new System.Drawing.Point(241, 180);
            this.btnDeleteJop.Name = "btnDeleteJop";
            this.btnDeleteJop.Size = new System.Drawing.Size(75, 23);
            this.btnDeleteJop.TabIndex = 10;
            this.btnDeleteJop.Text = "删除";
            this.btnDeleteJop.Click += new System.EventHandler(this.btnDeleteJop_Click);
            // 
            // btnEditJop
            // 
            this.btnEditJop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnEditJop.Location = new System.Drawing.Point(241, 115);
            this.btnEditJop.Name = "btnEditJop";
            this.btnEditJop.Size = new System.Drawing.Size(75, 23);
            this.btnEditJop.TabIndex = 9;
            this.btnEditJop.Text = "编辑";
            this.btnEditJop.Click += new System.EventHandler(this.btnEditJop_Click);
            // 
            // btnAddJop
            // 
            this.btnAddJop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnAddJop.Location = new System.Drawing.Point(241, 55);
            this.btnAddJop.Name = "btnAddJop";
            this.btnAddJop.Size = new System.Drawing.Size(75, 23);
            this.btnAddJop.TabIndex = 8;
            this.btnAddJop.Text = "添加";
            this.btnAddJop.Click += new System.EventHandler(this.btnAddJop_Click);
            // 
            // labelX1
            // 
            this.labelX1.Location = new System.Drawing.Point(3, 1);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(56, 23);
            this.labelX1.TabIndex = 7;
            this.labelX1.Text = "现有职位";
            // 
            // treeJop
            // 
            this.treeJop.LabelEdit = true;
            this.treeJop.Location = new System.Drawing.Point(3, 31);
            this.treeJop.Name = "treeJop";
            this.treeJop.Size = new System.Drawing.Size(177, 369);
            this.treeJop.TabIndex = 6;
            this.treeJop.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeJop_AfterSelect);
            // 
            // FrmAddJop
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(365, 398);
            this.Controls.Add(this.bntExit);
            this.Controls.Add(this.btnDeleteJop);
            this.Controls.Add(this.btnEditJop);
            this.Controls.Add(this.btnAddJop);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.treeJop);
            this.Name = "FrmAddJop";
            this.Text = "基本信息设置";
            this.Load += new System.EventHandler(this.FrmAddJop_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.ButtonX bntExit;
        private DevComponents.DotNetBar.ButtonX btnDeleteJop;
        private DevComponents.DotNetBar.ButtonX btnEditJop;
        private DevComponents.DotNetBar.ButtonX btnAddJop;
        private DevComponents.DotNetBar.LabelX labelX1;
        private System.Windows.Forms.TreeView treeJop;
    }
}

⌨️ 快捷键说明

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