/// <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(DeptEditForm));
     this.layoutControl1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseDataLayoutControl();
     this.btnSave = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.btnClose = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.CreateNameTextEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseTextEdit();
     this.bindlayoutControl1 = new System.Windows.Forms.BindingSource(this.components);
     this.LastModifyNameTextEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseTextEdit();
     this.DeptNoTextEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseTextEdit();
     this.DeptNameTextEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseTextEdit();
     this.RemarkMemoEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseMemoEdit();
     this.CreateDateTextEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseTextEdit();
     this.LastModifyDateTextEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseTextEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.ItemForDeptNo = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForCreateDate = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForLastModifyDate = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.ItemForCreateName = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForLastModifyName = new DevExpress.XtraLayout.LayoutControlItem();
     this.ItemForDeptName = new DevExpress.XtraLayout.LayoutControlItem();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit(this.components);
     this.buttonStyleSelect1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.ButtonStyleSelect(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CreateNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindlayoutControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastModifyNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeptNoTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeptNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.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.ItemForDeptNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForDeptName)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnSave);
     this.layoutControl1.Controls.Add(this.btnClose);
     this.layoutControl1.Controls.Add(this.CreateNameTextEdit);
     this.layoutControl1.Controls.Add(this.LastModifyNameTextEdit);
     this.layoutControl1.Controls.Add(this.DeptNoTextEdit);
     this.layoutControl1.Controls.Add(this.DeptNameTextEdit);
     this.layoutControl1.Controls.Add(this.RemarkMemoEdit);
     this.layoutControl1.Controls.Add(this.CreateDateTextEdit);
     this.layoutControl1.Controls.Add(this.LastModifyDateTextEdit);
     this.layoutControl1.DataSource = this.bindlayoutControl1;
     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(617, 322, 494, 472);
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(537, 284);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // 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(327, 252);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(100, 26);
     this.btnSave.StyleController = this.layoutControl1;
     this.btnSave.TabIndex = 4;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_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(431, 252);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.btnClose.StyleController = this.layoutControl1;
     this.btnClose.TabIndex = 5;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // CreateNameTextEdit
     //
     this.CreateNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindlayoutControl1, "CreateName", true));
     this.CreateNameTextEdit.Location = new System.Drawing.Point(81, 204);
     this.CreateNameTextEdit.Name = "CreateNameTextEdit";
     this.CreateNameTextEdit.Properties.NullValuePrompt = null;
     this.CreateNameTextEdit.Properties.ReadOnly = true;
     this.CreateNameTextEdit.Size = new System.Drawing.Size(185, 20);
     this.CreateNameTextEdit.StyleController = this.layoutControl1;
     this.CreateNameTextEdit.TabIndex = 4;
     //
     // bindlayoutControl1
     //
     this.bindlayoutControl1.DataSource = typeof(FengSharp.OneCardAccess.Domain.HRModule.Entity.DeptCMEntity);
     //
     // LastModifyNameTextEdit
     //
     this.LastModifyNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindlayoutControl1, "LastModifyName", true));
     this.LastModifyNameTextEdit.Location = new System.Drawing.Point(81, 228);
     this.LastModifyNameTextEdit.Name = "LastModifyNameTextEdit";
     this.LastModifyNameTextEdit.Properties.NullValuePrompt = null;
     this.LastModifyNameTextEdit.Properties.ReadOnly = true;
     this.LastModifyNameTextEdit.Size = new System.Drawing.Size(185, 20);
     this.LastModifyNameTextEdit.StyleController = this.layoutControl1;
     this.LastModifyNameTextEdit.TabIndex = 5;
     //
     // DeptNoTextEdit
     //
     this.DeptNoTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindlayoutControl1, "DeptNo", true));
     this.DeptNoTextEdit.Location = new System.Drawing.Point(81, 6);
     this.DeptNoTextEdit.Name = "DeptNoTextEdit";
     this.DeptNoTextEdit.Properties.NullValuePrompt = null;
     this.DeptNoTextEdit.Size = new System.Drawing.Size(185, 20);
     this.DeptNoTextEdit.StyleController = this.layoutControl1;
     this.DeptNoTextEdit.TabIndex = 6;
     //
     // DeptNameTextEdit
     //
     this.DeptNameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindlayoutControl1, "DeptName", true));
     this.DeptNameTextEdit.Location = new System.Drawing.Point(345, 6);
     this.DeptNameTextEdit.Name = "DeptNameTextEdit";
     this.DeptNameTextEdit.Properties.NullValuePrompt = null;
     this.DeptNameTextEdit.Size = new System.Drawing.Size(186, 20);
     this.DeptNameTextEdit.StyleController = this.layoutControl1;
     this.DeptNameTextEdit.TabIndex = 7;
     //
     // RemarkMemoEdit
     //
     this.RemarkMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindlayoutControl1, "Remark", true));
     this.RemarkMemoEdit.Location = new System.Drawing.Point(81, 30);
     this.RemarkMemoEdit.Name = "RemarkMemoEdit";
     this.RemarkMemoEdit.Size = new System.Drawing.Size(450, 170);
     this.RemarkMemoEdit.StyleController = this.layoutControl1;
     this.RemarkMemoEdit.TabIndex = 8;
     //
     // CreateDateTextEdit
     //
     this.CreateDateTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindlayoutControl1, "CreateDate", true));
     this.CreateDateTextEdit.Location = new System.Drawing.Point(345, 204);
     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.NullValuePrompt = null;
     this.CreateDateTextEdit.Properties.ReadOnly = true;
     this.CreateDateTextEdit.Size = new System.Drawing.Size(186, 20);
     this.CreateDateTextEdit.StyleController = this.layoutControl1;
     this.CreateDateTextEdit.TabIndex = 9;
     //
     // LastModifyDateTextEdit
     //
     this.LastModifyDateTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindlayoutControl1, "LastModifyDate", true));
     this.LastModifyDateTextEdit.Location = new System.Drawing.Point(345, 228);
     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(186, 20);
     this.LastModifyDateTextEdit.StyleController = this.layoutControl1;
     this.LastModifyDateTextEdit.TabIndex = 10;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.ItemForDeptNo,
     this.ItemForRemark,
     this.ItemForCreateDate,
     this.ItemForLastModifyDate,
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.emptySpaceItem1,
     this.ItemForCreateName,
     this.ItemForLastModifyName,
     this.ItemForDeptName});
     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(537, 284);
     this.layoutControlGroup1.TextVisible = false;
     //
     // ItemForDeptNo
     //
     this.ItemForDeptNo.Control = this.DeptNoTextEdit;
     this.ItemForDeptNo.Location = new System.Drawing.Point(0, 0);
     this.ItemForDeptNo.Name = "ItemForDeptNo";
     this.ItemForDeptNo.Size = new System.Drawing.Size(264, 24);
     this.ItemForDeptNo.Text = "部门编号";
     this.ItemForDeptNo.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForRemark
     //
     this.ItemForRemark.Control = this.RemarkMemoEdit;
     this.ItemForRemark.Location = new System.Drawing.Point(0, 24);
     this.ItemForRemark.Name = "ItemForRemark";
     this.ItemForRemark.Size = new System.Drawing.Size(529, 174);
     this.ItemForRemark.Text = "备注";
     this.ItemForRemark.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForCreateDate
     //
     this.ItemForCreateDate.Control = this.CreateDateTextEdit;
     this.ItemForCreateDate.Location = new System.Drawing.Point(264, 198);
     this.ItemForCreateDate.Name = "ItemForCreateDate";
     this.ItemForCreateDate.Size = new System.Drawing.Size(265, 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(264, 222);
     this.ItemForLastModifyDate.Name = "ItemForLastModifyDate";
     this.ItemForLastModifyDate.Size = new System.Drawing.Size(265, 24);
     this.ItemForLastModifyDate.Text = "最后更改日期";
     this.ItemForLastModifyDate.TextSize = new System.Drawing.Size(72, 13);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.btnSave;
     this.layoutControlItem1.Location = new System.Drawing.Point(321, 246);
     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;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btnClose;
     this.layoutControlItem2.Location = new System.Drawing.Point(425, 246);
     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;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 246);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(321, 30);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // ItemForCreateName
     //
     this.ItemForCreateName.Control = this.CreateNameTextEdit;
     this.ItemForCreateName.Location = new System.Drawing.Point(0, 198);
     this.ItemForCreateName.Name = "ItemForCreateName";
     this.ItemForCreateName.Size = new System.Drawing.Size(264, 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, 222);
     this.ItemForLastModifyName.Name = "ItemForLastModifyName";
     this.ItemForLastModifyName.Size = new System.Drawing.Size(264, 24);
     this.ItemForLastModifyName.Text = "最后更改人";
     this.ItemForLastModifyName.TextSize = new System.Drawing.Size(72, 13);
     //
     // ItemForDeptName
     //
     this.ItemForDeptName.Control = this.DeptNameTextEdit;
     this.ItemForDeptName.Location = new System.Drawing.Point(264, 0);
     this.ItemForDeptName.Name = "ItemForDeptName";
     this.ItemForDeptName.Size = new System.Drawing.Size(265, 24);
     this.ItemForDeptName.Text = "部门名称";
     this.ItemForDeptName.TextSize = new System.Drawing.Size(72, 13);
     //
     // buttonStyleSelect1
     //
     this.buttonStyleSelect1.SimpleButton = this.btnClose;
     //
     // DeptEditForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(537, 284);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.Name = "DeptEditForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "部门信息";
     this.Load += new System.EventHandler(this.DeptEditForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.CreateNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindlayoutControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastModifyNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeptNoTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeptNameTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.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.ItemForDeptNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForCreateName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForLastModifyName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForDeptName)).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(EmployeeManageForm));
     this.mainFormMdiProvider1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.MainFormMdiProvider();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
     this.btnCopyAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnDelete = 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.colEmpNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmpName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeptName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSex = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDuty = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colGenCardNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAttCardNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNation = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMobile = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBirthday = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTelPhone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOrigin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTitle = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmpStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWedStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIdCardNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSpecialty = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDiploma = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colGraduateSchool = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPoliticalStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colJoinDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTrialStartDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTrialEndDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPositiveDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContractStartDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContractEndDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHolidaySMS = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBirthdaySMS = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAtt = 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.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark2 = 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.gridView_MouseMulSelect1 = new FengSharp.WinForm.Dev.Components.GridView_MouseMulSelect();
     this.gridView_ShowLine1 = new FengSharp.WinForm.Dev.Components.GridView_ShowLine();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit();
     this.bindingSource = new System.Windows.Forms.BindingSource();
     ((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();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnClose);
     this.layoutControl1.Controls.Add(this.btnEdit);
     this.layoutControl1.Controls.Add(this.btnCopyAdd);
     this.layoutControl1.Controls.Add(this.btnDelete);
     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(1312, 673);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // 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(1206, 641);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.btnClose.TabIndex = 8;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnEdit
     //
     this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnEdit.Location = new System.Drawing.Point(214, 641);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(100, 26);
     this.btnEdit.TabIndex = 7;
     this.btnEdit.Text = "编辑(&E)";
     this.btnEdit.Click += new System.EventHandler(this.btnEditView_Click);
     //
     // btnCopyAdd
     //
     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, 641);
     this.btnCopyAdd.Name = "btnCopyAdd";
     this.btnCopyAdd.Size = new System.Drawing.Size(100, 26);
     this.btnCopyAdd.TabIndex = 6;
     this.btnCopyAdd.Text = "复制新增";
     this.btnCopyAdd.Click += new System.EventHandler(this.btnCopyAdd_Click);
     //
     // btnDelete
     //
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnDelete.Location = new System.Drawing.Point(318, 641);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(100, 26);
     this.btnDelete.TabIndex = 1;
     this.btnDelete.Text = "删除(&D)";
     this.btnDelete.Click += new System.EventHandler(this.btnDel_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(6, 641);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(100, 26);
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "新增(&A)";
     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(1300, 631);
     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.colEmpNo,
     this.colEmpName,
     this.colDeptName,
     this.colSex,
     this.colDuty,
     this.colGenCardNo,
     this.colAttCardNo,
     this.colNation,
     this.colMobile,
     this.colBirthday,
     this.colAddress,
     this.colTelPhone,
     this.colOrigin,
     this.colTitle,
     this.colPost,
     this.colEmpStatus,
     this.colWedStatus,
     this.colIdCardNo,
     this.colSpecialty,
     this.colDiploma,
     this.colGraduateSchool,
     this.colPoliticalStatus,
     this.colJoinDate,
     this.colTrialStartDate,
     this.colTrialEndDate,
     this.colPositiveDate,
     this.colContractStartDate,
     this.colContractEndDate,
     this.colHolidaySMS,
     this.colBirthdaySMS,
     this.colAtt,
     this.colCreateName,
     this.colCreateDate,
     this.colLastModifyName,
     this.colLastModifyDate,
     this.colRemark,
     this.colRemark1,
     this.colRemark2});
     this.gridView_MouseMulSelect1.SetEnableMouseMulSelect(this.gridView1, true);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.IndicatorWidth = 40;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowFilter = 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.EnableColumnMenu = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView_ShowLine1.SetShowLineNo(this.gridView1, true);
     this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
     this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
     //
     // colEmpNo
     //
     this.colEmpNo.Caption = "员工编号";
     this.colEmpNo.FieldName = "EmpNo";
     this.colEmpNo.Name = "colEmpNo";
     this.colEmpNo.Visible = true;
     this.colEmpNo.VisibleIndex = 0;
     this.colEmpNo.Width = 100;
     //
     // colEmpName
     //
     this.colEmpName.Caption = "员工姓名";
     this.colEmpName.FieldName = "EmpName";
     this.colEmpName.Name = "colEmpName";
     this.colEmpName.Visible = true;
     this.colEmpName.VisibleIndex = 1;
     this.colEmpName.Width = 100;
     //
     // colDeptName
     //
     this.colDeptName.Caption = "部门名称";
     this.colDeptName.FieldName = "DeptName";
     this.colDeptName.Name = "colDeptName";
     this.colDeptName.Visible = true;
     this.colDeptName.VisibleIndex = 2;
     this.colDeptName.Width = 100;
     //
     // colSex
     //
     this.colSex.Caption = "性别";
     this.colSex.FieldName = "Sex";
     this.colSex.Name = "colSex";
     this.colSex.Visible = true;
     this.colSex.VisibleIndex = 3;
     this.colSex.Width = 100;
     //
     // colDuty
     //
     this.colDuty.Caption = "职务";
     this.colDuty.FieldName = "Duty";
     this.colDuty.Name = "colDuty";
     this.colDuty.Visible = true;
     this.colDuty.VisibleIndex = 11;
     this.colDuty.Width = 100;
     //
     // colGenCardNo
     //
     this.colGenCardNo.Caption = "通用卡号";
     this.colGenCardNo.FieldName = "GenCardNo";
     this.colGenCardNo.Name = "colGenCardNo";
     this.colGenCardNo.Visible = true;
     this.colGenCardNo.VisibleIndex = 18;
     this.colGenCardNo.Width = 100;
     //
     // colAttCardNo
     //
     this.colAttCardNo.Caption = "考勤卡号";
     this.colAttCardNo.FieldName = "AttCardNo";
     this.colAttCardNo.Name = "colAttCardNo";
     this.colAttCardNo.Visible = true;
     this.colAttCardNo.VisibleIndex = 17;
     this.colAttCardNo.Width = 100;
     //
     // colNation
     //
     this.colNation.Caption = "民族";
     this.colNation.FieldName = "Nation";
     this.colNation.Name = "colNation";
     this.colNation.Visible = true;
     this.colNation.VisibleIndex = 4;
     this.colNation.Width = 100;
     //
     // colMobile
     //
     this.colMobile.Caption = "手机";
     this.colMobile.FieldName = "Mobile";
     this.colMobile.Name = "colMobile";
     this.colMobile.Visible = true;
     this.colMobile.VisibleIndex = 8;
     this.colMobile.Width = 100;
     //
     // colBirthday
     //
     this.colBirthday.Caption = "生日";
     this.colBirthday.FieldName = "Birthday";
     this.colBirthday.Name = "colBirthday";
     this.colBirthday.Visible = true;
     this.colBirthday.VisibleIndex = 5;
     this.colBirthday.Width = 100;
     //
     // colAddress
     //
     this.colAddress.Caption = "家庭住址";
     this.colAddress.FieldName = "Address";
     this.colAddress.Name = "colAddress";
     this.colAddress.Visible = true;
     this.colAddress.VisibleIndex = 6;
     this.colAddress.Width = 100;
     //
     // colTelPhone
     //
     this.colTelPhone.Caption = "联系电话";
     this.colTelPhone.FieldName = "TelPhone";
     this.colTelPhone.Name = "colTelPhone";
     this.colTelPhone.Visible = true;
     this.colTelPhone.VisibleIndex = 7;
     this.colTelPhone.Width = 100;
     //
     // colOrigin
     //
     this.colOrigin.Caption = "籍贯";
     this.colOrigin.FieldName = "Origin";
     this.colOrigin.Name = "colOrigin";
     this.colOrigin.Visible = true;
     this.colOrigin.VisibleIndex = 9;
     this.colOrigin.Width = 100;
     //
     // colTitle
     //
     this.colTitle.Caption = "职称";
     this.colTitle.FieldName = "Title";
     this.colTitle.Name = "colTitle";
     this.colTitle.Visible = true;
     this.colTitle.VisibleIndex = 10;
     this.colTitle.Width = 100;
     //
     // colPost
     //
     this.colPost.Caption = "岗位";
     this.colPost.FieldName = "Post";
     this.colPost.Name = "colPost";
     this.colPost.Visible = true;
     this.colPost.VisibleIndex = 12;
     this.colPost.Width = 100;
     //
     // colEmpStatus
     //
     this.colEmpStatus.Caption = "职位状态";
     this.colEmpStatus.FieldName = "EmpStatus";
     this.colEmpStatus.Name = "colEmpStatus";
     this.colEmpStatus.Visible = true;
     this.colEmpStatus.VisibleIndex = 13;
     this.colEmpStatus.Width = 100;
     //
     // colWedStatus
     //
     this.colWedStatus.Caption = "婚姻状况";
     this.colWedStatus.FieldName = "WedStatus";
     this.colWedStatus.Name = "colWedStatus";
     this.colWedStatus.Visible = true;
     this.colWedStatus.VisibleIndex = 14;
     this.colWedStatus.Width = 100;
     //
     // colIdCardNo
     //
     this.colIdCardNo.Caption = "身份证号";
     this.colIdCardNo.FieldName = "IdCardNo";
     this.colIdCardNo.Name = "colIdCardNo";
     this.colIdCardNo.Visible = true;
     this.colIdCardNo.VisibleIndex = 19;
     this.colIdCardNo.Width = 100;
     //
     // colSpecialty
     //
     this.colSpecialty.Caption = "专业";
     this.colSpecialty.FieldName = "Specialty";
     this.colSpecialty.Name = "colSpecialty";
     this.colSpecialty.Visible = true;
     this.colSpecialty.VisibleIndex = 20;
     this.colSpecialty.Width = 100;
     //
     // colDiploma
     //
     this.colDiploma.Caption = "最高学历";
     this.colDiploma.FieldName = "Diploma";
     this.colDiploma.Name = "colDiploma";
     this.colDiploma.Visible = true;
     this.colDiploma.VisibleIndex = 21;
     this.colDiploma.Width = 100;
     //
     // colGraduateSchool
     //
     this.colGraduateSchool.Caption = "毕业学校";
     this.colGraduateSchool.FieldName = "GraduateSchool";
     this.colGraduateSchool.Name = "colGraduateSchool";
     this.colGraduateSchool.Visible = true;
     this.colGraduateSchool.VisibleIndex = 22;
     this.colGraduateSchool.Width = 100;
     //
     // colPoliticalStatus
     //
     this.colPoliticalStatus.Caption = "政治面貌";
     this.colPoliticalStatus.FieldName = "PoliticalStatus";
     this.colPoliticalStatus.Name = "colPoliticalStatus";
     this.colPoliticalStatus.Visible = true;
     this.colPoliticalStatus.VisibleIndex = 23;
     this.colPoliticalStatus.Width = 100;
     //
     // colJoinDate
     //
     this.colJoinDate.Caption = "入职日期";
     this.colJoinDate.FieldName = "JoinDate";
     this.colJoinDate.Name = "colJoinDate";
     this.colJoinDate.Visible = true;
     this.colJoinDate.VisibleIndex = 24;
     this.colJoinDate.Width = 100;
     //
     // colTrialStartDate
     //
     this.colTrialStartDate.Caption = "试用期开始日期";
     this.colTrialStartDate.FieldName = "TrialStartDate";
     this.colTrialStartDate.Name = "colTrialStartDate";
     this.colTrialStartDate.Visible = true;
     this.colTrialStartDate.VisibleIndex = 25;
     this.colTrialStartDate.Width = 100;
     //
     // colTrialEndDate
     //
     this.colTrialEndDate.Caption = "试用期结束日期";
     this.colTrialEndDate.FieldName = "TrialEndDate";
     this.colTrialEndDate.Name = "colTrialEndDate";
     this.colTrialEndDate.Visible = true;
     this.colTrialEndDate.VisibleIndex = 26;
     this.colTrialEndDate.Width = 100;
     //
     // colPositiveDate
     //
     this.colPositiveDate.Caption = "转正日期";
     this.colPositiveDate.FieldName = "PositiveDate";
     this.colPositiveDate.Name = "colPositiveDate";
     this.colPositiveDate.Visible = true;
     this.colPositiveDate.VisibleIndex = 27;
     this.colPositiveDate.Width = 100;
     //
     // colContractStartDate
     //
     this.colContractStartDate.Caption = "合同开始日期";
     this.colContractStartDate.FieldName = "ContractStartDate";
     this.colContractStartDate.Name = "colContractStartDate";
     this.colContractStartDate.Visible = true;
     this.colContractStartDate.VisibleIndex = 28;
     this.colContractStartDate.Width = 100;
     //
     // colContractEndDate
     //
     this.colContractEndDate.Caption = "合同结束日期";
     this.colContractEndDate.FieldName = "ContractEndDate";
     this.colContractEndDate.Name = "colContractEndDate";
     this.colContractEndDate.Visible = true;
     this.colContractEndDate.VisibleIndex = 29;
     this.colContractEndDate.Width = 100;
     //
     // colHolidaySMS
     //
     this.colHolidaySMS.Caption = "节假日短信祝福";
     this.colHolidaySMS.FieldName = "HolidaySMS";
     this.colHolidaySMS.Name = "colHolidaySMS";
     this.colHolidaySMS.Visible = true;
     this.colHolidaySMS.VisibleIndex = 30;
     this.colHolidaySMS.Width = 100;
     //
     // colBirthdaySMS
     //
     this.colBirthdaySMS.Caption = "生日短信祝福";
     this.colBirthdaySMS.FieldName = "BirthdaySMS";
     this.colBirthdaySMS.Name = "colBirthdaySMS";
     this.colBirthdaySMS.Visible = true;
     this.colBirthdaySMS.VisibleIndex = 31;
     this.colBirthdaySMS.Width = 100;
     //
     // colAtt
     //
     this.colAtt.Caption = "是否记考勤";
     this.colAtt.FieldName = "Att";
     this.colAtt.Name = "colAtt";
     this.colAtt.Visible = true;
     this.colAtt.VisibleIndex = 32;
     this.colAtt.Width = 100;
     //
     // colCreateName
     //
     this.colCreateName.Caption = "创建人";
     this.colCreateName.FieldName = "CreateName";
     this.colCreateName.Name = "colCreateName";
     this.colCreateName.Visible = true;
     this.colCreateName.VisibleIndex = 15;
     this.colCreateName.Width = 100;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption = "创建日期";
     this.colCreateDate.FieldName = "CreateDate";
     this.colCreateDate.Name = "colCreateDate";
     this.colCreateDate.Visible = true;
     this.colCreateDate.VisibleIndex = 33;
     this.colCreateDate.Width = 100;
     //
     // colLastModifyName
     //
     this.colLastModifyName.Caption = "最后更改人";
     this.colLastModifyName.FieldName = "LastModifyName";
     this.colLastModifyName.Name = "colLastModifyName";
     this.colLastModifyName.Visible = true;
     this.colLastModifyName.VisibleIndex = 16;
     this.colLastModifyName.Width = 100;
     //
     // colLastModifyDate
     //
     this.colLastModifyDate.Caption = "最后更改日期";
     this.colLastModifyDate.FieldName = "LastModifyDate";
     this.colLastModifyDate.Name = "colLastModifyDate";
     this.colLastModifyDate.Visible = true;
     this.colLastModifyDate.VisibleIndex = 34;
     this.colLastModifyDate.Width = 100;
     //
     // colRemark
     //
     this.colRemark.Caption = "备注";
     this.colRemark.FieldName = "Remark";
     this.colRemark.Name = "colRemark";
     this.colRemark.Visible = true;
     this.colRemark.VisibleIndex = 35;
     this.colRemark.Width = 100;
     //
     // colRemark1
     //
     this.colRemark1.Caption = "备注1";
     this.colRemark1.FieldName = "Remark1";
     this.colRemark1.Name = "colRemark1";
     this.colRemark1.Visible = true;
     this.colRemark1.VisibleIndex = 36;
     this.colRemark1.Width = 100;
     //
     // colRemark2
     //
     this.colRemark2.Caption = "备注2";
     this.colRemark2.FieldName = "Remark2";
     this.colRemark2.Name = "colRemark2";
     this.colRemark2.Visible = true;
     this.colRemark2.VisibleIndex = 37;
     this.colRemark2.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(1312, 673);
     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(1304, 635);
     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, 635);
     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.btnDelete;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(312, 635);
     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, 635);
     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.btnEdit;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(208, 635);
     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(1200, 635);
     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, 635);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(784, 30);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // bindingSource
     //
     this.bindingSource.DataSource = typeof(FengSharp.OneCardAccess.Domain.HRModule.Entity.EmployeeCMDeptEntity);
     //
     // EmployeeManageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1312, 673);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.mainFormMdiProvider1.SetEnableMainFormMdi(this, true);
     this.Name = "EmployeeManageForm";
     this.Text = "员工信息";
     this.Load += new System.EventHandler(this.EmployeeManageForm_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();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).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(DeptManageForm));
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.btnClose = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.btnKind = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.btnEdit = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.btnCopyAdd = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.btnDelete = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.btnAdd = new FengSharp.OneCardAccess.Infrastructure.WinForm.Base.BaseSimpleButton();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDeptNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeptName = 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.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.mainFormMdiProvider1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.MainFormMdiProvider();
     this.gridView_MouseMulSelect1 = new FengSharp.WinForm.Dev.Components.GridView_MouseMulSelect();
     this.gridView_ShowCate1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.GridView_ShowCate();
     this.bindingSource = new System.Windows.Forms.BindingSource();
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit();
     ((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.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnClose);
     this.layoutControl1.Controls.Add(this.btnKind);
     this.layoutControl1.Controls.Add(this.btnEdit);
     this.layoutControl1.Controls.Add(this.btnCopyAdd);
     this.layoutControl1.Controls.Add(this.btnDelete);
     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(429, 174, 658, 494);
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.layoutControl1.Root = this.Root;
     this.layoutControl1.Size = new System.Drawing.Size(976, 615);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // 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(870, 583);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(100, 26);
     this.btnClose.StyleController = this.layoutControl1;
     this.btnClose.TabIndex = 9;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnKind
     //
     this.btnKind.Image = ((System.Drawing.Image)(resources.GetObject("btnKind.Image")));
     this.btnKind.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnKind.Location = new System.Drawing.Point(422, 583);
     this.btnKind.Name = "btnKind";
     this.btnKind.Size = new System.Drawing.Size(100, 26);
     this.btnKind.StyleController = this.layoutControl1;
     this.btnKind.TabIndex = 8;
     this.btnKind.Text = "分类(&K)";
     this.btnKind.Click += new System.EventHandler(this.btnKind_Click);
     //
     // btnEdit
     //
     this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnEdit.Location = new System.Drawing.Point(214, 583);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(100, 26);
     this.btnEdit.StyleController = this.layoutControl1;
     this.btnEdit.TabIndex = 7;
     this.btnEdit.Text = "编辑(&E)";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnCopyAdd
     //
     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, 583);
     this.btnCopyAdd.Name = "btnCopyAdd";
     this.btnCopyAdd.Size = new System.Drawing.Size(100, 26);
     this.btnCopyAdd.StyleController = this.layoutControl1;
     this.btnCopyAdd.TabIndex = 6;
     this.btnCopyAdd.Text = "复制新增";
     this.btnCopyAdd.Click += new System.EventHandler(this.btnCopyAdd_Click);
     //
     // btnDelete
     //
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnDelete.Location = new System.Drawing.Point(318, 583);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(100, 26);
     this.btnDelete.StyleController = this.layoutControl1;
     this.btnDelete.TabIndex = 1;
     this.btnDelete.Text = "删除(&D)";
     this.btnDelete.Click += new System.EventHandler(this.btnDel_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(6, 583);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(100, 26);
     this.btnAdd.StyleController = this.layoutControl1;
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "新增(&A)";
     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(964, 573);
     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.colDeptNo,
     this.colDeptName,
     this.colRemark,
     this.colCreateName,
     this.colCreateDate,
     this.colLastModifyName,
     this.colLastModifyDate});
     this.gridView_MouseMulSelect1.SetEnableMouseMulSelect(this.gridView1, true);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.IndicatorWidth = 40;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowFilter = 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.EnableColumnMenu = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView_ShowCate1.SetShowCate(this.gridView1, true);
     this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
     //
     // colDeptNo
     //
     this.colDeptNo.Caption = "部门编号";
     this.colDeptNo.FieldName = "DeptNo";
     this.colDeptNo.Name = "colDeptNo";
     this.colDeptNo.Visible = true;
     this.colDeptNo.VisibleIndex = 0;
     this.colDeptNo.Width = 100;
     //
     // colDeptName
     //
     this.colDeptName.Caption = "部门名称";
     this.colDeptName.FieldName = "DeptName";
     this.colDeptName.Name = "colDeptName";
     this.colDeptName.Visible = true;
     this.colDeptName.VisibleIndex = 1;
     this.colDeptName.Width = 100;
     //
     // colRemark
     //
     this.colRemark.Caption = "备注";
     this.colRemark.FieldName = "Remark";
     this.colRemark.Name = "colRemark";
     this.colRemark.Visible = true;
     this.colRemark.VisibleIndex = 2;
     this.colRemark.Width = 100;
     //
     // colCreateName
     //
     this.colCreateName.Caption = "创建人姓名";
     this.colCreateName.FieldName = "CreateName";
     this.colCreateName.Name = "colCreateName";
     this.colCreateName.Visible = true;
     this.colCreateName.VisibleIndex = 3;
     this.colCreateName.Width = 100;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption = "创建日期";
     this.colCreateDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.colCreateDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colCreateDate.FieldName = "CreateDate";
     this.colCreateDate.Name = "colCreateDate";
     this.colCreateDate.Visible = true;
     this.colCreateDate.VisibleIndex = 4;
     this.colCreateDate.Width = 100;
     //
     // colLastModifyName
     //
     this.colLastModifyName.Caption = "最后更改人姓名";
     this.colLastModifyName.FieldName = "LastModifyName";
     this.colLastModifyName.Name = "colLastModifyName";
     this.colLastModifyName.Visible = true;
     this.colLastModifyName.VisibleIndex = 5;
     this.colLastModifyName.Width = 100;
     //
     // colLastModifyDate
     //
     this.colLastModifyDate.Caption = "最后更改日期";
     this.colLastModifyDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.colLastModifyDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLastModifyDate.FieldName = "LastModifyDate";
     this.colLastModifyDate.Name = "colLastModifyDate";
     this.colLastModifyDate.Visible = true;
     this.colLastModifyDate.VisibleIndex = 6;
     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.emptySpaceItem1,
     this.layoutControlItem6,
     this.layoutControlItem7});
     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(976, 615);
     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(968, 577);
     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, 577);
     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.btnDelete;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(312, 577);
     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, 577);
     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.btnEdit;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(208, 577);
     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;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(520, 577);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(344, 30);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnKind;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(416, 577);
     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.btnClose;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(864, 577);
     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;
     //
     // bindingSource
     //
     this.bindingSource.DataSource = typeof(FengSharp.OneCardAccess.Domain.HRModule.Entity.DeptCMCateEntity);
     //
     // DeptManageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(976, 615);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.mainFormMdiProvider1.SetEnableMainFormMdi(this, true);
     this.Name = "DeptManageForm";
     this.Text = "部门信息";
     this.Load += new System.EventHandler(this.DeptManageForm_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.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
     this.ResumeLayout(false);
 }