namespace SIMDP.View { partial class FormAuthoryRole { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthoryRole)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.treeViewRole = new System.Windows.Forms.TreeView(); this.menu_Tree = new System.Windows.Forms.ContextMenuStrip(this.components); this.menu_Add = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Expand = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Collapse = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager(); this.treeListRight = new DevExpress.XtraTreeList.TreeList(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.menu_Tree.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit(); this.splitContainerControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeListRight)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.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.splitContainerControl1.Location = new System.Drawing.Point(2, 1); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1); this.splitContainerControl1.Panel1.Controls.Add(this.treeViewRole); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1587, 521); this.splitContainerControl1.SplitterPosition = 217; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(11, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(84, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "角色管理列表:"; // // treeViewRole // this.treeViewRole.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.treeViewRole.ContextMenuStrip = this.menu_Tree; this.treeViewRole.Location = new System.Drawing.Point(4, 24); this.treeViewRole.Name = "treeViewRole"; this.treeViewRole.Size = new System.Drawing.Size(208, 494); this.treeViewRole.TabIndex = 0; this.treeViewRole.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeNode_AfterSelect); // // menu_Tree // this.menu_Tree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Add, this.menu_Expand, this.menu_Collapse, this.menu_Refresh}); this.menu_Tree.Name = "menu_Tree"; this.menu_Tree.Size = new System.Drawing.Size(125, 92); // // menu_Add // this.menu_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16; this.menu_Add.Name = "menu_Add"; this.menu_Add.Size = new System.Drawing.Size(124, 22); this.menu_Add.Text = "添加"; this.menu_Add.Click += new System.EventHandler(this.menu_Add_Click); // // menu_Expand // this.menu_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16; this.menu_Expand.Name = "menu_Expand"; this.menu_Expand.Size = new System.Drawing.Size(124, 22); this.menu_Expand.Text = "全部展开"; this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click); // // menu_Collapse // this.menu_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16; this.menu_Collapse.Name = "menu_Collapse"; this.menu_Collapse.Size = new System.Drawing.Size(124, 22); this.menu_Collapse.Text = "全部折叠"; this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click); // // menu_Refresh // this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16; this.menu_Refresh.Name = "menu_Refresh"; this.menu_Refresh.Size = new System.Drawing.Size(124, 22); this.menu_Refresh.Text = "刷新"; this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click); // // splitContainerControl2 // this.splitContainerControl2.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.splitContainerControl2.Location = new System.Drawing.Point(4, 0); this.splitContainerControl2.Name = "splitContainerControl2"; this.splitContainerControl2.Panel1.Controls.Add(this.labelControl2); this.splitContainerControl2.Panel1.Controls.Add(this.winGridViewPager1); this.splitContainerControl2.Panel1.Text = "Panel1"; this.splitContainerControl2.Panel2.Controls.Add(this.treeListRight); this.splitContainerControl2.Panel2.Controls.Add(this.labelControl3); this.splitContainerControl2.Panel2.Text = "Panel2"; this.splitContainerControl2.Size = new System.Drawing.Size(1358, 518); this.splitContainerControl2.SplitterPosition = 1015; this.splitContainerControl2.TabIndex = 0; this.splitContainerControl2.Text = "splitContainerControl2"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(12, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(84, 14); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "角色信息列表:"; // // winGridViewPager1 // this.winGridViewPager1.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.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary)(resources.GetObject("winGridViewPager1.ColumnNameAlias"))); this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.FixedColumns = null; this.winGridViewPager1.Location = new System.Drawing.Point(4, 24); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.ShowAddMenu = true; this.winGridViewPager1.ShowCheckBox = false; this.winGridViewPager1.ShowDeleteMenu = true; this.winGridViewPager1.ShowEditMenu = true; this.winGridViewPager1.ShowExportButton = true; this.winGridViewPager1.Size = new System.Drawing.Size(1006, 497); this.winGridViewPager1.TabIndex = 0; // // treeListRight // this.treeListRight.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.treeListRight.Location = new System.Drawing.Point(4, 24); this.treeListRight.Name = "treeListRight"; this.treeListRight.OptionsBehavior.AllowIndeterminateCheckState = true; this.treeListRight.OptionsView.ShowCheckBoxes = true; this.treeListRight.Size = new System.Drawing.Size(331, 491); this.treeListRight.TabIndex = 4; this.treeListRight.CustomDrawNodeIndicator += new DevExpress.XtraTreeList.CustomDrawNodeIndicatorEventHandler(this.treeListRight_CustomDrawNodeIndicator); // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(4, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(84, 14); this.labelControl3.TabIndex = 3; this.labelControl3.Text = "角色所属权限:"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "766325[1].png"); this.imageList1.Images.SetKeyName(1, "102.png"); this.imageList1.Images.SetKeyName(2, "BO_Users.png"); // // FormAuthoryRole // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1588, 525); this.Controls.Add(this.splitContainerControl1); this.Name = "FormAuthoryRole"; this.Text = "角色管理"; this.Load += new System.EventHandler(this.FormAuthoryRole_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.menu_Tree.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit(); this.splitContainerControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeListRight)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private System.Windows.Forms.TreeView treeViewRole; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl2; private DevExpress.XtraEditors.LabelControl labelControl2; private ProjectBase.Controls.WinGridViewPager winGridViewPager1; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraTreeList.TreeList treeListRight; private System.Windows.Forms.ContextMenuStrip menu_Tree; private System.Windows.Forms.ToolStripMenuItem menu_Add; private System.Windows.Forms.ToolStripMenuItem menu_Expand; private System.Windows.Forms.ToolStripMenuItem menu_Collapse; private System.Windows.Forms.ToolStripMenuItem menu_Refresh; private System.Windows.Forms.ImageList imageList1; } }