Files
lserp_cs_6.0/插件库/Lskj.PubUserTomodule/FrmPermissionSetting.Designer.cs
2026-07-02 10:11:39 +00:00

455 lines
26 KiB
C#

namespace Lskj.PubUserTomodule
{
partial class FrmPermissionSetting
{
/// <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()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode4 = new DevExpress.XtraGrid.GridLevelNode();
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
this.pl_left = new DevExpress.XtraEditors.PanelControl();
this.pl_left_main = new System.Windows.Forms.Panel();
this.pl_gridandtree_container = new DevExpress.XtraEditors.PanelControl();
this.panel2 = new System.Windows.Forms.Panel();
this.gridLeft = new Lskj.Control.GridControlEx();
this.treeLeft = new DevExpress.XtraTreeList.TreeList();
this.panel1 = new System.Windows.Forms.Panel();
this.butMenuOperationPermission = new DevExpress.XtraEditors.SimpleButton();
this.pl_left_top = new DevExpress.XtraEditors.PanelControl();
this.PrimaryDirectory = new DevExpress.XtraEditors.ComboBoxEdit();
this.splitMain_Right = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gcMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.butAllOperation = new DevExpress.XtraEditors.SimpleButton();
this.SettingOperationRights = new DevExpress.XtraEditors.SimpleButton();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gcDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.SetRemovePermissions = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit();
this.pl_left.SuspendLayout();
this.pl_left_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).BeginInit();
this.pl_gridandtree_container.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeLeft)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit();
this.pl_left_top.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PrimaryDirectory.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitMain_Right)).BeginInit();
this.splitMain_Right.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// splitMain
//
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMain.Location = new System.Drawing.Point(0, 0);
this.splitMain.Name = "splitMain";
this.splitMain.Panel1.Controls.Add(this.pl_left);
this.splitMain.Panel1.Text = "Panel1";
this.splitMain.Panel2.Controls.Add(this.splitMain_Right);
this.splitMain.Panel2.Text = "Panel2";
this.splitMain.Size = new System.Drawing.Size(800, 508);
this.splitMain.SplitterPosition = 268;
this.splitMain.TabIndex = 2;
this.splitMain.Text = "splitContainerControl1";
//
// pl_left
//
this.pl_left.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_left.Appearance.Options.UseBackColor = true;
this.pl_left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_left.Controls.Add(this.pl_left_main);
this.pl_left.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_left.Location = new System.Drawing.Point(0, 0);
this.pl_left.Name = "pl_left";
this.pl_left.Size = new System.Drawing.Size(268, 508);
this.pl_left.TabIndex = 1;
//
// pl_left_main
//
this.pl_left_main.BackColor = System.Drawing.Color.Transparent;
this.pl_left_main.Controls.Add(this.pl_gridandtree_container);
this.pl_left_main.Controls.Add(this.pl_left_top);
this.pl_left_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_left_main.Location = new System.Drawing.Point(0, 0);
this.pl_left_main.Name = "pl_left_main";
this.pl_left_main.Size = new System.Drawing.Size(268, 508);
this.pl_left_main.TabIndex = 6;
//
// pl_gridandtree_container
//
this.pl_gridandtree_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_gridandtree_container.Controls.Add(this.panel2);
this.pl_gridandtree_container.Controls.Add(this.panel1);
this.pl_gridandtree_container.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_gridandtree_container.Location = new System.Drawing.Point(0, 23);
this.pl_gridandtree_container.Name = "pl_gridandtree_container";
this.pl_gridandtree_container.Size = new System.Drawing.Size(268, 485);
this.pl_gridandtree_container.TabIndex = 9;
//
// panel2
//
this.panel2.Controls.Add(this.gridLeft);
this.panel2.Controls.Add(this.treeLeft);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(268, 447);
this.panel2.TabIndex = 30;
//
// gridLeft
//
this.gridLeft.AdapterObj = null;
this.gridLeft.BackColor = System.Drawing.SystemColors.Control;
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridLeft.Location = new System.Drawing.Point(0, 0);
this.gridLeft.Margin = new System.Windows.Forms.Padding(7);
this.gridLeft.Name = "gridLeft";
this.gridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridLeft.Size = new System.Drawing.Size(268, 447);
this.gridLeft.SysModel = null;
this.gridLeft.TabIndex = 31;
//
// treeLeft
//
this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeLeft.Location = new System.Drawing.Point(0, 0);
this.treeLeft.Name = "treeLeft";
this.treeLeft.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True;
this.treeLeft.OptionsClipboard.CopyNodeHierarchy = DevExpress.Utils.DefaultBoolean.True;
this.treeLeft.Size = new System.Drawing.Size(268, 447);
this.treeLeft.TabIndex = 29;
//
// panel1
//
this.panel1.Controls.Add(this.butMenuOperationPermission);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 447);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(268, 38);
this.panel1.TabIndex = 27;
//
// butMenuOperationPermission
//
this.butMenuOperationPermission.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.butMenuOperationPermission.Appearance.Options.UseFont = true;
this.butMenuOperationPermission.Dock = System.Windows.Forms.DockStyle.Fill;
this.butMenuOperationPermission.Location = new System.Drawing.Point(0, 0);
this.butMenuOperationPermission.Name = "butMenuOperationPermission";
this.butMenuOperationPermission.Size = new System.Drawing.Size(268, 38);
this.butMenuOperationPermission.TabIndex = 27;
this.butMenuOperationPermission.TabStop = false;
this.butMenuOperationPermission.Text = "设置菜单全部操作权限";
//
// pl_left_top
//
this.pl_left_top.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.pl_left_top.Appearance.Options.UseBackColor = true;
this.pl_left_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_left_top.Controls.Add(this.PrimaryDirectory);
this.pl_left_top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_left_top.Location = new System.Drawing.Point(0, 0);
this.pl_left_top.Name = "pl_left_top";
this.pl_left_top.Size = new System.Drawing.Size(268, 23);
this.pl_left_top.TabIndex = 8;
//
// PrimaryDirectory
//
this.PrimaryDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
this.PrimaryDirectory.Location = new System.Drawing.Point(0, 0);
this.PrimaryDirectory.Margin = new System.Windows.Forms.Padding(2);
this.PrimaryDirectory.Name = "PrimaryDirectory";
this.PrimaryDirectory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.PrimaryDirectory.Size = new System.Drawing.Size(268, 20);
this.PrimaryDirectory.TabIndex = 0;
//
// splitMain_Right
//
this.splitMain_Right.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
this.splitMain_Right.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMain_Right.Horizontal = false;
this.splitMain_Right.Location = new System.Drawing.Point(0, 0);
this.splitMain_Right.Name = "splitMain_Right";
this.splitMain_Right.Panel1.Controls.Add(this.panelControl3);
this.splitMain_Right.Panel1.Controls.Add(this.panelControl2);
this.splitMain_Right.Panel1.Text = "Panel1";
this.splitMain_Right.Panel2.Controls.Add(this.gridControl2);
this.splitMain_Right.Panel2.Controls.Add(this.panelControl1);
this.splitMain_Right.Panel2.Text = "Panel2";
this.splitMain_Right.Size = new System.Drawing.Size(527, 508);
this.splitMain_Right.SplitterPosition = 290;
this.splitMain_Right.TabIndex = 4;
this.splitMain_Right.Text = "splitContainerControl1";
//
// panelControl3
//
this.panelControl3.Controls.Add(this.gridControl1);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(527, 252);
this.panelControl3.TabIndex = 25;
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
gridLevelNode1.RelationName = "Level1";
gridLevelNode2.RelationName = "Level2";
this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1,
gridLevelNode2});
this.gridControl1.Location = new System.Drawing.Point(2, 2);
this.gridControl1.MainView = this.gcMain;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(523, 248);
this.gridControl1.TabIndex = 10;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gcMain});
//
// gcMain
//
this.gcMain.GridControl = this.gridControl1;
this.gcMain.Name = "gcMain";
this.gcMain.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
this.gcMain.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused;
this.gcMain.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
this.gcMain.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
this.gcMain.OptionsFind.FindDelay = 100;
this.gcMain.OptionsFind.FindNullPrompt = "";
this.gcMain.OptionsFind.HighlightFindResults = false;
this.gcMain.OptionsFind.SearchInPreview = true;
this.gcMain.OptionsFind.ShowCloseButton = false;
this.gcMain.OptionsSelection.MultiSelect = true;
this.gcMain.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
this.gcMain.OptionsView.ColumnAutoWidth = false;
this.gcMain.OptionsView.RowAutoHeight = true;
this.gcMain.OptionsView.ShowGroupPanel = false;
//
// panelControl2
//
this.panelControl2.Controls.Add(this.butAllOperation);
this.panelControl2.Controls.Add(this.SettingOperationRights);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(0, 252);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(527, 38);
this.panelControl2.TabIndex = 11;
//
// butAllOperation
//
this.butAllOperation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.butAllOperation.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.butAllOperation.Appearance.Options.UseFont = true;
this.butAllOperation.Location = new System.Drawing.Point(257, 5);
this.butAllOperation.Name = "butAllOperation";
this.butAllOperation.Size = new System.Drawing.Size(126, 28);
this.butAllOperation.TabIndex = 25;
this.butAllOperation.TabStop = false;
this.butAllOperation.Text = "设置全部操作权限";
//
// SettingOperationRights
//
this.SettingOperationRights.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.SettingOperationRights.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SettingOperationRights.Appearance.Options.UseFont = true;
this.SettingOperationRights.Location = new System.Drawing.Point(389, 5);
this.SettingOperationRights.Name = "SettingOperationRights";
this.SettingOperationRights.Size = new System.Drawing.Size(126, 28);
this.SettingOperationRights.TabIndex = 24;
this.SettingOperationRights.TabStop = false;
this.SettingOperationRights.Text = "设置选中操作权限";
//
// gridControl2
//
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
gridLevelNode3.RelationName = "Level1";
gridLevelNode4.RelationName = "Level2";
this.gridControl2.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode3,
gridLevelNode4});
this.gridControl2.Location = new System.Drawing.Point(0, 0);
this.gridControl2.MainView = this.gcDetail;
this.gridControl2.Name = "gridControl2";
this.gridControl2.Size = new System.Drawing.Size(527, 175);
this.gridControl2.TabIndex = 11;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gcDetail});
//
// gcDetail
//
this.gcDetail.GridControl = this.gridControl2;
this.gcDetail.Name = "gcDetail";
this.gcDetail.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
this.gcDetail.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused;
this.gcDetail.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
this.gcDetail.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
this.gcDetail.OptionsFind.FindDelay = 100;
this.gcDetail.OptionsFind.FindNullPrompt = "";
this.gcDetail.OptionsFind.HighlightFindResults = false;
this.gcDetail.OptionsFind.SearchInPreview = true;
this.gcDetail.OptionsFind.ShowCloseButton = false;
this.gcDetail.OptionsSelection.MultiSelect = true;
this.gcDetail.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
this.gcDetail.OptionsView.ColumnAutoWidth = false;
this.gcDetail.OptionsView.RowAutoHeight = true;
this.gcDetail.OptionsView.ShowGroupPanel = false;
//
// panelControl1
//
this.panelControl1.Controls.Add(this.SetRemovePermissions);
this.panelControl1.Controls.Add(this.btnCancel);
this.panelControl1.Controls.Add(this.btnOk);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 175);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(527, 38);
this.panelControl1.TabIndex = 8;
//
// SetRemovePermissions
//
this.SetRemovePermissions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.SetRemovePermissions.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SetRemovePermissions.Appearance.Options.UseFont = true;
this.SetRemovePermissions.Location = new System.Drawing.Point(6, 5);
this.SetRemovePermissions.Name = "SetRemovePermissions";
this.SetRemovePermissions.Size = new System.Drawing.Size(126, 28);
this.SetRemovePermissions.TabIndex = 26;
this.SetRemovePermissions.TabStop = false;
this.SetRemovePermissions.Text = "删除已选择权限";
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(456, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(59, 28);
this.btnCancel.TabIndex = 24;
this.btnCancel.Text = "取消(&C)";
//
// btnOk
//
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOk.Appearance.Options.UseFont = true;
this.btnOk.Location = new System.Drawing.Point(394, 4);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(57, 28);
this.btnOk.TabIndex = 23;
this.btnOk.TabStop = false;
this.btnOk.Text = "确定(&O)";
//
// FrmPermissionSetting
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 508);
this.Controls.Add(this.splitMain);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmPermissionSetting";
this.Text = "FrmPermissionSetting";
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
this.splitMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit();
this.pl_left.ResumeLayout(false);
this.pl_left_main.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).EndInit();
this.pl_gridandtree_container.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.treeLeft)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit();
this.pl_left_top.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PrimaryDirectory.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitMain_Right)).EndInit();
this.splitMain_Right.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitMain;
private DevExpress.XtraEditors.PanelControl pl_left;
private System.Windows.Forms.Panel pl_left_main;
private DevExpress.XtraEditors.PanelControl pl_gridandtree_container;
private DevExpress.XtraEditors.PanelControl pl_left_top;
private DevExpress.XtraEditors.SplitContainerControl splitMain_Right;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton SettingOperationRights;
private DevExpress.XtraEditors.SimpleButton SetRemovePermissions;
private DevExpress.XtraEditors.ComboBoxEdit PrimaryDirectory;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gcDetail;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gcMain;
private System.Windows.Forms.Panel panel2;
private Control.GridControlEx gridLeft;
private DevExpress.XtraTreeList.TreeList treeLeft;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton butMenuOperationPermission;
private DevExpress.XtraEditors.SimpleButton butAllOperation;
}
}