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

📄 departmentmanage.designer.cs

📁 实现企业的人事管理
💻 CS
字号:
namespace renshiguanli
{
    partial class DepartmentManage
    {
        /// <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.treeView1 = new System.Windows.Forms.TreeView();
            this.AddDepartment = new System.Windows.Forms.Button();
            this.DeleteDepartment = new System.Windows.Forms.Button();
            this.DepartmentDetails = new System.Windows.Forms.Button();
            this.Abort = new System.Windows.Forms.Button();
            this.Refresh_tree = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // treeView1
            // 
            this.treeView1.Location = new System.Drawing.Point(12, 12);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(167, 329);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            // 
            // AddDepartment
            // 
            this.AddDepartment.Location = new System.Drawing.Point(229, 156);
            this.AddDepartment.Name = "AddDepartment";
            this.AddDepartment.Size = new System.Drawing.Size(76, 30);
            this.AddDepartment.TabIndex = 1;
            this.AddDepartment.Text = "增加部门";
            this.AddDepartment.UseVisualStyleBackColor = true;
            this.AddDepartment.Click += new System.EventHandler(this.AddDepartment_Click);
            // 
            // DeleteDepartment
            // 
            this.DeleteDepartment.Location = new System.Drawing.Point(229, 203);
            this.DeleteDepartment.Name = "DeleteDepartment";
            this.DeleteDepartment.Size = new System.Drawing.Size(76, 30);
            this.DeleteDepartment.TabIndex = 2;
            this.DeleteDepartment.Text = "删除部门";
            this.DeleteDepartment.UseVisualStyleBackColor = true;
            this.DeleteDepartment.Click += new System.EventHandler(this.DeleteDepartment_Click);
            // 
            // DepartmentDetails
            // 
            this.DepartmentDetails.Location = new System.Drawing.Point(229, 251);
            this.DepartmentDetails.Name = "DepartmentDetails";
            this.DepartmentDetails.Size = new System.Drawing.Size(76, 30);
            this.DepartmentDetails.TabIndex = 3;
            this.DepartmentDetails.Text = "部门明细";
            this.DepartmentDetails.UseVisualStyleBackColor = true;
            this.DepartmentDetails.Click += new System.EventHandler(this.DepartmentDetails_Click);
            // 
            // Abort
            // 
            this.Abort.Location = new System.Drawing.Point(229, 299);
            this.Abort.Name = "Abort";
            this.Abort.Size = new System.Drawing.Size(76, 30);
            this.Abort.TabIndex = 4;
            this.Abort.Text = "退出";
            this.Abort.UseVisualStyleBackColor = true;
            this.Abort.Click += new System.EventHandler(this.Abort_Click);
            // 
            // Refresh_tree
            // 
            this.Refresh_tree.Location = new System.Drawing.Point(229, 110);
            this.Refresh_tree.Name = "Refresh_tree";
            this.Refresh_tree.Size = new System.Drawing.Size(76, 30);
            this.Refresh_tree.TabIndex = 5;
            this.Refresh_tree.Text = " 刷新树";
            this.Refresh_tree.UseVisualStyleBackColor = true;
            this.Refresh_tree.Click += new System.EventHandler(this.Refresh_tree_Click_1);
            // 
            // DepartmentManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(317, 353);
            this.ControlBox = false;
            this.Controls.Add(this.Refresh_tree);
            this.Controls.Add(this.Abort);
            this.Controls.Add(this.DepartmentDetails);
            this.Controls.Add(this.DeleteDepartment);
            this.Controls.Add(this.AddDepartment);
            this.Controls.Add(this.treeView1);
            this.Name = "DepartmentManage";
            this.Text = "部门管理";
            this.Load += new System.EventHandler(this.DepartmentManage_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TreeView treeView1;
        private System.Windows.Forms.Button AddDepartment;
        private System.Windows.Forms.Button DeleteDepartment;
        private System.Windows.Forms.Button DepartmentDetails;
        private System.Windows.Forms.Button Abort;
        private System.Windows.Forms.Button Refresh_tree;
    }
}

⌨️ 快捷键说明

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