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

📄 frmdept.designer.cs

📁 基于SQLSERVER C#2.0的企业ERP管理系统
💻 CS
字号:
namespace HRP.BaseInfo
{
    partial class frmDept
    {
        /// <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(frmDept));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.tlAddRoot = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tlAddChild = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tlEdit = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tlDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tlClose = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.trvDept = new System.Windows.Forms.TreeView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtParentIndex = new System.Windows.Forms.TextBox();
            this.txtDeptID = new System.Windows.Forms.TextBox();
            this.txtDeptTel = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtDeptDirector = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtDeptName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.toolStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator,
            this.toolStripSeparator7,
            this.tlAddRoot,
            this.toolStripSeparator1,
            this.tlAddChild,
            this.toolStripSeparator2,
            this.tlEdit,
            this.toolStripSeparator3,
            this.tlDelete,
            this.toolStripSeparator4,
            this.tlClose,
            this.toolStripSeparator5,
            this.toolStripSeparator6});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStrip1.Size = new System.Drawing.Size(556, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // tlAddRoot
            // 
            this.tlAddRoot.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlAddRoot.Image = ((System.Drawing.Image)(resources.GetObject("tlAddRoot.Image")));
            this.tlAddRoot.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlAddRoot.Name = "tlAddRoot";
            this.tlAddRoot.Size = new System.Drawing.Size(23, 22);
            this.tlAddRoot.Text = "添加本级";
            this.tlAddRoot.Click += new System.EventHandler(this.tlAddRoot_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tlAddChild
            // 
            this.tlAddChild.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlAddChild.Image = ((System.Drawing.Image)(resources.GetObject("tlAddChild.Image")));
            this.tlAddChild.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlAddChild.Name = "tlAddChild";
            this.tlAddChild.Size = new System.Drawing.Size(23, 22);
            this.tlAddChild.Text = "添加子级";
            this.tlAddChild.Click += new System.EventHandler(this.tlAddChild_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tlEdit
            // 
            this.tlEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlEdit.Image = ((System.Drawing.Image)(resources.GetObject("tlEdit.Image")));
            this.tlEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlEdit.Name = "tlEdit";
            this.tlEdit.Size = new System.Drawing.Size(23, 22);
            this.tlEdit.Text = "修改";
            this.tlEdit.Click += new System.EventHandler(this.tlEdit_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tlDelete
            // 
            this.tlDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlDelete.Image = ((System.Drawing.Image)(resources.GetObject("tlDelete.Image")));
            this.tlDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlDelete.Name = "tlDelete";
            this.tlDelete.Size = new System.Drawing.Size(23, 22);
            this.tlDelete.Text = "删除";
            this.tlDelete.Click += new System.EventHandler(this.tlDelete_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // tlClose
            // 
            this.tlClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlClose.Image = ((System.Drawing.Image)(resources.GetObject("tlClose.Image")));
            this.tlClose.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlClose.Name = "tlClose";
            this.tlClose.Size = new System.Drawing.Size(23, 22);
            this.tlClose.Text = "退出";
            this.tlClose.Click += new System.EventHandler(this.tlClose_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // trvDept
            // 
            this.trvDept.Location = new System.Drawing.Point(2, 35);
            this.trvDept.Name = "trvDept";
            this.trvDept.Size = new System.Drawing.Size(237, 244);
            this.trvDept.TabIndex = 1;
            this.trvDept.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvDept_AfterSelect);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtParentIndex);
            this.groupBox1.Controls.Add(this.txtDeptID);
            this.groupBox1.Controls.Add(this.txtDeptTel);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtDeptDirector);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtDeptName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(243, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(310, 251);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "部门信息";
            // 
            // txtParentIndex
            // 
            this.txtParentIndex.Location = new System.Drawing.Point(99, 142);
            this.txtParentIndex.Name = "txtParentIndex";
            this.txtParentIndex.ReadOnly = true;
            this.txtParentIndex.Size = new System.Drawing.Size(177, 21);
            this.txtParentIndex.TabIndex = 8;
            this.txtParentIndex.Visible = false;
            // 
            // txtDeptID
            // 
            this.txtDeptID.Location = new System.Drawing.Point(99, 218);
            this.txtDeptID.Name = "txtDeptID";
            this.txtDeptID.ReadOnly = true;
            this.txtDeptID.Size = new System.Drawing.Size(177, 21);
            this.txtDeptID.TabIndex = 8;
            this.txtDeptID.Visible = false;
            // 
            // txtDeptTel
            // 
            this.txtDeptTel.Location = new System.Drawing.Point(99, 178);
            this.txtDeptTel.Name = "txtDeptTel";
            this.txtDeptTel.Size = new System.Drawing.Size(177, 21);
            this.txtDeptTel.TabIndex = 10;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(43, 183);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "部门电话";
            // 
            // txtDeptDirector
            // 
            this.txtDeptDirector.Location = new System.Drawing.Point(99, 115);
            this.txtDeptDirector.Name = "txtDeptDirector";
            this.txtDeptDirector.Size = new System.Drawing.Size(177, 21);
            this.txtDeptDirector.TabIndex = 11;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(43, 121);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "部门主管";
            // 
            // txtDeptName
            // 
            this.txtDeptName.Location = new System.Drawing.Point(99, 55);
            this.txtDeptName.Name = "txtDeptName";
            this.txtDeptName.Size = new System.Drawing.Size(177, 21);
            this.txtDeptName.TabIndex = 9;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(43, 60);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "部门名称";
            // 
            // frmDept
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(556, 282);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.trvDept);
            this.Controls.Add(this.toolStrip1);
            this.Name = "frmDept";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "【部门管理】";
            this.Load += new System.EventHandler(this.frmDept_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.TreeView trvDept;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtDeptTel;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtDeptDirector;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtDeptName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ToolStripButton tlAddRoot;
        private System.Windows.Forms.ToolStripButton tlEdit;
        private System.Windows.Forms.ToolStripButton tlDelete;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
        private System.Windows.Forms.ToolStripButton tlAddChild;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton tlClose;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.TextBox txtDeptID;
        private System.Windows.Forms.TextBox txtParentIndex;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;

    }
}

⌨️ 快捷键说明

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