Newer
Older
GHFX_REFACTOR / FrmRegionMgr.Designer.cs
wxn on 9 Nov 2016 9 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;

namespace Cyberpipe
{
    partial class FrmRegionMgr
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("部门信息");
            System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("部门类型");
            this.treeView2 = new System.Windows.Forms.TreeView();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.添加部门类型ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.修改部门类型信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除部门类型信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // treeView2
            // 
            this.treeView2.Location = new System.Drawing.Point(207, 42);
            this.treeView2.Name = "treeView2";
            treeNode1.Name = "部门信息";
            treeNode1.Tag = "-1";
            treeNode1.Text = "部门信息";
            this.treeView2.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode1});
            this.treeView2.Size = new System.Drawing.Size(172, 265);
            this.treeView2.TabIndex = 1;
            this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView2_AfterSelect);
            this.treeView2.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView2_NodeMouseClick);
            // 
            // labelX2
            // 
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.Class = "";
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Location = new System.Drawing.Point(207, 10);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(121, 23);
            this.labelX2.TabIndex = 2;
            this.labelX2.Text = "部门信息列表:";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.添加部门类型ToolStripMenuItem,
            this.修改部门类型信息ToolStripMenuItem,
            this.删除部门类型信息ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(153, 70);
            this.contextMenuStrip1.Text = "添加部门类型";
            // 
            // 添加部门类型ToolStripMenuItem
            // 
            this.添加部门类型ToolStripMenuItem.Name = "添加部门类型ToolStripMenuItem";
            this.添加部门类型ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.添加部门类型ToolStripMenuItem.Text = "添加部门";
            this.添加部门类型ToolStripMenuItem.Click += new System.EventHandler(this.添加部门类型ToolStripMenuItem_Click);
            // 
            // 修改部门类型信息ToolStripMenuItem
            // 
            this.修改部门类型信息ToolStripMenuItem.Name = "修改部门类型信息ToolStripMenuItem";
            this.修改部门类型信息ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.修改部门类型信息ToolStripMenuItem.Text = "修改部门信息";
            this.修改部门类型信息ToolStripMenuItem.Click += new System.EventHandler(this.修改部门类型信息ToolStripMenuItem_Click);
            // 
            // 删除部门类型信息ToolStripMenuItem
            // 
            this.删除部门类型信息ToolStripMenuItem.Name = "删除部门类型信息ToolStripMenuItem";
            this.删除部门类型信息ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.删除部门类型信息ToolStripMenuItem.Text = "删除部门信息";
            this.删除部门类型信息ToolStripMenuItem.Click += new System.EventHandler(this.删除部门类型信息ToolStripMenuItem_Click);
            // 
            // treeView1
            // 
            this.treeView1.Location = new System.Drawing.Point(12, 42);
            this.treeView1.Name = "treeView1";
            treeNode2.Name = "部门类型";
            treeNode2.Tag = "-1";
            treeNode2.Text = "部门类型";
            this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode2});
            this.treeView1.Size = new System.Drawing.Size(179, 265);
            this.treeView1.TabIndex = 3;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
            // 
            // labelX1
            // 
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(12, 10);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(121, 23);
            this.labelX1.TabIndex = 2;
            this.labelX1.Text = "部门类型列表:";
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Location = new System.Drawing.Point(116, 321);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(75, 23);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 4;
            this.buttonX1.Text = "应用";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // buttonX2
            // 
            this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX2.Location = new System.Drawing.Point(207, 321);
            this.buttonX2.Name = "buttonX2";
            this.buttonX2.Size = new System.Drawing.Size(75, 23);
            this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX2.TabIndex = 4;
            this.buttonX2.Text = "关闭";
            this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // FrmRegionMgr
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(392, 353);
            this.Controls.Add(this.treeView1);
            this.Controls.Add(this.buttonX1);
            this.Controls.Add(this.buttonX2);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.treeView2);
            this.Controls.Add(this.labelX2);
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmRegionMgr";
            this.ShowIcon = false;
            this.Text = "部门管理";
            this.Load += new System.EventHandler(this.FrmRegionMgr_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private TreeView treeView2;
        private LabelX labelX2;
        private ContextMenuStrip contextMenuStrip1;
        private ToolStripMenuItem 添加部门类型ToolStripMenuItem;
        private ToolStripMenuItem 修改部门类型信息ToolStripMenuItem;
        private ToolStripMenuItem 删除部门类型信息ToolStripMenuItem;
        private TreeView treeView1;
        private LabelX labelX1;
        private ButtonX buttonX1;
        private ButtonX buttonX2;

    }
}