/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     this.groupPanel1 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.roleGridEdit1 = new Ultra.Permission.RoleGridEdit();
     this.roleGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.groupPanel2 = new DevExpress.XtraEditors.GroupControl();
     this.treeCtl1 = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).BeginInit();
     this.groupPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeCtl1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(648, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(563, 5);
     this.btnOK.Text = "保存(&E)";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(562, 461);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.groupPanel2);
     this.pnlFill.Controls.Add(this.groupPanel1);
     this.pnlFill.Size = new System.Drawing.Size(562, 415);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 415);
     this.pnlBottom.Size = new System.Drawing.Size(562, 46);
     //
     // groupPanel1
     //
     this.groupPanel1.Controls.Add(this.labelControl1);
     this.groupPanel1.Controls.Add(this.roleGridEdit1);
     this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupPanel1.Location = new System.Drawing.Point(2, 2);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(558, 61);
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text = "角色";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(10, 34);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(48, 14);
     this.labelControl1.TabIndex = 1;
     this.labelControl1.Text = "角色名称";
     //
     // roleGridEdit1
     //
     this.roleGridEdit1.ClearButtonText = "清除所选";
     this.roleGridEdit1.ColumnCaption = "名称";
     this.roleGridEdit1.DisplayMember = "Name";
     this.roleGridEdit1.EditValue = "";
     this.roleGridEdit1.Location = new System.Drawing.Point(64, 31);
     this.roleGridEdit1.Name = "roleGridEdit1";
     this.roleGridEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "清除所选", null, null, true)});
     this.roleGridEdit1.Properties.DisplayMember = "Name";
     this.roleGridEdit1.Properties.NullText = "";
     this.roleGridEdit1.Properties.ValueMember = "Guid";
     this.roleGridEdit1.Properties.View = this.roleGridEdit1View;
     this.roleGridEdit1.SelectedValue = null;
     this.roleGridEdit1.Size = new System.Drawing.Size(237, 20);
     this.roleGridEdit1.TabIndex = 0;
     this.roleGridEdit1.ValueMember = "Guid";
     this.roleGridEdit1.EditValueChanged += new System.EventHandler(this.roleGridEdit1_EditValueChanged);
     //
     // roleGridEdit1View
     //
     this.roleGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.roleGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.roleGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.roleGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.roleGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.roleGridEdit1View.Name = "roleGridEdit1View";
     this.roleGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.roleGridEdit1View.OptionsBehavior.Editable = false;
     this.roleGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.roleGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // groupPanel2
     //
     this.groupPanel2.Controls.Add(this.treeCtl1);
     this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupPanel2.Location = new System.Drawing.Point(2, 63);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(558, 350);
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text = "权限";
     //
     // treeCtl1
     //
     this.treeCtl1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1});
     this.treeCtl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeCtl1.HorzScrollVisibility = DevExpress.XtraTreeList.ScrollVisibility.Always;
     this.treeCtl1.Location = new System.Drawing.Point(2, 22);
     this.treeCtl1.Name = "treeCtl1";
     this.treeCtl1.BeginUnboundLoad();
     this.treeCtl1.AppendNode(new object[] {
     "1"}, -1);
     this.treeCtl1.AppendNode(new object[] {
     "11"}, 0);
     this.treeCtl1.AppendNode(new object[] {
     "2"}, -1);
     this.treeCtl1.AppendNode(new object[] {
     "22"}, 2);
     this.treeCtl1.AppendNode(new object[] {
     "222"}, 3);
     this.treeCtl1.AppendNode(new object[] {
     "3"}, -1);
     this.treeCtl1.EndUnboundLoad();
     this.treeCtl1.OptionsBehavior.Editable = false;
     this.treeCtl1.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.treeCtl1.OptionsSelection.InvertSelection = true;
     this.treeCtl1.OptionsView.ShowCheckBoxes = true;
     this.treeCtl1.OptionsView.ShowColumns = false;
     this.treeCtl1.OptionsView.ShowFocusedFrame = false;
     this.treeCtl1.OptionsView.ShowHorzLines = false;
     this.treeCtl1.OptionsView.ShowIndicator = false;
     this.treeCtl1.OptionsView.ShowVertLines = false;
     this.treeCtl1.ShowButtonMode = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowForFocusedRow;
     this.treeCtl1.Size = new System.Drawing.Size(554, 326);
     this.treeCtl1.TabIndex = 1;
     this.treeCtl1.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "treeListColumn1";
     this.treeListColumn1.FieldName = "treeListColumn1";
     this.treeListColumn1.MinWidth = 86;
     this.treeListColumn1.Name = "treeListColumn1";
     this.treeListColumn1.Visible = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width = 91;
     //
     // PermitView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(562, 461);
     this.Name = "PermitView";
     this.Text = "角色权限";
     this.Load += new System.EventHandler(this.PermitView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).EndInit();
     this.groupPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeCtl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     this.btnRightAll = new DevExpress.XtraEditors.SimpleButton();
     this.btnRight = new DevExpress.XtraEditors.SimpleButton();
     this.btnleftall = new DevExpress.XtraEditors.SimpleButton();
     this.btnLeft = new DevExpress.XtraEditors.SimpleButton();
     this.roleGridEdit2 = new Ultra.Permission.RoleGridEdit();
     this.roleGridEdit2View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.gridalloc = new DevExpress.XtraGrid.GridControl();
     this.gvalloc = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridunalloc = new DevExpress.XtraGrid.GridControl();
     this.gvunalloc = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit2View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridalloc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvalloc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridunalloc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvunalloc)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(3127, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(3034, 6);
     this.btnOK.Text = "保存(&S)";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(612, 460);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.gridunalloc);
     this.pnlFill.Controls.Add(this.gridalloc);
     this.pnlFill.Controls.Add(this.labelControl1);
     this.pnlFill.Controls.Add(this.btnRightAll);
     this.pnlFill.Controls.Add(this.btnRight);
     this.pnlFill.Controls.Add(this.btnleftall);
     this.pnlFill.Controls.Add(this.btnLeft);
     this.pnlFill.Controls.Add(this.roleGridEdit2);
     this.pnlFill.Size = new System.Drawing.Size(612, 414);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 414);
     this.pnlBottom.Size = new System.Drawing.Size(612, 46);
     //
     // btnRightAll
     //
     this.btnRightAll.Location = new System.Drawing.Point(271, 241);
     this.btnRightAll.Name = "btnRightAll";
     this.btnRightAll.Size = new System.Drawing.Size(75, 23);
     this.btnRightAll.TabIndex = 9;
     this.btnRightAll.Text = ">>";
     this.btnRightAll.Click += new System.EventHandler(this.btnRightAll_Click);
     //
     // btnRight
     //
     this.btnRight.Location = new System.Drawing.Point(271, 203);
     this.btnRight.Name = "btnRight";
     this.btnRight.Size = new System.Drawing.Size(75, 23);
     this.btnRight.TabIndex = 10;
     this.btnRight.Text = ">";
     this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
     //
     // btnleftall
     //
     this.btnleftall.Location = new System.Drawing.Point(271, 165);
     this.btnleftall.Name = "btnleftall";
     this.btnleftall.Size = new System.Drawing.Size(75, 23);
     this.btnleftall.TabIndex = 11;
     this.btnleftall.Text = "<<";
     this.btnleftall.Click += new System.EventHandler(this.btnleftall_Click);
     //
     // btnLeft
     //
     this.btnLeft.Location = new System.Drawing.Point(271, 127);
     this.btnLeft.Name = "btnLeft";
     this.btnLeft.Size = new System.Drawing.Size(75, 23);
     this.btnLeft.TabIndex = 12;
     this.btnLeft.Text = "<";
     this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
     //
     // roleGridEdit2
     //
     this.roleGridEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.roleGridEdit2.ClearButtonText = "清除所选";
     this.roleGridEdit2.ColumnCaption = "名称";
     this.roleGridEdit2.DisplayMember = "Name";
     this.roleGridEdit2.EditValue = "";
     this.roleGridEdit2.Location = new System.Drawing.Point(73, 12);
     this.roleGridEdit2.Name = "roleGridEdit2";
     this.roleGridEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "清除所选", null, null, true)});
     this.roleGridEdit2.Properties.DisplayMember = "Name";
     this.roleGridEdit2.Properties.NullText = "";
     this.roleGridEdit2.Properties.ValueMember = "Guid";
     this.roleGridEdit2.Properties.View = this.roleGridEdit2View;
     this.roleGridEdit2.SelectedValue = null;
     this.roleGridEdit2.ShowClearButton = true;
     this.roleGridEdit2.Size = new System.Drawing.Size(524, 20);
     this.roleGridEdit2.TabIndex = 6;
     this.roleGridEdit2.ValueMember = "Guid";
     this.roleGridEdit2.EditValueChanged += new System.EventHandler(this.roleGridEdit2_EditValueChanged);
     //
     // roleGridEdit2View
     //
     this.roleGridEdit2View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.roleGridEdit2View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.roleGridEdit2View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.roleGridEdit2View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.roleGridEdit2View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.roleGridEdit2View.Name = "roleGridEdit2View";
     this.roleGridEdit2View.OptionsBehavior.AutoPopulateColumns = false;
     this.roleGridEdit2View.OptionsBehavior.Editable = false;
     this.roleGridEdit2View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.roleGridEdit2View.OptionsView.ShowGroupPanel = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(19, 12);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(48, 14);
     this.labelControl1.TabIndex = 13;
     this.labelControl1.Text = "角色名称";
     //
     // gridalloc
     //
     this.gridalloc.Location = new System.Drawing.Point(19, 38);
     this.gridalloc.MainView = this.gvalloc;
     this.gridalloc.Name = "gridalloc";
     this.gridalloc.Size = new System.Drawing.Size(245, 370);
     this.gridalloc.TabIndex = 14;
     this.gridalloc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvalloc});
     //
     // gvalloc
     //
     this.gvalloc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn3,
     this.gridColumn5});
     this.gvalloc.GridControl = this.gridalloc;
     this.gvalloc.Name = "gvalloc";
     this.gvalloc.OptionsBehavior.Editable = false;
     this.gvalloc.OptionsSelection.MultiSelect = true;
     this.gvalloc.OptionsView.ColumnAutoWidth = false;
     this.gvalloc.OptionsView.ShowAutoFilterRow = true;
     this.gvalloc.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "已分配用户";
     this.gridColumn1.FieldName = "UserName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "分组";
     this.gridColumn3.FieldName = "GroupName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 1;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "部门";
     this.gridColumn5.FieldName = "DepartmentName";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     //
     // gridunalloc
     //
     this.gridunalloc.Location = new System.Drawing.Point(352, 38);
     this.gridunalloc.MainView = this.gvunalloc;
     this.gridunalloc.Name = "gridunalloc";
     this.gridunalloc.Size = new System.Drawing.Size(245, 370);
     this.gridunalloc.TabIndex = 15;
     this.gridunalloc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvunalloc});
     //
     // gvunalloc
     //
     this.gvunalloc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn2,
     this.gridColumn6,
     this.gridColumn4});
     this.gvunalloc.GridControl = this.gridunalloc;
     this.gvunalloc.Name = "gvunalloc";
     this.gvunalloc.OptionsBehavior.Editable = false;
     this.gvunalloc.OptionsSelection.MultiSelect = true;
     this.gvunalloc.OptionsView.ColumnAutoWidth = false;
     this.gvunalloc.OptionsView.ShowAutoFilterRow = true;
     this.gvunalloc.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "未分配用户";
     this.gridColumn2.FieldName = "UserName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "分组";
     this.gridColumn6.FieldName = "GroupName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 1;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "部门";
     this.gridColumn4.FieldName = "DepartmentName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     //
     // NewView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(612, 460);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "NewView";
     this.Text = "编辑角色用户关联";
     this.Load += new System.EventHandler(this.NewView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     this.pnlFill.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit2View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridalloc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvalloc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridunalloc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvunalloc)).EndInit();
     this.ResumeLayout(false);
 }