/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserEditForm));
     this.bindingSource1 = new System.Windows.Forms.BindingSource();
     this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.UserNoTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.UserNameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.IsLockCheckEdit = new DevExpress.XtraEditors.CheckEdit();
     this.CreateNameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.LastModifyNameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.RemarkTextEdit = new DevExpress.XtraEditors.MemoEdit();
     this.CreateDateTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.LastModifyDateTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.ItemForUserNo = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForIsLock = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForCreateName = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForLastModifyName = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForUserName = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForCreateDate = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForLastModifyDate = new DevExpress.XtraLayout.LayoutControlItem();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit();
     this.formStyleSelect1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormStyleSelect();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
     this.dataLayoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UserNoTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UserNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IsLockCheckEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CreateNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastModifyNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RemarkTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CreateDateTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastModifyDateTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForUserNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForIsLock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForUserName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyDate)).BeginInit();
     this.SuspendLayout();
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(FengSharp.OneCardAccess.Domain.RBACModule.Entity.UserWithCreateAndModify);
     //
     // dataLayoutControl1
     //
     this.dataLayoutControl1.Controls.Add(this.btnClose);
     this.dataLayoutControl1.Controls.Add(this.btnSave);
     this.dataLayoutControl1.Controls.Add(this.UserNoTextEdit);
     this.dataLayoutControl1.Controls.Add(this.UserNameTextEdit);
     this.dataLayoutControl1.Controls.Add(this.IsLockCheckEdit);
     this.dataLayoutControl1.Controls.Add(this.CreateNameTextEdit);
     this.dataLayoutControl1.Controls.Add(this.LastModifyNameTextEdit);
     this.dataLayoutControl1.Controls.Add(this.RemarkTextEdit);
     this.dataLayoutControl1.Controls.Add(this.CreateDateTextEdit);
     this.dataLayoutControl1.Controls.Add(this.LastModifyDateTextEdit);
     this.dataLayoutControl1.DataSource = this.bindingSource1;
     this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
     this.dataLayoutControl1.Name = "dataLayoutControl1";
     this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(637, 278, 470, 497);
     this.dataLayoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.dataLayoutControl1.Root = this.layoutControlGroup1;
     this.dataLayoutControl1.Size = new System.Drawing.Size(522, 280);
     this.dataLayoutControl1.TabIndex = 0;
     this.dataLayoutControl1.Text = "dataLayoutControl1";
     //
     // btnClose
     //
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnClose.Location = new System.Drawing.Point(410, 242);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.btnClose.StyleController = this.dataLayoutControl1;
     this.btnClose.TabIndex = 13;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnSave
     //
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnSave.Location = new System.Drawing.Point(306, 242);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(100, 26);
     this.btnSave.StyleController = this.dataLayoutControl1;
     this.btnSave.TabIndex = 12;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // UserNoTextEdit
     //
     this.UserNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "UserNo", true));
     this.UserNoTextEdit.Location = new System.Drawing.Point(87, 12);
     this.UserNoTextEdit.Name = "UserNoTextEdit";
     this.UserNoTextEdit.Properties.NullValuePrompt = null;
     this.UserNoTextEdit.Size = new System.Drawing.Size(172, 20);
     this.UserNoTextEdit.StyleController = this.dataLayoutControl1;
     this.UserNoTextEdit.TabIndex = 4;
     //
     // UserNameTextEdit
     //
     this.UserNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "UserName", true));
     this.UserNameTextEdit.Location = new System.Drawing.Point(338, 12);
     this.UserNameTextEdit.Name = "UserNameTextEdit";
     this.UserNameTextEdit.Properties.NullValuePrompt = null;
     this.UserNameTextEdit.Size = new System.Drawing.Size(172, 20);
     this.UserNameTextEdit.StyleController = this.dataLayoutControl1;
     this.UserNameTextEdit.TabIndex = 5;
     //
     // IsLockCheckEdit
     //
     this.IsLockCheckEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "IsLock", true));
     this.IsLockCheckEdit.Location = new System.Drawing.Point(87, 36);
     this.IsLockCheckEdit.Name = "IsLockCheckEdit";
     this.IsLockCheckEdit.Properties.Caption = "是否锁定";
     this.IsLockCheckEdit.Size = new System.Drawing.Size(172, 19);
     this.IsLockCheckEdit.StyleController = this.dataLayoutControl1;
     this.IsLockCheckEdit.TabIndex = 6;
     //
     // CreateNameTextEdit
     //
     this.CreateNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "CreateName", true));
     this.CreateNameTextEdit.Location = new System.Drawing.Point(87, 194);
     this.CreateNameTextEdit.Name = "CreateNameTextEdit";
     this.CreateNameTextEdit.Properties.NullValuePrompt = null;
     this.CreateNameTextEdit.Properties.ReadOnly = true;
     this.CreateNameTextEdit.Size = new System.Drawing.Size(172, 20);
     this.CreateNameTextEdit.StyleController = this.dataLayoutControl1;
     this.CreateNameTextEdit.TabIndex = 10;
     //
     // LastModifyNameTextEdit
     //
     this.LastModifyNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "LastModifyName", true));
     this.LastModifyNameTextEdit.Location = new System.Drawing.Point(87, 218);
     this.LastModifyNameTextEdit.Name = "LastModifyNameTextEdit";
     this.LastModifyNameTextEdit.Properties.NullValuePrompt = null;
     this.LastModifyNameTextEdit.Properties.ReadOnly = true;
     this.LastModifyNameTextEdit.Size = new System.Drawing.Size(172, 20);
     this.LastModifyNameTextEdit.StyleController = this.dataLayoutControl1;
     this.LastModifyNameTextEdit.TabIndex = 11;
     //
     // RemarkTextEdit
     //
     this.RemarkTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Remark", true));
     this.RemarkTextEdit.Location = new System.Drawing.Point(87, 59);
     this.RemarkTextEdit.Name = "RemarkTextEdit";
     this.RemarkTextEdit.Properties.NullValuePrompt = null;
     this.RemarkTextEdit.Size = new System.Drawing.Size(423, 131);
     this.RemarkTextEdit.StyleController = this.dataLayoutControl1;
     this.RemarkTextEdit.TabIndex = 7;
     //
     // CreateDateTextEdit
     //
     this.CreateDateTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "CreateDate", true));
     this.CreateDateTextEdit.Location = new System.Drawing.Point(338, 194);
     this.CreateDateTextEdit.Name = "CreateDateTextEdit";
     this.CreateDateTextEdit.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.CreateDateTextEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.CreateDateTextEdit.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.CreateDateTextEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.CreateDateTextEdit.Properties.Mask.EditMask = "yyyy-MM-dd HH:mm:ss";
     this.CreateDateTextEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.CreateDateTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.CreateDateTextEdit.Properties.NullValuePrompt = null;
     this.CreateDateTextEdit.Properties.ReadOnly = true;
     this.CreateDateTextEdit.Size = new System.Drawing.Size(172, 20);
     this.CreateDateTextEdit.StyleController = this.dataLayoutControl1;
     this.CreateDateTextEdit.TabIndex = 8;
     //
     // LastModifyDateTextEdit
     //
     this.LastModifyDateTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "LastModifyDate", true));
     this.LastModifyDateTextEdit.Location = new System.Drawing.Point(338, 218);
     this.LastModifyDateTextEdit.Name = "LastModifyDateTextEdit";
     this.LastModifyDateTextEdit.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.LastModifyDateTextEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.LastModifyDateTextEdit.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.LastModifyDateTextEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.LastModifyDateTextEdit.Properties.Mask.EditMask = "yyyy-MM-dd HH:mm:ss";
     this.LastModifyDateTextEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.LastModifyDateTextEdit.Properties.NullValuePrompt = null;
     this.LastModifyDateTextEdit.Properties.ReadOnly = true;
     this.LastModifyDateTextEdit.Size = new System.Drawing.Size(172, 20);
     this.LastModifyDateTextEdit.StyleController = this.dataLayoutControl1;
     this.LastModifyDateTextEdit.TabIndex = 9;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup2});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup1.Size = new System.Drawing.Size(522, 280);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.AllowDrawBackground = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.ItemForUserNo,
     this.ItemForIsLock,
     this.ItemForRemark,
     this.ItemForCreateName,
     this.ItemForLastModifyName,
     this.ItemForUserName,
     this.emptySpaceItem1,
     this.emptySpaceItem2,
     this.layoutControlItem2,
     this.layoutControlItem1,
     this.ItemForCreateDate,
     this.ItemForLastModifyDate});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "autoGeneratedGroup0";
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup2.Size = new System.Drawing.Size(514, 272);
     this.layoutControlGroup2.TextVisible = false;
     //
     // ItemForUserNo
     //
     this.ItemForUserNo.Control = this.UserNoTextEdit;
     this.ItemForUserNo.Location = new System.Drawing.Point(0, 0);
     this.ItemForUserNo.Name = "ItemForUserNo";
     this.ItemForUserNo.Size = new System.Drawing.Size(251, 24);
     this.ItemForUserNo.Text = "用户编号";
     this.ItemForUserNo.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForIsLock
     //
     this.ItemForIsLock.Control = this.IsLockCheckEdit;
     this.ItemForIsLock.Location = new System.Drawing.Point(0, 24);
     this.ItemForIsLock.Name = "ItemForIsLock";
     this.ItemForIsLock.Size = new System.Drawing.Size(251, 23);
     this.ItemForIsLock.Text = " ";
     this.ItemForIsLock.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForRemark
     //
     this.ItemForRemark.Control = this.RemarkTextEdit;
     this.ItemForRemark.Location = new System.Drawing.Point(0, 47);
     this.ItemForRemark.Name = "ItemForRemark";
     this.ItemForRemark.Size = new System.Drawing.Size(502, 135);
     this.ItemForRemark.Text = "备注";
     this.ItemForRemark.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForCreateName
     //
     this.ItemForCreateName.Control = this.CreateNameTextEdit;
     this.ItemForCreateName.Location = new System.Drawing.Point(0, 182);
     this.ItemForCreateName.Name = "ItemForCreateName";
     this.ItemForCreateName.Size = new System.Drawing.Size(251, 24);
     this.ItemForCreateName.Text = "创建人";
     this.ItemForCreateName.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForLastModifyName
     //
     this.ItemForLastModifyName.Control = this.LastModifyNameTextEdit;
     this.ItemForLastModifyName.Location = new System.Drawing.Point(0, 206);
     this.ItemForLastModifyName.Name = "ItemForLastModifyName";
     this.ItemForLastModifyName.Size = new System.Drawing.Size(251, 24);
     this.ItemForLastModifyName.Text = "最后修改人";
     this.ItemForLastModifyName.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForUserName
     //
     this.ItemForUserName.Control = this.UserNameTextEdit;
     this.ItemForUserName.Location = new System.Drawing.Point(251, 0);
     this.ItemForUserName.Name = "ItemForUserName";
     this.ItemForUserName.Size = new System.Drawing.Size(251, 24);
     this.ItemForUserName.Text = "用户名";
     this.ItemForUserName.TextSize = new System.Drawing.Size(72, 13);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 230);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(294, 30);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location = new System.Drawing.Point(251, 24);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(251, 23);
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btnClose;
     this.layoutControlItem2.Location = new System.Drawing.Point(398, 230);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.btnSave;
     this.layoutControlItem1.Location = new System.Drawing.Point(294, 230);
     this.layoutControlItem1.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // ItemForCreateDate
     //
     this.ItemForCreateDate.Control = this.CreateDateTextEdit;
     this.ItemForCreateDate.Location = new System.Drawing.Point(251, 182);
     this.ItemForCreateDate.Name = "ItemForCreateDate";
     this.ItemForCreateDate.Size = new System.Drawing.Size(251, 24);
     this.ItemForCreateDate.Text = "创建日期";
     this.ItemForCreateDate.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForLastModifyDate
     //
     this.ItemForLastModifyDate.Control = this.LastModifyDateTextEdit;
     this.ItemForLastModifyDate.Location = new System.Drawing.Point(251, 206);
     this.ItemForLastModifyDate.Name = "ItemForLastModifyDate";
     this.ItemForLastModifyDate.Size = new System.Drawing.Size(251, 24);
     this.ItemForLastModifyDate.Text = "最后修改日期";
     this.ItemForLastModifyDate.TextSize = new System.Drawing.Size(72, 13);
     //
     // formStyleSelect1
     //
     this.formStyleSelect1.Form = this;
     //
     // UserEditForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(522, 280);
     this.Controls.Add(this.dataLayoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "UserEditForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "用户信息";
     this.Load += new System.EventHandler(this.UserEditForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
     this.dataLayoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UserNoTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UserNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IsLockCheckEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CreateNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastModifyNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RemarkTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CreateDateTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastModifyDateTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForUserNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForIsLock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForUserName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyDate)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActionManageForm));
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddChild = new DevExpress.XtraEditors.SimpleButton();
     this.btnDel = new DevExpress.XtraEditors.SimpleButton();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.ActionNoTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.bindingSource1 = new System.Windows.Forms.BindingSource();
     this.ActionNameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.ParentActionNoTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.OrderSpinEdit = new DevExpress.XtraEditors.SpinEdit();
     this.RemarkMemoEdit = new DevExpress.XtraEditors.MemoEdit();
     this.ActionTypeTextEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.ItemForActionNo = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForActionName = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForParentActionNo = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForOrder = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForActionType = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.tcolActionName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit();
     this.treeList_ShowLine1 = new FengSharp.WinForm.Dev.Components.TreeList_ShowLine();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
     this.dataLayoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ActionNoTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ParentActionNoTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OrderSpinEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionTypeTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForActionNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForActionName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForParentActionNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForActionType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.dataLayoutControl1);
     this.layoutControl1.Controls.Add(this.treeList1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(940, 559);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // dataLayoutControl1
     //
     this.dataLayoutControl1.Controls.Add(this.btnAdd);
     this.dataLayoutControl1.Controls.Add(this.btnAddChild);
     this.dataLayoutControl1.Controls.Add(this.btnDel);
     this.dataLayoutControl1.Controls.Add(this.btnClose);
     this.dataLayoutControl1.Controls.Add(this.btnSave);
     this.dataLayoutControl1.Controls.Add(this.ActionNoTextEdit);
     this.dataLayoutControl1.Controls.Add(this.ActionNameTextEdit);
     this.dataLayoutControl1.Controls.Add(this.ParentActionNoTextEdit);
     this.dataLayoutControl1.Controls.Add(this.OrderSpinEdit);
     this.dataLayoutControl1.Controls.Add(this.RemarkMemoEdit);
     this.dataLayoutControl1.Controls.Add(this.ActionTypeTextEdit);
     this.dataLayoutControl1.DataSource = this.bindingSource1;
     this.dataLayoutControl1.Location = new System.Drawing.Point(237, 6);
     this.dataLayoutControl1.Name = "dataLayoutControl1";
     this.dataLayoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.dataLayoutControl1.Root = this.Root;
     this.dataLayoutControl1.Size = new System.Drawing.Size(697, 547);
     this.dataLayoutControl1.TabIndex = 5;
     this.dataLayoutControl1.Text = "dataLayoutControl1";
     //
     // btnAdd
     //
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnAdd.Location = new System.Drawing.Point(169, 509);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(100, 26);
     this.btnAdd.StyleController = this.dataLayoutControl1;
     this.btnAdd.TabIndex = 14;
     this.btnAdd.Text = "新增同级";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnAddChild
     //
     this.btnAddChild.Image = ((System.Drawing.Image)(resources.GetObject("btnAddChild.Image")));
     this.btnAddChild.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnAddChild.Location = new System.Drawing.Point(273, 509);
     this.btnAddChild.Name = "btnAddChild";
     this.btnAddChild.Size = new System.Drawing.Size(100, 26);
     this.btnAddChild.StyleController = this.dataLayoutControl1;
     this.btnAddChild.TabIndex = 15;
     this.btnAddChild.Text = "新增子级";
     this.btnAddChild.Click += new System.EventHandler(this.btnAddChild_Click);
     //
     // btnDel
     //
     this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
     this.btnDel.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnDel.Location = new System.Drawing.Point(377, 509);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(100, 26);
     this.btnDel.StyleController = this.dataLayoutControl1;
     this.btnDel.TabIndex = 16;
     this.btnDel.Text = "删除(&D)";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // btnClose
     //
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnClose.Location = new System.Drawing.Point(585, 509);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.btnClose.StyleController = this.dataLayoutControl1;
     this.btnClose.TabIndex = 14;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnSave
     //
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnSave.Location = new System.Drawing.Point(481, 509);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(100, 26);
     this.btnSave.StyleController = this.dataLayoutControl1;
     this.btnSave.TabIndex = 13;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // ActionNoTextEdit
     //
     this.ActionNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ActionNo", true));
     this.ActionNoTextEdit.Location = new System.Drawing.Point(63, 12);
     this.ActionNoTextEdit.Name = "ActionNoTextEdit";
     this.ActionNoTextEdit.Properties.NullValuePrompt = null;
     this.ActionNoTextEdit.Size = new System.Drawing.Size(622, 20);
     this.ActionNoTextEdit.StyleController = this.dataLayoutControl1;
     this.ActionNoTextEdit.TabIndex = 4;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(FengSharp.OneCardAccess.Domain.RBACModule.Entity.ActionEntity);
     //
     // ActionNameTextEdit
     //
     this.ActionNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ActionName", true));
     this.ActionNameTextEdit.Location = new System.Drawing.Point(63, 36);
     this.ActionNameTextEdit.Name = "ActionNameTextEdit";
     this.ActionNameTextEdit.Properties.NullValuePrompt = null;
     this.ActionNameTextEdit.Size = new System.Drawing.Size(622, 20);
     this.ActionNameTextEdit.StyleController = this.dataLayoutControl1;
     this.ActionNameTextEdit.TabIndex = 5;
     //
     // ParentActionNoTextEdit
     //
     this.ParentActionNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ParentActionNo", true));
     this.ParentActionNoTextEdit.Location = new System.Drawing.Point(63, 60);
     this.ParentActionNoTextEdit.Name = "ParentActionNoTextEdit";
     this.ParentActionNoTextEdit.Properties.NullValuePrompt = null;
     this.ParentActionNoTextEdit.Size = new System.Drawing.Size(622, 20);
     this.ParentActionNoTextEdit.StyleController = this.dataLayoutControl1;
     this.ParentActionNoTextEdit.TabIndex = 6;
     //
     // OrderSpinEdit
     //
     this.OrderSpinEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Order", true));
     this.OrderSpinEdit.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.OrderSpinEdit.Location = new System.Drawing.Point(63, 84);
     this.OrderSpinEdit.Name = "OrderSpinEdit";
     this.OrderSpinEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.OrderSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.OrderSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.OrderSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
     this.OrderSpinEdit.Properties.Mask.EditMask = "N0";
     this.OrderSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.OrderSpinEdit.Properties.NullValuePrompt = null;
     this.OrderSpinEdit.Size = new System.Drawing.Size(622, 20);
     this.OrderSpinEdit.StyleController = this.dataLayoutControl1;
     this.OrderSpinEdit.TabIndex = 10;
     //
     // RemarkMemoEdit
     //
     this.RemarkMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Remark", true));
     this.RemarkMemoEdit.Location = new System.Drawing.Point(63, 132);
     this.RemarkMemoEdit.Name = "RemarkMemoEdit";
     this.RemarkMemoEdit.Properties.NullValuePrompt = null;
     this.RemarkMemoEdit.Size = new System.Drawing.Size(622, 373);
     this.RemarkMemoEdit.StyleController = this.dataLayoutControl1;
     this.RemarkMemoEdit.TabIndex = 11;
     //
     // ActionTypeTextEdit
     //
     this.ActionTypeTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "ActionType", true));
     this.ActionTypeTextEdit.Location = new System.Drawing.Point(63, 108);
     this.ActionTypeTextEdit.Name = "ActionTypeTextEdit";
     this.ActionTypeTextEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ActionTypeTextEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("module", "module", -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("auth", "auth", -1)});
     this.ActionTypeTextEdit.Properties.NullValuePrompt = null;
     this.ActionTypeTextEdit.Size = new System.Drawing.Size(622, 20);
     this.ActionTypeTextEdit.StyleController = this.dataLayoutControl1;
     this.ActionTypeTextEdit.TabIndex = 8;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup2});
     this.Root.Location = new System.Drawing.Point(0, 0);
     this.Root.Name = "Root";
     this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.Root.Size = new System.Drawing.Size(697, 547);
     this.Root.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.AllowDrawBackground = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.ItemForActionNo,
     this.ItemForActionName,
     this.ItemForParentActionNo,
     this.ItemForOrder,
     this.ItemForActionType,
     this.ItemForRemark,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.layoutControlItem6,
     this.layoutControlItem7,
     this.layoutControlItem8});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "autoGeneratedGroup0";
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup2.Size = new System.Drawing.Size(689, 539);
     this.layoutControlGroup2.TextVisible = false;
     //
     // ItemForActionNo
     //
     this.ItemForActionNo.Control = this.ActionNoTextEdit;
     this.ItemForActionNo.Location = new System.Drawing.Point(0, 0);
     this.ItemForActionNo.Name = "ItemForActionNo";
     this.ItemForActionNo.Size = new System.Drawing.Size(677, 24);
     this.ItemForActionNo.Text = "权限编号";
     this.ItemForActionNo.TextSize = new System.Drawing.Size(48, 13);
     //
     // ItemForActionName
     //
     this.ItemForActionName.Control = this.ActionNameTextEdit;
     this.ItemForActionName.Location = new System.Drawing.Point(0, 24);
     this.ItemForActionName.Name = "ItemForActionName";
     this.ItemForActionName.Size = new System.Drawing.Size(677, 24);
     this.ItemForActionName.Text = "权限名称";
     this.ItemForActionName.TextSize = new System.Drawing.Size(48, 13);
     //
     // ItemForParentActionNo
     //
     this.ItemForParentActionNo.Control = this.ParentActionNoTextEdit;
     this.ItemForParentActionNo.CustomizationFormText = "父级编号";
     this.ItemForParentActionNo.Location = new System.Drawing.Point(0, 48);
     this.ItemForParentActionNo.Name = "ItemForParentActionNo";
     this.ItemForParentActionNo.Size = new System.Drawing.Size(677, 24);
     this.ItemForParentActionNo.Text = "父级编号";
     this.ItemForParentActionNo.TextSize = new System.Drawing.Size(48, 13);
     //
     // ItemForOrder
     //
     this.ItemForOrder.Control = this.OrderSpinEdit;
     this.ItemForOrder.CustomizationFormText = "序号";
     this.ItemForOrder.Location = new System.Drawing.Point(0, 72);
     this.ItemForOrder.Name = "ItemForOrder";
     this.ItemForOrder.Size = new System.Drawing.Size(677, 24);
     this.ItemForOrder.Text = "序号";
     this.ItemForOrder.TextSize = new System.Drawing.Size(48, 13);
     //
     // ItemForActionType
     //
     this.ItemForActionType.Control = this.ActionTypeTextEdit;
     this.ItemForActionType.CustomizationFormText = "类型";
     this.ItemForActionType.Location = new System.Drawing.Point(0, 96);
     this.ItemForActionType.Name = "ItemForActionType";
     this.ItemForActionType.Size = new System.Drawing.Size(677, 24);
     this.ItemForActionType.Text = "类型";
     this.ItemForActionType.TextSize = new System.Drawing.Size(48, 13);
     //
     // ItemForRemark
     //
     this.ItemForRemark.Control = this.RemarkMemoEdit;
     this.ItemForRemark.CustomizationFormText = "备注";
     this.ItemForRemark.Location = new System.Drawing.Point(0, 120);
     this.ItemForRemark.Name = "ItemForRemark";
     this.ItemForRemark.Size = new System.Drawing.Size(677, 377);
     this.ItemForRemark.Text = "备注";
     this.ItemForRemark.TextSize = new System.Drawing.Size(48, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btnSave;
     this.layoutControlItem3.Location = new System.Drawing.Point(469, 497);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnClose;
     this.layoutControlItem4.Location = new System.Drawing.Point(573, 497);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 497);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(157, 30);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnDel;
     this.layoutControlItem6.Location = new System.Drawing.Point(365, 497);
     this.layoutControlItem6.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.btnAddChild;
     this.layoutControlItem7.Location = new System.Drawing.Point(261, 497);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.btnAdd;
     this.layoutControlItem8.Location = new System.Drawing.Point(157, 497);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextVisible = false;
     //
     // treeList1
     //
     this.treeList1.Appearance.EvenRow.BackColor = System.Drawing.Color.LightYellow;
     this.treeList1.Appearance.EvenRow.Options.UseBackColor = true;
     this.treeList1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.treeList1.Appearance.OddRow.Options.UseBackColor = true;
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.tcolActionName});
     this.treeList1.IndicatorWidth = 40;
     this.treeList1.KeyFieldName = "ActionNo";
     this.treeList_ShowLine1.SetLineNoFormatString(this.treeList1, "{0}");
     this.treeList1.Location = new System.Drawing.Point(6, 6);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.Editable = false;
     this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList1.OptionsSelection.UseIndicatorForSelection = true;
     this.treeList1.OptionsView.EnableAppearanceEvenRow = true;
     this.treeList1.OptionsView.EnableAppearanceOddRow = true;
     this.treeList1.ParentFieldName = "ParentActionNo";
     this.treeList_ShowLine1.SetShowLineNo(this.treeList1, true);
     this.treeList1.Size = new System.Drawing.Size(227, 547);
     this.treeList1.TabIndex = 4;
     //
     // tcolActionName
     //
     this.tcolActionName.Caption = "功能名称";
     this.tcolActionName.FieldName = "ActionName";
     this.tcolActionName.Name = "tcolActionName";
     this.tcolActionName.Visible = true;
     this.tcolActionName.VisibleIndex = 0;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup1.Size = new System.Drawing.Size(940, 559);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.treeList1;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(231, 551);
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.dataLayoutControl1;
     this.layoutControlItem2.Location = new System.Drawing.Point(231, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(701, 551);
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // ActionManageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(940, 559);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.Name = "ActionManageForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "功能设置";
     this.Load += new System.EventHandler(this.ActionManageForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
     this.dataLayoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ActionNoTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ParentActionNoTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OrderSpinEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionTypeTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForActionNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForActionName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForParentActionNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForActionType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuManageForm));
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
     this.btnAddChild = new DevExpress.XtraEditors.SimpleButton();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnDel = new DevExpress.XtraEditors.SimpleButton();
     this.MenuControlComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.bindingSource1 = new System.Windows.Forms.BindingSource();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.MenuNoTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.MenuNameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.OrderSpinEdit = new DevExpress.XtraEditors.SpinEdit();
     this.GlyphMemoEdit = new DevExpress.XtraEditors.MemoEdit();
     this.OnClickMemoEdit = new DevExpress.XtraEditors.MemoEdit();
     this.KeyTipTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.PNoTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.ItemForMenuNo = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForMenuName = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForOrder = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForGlyph = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForOnClick = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForKeyTip = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.ItemForMenuControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForPNo = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.tcolMenuName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit();
     this.treeList_ShowLine1 = new FengSharp.WinForm.Dev.Components.TreeList_ShowLine();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
     this.dataLayoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MenuControlComboBoxEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MenuNoTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MenuNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OrderSpinEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GlyphMemoEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OnClickMemoEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.KeyTipTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PNoTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForMenuNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForMenuName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForGlyph)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForOnClick)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForKeyTip)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForMenuControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForPNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.dataLayoutControl1);
     this.layoutControl1.Controls.Add(this.treeList1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(351, 319, 551, 543);
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(997, 496);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // dataLayoutControl1
     //
     this.dataLayoutControl1.Controls.Add(this.btnAddChild);
     this.dataLayoutControl1.Controls.Add(this.btnAdd);
     this.dataLayoutControl1.Controls.Add(this.btnDel);
     this.dataLayoutControl1.Controls.Add(this.MenuControlComboBoxEdit);
     this.dataLayoutControl1.Controls.Add(this.btnClose);
     this.dataLayoutControl1.Controls.Add(this.btnSave);
     this.dataLayoutControl1.Controls.Add(this.MenuNoTextEdit);
     this.dataLayoutControl1.Controls.Add(this.MenuNameTextEdit);
     this.dataLayoutControl1.Controls.Add(this.OrderSpinEdit);
     this.dataLayoutControl1.Controls.Add(this.GlyphMemoEdit);
     this.dataLayoutControl1.Controls.Add(this.OnClickMemoEdit);
     this.dataLayoutControl1.Controls.Add(this.KeyTipTextEdit);
     this.dataLayoutControl1.Controls.Add(this.PNoTextEdit);
     this.dataLayoutControl1.DataSource = this.bindingSource1;
     this.dataLayoutControl1.Location = new System.Drawing.Point(366, 6);
     this.dataLayoutControl1.Name = "dataLayoutControl1";
     this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(446, 375, 456, 528);
     this.dataLayoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.dataLayoutControl1.Root = this.Root;
     this.dataLayoutControl1.Size = new System.Drawing.Size(625, 484);
     this.dataLayoutControl1.TabIndex = 5;
     this.dataLayoutControl1.Text = "dataLayoutControl1";
     //
     // btnAddChild
     //
     this.btnAddChild.Image = ((System.Drawing.Image)(resources.GetObject("btnAddChild.Image")));
     this.btnAddChild.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnAddChild.Location = new System.Drawing.Point(201, 446);
     this.btnAddChild.Name = "btnAddChild";
     this.btnAddChild.Size = new System.Drawing.Size(100, 26);
     this.btnAddChild.StyleController = this.dataLayoutControl1;
     this.btnAddChild.TabIndex = 14;
     this.btnAddChild.Text = "新增子级";
     this.btnAddChild.Click += new System.EventHandler(this.btnAddChild_Click);
     //
     // btnAdd
     //
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnAdd.Location = new System.Drawing.Point(97, 446);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(100, 26);
     this.btnAdd.StyleController = this.dataLayoutControl1;
     this.btnAdd.TabIndex = 13;
     this.btnAdd.Text = "新增同级";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnDel
     //
     this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
     this.btnDel.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnDel.Location = new System.Drawing.Point(305, 446);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(100, 26);
     this.btnDel.StyleController = this.dataLayoutControl1;
     this.btnDel.TabIndex = 14;
     this.btnDel.Text = "删除(&D)";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // MenuControlComboBoxEdit
     //
     this.MenuControlComboBoxEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "MenuControl", true));
     this.MenuControlComboBoxEdit.Location = new System.Drawing.Point(87, 84);
     this.MenuControlComboBoxEdit.Name = "MenuControlComboBoxEdit";
     this.MenuControlComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.MenuControlComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("RibbonPage", "RibbonPage", -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("RibbonPageGroup", "RibbonPageGroup", -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("BarSubItem", "BarSubItem", -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("BarItem", "BarItem", -1)});
     this.MenuControlComboBoxEdit.Properties.NullValuePrompt = null;
     this.MenuControlComboBoxEdit.Size = new System.Drawing.Size(526, 20);
     this.MenuControlComboBoxEdit.StyleController = this.dataLayoutControl1;
     this.MenuControlComboBoxEdit.TabIndex = 9;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(FengSharp.OneCardAccess.Domain.RBACModule.Entity.MenuEntity);
     //
     // btnClose
     //
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnClose.Location = new System.Drawing.Point(513, 446);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.btnClose.StyleController = this.dataLayoutControl1;
     this.btnClose.TabIndex = 13;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnSave
     //
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnSave.Location = new System.Drawing.Point(409, 446);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(100, 26);
     this.btnSave.StyleController = this.dataLayoutControl1;
     this.btnSave.TabIndex = 12;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // MenuNoTextEdit
     //
     this.MenuNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "MenuNo", true));
     this.MenuNoTextEdit.Location = new System.Drawing.Point(87, 12);
     this.MenuNoTextEdit.Name = "MenuNoTextEdit";
     this.MenuNoTextEdit.Properties.NullValuePrompt = null;
     this.MenuNoTextEdit.Properties.ReadOnly = true;
     this.MenuNoTextEdit.Size = new System.Drawing.Size(526, 20);
     this.MenuNoTextEdit.StyleController = this.dataLayoutControl1;
     this.MenuNoTextEdit.TabIndex = 4;
     //
     // MenuNameTextEdit
     //
     this.MenuNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "MenuName", true));
     this.MenuNameTextEdit.Location = new System.Drawing.Point(87, 60);
     this.MenuNameTextEdit.Name = "MenuNameTextEdit";
     this.MenuNameTextEdit.Properties.NullValuePrompt = null;
     this.MenuNameTextEdit.Size = new System.Drawing.Size(526, 20);
     this.MenuNameTextEdit.StyleController = this.dataLayoutControl1;
     this.MenuNameTextEdit.TabIndex = 5;
     //
     // OrderSpinEdit
     //
     this.OrderSpinEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Order", true));
     this.OrderSpinEdit.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.OrderSpinEdit.Location = new System.Drawing.Point(87, 108);
     this.OrderSpinEdit.Name = "OrderSpinEdit";
     this.OrderSpinEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.OrderSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.OrderSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.OrderSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
     this.OrderSpinEdit.Properties.Mask.EditMask = "N0";
     this.OrderSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.OrderSpinEdit.Properties.NullValuePrompt = null;
     this.OrderSpinEdit.Size = new System.Drawing.Size(526, 20);
     this.OrderSpinEdit.StyleController = this.dataLayoutControl1;
     this.OrderSpinEdit.TabIndex = 8;
     //
     // GlyphMemoEdit
     //
     this.GlyphMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "Glyph", true));
     this.GlyphMemoEdit.Location = new System.Drawing.Point(87, 132);
     this.GlyphMemoEdit.Name = "GlyphMemoEdit";
     this.GlyphMemoEdit.Properties.NullValuePrompt = null;
     this.GlyphMemoEdit.Size = new System.Drawing.Size(526, 111);
     this.GlyphMemoEdit.StyleController = this.dataLayoutControl1;
     this.GlyphMemoEdit.TabIndex = 9;
     //
     // OnClickMemoEdit
     //
     this.OnClickMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "OnClick", true));
     this.OnClickMemoEdit.Location = new System.Drawing.Point(87, 247);
     this.OnClickMemoEdit.Name = "OnClickMemoEdit";
     this.OnClickMemoEdit.Properties.NullValuePrompt = null;
     this.OnClickMemoEdit.Size = new System.Drawing.Size(526, 171);
     this.OnClickMemoEdit.StyleController = this.dataLayoutControl1;
     this.OnClickMemoEdit.TabIndex = 10;
     //
     // KeyTipTextEdit
     //
     this.KeyTipTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "KeyTip", true));
     this.KeyTipTextEdit.Location = new System.Drawing.Point(87, 422);
     this.KeyTipTextEdit.Name = "KeyTipTextEdit";
     this.KeyTipTextEdit.Properties.NullValuePrompt = null;
     this.KeyTipTextEdit.Size = new System.Drawing.Size(526, 20);
     this.KeyTipTextEdit.StyleController = this.dataLayoutControl1;
     this.KeyTipTextEdit.TabIndex = 11;
     //
     // PNoTextEdit
     //
     this.PNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource1, "PNo", true));
     this.PNoTextEdit.Location = new System.Drawing.Point(87, 36);
     this.PNoTextEdit.Name = "PNoTextEdit";
     this.PNoTextEdit.Properties.NullValuePrompt = null;
     this.PNoTextEdit.Properties.ReadOnly = true;
     this.PNoTextEdit.Size = new System.Drawing.Size(526, 20);
     this.PNoTextEdit.StyleController = this.dataLayoutControl1;
     this.PNoTextEdit.TabIndex = 14;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup2});
     this.Root.Location = new System.Drawing.Point(0, 0);
     this.Root.Name = "Root";
     this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.Root.Size = new System.Drawing.Size(625, 484);
     this.Root.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.AllowDrawBackground = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.ItemForMenuNo,
     this.ItemForMenuName,
     this.ItemForOrder,
     this.ItemForGlyph,
     this.ItemForOnClick,
     this.ItemForKeyTip,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.ItemForMenuControl,
     this.ItemForPNo,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem7});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "autoGeneratedGroup0";
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup2.Size = new System.Drawing.Size(617, 476);
     this.layoutControlGroup2.TextVisible = false;
     //
     // ItemForMenuNo
     //
     this.ItemForMenuNo.Control = this.MenuNoTextEdit;
     this.ItemForMenuNo.Location = new System.Drawing.Point(0, 0);
     this.ItemForMenuNo.Name = "ItemForMenuNo";
     this.ItemForMenuNo.Size = new System.Drawing.Size(605, 24);
     this.ItemForMenuNo.Text = "菜单编号";
     this.ItemForMenuNo.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForMenuName
     //
     this.ItemForMenuName.Control = this.MenuNameTextEdit;
     this.ItemForMenuName.Location = new System.Drawing.Point(0, 48);
     this.ItemForMenuName.Name = "ItemForMenuName";
     this.ItemForMenuName.Size = new System.Drawing.Size(605, 24);
     this.ItemForMenuName.Text = "菜单名称";
     this.ItemForMenuName.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForOrder
     //
     this.ItemForOrder.Control = this.OrderSpinEdit;
     this.ItemForOrder.Location = new System.Drawing.Point(0, 96);
     this.ItemForOrder.Name = "ItemForOrder";
     this.ItemForOrder.Size = new System.Drawing.Size(605, 24);
     this.ItemForOrder.Text = "菜单序号";
     this.ItemForOrder.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForGlyph
     //
     this.ItemForGlyph.Control = this.GlyphMemoEdit;
     this.ItemForGlyph.Location = new System.Drawing.Point(0, 120);
     this.ItemForGlyph.Name = "ItemForGlyph";
     this.ItemForGlyph.Size = new System.Drawing.Size(605, 115);
     this.ItemForGlyph.StartNewLine = true;
     this.ItemForGlyph.Text = "显示图像";
     this.ItemForGlyph.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForOnClick
     //
     this.ItemForOnClick.Control = this.OnClickMemoEdit;
     this.ItemForOnClick.Location = new System.Drawing.Point(0, 235);
     this.ItemForOnClick.Name = "ItemForOnClick";
     this.ItemForOnClick.Size = new System.Drawing.Size(605, 175);
     this.ItemForOnClick.StartNewLine = true;
     this.ItemForOnClick.Text = "点击事件";
     this.ItemForOnClick.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForKeyTip
     //
     this.ItemForKeyTip.Control = this.KeyTipTextEdit;
     this.ItemForKeyTip.Location = new System.Drawing.Point(0, 410);
     this.ItemForKeyTip.Name = "ItemForKeyTip";
     this.ItemForKeyTip.Size = new System.Drawing.Size(605, 24);
     this.ItemForKeyTip.Text = "提示";
     this.ItemForKeyTip.TextSize = new System.Drawing.Size(72, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btnSave;
     this.layoutControlItem3.Location = new System.Drawing.Point(397, 434);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnClose;
     this.layoutControlItem4.Location = new System.Drawing.Point(501, 434);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 434);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(85, 30);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // ItemForMenuControl
     //
     this.ItemForMenuControl.Control = this.MenuControlComboBoxEdit;
     this.ItemForMenuControl.Location = new System.Drawing.Point(0, 72);
     this.ItemForMenuControl.Name = "ItemForMenuControl";
     this.ItemForMenuControl.Size = new System.Drawing.Size(605, 24);
     this.ItemForMenuControl.Text = "菜单编程控件";
     this.ItemForMenuControl.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForPNo
     //
     this.ItemForPNo.Control = this.PNoTextEdit;
     this.ItemForPNo.Location = new System.Drawing.Point(0, 24);
     this.ItemForPNo.Name = "ItemForPNo";
     this.ItemForPNo.Size = new System.Drawing.Size(605, 24);
     this.ItemForPNo.Text = "上级编号";
     this.ItemForPNo.TextSize = new System.Drawing.Size(72, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.btnDel;
     this.layoutControlItem5.Location = new System.Drawing.Point(293, 434);
     this.layoutControlItem5.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnAdd;
     this.layoutControlItem6.Location = new System.Drawing.Point(85, 434);
     this.layoutControlItem6.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.btnAddChild;
     this.layoutControlItem7.Location = new System.Drawing.Point(189, 434);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // treeList1
     //
     this.treeList1.Appearance.EvenRow.BackColor = System.Drawing.Color.LightYellow;
     this.treeList1.Appearance.EvenRow.Options.UseBackColor = true;
     this.treeList1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.treeList1.Appearance.OddRow.Options.UseBackColor = true;
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.tcolMenuName});
     this.treeList1.IndicatorWidth = 40;
     this.treeList1.KeyFieldName = "MenuNo";
     this.treeList_ShowLine1.SetLineNoFormatString(this.treeList1, "{0}");
     this.treeList1.Location = new System.Drawing.Point(6, 6);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.Editable = false;
     this.treeList1.OptionsBehavior.ReadOnly = true;
     this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList1.OptionsSelection.UseIndicatorForSelection = true;
     this.treeList1.OptionsView.EnableAppearanceEvenRow = true;
     this.treeList1.OptionsView.EnableAppearanceOddRow = true;
     this.treeList1.ParentFieldName = "PNo";
     this.treeList_ShowLine1.SetShowLineNo(this.treeList1, true);
     this.treeList1.Size = new System.Drawing.Size(356, 484);
     this.treeList1.TabIndex = 4;
     //
     // tcolMenuName
     //
     this.tcolMenuName.Caption = "菜单名称";
     this.tcolMenuName.FieldName = "MenuName";
     this.tcolMenuName.Name = "tcolMenuName";
     this.tcolMenuName.Visible = true;
     this.tcolMenuName.VisibleIndex = 0;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup1.Size = new System.Drawing.Size(997, 496);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.treeList1;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(360, 488);
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.dataLayoutControl1;
     this.layoutControlItem2.Location = new System.Drawing.Point(360, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(629, 488);
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // MenuManageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(997, 496);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.Name = "MenuManageForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "菜单权限设置";
     this.Load += new System.EventHandler(this.MenuManageForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
     this.dataLayoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MenuControlComboBoxEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MenuNoTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MenuNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OrderSpinEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GlyphMemoEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OnClickMemoEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.KeyTipTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PNoTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForMenuNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForMenuName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForGlyph)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForOnClick)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForKeyTip)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForMenuControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForPNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserManageForm));
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnEditView = new DevExpress.XtraEditors.SimpleButton();
     this.btnCopyAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnDel = new DevExpress.XtraEditors.SimpleButton();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colUserNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUserName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsLock = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastModifyName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastModifyDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.mainFormMdiProvider1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.MainFormMdiProvider();
     this.gridView_MouseMulSelect1 = new FengSharp.WinForm.Dev.Components.GridView_MouseMulSelect();
     this.gridView_ShowLine1 = new FengSharp.WinForm.Dev.Components.GridView_ShowLine();
     this.buttonStyle1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.ButtonStyle();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit();
     this.gridViewColumnWidthComponent1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.GridViewColumnWidthComponent();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnClose);
     this.layoutControl1.Controls.Add(this.btnEditView);
     this.layoutControl1.Controls.Add(this.btnCopyAdd);
     this.layoutControl1.Controls.Add(this.btnDel);
     this.layoutControl1.Controls.Add(this.btnAdd);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(421, 78, 704, 511);
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.layoutControl1.Root = this.Root;
     this.layoutControl1.Size = new System.Drawing.Size(1042, 533);
     this.layoutControl1.TabIndex = 1;
     this.layoutControl1.Text = "layoutControl1";
     //
     // btnClose
     //
     this.buttonStyle1.SetEnableStyle(this.btnClose, true);
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnClose.Location = new System.Drawing.Point(936, 501);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.buttonStyle1.SetStyle(this.btnClose, FengSharp.OneCardAccess.Infrastructure.WinForm.Components.ButtonStyleKind.CloseWithSmallImage);
     this.btnClose.StyleController = this.layoutControl1;
     this.btnClose.TabIndex = 8;
     this.btnClose.Text = "关闭(&C)";
     this.buttonStyle1.SetUseDefaultText(this.btnClose, true);
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnEditView
     //
     this.buttonStyle1.SetEnableStyle(this.btnEditView, true);
     this.btnEditView.Image = ((System.Drawing.Image)(resources.GetObject("btnEditView.Image")));
     this.btnEditView.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnEditView.Location = new System.Drawing.Point(214, 501);
     this.btnEditView.Name = "btnEditView";
     this.btnEditView.Size = new System.Drawing.Size(100, 26);
     this.buttonStyle1.SetStyle(this.btnEditView, FengSharp.OneCardAccess.Infrastructure.WinForm.Components.ButtonStyleKind.EditWithSmallImage);
     this.btnEditView.StyleController = this.layoutControl1;
     this.btnEditView.TabIndex = 7;
     this.btnEditView.Text = "编辑(&E)";
     this.buttonStyle1.SetUseDefaultText(this.btnEditView, true);
     this.btnEditView.Click += new System.EventHandler(this.btnEditView_Click);
     //
     // btnCopyAdd
     //
     this.buttonStyle1.SetEnableStyle(this.btnCopyAdd, true);
     this.btnCopyAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnCopyAdd.Image")));
     this.btnCopyAdd.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnCopyAdd.Location = new System.Drawing.Point(110, 501);
     this.btnCopyAdd.Name = "btnCopyAdd";
     this.btnCopyAdd.Size = new System.Drawing.Size(100, 26);
     this.buttonStyle1.SetStyle(this.btnCopyAdd, FengSharp.OneCardAccess.Infrastructure.WinForm.Components.ButtonStyleKind.CopyAddWithSmallImage);
     this.btnCopyAdd.StyleController = this.layoutControl1;
     this.btnCopyAdd.TabIndex = 6;
     this.btnCopyAdd.Text = "复制新增";
     this.buttonStyle1.SetUseDefaultText(this.btnCopyAdd, true);
     this.btnCopyAdd.Click += new System.EventHandler(this.btnCopyAdd_Click);
     //
     // btnDel
     //
     this.buttonStyle1.SetEnableStyle(this.btnDel, true);
     this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
     this.btnDel.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnDel.Location = new System.Drawing.Point(318, 501);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(100, 26);
     this.buttonStyle1.SetStyle(this.btnDel, FengSharp.OneCardAccess.Infrastructure.WinForm.Components.ButtonStyleKind.DeleteWithSmallImage);
     this.btnDel.StyleController = this.layoutControl1;
     this.btnDel.TabIndex = 1;
     this.btnDel.Text = "删除(&D)";
     this.buttonStyle1.SetUseDefaultText(this.btnDel, true);
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // btnAdd
     //
     this.buttonStyle1.SetEnableStyle(this.btnAdd, true);
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnAdd.Location = new System.Drawing.Point(6, 501);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(100, 26);
     this.buttonStyle1.SetStyle(this.btnAdd, FengSharp.OneCardAccess.Infrastructure.WinForm.Components.ButtonStyleKind.AddWithSmallImage);
     this.btnAdd.StyleController = this.layoutControl1;
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "新增(&A)";
     this.buttonStyle1.SetUseDefaultText(this.btnAdd, true);
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(6, 6);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(1030, 491);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.LightYellow;
     this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colUserNo,
     this.colUserName,
     this.colIsLock,
     this.colRemark,
     this.colCreateName,
     this.colCreateDate,
     this.colLastModifyName,
     this.colLastModifyDate});
     this.gridViewColumnWidthComponent1.SetEnableColumnWidth(this.gridView1, true);
     this.gridView_MouseMulSelect1.SetEnableMouseMulSelect(this.gridView1, true);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.IndicatorWidth = 40;
     this.gridView_ShowLine1.SetLineNoFormatString(this.gridView1, "{0}");
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowGroup = false;
     this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridView1.OptionsDetail.EnableMasterViewMode = false;
     this.gridView1.OptionsLayout.Columns.StoreLayout = false;
     this.gridView1.OptionsLayout.StoreDataSettings = false;
     this.gridView1.OptionsLayout.StoreVisualOptions = false;
     this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView_ShowLine1.SetShowLineNo(this.gridView1, true);
     this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
     //
     // colUserNo
     //
     this.colUserNo.Caption = "用户账号";
     this.colUserNo.FieldName = "UserNo";
     this.colUserNo.Name = "colUserNo";
     this.colUserNo.Visible = true;
     this.colUserNo.VisibleIndex = 0;
     this.colUserNo.Width = 100;
     //
     // colUserName
     //
     this.colUserName.Caption = "用户名称";
     this.colUserName.FieldName = "UserName";
     this.colUserName.Name = "colUserName";
     this.colUserName.Visible = true;
     this.colUserName.VisibleIndex = 1;
     this.colUserName.Width = 100;
     //
     // colIsLock
     //
     this.colIsLock.Caption = "是否锁定";
     this.colIsLock.FieldName = "IsLock";
     this.colIsLock.Name = "colIsLock";
     this.colIsLock.Visible = true;
     this.colIsLock.VisibleIndex = 2;
     this.colIsLock.Width = 100;
     //
     // colRemark
     //
     this.colRemark.Caption = "备注";
     this.colRemark.FieldName = "Remark";
     this.colRemark.Name = "colRemark";
     this.colRemark.Visible = true;
     this.colRemark.VisibleIndex = 3;
     this.colRemark.Width = 100;
     //
     // colCreateName
     //
     this.colCreateName.Caption = "创建人姓名";
     this.colCreateName.FieldName = "CreateName";
     this.colCreateName.Name = "colCreateName";
     this.colCreateName.Visible = true;
     this.colCreateName.VisibleIndex = 4;
     this.colCreateName.Width = 100;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption = "创建日期";
     this.colCreateDate.FieldName = "CreateDate";
     this.colCreateDate.Name = "colCreateDate";
     this.colCreateDate.Visible = true;
     this.colCreateDate.VisibleIndex = 5;
     this.colCreateDate.Width = 100;
     //
     // colLastModifyName
     //
     this.colLastModifyName.Caption = "最后更改人姓名";
     this.colLastModifyName.FieldName = "LastModifyName";
     this.colLastModifyName.Name = "colLastModifyName";
     this.colLastModifyName.Visible = true;
     this.colLastModifyName.VisibleIndex = 6;
     this.colLastModifyName.Width = 100;
     //
     // colLastModifyDate
     //
     this.colLastModifyDate.Caption = "最后更改日期";
     this.colLastModifyDate.FieldName = "LastModifyDate";
     this.colLastModifyDate.Name = "colLastModifyDate";
     this.colLastModifyDate.Visible = true;
     this.colLastModifyDate.VisibleIndex = 7;
     this.colLastModifyDate.Width = 100;
     //
     // Root
     //
     this.Root.CustomizationFormText = "Root";
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.emptySpaceItem1});
     this.Root.Location = new System.Drawing.Point(0, 0);
     this.Root.Name = "Root";
     this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.Root.Size = new System.Drawing.Size(1042, 533);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1034, 495);
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btnAdd;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 495);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btnDel;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(312, 495);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnCopyAdd;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(104, 495);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.btnEditView;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(208, 495);
     this.layoutControlItem5.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnClose;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(930, 495);
     this.layoutControlItem6.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(416, 495);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(514, 30);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // UserManageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1042, 533);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.mainFormMdiProvider1.SetEnableMainFormMdi(this, true);
     this.Name = "UserManageForm";
     this.Text = "用户管理";
     this.Load += new System.EventHandler(this.UserManageForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoleEditForm));
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.chkIsAdmin = new DevExpress.XtraEditors.CheckEdit();
     this.chkIsLock = new DevExpress.XtraEditors.CheckEdit();
     this.txtRoleName = new DevExpress.XtraEditors.TextEdit();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.txtRoleNo = new DevExpress.XtraEditors.TextEdit();
     this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
     this.cmControl = new FengSharp.OneCardAccess.Infrastructure.WinForm.Controls.CreateModifiyControl();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkIsAdmin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkIsLock.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRoleName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRoleNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chkIsAdmin);
     this.layoutControl1.Controls.Add(this.chkIsLock);
     this.layoutControl1.Controls.Add(this.txtRoleName);
     this.layoutControl1.Controls.Add(this.btnClose);
     this.layoutControl1.Controls.Add(this.btnSave);
     this.layoutControl1.Controls.Add(this.txtRoleNo);
     this.layoutControl1.Controls.Add(this.txtRemark);
     this.layoutControl1.Controls.Add(this.cmControl);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(125, 547, 831, 742);
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.layoutControl1.Root = this.Root;
     this.layoutControl1.Size = new System.Drawing.Size(484, 277);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // chkIsAdmin
     //
     this.chkIsAdmin.Location = new System.Drawing.Point(355, 48);
     this.chkIsAdmin.Name = "chkIsAdmin";
     this.chkIsAdmin.Properties.Caption = "否";
     this.chkIsAdmin.Size = new System.Drawing.Size(123, 19);
     this.chkIsAdmin.StyleController = this.layoutControl1;
     this.chkIsAdmin.TabIndex = 12;
     this.chkIsAdmin.CheckedChanged += new System.EventHandler(this.chkIsAdmin_CheckedChanged);
     //
     // chkIsLock
     //
     this.chkIsLock.Location = new System.Drawing.Point(117, 48);
     this.chkIsLock.Name = "chkIsLock";
     this.chkIsLock.Properties.Caption = "禁用";
     this.chkIsLock.Size = new System.Drawing.Size(123, 19);
     this.chkIsLock.StyleController = this.layoutControl1;
     this.chkIsLock.TabIndex = 11;
     this.chkIsLock.CheckedChanged += new System.EventHandler(this.chkIsLock_CheckedChanged);
     //
     // txtRoleName
     //
     this.txtRoleName.Location = new System.Drawing.Point(355, 24);
     this.txtRoleName.Name = "txtRoleName";
     this.txtRoleName.Size = new System.Drawing.Size(123, 20);
     this.txtRoleName.StyleController = this.layoutControl1;
     this.txtRoleName.TabIndex = 1;
     //
     // btnClose
     //
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnClose.Location = new System.Drawing.Point(378, 245);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.btnClose.StyleController = this.layoutControl1;
     this.btnClose.TabIndex = 7;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnSave
     //
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnSave.Location = new System.Drawing.Point(274, 245);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(100, 26);
     this.btnSave.StyleController = this.layoutControl1;
     this.btnSave.TabIndex = 6;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // txtRoleNo
     //
     this.txtRoleNo.Location = new System.Drawing.Point(117, 24);
     this.txtRoleNo.Name = "txtRoleNo";
     this.txtRoleNo.Size = new System.Drawing.Size(123, 20);
     this.txtRoleNo.StyleController = this.layoutControl1;
     this.txtRoleNo.TabIndex = 1;
     //
     // txtRemark
     //
     this.txtRemark.Location = new System.Drawing.Point(39, 77);
     this.txtRemark.Name = "txtRemark";
     this.txtRemark.Size = new System.Drawing.Size(433, 89);
     this.txtRemark.StyleController = this.layoutControl1;
     this.txtRemark.TabIndex = 5;
     //
     // cmControl
     //
     this.cmControl.CreateDate = new System.DateTime(((long)(0)));
     this.cmControl.CreateUserId = null;
     this.cmControl.CreateUserName = "";
     this.cmControl.LastModifyDate = new System.DateTime(((long)(0)));
     this.cmControl.LastModifyUserId = null;
     this.cmControl.LastModUserName = "";
     this.cmControl.Location = new System.Drawing.Point(12, 182);
     this.cmControl.Name = "cmControl";
     this.cmControl.Size = new System.Drawing.Size(460, 53);
     this.cmControl.TabIndex = 4;
     //
     // Root
     //
     this.Root.CustomizationFormText = "角色信息";
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup2,
     this.layoutControlGroup3,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem2,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem7,
     this.layoutControlItem8});
     this.Root.Location = new System.Drawing.Point(0, 0);
     this.Root.Name = "Root";
     this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.Root.Size = new System.Drawing.Size(484, 277);
     this.Root.Text = "角色信息";
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 47);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup2.Size = new System.Drawing.Size(476, 105);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtRemark;
     this.layoutControlItem2.CustomizationFormText = "备注";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(464, 93);
     this.layoutControlItem2.Text = "备注";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(24, 13);
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1});
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 152);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.layoutControlGroup3.Size = new System.Drawing.Size(476, 69);
     this.layoutControlGroup3.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.cmControl;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(464, 57);
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.txtRoleNo;
     this.layoutControlItem3.CustomizationFormText = "角色编号";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(238, 24);
     this.layoutControlItem3.Text = "角色编号";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnSave;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(268, 221);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 221);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(268, 30);
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.btnClose;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(372, 221);
     this.layoutControlItem5.MaxSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.MinSize = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(104, 30);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.txtRoleName;
     this.layoutControlItem6.CustomizationFormText = "角色名称";
     this.layoutControlItem6.Location = new System.Drawing.Point(238, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(238, 24);
     this.layoutControlItem6.Text = "角色名称";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.chkIsLock;
     this.layoutControlItem7.CustomizationFormText = "角色状态";
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(238, 23);
     this.layoutControlItem7.Text = "角色状态";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.chkIsAdmin;
     this.layoutControlItem8.CustomizationFormText = "是否为超级管理角色";
     this.layoutControlItem8.Location = new System.Drawing.Point(238, 24);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(238, 23);
     this.layoutControlItem8.Text = "是否为超级管理角色";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(108, 13);
     //
     // RoleEditForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(484, 277);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "RoleEditForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "角色信息";
     this.Load += new System.EventHandler(this.RoleEditForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chkIsAdmin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkIsLock.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRoleName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRoleNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     this.ResumeLayout(false);
 }