namespace Cyberpipe { partial class FrmRegionRoleMgr { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.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() { 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.labelX1 = new DevComponents.DotNetBar.LabelX(); this.treeView1 = new System.Windows.Forms.TreeView(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // treeView2 // this.treeView2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treeView2.Location = new System.Drawing.Point(12, 41); 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(185, 246); this.treeView2.TabIndex = 3; this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView2_AfterSelect); this.treeView2.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView2_NodeMouseClick); this.treeView2.Click += new System.EventHandler(this.treeView2_Click); // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(12, 12); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(121, 23); this.labelX2.TabIndex = 4; this.labelX2.Text = "部门信息列表:"; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(222, 12); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(121, 23); this.labelX1.TabIndex = 4; this.labelX1.Text = "角色信息列表:"; // // treeView1 // this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treeView1.CheckBoxes = true; this.treeView1.ItemHeight = 18; this.treeView1.Location = new System.Drawing.Point(222, 41); 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(185, 246); this.treeView1.TabIndex = 3; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(122, 300); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 5; 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(222, 300); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 5; this.buttonX2.Text = "关闭"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // FrmRegionRoleMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(420, 341); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.treeView1); this.Controls.Add(this.treeView2); this.Controls.Add(this.labelX1); this.Controls.Add(this.labelX2); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmRegionRoleMgr"; this.ShowIcon = false; this.Text = "部门角色管理"; this.Load += new System.EventHandler(this.FrmRegionRoleMgr_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView treeView2; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private System.Windows.Forms.TreeView treeView1; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonX2; } }