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

📄 branchmaneger.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace 人事管理
{
    partial class branchmaneger
    {
        /// <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.addbranchbtn = new System.Windows.Forms.Button();
            this.deletebranchbtn = new System.Windows.Forms.Button();
            this.branchallbtn = new System.Windows.Forms.Button();
            this.outbtn = new System.Windows.Forms.Button();
            this.branchlist = new System.Windows.Forms.TreeView();
            this.SuspendLayout();
            // 
            // addbranchbtn
            // 
            this.addbranchbtn.Location = new System.Drawing.Point(384, 51);
            this.addbranchbtn.Name = "addbranchbtn";
            this.addbranchbtn.Size = new System.Drawing.Size(75, 23);
            this.addbranchbtn.TabIndex = 0;
            this.addbranchbtn.Text = "增加部门";
            this.addbranchbtn.UseVisualStyleBackColor = true;
            this.addbranchbtn.Click += new System.EventHandler(this.addbranchbtn_Click);
            // 
            // deletebranchbtn
            // 
            this.deletebranchbtn.Location = new System.Drawing.Point(384, 91);
            this.deletebranchbtn.Name = "deletebranchbtn";
            this.deletebranchbtn.Size = new System.Drawing.Size(75, 23);
            this.deletebranchbtn.TabIndex = 1;
            this.deletebranchbtn.Text = "删除部门";
            this.deletebranchbtn.UseVisualStyleBackColor = true;
            this.deletebranchbtn.Click += new System.EventHandler(this.deletebranchbtn_Click);
            // 
            // branchallbtn
            // 
            this.branchallbtn.Location = new System.Drawing.Point(384, 131);
            this.branchallbtn.Name = "branchallbtn";
            this.branchallbtn.Size = new System.Drawing.Size(75, 23);
            this.branchallbtn.TabIndex = 2;
            this.branchallbtn.Text = "部门明细";
            this.branchallbtn.UseVisualStyleBackColor = true;
            this.branchallbtn.Click += new System.EventHandler(this.branchallbtn_Click);
            // 
            // outbtn
            // 
            this.outbtn.Location = new System.Drawing.Point(384, 172);
            this.outbtn.Name = "outbtn";
            this.outbtn.Size = new System.Drawing.Size(75, 23);
            this.outbtn.TabIndex = 3;
            this.outbtn.Text = "退出";
            this.outbtn.UseVisualStyleBackColor = true;
            this.outbtn.Click += new System.EventHandler(this.outbtn_Click);
            // 
            // branchlist
            // 
            this.branchlist.AllowDrop = true;
            this.branchlist.Location = new System.Drawing.Point(23, 36);
            this.branchlist.Name = "branchlist";
            this.branchlist.Size = new System.Drawing.Size(338, 289);
            this.branchlist.TabIndex = 6;
            this.branchlist.DragDrop += new System.Windows.Forms.DragEventHandler(this.branchlist_DragDrop);
            this.branchlist.DragOver += new System.Windows.Forms.DragEventHandler(this.branchlist_DragOver);
            this.branchlist.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.branchlist_AfterSelect);
            this.branchlist.DragEnter += new System.Windows.Forms.DragEventHandler(this.branchlist_DragEnter);
            this.branchlist.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.branchlist_ItemDrag);
            // 
            // branchmaneger
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(492, 366);
            this.Controls.Add(this.branchlist);
            this.Controls.Add(this.outbtn);
            this.Controls.Add(this.branchallbtn);
            this.Controls.Add(this.deletebranchbtn);
            this.Controls.Add(this.addbranchbtn);
            this.MaximizeBox = false;
            this.Name = "branchmaneger";
            this.Text = "部门管理";
            this.Load += new System.EventHandler(this.branchmaneger_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button addbranchbtn;
        private System.Windows.Forms.Button deletebranchbtn;
        private System.Windows.Forms.Button branchallbtn;
        private System.Windows.Forms.Button outbtn;
        public System.Windows.Forms.TreeView branchlist;
    }
}

⌨️ 快捷键说明

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