From a5135d85d22205d0170278a417f27f3034186aab Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期六, 14 九月 2024 11:49:04 +0800
Subject: [PATCH] 基础资料

---
 DevApp/Gs.DevApp/DevFrm/BasicData/FrmDepartment.Designer.cs |  722 ++++++++++++++++++++++++-------------------------------
 1 files changed, 316 insertions(+), 406 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/FrmDepartment.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmDepartment.Designer.cs
index 816de21..46c0e66 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/FrmDepartment.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmDepartment.Designer.cs
@@ -30,371 +30,29 @@
         /// </summary>
         private void InitializeComponent()
         {
-            //BQSetControlObject
             this.lb_remark = new DevExpress.XtraEditors.LabelControl();
             this.txt_remark = new DevExpress.XtraEditors.TextEdit();
             this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
-
             this.lb_isStatus = new DevExpress.XtraEditors.LabelControl();
             this.txt_isStatus = new DevExpress.XtraEditors.TextEdit();
             this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn();
-
-            this.lb_lastUpdateTime = new DevExpress.XtraEditors.LabelControl();
-            this.txt_lastUpdateTime = new DevExpress.XtraEditors.TextEdit();
             this.gv_lastUpdateTime = new DevExpress.XtraGrid.Columns.GridColumn();
-
-            this.lb_lastUpdateBy = new DevExpress.XtraEditors.LabelControl();
-            this.txt_lastUpdateBy = new DevExpress.XtraEditors.TextEdit();
             this.gv_lastUpdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
-
             this.lb_createTime = new DevExpress.XtraEditors.LabelControl();
             this.txt_createTime = new DevExpress.XtraEditors.TextEdit();
             this.gv_createTime = new DevExpress.XtraGrid.Columns.GridColumn();
-
             this.lb_createBy = new DevExpress.XtraEditors.LabelControl();
             this.txt_createBy = new DevExpress.XtraEditors.TextEdit();
             this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn();
-
             this.lb_fameGuid = new DevExpress.XtraEditors.LabelControl();
             this.txt_fameGuid = new DevExpress.XtraEditors.TextEdit();
             this.gv_fameGuid = new DevExpress.XtraGrid.Columns.GridColumn();
-
             this.lb_departmentName = new DevExpress.XtraEditors.LabelControl();
             this.txt_departmentName = new DevExpress.XtraEditors.TextEdit();
             this.gv_departmentName = new DevExpress.XtraGrid.Columns.GridColumn();
-
-            this.lb_factory = new DevExpress.XtraEditors.LabelControl();
-            this.txt_factory = new DevExpress.XtraEditors.TextEdit();
-            this.gv_factory = new DevExpress.XtraGrid.Columns.GridColumn();
-
             this.lb_itemNo = new DevExpress.XtraEditors.LabelControl();
             this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
             this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
-
-            this.lb_guid = new DevExpress.XtraEditors.LabelControl();
-            this.txt_guid = new DevExpress.XtraEditors.TextEdit();
-            this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn();
-
-            //BQSetControlInfo
-            //
-            //lb_remark
-            //
-            this.lb_remark.Location = new System.Drawing.Point(520, 84);
-            this.lb_remark.Name = "lb_remark";
-            this.lb_remark.Size = new System.Drawing.Size(150, 21);
-            this.lb_remark.TabIndex = 235;
-            this.lb_remark.Tag = "remark";
-            this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_remark.Text = "remark锛�";
-            //
-            //txt_remark
-            //
-            this.txt_remark.Location = new System.Drawing.Point(580, 84);
-            this.txt_remark.Name = "lb_remark";
-            this.txt_remark.Size = new System.Drawing.Size(150, 21);
-            this.txt_remark.TabIndex = 235;
-            this.txt_remark.Tag = "remark";
-            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_remark.AppearanceCell.Options.UseFont = true;
-            this.gv_remark.FieldName = "remark";
-            this.gv_remark.Caption = "remark";
-            this.gv_remark.MinWidth = 25;
-            this.gv_remark.Visible = true;
-            this.gv_remark.Width = 94;
-            this.gv_remark.OptionsColumn.AllowEdit = false;
-            this.gv_remark.VisibleIndex = 0;
-
-            //
-            //lb_isStatus
-            //
-            this.lb_isStatus.Location = new System.Drawing.Point(270, 84);
-            this.lb_isStatus.Name = "lb_isStatus";
-            this.lb_isStatus.Size = new System.Drawing.Size(150, 21);
-            this.lb_isStatus.TabIndex = 231;
-            this.lb_isStatus.Tag = "isStatus";
-            this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_isStatus.Text = "isStatus锛�";
-            //
-            //txt_isStatus
-            //
-            this.txt_isStatus.Location = new System.Drawing.Point(330, 84);
-            this.txt_isStatus.Name = "lb_isStatus";
-            this.txt_isStatus.Size = new System.Drawing.Size(150, 21);
-            this.txt_isStatus.TabIndex = 231;
-            this.txt_isStatus.Tag = "isStatus";
-            this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
-            this.gv_isStatus.FieldName = "isStatus";
-            this.gv_isStatus.Caption = "isStatus";
-            this.gv_isStatus.MinWidth = 25;
-            this.gv_isStatus.Visible = true;
-            this.gv_isStatus.Width = 94;
-            this.gv_isStatus.OptionsColumn.AllowEdit = false;
-            this.gv_isStatus.VisibleIndex = 0;
-
-            //
-            //lb_lastUpdateTime
-            //
-            this.lb_lastUpdateTime.Location = new System.Drawing.Point(20, 84);
-            this.lb_lastUpdateTime.Name = "lb_lastUpdateTime";
-            this.lb_lastUpdateTime.Size = new System.Drawing.Size(150, 21);
-            this.lb_lastUpdateTime.TabIndex = 228;
-            this.lb_lastUpdateTime.Tag = "lastUpdateTime";
-            this.lb_lastUpdateTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_lastUpdateTime.Text = "鏈�鍚庝慨鏀规棩鏈燂細";
-            //
-            //txt_lastUpdateTime
-            //
-            this.txt_lastUpdateTime.Location = new System.Drawing.Point(80, 84);
-            this.txt_lastUpdateTime.Name = "lb_lastUpdateTime";
-            this.txt_lastUpdateTime.Size = new System.Drawing.Size(150, 21);
-            this.txt_lastUpdateTime.TabIndex = 228;
-            this.txt_lastUpdateTime.Tag = "lastUpdateTime";
-            this.txt_lastUpdateTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_lastUpdateTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_lastUpdateTime.AppearanceCell.Options.UseFont = true;
-            this.gv_lastUpdateTime.FieldName = "lastUpdateTime";
-            this.gv_lastUpdateTime.Caption = "鏈�鍚庝慨鏀规棩鏈�";
-            this.gv_lastUpdateTime.MinWidth = 25;
-            this.gv_lastUpdateTime.Visible = true;
-            this.gv_lastUpdateTime.Width = 94;
-            this.gv_lastUpdateTime.OptionsColumn.AllowEdit = false;
-            this.gv_lastUpdateTime.VisibleIndex = 0;
-
-            //
-            //lb_lastUpdateBy
-            //
-            this.lb_lastUpdateBy.Location = new System.Drawing.Point(770, 52);
-            this.lb_lastUpdateBy.Name = "lb_lastUpdateBy";
-            this.lb_lastUpdateBy.Size = new System.Drawing.Size(150, 21);
-            this.lb_lastUpdateBy.TabIndex = 226;
-            this.lb_lastUpdateBy.Tag = "lastUpdateBy";
-            this.lb_lastUpdateBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_lastUpdateBy.Text = "鏈�鍚庝慨鏀逛汉锛�";
-            //
-            //txt_lastUpdateBy
-            //
-            this.txt_lastUpdateBy.Location = new System.Drawing.Point(830, 52);
-            this.txt_lastUpdateBy.Name = "lb_lastUpdateBy";
-            this.txt_lastUpdateBy.Size = new System.Drawing.Size(150, 21);
-            this.txt_lastUpdateBy.TabIndex = 226;
-            this.txt_lastUpdateBy.Tag = "lastUpdateBy";
-            this.txt_lastUpdateBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_lastUpdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_lastUpdateBy.AppearanceCell.Options.UseFont = true;
-            this.gv_lastUpdateBy.FieldName = "lastUpdateBy";
-            this.gv_lastUpdateBy.Caption = "鏈�鍚庝慨鏀逛汉";
-            this.gv_lastUpdateBy.MinWidth = 25;
-            this.gv_lastUpdateBy.Visible = true;
-            this.gv_lastUpdateBy.Width = 94;
-            this.gv_lastUpdateBy.OptionsColumn.AllowEdit = false;
-            this.gv_lastUpdateBy.VisibleIndex = 0;
-
-            //
-            //lb_createTime
-            //
-            this.lb_createTime.Location = new System.Drawing.Point(520, 52);
-            this.lb_createTime.Name = "lb_createTime";
-            this.lb_createTime.Size = new System.Drawing.Size(150, 21);
-            this.lb_createTime.TabIndex = 222;
-            this.lb_createTime.Tag = "createTime";
-            this.lb_createTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_createTime.Text = "鍒涘缓鏃ユ湡锛�";
-            //
-            //txt_createTime
-            //
-            this.txt_createTime.Location = new System.Drawing.Point(580, 52);
-            this.txt_createTime.Name = "lb_createTime";
-            this.txt_createTime.Size = new System.Drawing.Size(150, 21);
-            this.txt_createTime.TabIndex = 222;
-            this.txt_createTime.Tag = "createTime";
-            this.txt_createTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_createTime.AppearanceCell.Options.UseFont = true;
-            this.gv_createTime.FieldName = "createTime";
-            this.gv_createTime.Caption = "鍒涘缓鏃ユ湡";
-            this.gv_createTime.MinWidth = 25;
-            this.gv_createTime.Visible = true;
-            this.gv_createTime.Width = 94;
-            this.gv_createTime.OptionsColumn.AllowEdit = false;
-            this.gv_createTime.VisibleIndex = 0;
-
-            //
-            //lb_createBy
-            //
-            this.lb_createBy.Location = new System.Drawing.Point(270, 52);
-            this.lb_createBy.Name = "lb_createBy";
-            this.lb_createBy.Size = new System.Drawing.Size(150, 21);
-            this.lb_createBy.TabIndex = 219;
-            this.lb_createBy.Tag = "createBy";
-            this.lb_createBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_createBy.Text = "鍒涘缓浜猴細";
-            //
-            //txt_createBy
-            //
-            this.txt_createBy.Location = new System.Drawing.Point(330, 52);
-            this.txt_createBy.Name = "lb_createBy";
-            this.txt_createBy.Size = new System.Drawing.Size(150, 21);
-            this.txt_createBy.TabIndex = 219;
-            this.txt_createBy.Tag = "createBy";
-            this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_createBy.AppearanceCell.Options.UseFont = true;
-            this.gv_createBy.FieldName = "createBy";
-            this.gv_createBy.Caption = "鍒涘缓浜�";
-            this.gv_createBy.MinWidth = 25;
-            this.gv_createBy.Visible = true;
-            this.gv_createBy.Width = 94;
-            this.gv_createBy.OptionsColumn.AllowEdit = false;
-            this.gv_createBy.VisibleIndex = 0;
-
-            //
-            //lb_fameGuid
-            //
-            this.lb_fameGuid.Location = new System.Drawing.Point(20, 52);
-            this.lb_fameGuid.Name = "lb_fameGuid";
-            this.lb_fameGuid.Size = new System.Drawing.Size(150, 21);
-            this.lb_fameGuid.TabIndex = 217;
-            this.lb_fameGuid.Tag = "fameGuid";
-            this.lb_fameGuid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_fameGuid.Text = "涓荤锛�";
-            //
-            //txt_fameGuid
-            //
-            this.txt_fameGuid.Location = new System.Drawing.Point(80, 52);
-            this.txt_fameGuid.Name = "lb_fameGuid";
-            this.txt_fameGuid.Size = new System.Drawing.Size(150, 21);
-            this.txt_fameGuid.TabIndex = 217;
-            this.txt_fameGuid.Tag = "fameGuid";
-            this.txt_fameGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_fameGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_fameGuid.AppearanceCell.Options.UseFont = true;
-            this.gv_fameGuid.FieldName = "fameGuid";
-            this.gv_fameGuid.Caption = "涓荤";
-            this.gv_fameGuid.MinWidth = 25;
-            this.gv_fameGuid.Visible = true;
-            this.gv_fameGuid.Width = 94;
-            this.gv_fameGuid.OptionsColumn.AllowEdit = false;
-            this.gv_fameGuid.VisibleIndex = 0;
-
-            //
-            //lb_departmentName
-            //
-            this.lb_departmentName.Location = new System.Drawing.Point(770, 20);
-            this.lb_departmentName.Name = "lb_departmentName";
-            this.lb_departmentName.Size = new System.Drawing.Size(150, 21);
-            this.lb_departmentName.TabIndex = 216;
-            this.lb_departmentName.Tag = "departmentName";
-            this.lb_departmentName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_departmentName.Text = "閮ㄩ棬鍚嶇О锛�";
-            //
-            //txt_departmentName
-            //
-            this.txt_departmentName.Location = new System.Drawing.Point(830, 20);
-            this.txt_departmentName.Name = "lb_departmentName";
-            this.txt_departmentName.Size = new System.Drawing.Size(150, 21);
-            this.txt_departmentName.TabIndex = 216;
-            this.txt_departmentName.Tag = "departmentName";
-            this.txt_departmentName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_departmentName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_departmentName.AppearanceCell.Options.UseFont = true;
-            this.gv_departmentName.FieldName = "departmentName";
-            this.gv_departmentName.Caption = "閮ㄩ棬鍚嶇О";
-            this.gv_departmentName.MinWidth = 25;
-            this.gv_departmentName.Visible = true;
-            this.gv_departmentName.Width = 94;
-            this.gv_departmentName.OptionsColumn.AllowEdit = false;
-            this.gv_departmentName.VisibleIndex = 0;
-
-            //
-            //lb_factory
-            //
-            this.lb_factory.Location = new System.Drawing.Point(520, 20);
-            this.lb_factory.Name = "lb_factory";
-            this.lb_factory.Size = new System.Drawing.Size(150, 21);
-            this.lb_factory.TabIndex = 213;
-            this.lb_factory.Tag = "factory";
-            this.lb_factory.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_factory.Text = "宸ュ巶缂栫爜锛�";
-            //
-            //txt_factory
-            //
-            this.txt_factory.Location = new System.Drawing.Point(580, 20);
-            this.txt_factory.Name = "lb_factory";
-            this.txt_factory.Size = new System.Drawing.Size(150, 21);
-            this.txt_factory.TabIndex = 213;
-            this.txt_factory.Tag = "factory";
-            this.txt_factory.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_factory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_factory.AppearanceCell.Options.UseFont = true;
-            this.gv_factory.FieldName = "factory";
-            this.gv_factory.Caption = "宸ュ巶缂栫爜";
-            this.gv_factory.MinWidth = 25;
-            this.gv_factory.Visible = true;
-            this.gv_factory.Width = 94;
-            this.gv_factory.OptionsColumn.AllowEdit = false;
-            this.gv_factory.VisibleIndex = 0;
-
-            //
-            //lb_itemNo
-            //
-            this.lb_itemNo.Location = new System.Drawing.Point(270, 20);
-            this.lb_itemNo.Name = "lb_itemNo";
-            this.lb_itemNo.Size = new System.Drawing.Size(150, 21);
-            this.lb_itemNo.TabIndex = 211;
-            this.lb_itemNo.Tag = "itemNo";
-            this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_itemNo.Text = "缂栧彿锛�";
-            //
-            //txt_itemNo
-            //
-            this.txt_itemNo.Location = new System.Drawing.Point(330, 20);
-            this.txt_itemNo.Name = "lb_itemNo";
-            this.txt_itemNo.Size = new System.Drawing.Size(150, 21);
-            this.txt_itemNo.TabIndex = 211;
-            this.txt_itemNo.Tag = "itemNo";
-            this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_itemNo.AppearanceCell.Options.UseFont = true;
-            this.gv_itemNo.FieldName = "itemNo";
-            this.gv_itemNo.Caption = "缂栧彿";
-            this.gv_itemNo.MinWidth = 25;
-            this.gv_itemNo.Visible = true;
-            this.gv_itemNo.Width = 94;
-            this.gv_itemNo.OptionsColumn.AllowEdit = false;
-            this.gv_itemNo.VisibleIndex = 0;
-
-            //
-            //lb_guid
-            //
-            this.lb_guid.Location = new System.Drawing.Point(20, 20);
-            this.lb_guid.Name = "lb_guid";
-            this.lb_guid.Size = new System.Drawing.Size(150, 21);
-            this.lb_guid.TabIndex = 210;
-            this.lb_guid.Tag = "guid";
-            this.lb_guid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.lb_guid.Text = "guid锛�";
-            //
-            //txt_guid
-            //
-            this.txt_guid.Location = new System.Drawing.Point(80, 20);
-            this.txt_guid.Name = "lb_guid";
-            this.txt_guid.Size = new System.Drawing.Size(150, 21);
-            this.txt_guid.TabIndex = 210;
-            this.txt_guid.Tag = "guid";
-            this.txt_guid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_guid.AppearanceCell.Options.UseFont = true;
-            this.gv_guid.FieldName = "guid";
-            this.gv_guid.Caption = "guid";
-            this.gv_guid.MinWidth = 25;
-            this.gv_guid.Visible = true;
-            this.gv_guid.Width = 94;
-            this.gv_guid.OptionsColumn.AllowEdit = false;
-            this.gv_guid.VisibleIndex = 0;
-
             this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
             this.gcMain = new DevExpress.XtraGrid.GridControl();
             this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -405,6 +63,13 @@
             this.panel1 = new System.Windows.Forms.Panel();
             this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
             this.lbGuid = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_createTime.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_fameGuid.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_departmentName.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
@@ -414,14 +79,277 @@
             this.panel1.SuspendLayout();
             this.SuspendLayout();
             // 
+            // lb_remark
+            // 
+            this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_remark.Appearance.Options.UseFont = true;
+            this.lb_remark.Location = new System.Drawing.Point(56, 148);
+            this.lb_remark.Name = "lb_remark";
+            this.lb_remark.Size = new System.Drawing.Size(51, 21);
+            this.lb_remark.TabIndex = 235;
+            this.lb_remark.Tag = "remark";
+            this.lb_remark.Text = "澶囨敞锛�";
+            // 
+            // txt_remark
+            // 
+            this.txt_remark.Location = new System.Drawing.Point(119, 144);
+            this.txt_remark.Name = "txt_remark";
+            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_remark.Properties.Appearance.Options.UseFont = true;
+            this.txt_remark.Size = new System.Drawing.Size(150, 28);
+            this.txt_remark.TabIndex = 235;
+            this.txt_remark.Tag = "remark";
+            // 
+            // gv_remark
+            // 
+            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_remark.AppearanceCell.Options.UseFont = true;
+            this.gv_remark.Caption = "澶囨敞";
+            this.gv_remark.FieldName = "remark";
+            this.gv_remark.MinWidth = 25;
+            this.gv_remark.Name = "gv_remark";
+            this.gv_remark.OptionsColumn.AllowEdit = false;
+            this.gv_remark.Visible = true;
+            this.gv_remark.VisibleIndex = 8;
+            this.gv_remark.Width = 94;
+            // 
+            // lb_isStatus
+            // 
+            this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_isStatus.Appearance.Options.UseFont = true;
+            this.lb_isStatus.Location = new System.Drawing.Point(348, 16);
+            this.lb_isStatus.Name = "lb_isStatus";
+            this.lb_isStatus.Size = new System.Drawing.Size(51, 21);
+            this.lb_isStatus.TabIndex = 231;
+            this.lb_isStatus.Tag = "isStatus";
+            this.lb_isStatus.Text = "鐘舵�侊細";
+            // 
+            // txt_isStatus
+            // 
+            this.txt_isStatus.Location = new System.Drawing.Point(411, 12);
+            this.txt_isStatus.Name = "txt_isStatus";
+            this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_isStatus.Properties.Appearance.Options.UseFont = true;
+            this.txt_isStatus.Size = new System.Drawing.Size(150, 28);
+            this.txt_isStatus.TabIndex = 231;
+            this.txt_isStatus.Tag = "isStatus";
+            // 
+            // gv_isStatus
+            // 
+            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
+            this.gv_isStatus.Caption = "鐘舵��";
+            this.gv_isStatus.FieldName = "isStatusTxt";
+            this.gv_isStatus.MinWidth = 25;
+            this.gv_isStatus.Name = "gv_isStatus";
+            this.gv_isStatus.OptionsColumn.AllowEdit = false;
+            this.gv_isStatus.Visible = true;
+            this.gv_isStatus.VisibleIndex = 7;
+            this.gv_isStatus.Width = 94;
+            // 
+            // gv_lastUpdateTime
+            // 
+            this.gv_lastUpdateTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_lastUpdateTime.AppearanceCell.Options.UseFont = true;
+            this.gv_lastUpdateTime.Caption = "鏈�鍚庝慨鏀规棩鏈�";
+            this.gv_lastUpdateTime.FieldName = "lastUpdateTime";
+            this.gv_lastUpdateTime.MinWidth = 25;
+            this.gv_lastUpdateTime.Name = "gv_lastUpdateTime";
+            this.gv_lastUpdateTime.OptionsColumn.AllowEdit = false;
+            this.gv_lastUpdateTime.Visible = true;
+            this.gv_lastUpdateTime.VisibleIndex = 6;
+            this.gv_lastUpdateTime.Width = 94;
+            // 
+            // gv_lastUpdateBy
+            // 
+            this.gv_lastUpdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_lastUpdateBy.AppearanceCell.Options.UseFont = true;
+            this.gv_lastUpdateBy.Caption = "鏈�鍚庝慨鏀逛汉";
+            this.gv_lastUpdateBy.FieldName = "lastUpdateBy";
+            this.gv_lastUpdateBy.MinWidth = 25;
+            this.gv_lastUpdateBy.Name = "gv_lastUpdateBy";
+            this.gv_lastUpdateBy.OptionsColumn.AllowEdit = false;
+            this.gv_lastUpdateBy.Visible = true;
+            this.gv_lastUpdateBy.VisibleIndex = 5;
+            this.gv_lastUpdateBy.Width = 94;
+            // 
+            // lb_createTime
+            // 
+            this.lb_createTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_createTime.Appearance.Options.UseFont = true;
+            this.lb_createTime.Location = new System.Drawing.Point(314, 99);
+            this.lb_createTime.Name = "lb_createTime";
+            this.lb_createTime.Size = new System.Drawing.Size(85, 21);
+            this.lb_createTime.TabIndex = 222;
+            this.lb_createTime.Tag = "createTime";
+            this.lb_createTime.Text = "鍒涘缓鏃ユ湡锛�";
+            // 
+            // txt_createTime
+            // 
+            this.txt_createTime.Location = new System.Drawing.Point(411, 95);
+            this.txt_createTime.Name = "txt_createTime";
+            this.txt_createTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_createTime.Properties.Appearance.Options.UseFont = true;
+            this.txt_createTime.Size = new System.Drawing.Size(150, 28);
+            this.txt_createTime.TabIndex = 222;
+            this.txt_createTime.Tag = "createTime";
+            // 
+            // gv_createTime
+            // 
+            this.gv_createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_createTime.AppearanceCell.Options.UseFont = true;
+            this.gv_createTime.Caption = "鍒涘缓鏃ユ湡";
+            this.gv_createTime.FieldName = "createTime";
+            this.gv_createTime.MinWidth = 25;
+            this.gv_createTime.Name = "gv_createTime";
+            this.gv_createTime.OptionsColumn.AllowEdit = false;
+            this.gv_createTime.Visible = true;
+            this.gv_createTime.VisibleIndex = 4;
+            this.gv_createTime.Width = 94;
+            // 
+            // lb_createBy
+            // 
+            this.lb_createBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_createBy.Appearance.Options.UseFont = true;
+            this.lb_createBy.Location = new System.Drawing.Point(331, 53);
+            this.lb_createBy.Name = "lb_createBy";
+            this.lb_createBy.Size = new System.Drawing.Size(68, 21);
+            this.lb_createBy.TabIndex = 219;
+            this.lb_createBy.Tag = "createBy";
+            this.lb_createBy.Text = "鍒涘缓浜猴細";
+            // 
+            // txt_createBy
+            // 
+            this.txt_createBy.Location = new System.Drawing.Point(411, 49);
+            this.txt_createBy.Name = "txt_createBy";
+            this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
+            this.txt_createBy.Size = new System.Drawing.Size(150, 28);
+            this.txt_createBy.TabIndex = 219;
+            this.txt_createBy.Tag = "createBy";
+            // 
+            // gv_createBy
+            // 
+            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_createBy.AppearanceCell.Options.UseFont = true;
+            this.gv_createBy.Caption = "鍒涘缓浜�";
+            this.gv_createBy.FieldName = "createBy";
+            this.gv_createBy.MinWidth = 25;
+            this.gv_createBy.Name = "gv_createBy";
+            this.gv_createBy.OptionsColumn.AllowEdit = false;
+            this.gv_createBy.Visible = true;
+            this.gv_createBy.VisibleIndex = 3;
+            this.gv_createBy.Width = 94;
+            // 
+            // lb_fameGuid
+            // 
+            this.lb_fameGuid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_fameGuid.Appearance.Options.UseFont = true;
+            this.lb_fameGuid.Location = new System.Drawing.Point(56, 99);
+            this.lb_fameGuid.Name = "lb_fameGuid";
+            this.lb_fameGuid.Size = new System.Drawing.Size(51, 21);
+            this.lb_fameGuid.TabIndex = 217;
+            this.lb_fameGuid.Tag = "fameGuid";
+            this.lb_fameGuid.Text = "涓荤锛�";
+            // 
+            // txt_fameGuid
+            // 
+            this.txt_fameGuid.Location = new System.Drawing.Point(119, 95);
+            this.txt_fameGuid.Name = "txt_fameGuid";
+            this.txt_fameGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_fameGuid.Properties.Appearance.Options.UseFont = true;
+            this.txt_fameGuid.Size = new System.Drawing.Size(150, 28);
+            this.txt_fameGuid.TabIndex = 217;
+            this.txt_fameGuid.Tag = "fameGuid";
+            // 
+            // gv_fameGuid
+            // 
+            this.gv_fameGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_fameGuid.AppearanceCell.Options.UseFont = true;
+            this.gv_fameGuid.Caption = "涓荤";
+            this.gv_fameGuid.FieldName = "fameGuid";
+            this.gv_fameGuid.MinWidth = 25;
+            this.gv_fameGuid.Name = "gv_fameGuid";
+            this.gv_fameGuid.OptionsColumn.AllowEdit = false;
+            this.gv_fameGuid.Visible = true;
+            this.gv_fameGuid.VisibleIndex = 2;
+            this.gv_fameGuid.Width = 94;
+            // 
+            // lb_departmentName
+            // 
+            this.lb_departmentName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_departmentName.Appearance.Options.UseFont = true;
+            this.lb_departmentName.Location = new System.Drawing.Point(22, 53);
+            this.lb_departmentName.Name = "lb_departmentName";
+            this.lb_departmentName.Size = new System.Drawing.Size(85, 21);
+            this.lb_departmentName.TabIndex = 216;
+            this.lb_departmentName.Tag = "departmentName";
+            this.lb_departmentName.Text = "閮ㄩ棬鍚嶇О锛�";
+            // 
+            // txt_departmentName
+            // 
+            this.txt_departmentName.Location = new System.Drawing.Point(119, 49);
+            this.txt_departmentName.Name = "txt_departmentName";
+            this.txt_departmentName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_departmentName.Properties.Appearance.Options.UseFont = true;
+            this.txt_departmentName.Size = new System.Drawing.Size(150, 28);
+            this.txt_departmentName.TabIndex = 216;
+            this.txt_departmentName.Tag = "departmentName";
+            // 
+            // gv_departmentName
+            // 
+            this.gv_departmentName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_departmentName.AppearanceCell.Options.UseFont = true;
+            this.gv_departmentName.Caption = "閮ㄩ棬鍚嶇О";
+            this.gv_departmentName.FieldName = "departmentName";
+            this.gv_departmentName.MinWidth = 25;
+            this.gv_departmentName.Name = "gv_departmentName";
+            this.gv_departmentName.OptionsColumn.AllowEdit = false;
+            this.gv_departmentName.Visible = true;
+            this.gv_departmentName.VisibleIndex = 1;
+            this.gv_departmentName.Width = 94;
+            // 
+            // lb_itemNo
+            // 
+            this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_itemNo.Appearance.Options.UseFont = true;
+            this.lb_itemNo.Location = new System.Drawing.Point(56, 13);
+            this.lb_itemNo.Name = "lb_itemNo";
+            this.lb_itemNo.Size = new System.Drawing.Size(51, 21);
+            this.lb_itemNo.TabIndex = 211;
+            this.lb_itemNo.Tag = "itemNo";
+            this.lb_itemNo.Text = "缂栧彿锛�";
+            // 
+            // txt_itemNo
+            // 
+            this.txt_itemNo.Location = new System.Drawing.Point(119, 9);
+            this.txt_itemNo.Name = "txt_itemNo";
+            this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_itemNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_itemNo.TabIndex = 211;
+            this.txt_itemNo.Tag = "itemNo";
+            // 
+            // gv_itemNo
+            // 
+            this.gv_itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_itemNo.AppearanceCell.Options.UseFont = true;
+            this.gv_itemNo.Caption = "缂栧彿";
+            this.gv_itemNo.FieldName = "itemNo";
+            this.gv_itemNo.MinWidth = 25;
+            this.gv_itemNo.Name = "gv_itemNo";
+            this.gv_itemNo.OptionsColumn.AllowEdit = false;
+            this.gv_itemNo.Visible = true;
+            this.gv_itemNo.VisibleIndex = 0;
+            this.gv_itemNo.Width = 94;
+            // 
             // toolBarMenu1
             // 
-            this.toolBarMenu1.actions = null;
             this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
             this.toolBarMenu1.isSetBtn = false;
             this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
             this.toolBarMenu1.Name = "toolBarMenu1";
-            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
+            this.toolBarMenu1.Size = new System.Drawing.Size(881, 80);
             this.toolBarMenu1.TabIndex = 0;
             // 
             // gcMain
@@ -431,7 +359,7 @@
             this.gcMain.Location = new System.Drawing.Point(0, 0);
             this.gcMain.MainView = this.gridView1;
             this.gcMain.Name = "gcMain";
-            this.gcMain.Size = new System.Drawing.Size(1126, 531);
+            this.gcMain.Size = new System.Drawing.Size(879, 393);
             this.gcMain.TabIndex = 1;
             this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -441,8 +369,17 @@
             this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gridView1.Appearance.Row.Options.UseFont = true;
             this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
-          this.gv_guid,this.gv_itemNo,this.gv_factory,this.gv_departmentName,this.gv_fameGuid,this.gv_createBy,this.gv_createTime,this.gv_lastUpdateBy,this.gv_lastUpdateTime,this.gv_isStatus,this.gv_remark});
+            this.gv_itemNo,
+            this.gv_departmentName,
+            this.gv_fameGuid,
+            this.gv_createBy,
+            this.gv_createTime,
+            this.gv_lastUpdateBy,
+            this.gv_lastUpdateTime,
+            this.gv_isStatus,
+            this.gv_remark});
             this.gridView1.GridControl = this.gcMain;
+            this.gridView1.IndicatorWidth = 50;
             this.gridView1.Name = "gridView1";
             this.gridView1.OptionsFind.ShowSearchNavButtons = false;
             this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -454,7 +391,7 @@
             this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
             this.xtraTabControl1.Name = "xtraTabControl1";
             this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
-            this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602);
+            this.xtraTabControl1.Size = new System.Drawing.Size(881, 464);
             this.xtraTabControl1.TabIndex = 3;
             this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPage1,
@@ -465,19 +402,19 @@
             this.xtraTabPage1.Controls.Add(this.gcMain);
             this.xtraTabPage1.Controls.Add(this.pageBar1);
             this.xtraTabPage1.Name = "xtraTabPage1";
-            this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
+            this.xtraTabPage1.Size = new System.Drawing.Size(879, 432);
             this.xtraTabPage1.Text = "鏁版嵁鏌ヨ";
             // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
             this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pageBar1.Location = new System.Drawing.Point(0, 531);
+            this.pageBar1.Location = new System.Drawing.Point(0, 393);
             this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
             this.pageBar1.RowsCount = 50;
-            this.pageBar1.Size = new System.Drawing.Size(1126, 39);
+            this.pageBar1.Size = new System.Drawing.Size(879, 39);
             this.pageBar1.TabIndex = 3;
             this.pageBar1.TotalPages = 0;
             // 
@@ -486,7 +423,7 @@
             this.xtraTabPage2.Controls.Add(this.panel1);
             this.xtraTabPage2.Name = "xtraTabPage2";
             this.xtraTabPage2.PageEnabled = false;
-            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
+            this.xtraTabPage2.Size = new System.Drawing.Size(879, 432);
             this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
             // 
             // panel1
@@ -494,15 +431,29 @@
             this.panel1.BackColor = System.Drawing.Color.White;
             this.panel1.Controls.Add(this.labelControl11);
             this.panel1.Controls.Add(this.lbGuid);
+            this.panel1.Controls.Add(this.lb_remark);
+            this.panel1.Controls.Add(this.txt_remark);
+            this.panel1.Controls.Add(this.lb_isStatus);
+            this.panel1.Controls.Add(this.txt_isStatus);
+            this.panel1.Controls.Add(this.lb_createTime);
+            this.panel1.Controls.Add(this.txt_createTime);
+            this.panel1.Controls.Add(this.lb_createBy);
+            this.panel1.Controls.Add(this.txt_createBy);
+            this.panel1.Controls.Add(this.lb_fameGuid);
+            this.panel1.Controls.Add(this.txt_fameGuid);
+            this.panel1.Controls.Add(this.lb_departmentName);
+            this.panel1.Controls.Add(this.txt_departmentName);
+            this.panel1.Controls.Add(this.lb_itemNo);
+            this.panel1.Controls.Add(this.txt_itemNo);
             this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
             this.panel1.Location = new System.Drawing.Point(76, 20);
             this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(585, 426);
+            this.panel1.Size = new System.Drawing.Size(662, 352);
             this.panel1.TabIndex = 1;
             // 
             // labelControl11
             // 
-            this.labelControl11.Location = new System.Drawing.Point(61, 388);
+            this.labelControl11.Location = new System.Drawing.Point(61, 310);
             this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl11.Name = "labelControl11";
             this.labelControl11.Size = new System.Drawing.Size(45, 18);
@@ -512,54 +463,26 @@
             // lbGuid
             // 
             this.lbGuid.AutoSize = true;
-            this.lbGuid.Location = new System.Drawing.Point(112, 388);
+            this.lbGuid.Location = new System.Drawing.Point(112, 310);
             this.lbGuid.Name = "lbGuid";
             this.lbGuid.Size = new System.Drawing.Size(0, 21);
             this.lbGuid.TabIndex = 1;
             // 
-            // category1
+            // FrmDepartment
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1128, 682);
+            this.ClientSize = new System.Drawing.Size(881, 544);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
-            //BQAddControltoMContainer
-            this.panel1.Controls.Add(this.lb_remark);
-            this.panel1.Controls.Add(this.txt_remark);
-
-            this.panel1.Controls.Add(this.lb_isStatus);
-            this.panel1.Controls.Add(this.txt_isStatus);
-
-            this.panel1.Controls.Add(this.lb_lastUpdateTime);
-            this.panel1.Controls.Add(this.txt_lastUpdateTime);
-
-            this.panel1.Controls.Add(this.lb_lastUpdateBy);
-            this.panel1.Controls.Add(this.txt_lastUpdateBy);
-
-            this.panel1.Controls.Add(this.lb_createTime);
-            this.panel1.Controls.Add(this.txt_createTime);
-
-            this.panel1.Controls.Add(this.lb_createBy);
-            this.panel1.Controls.Add(this.txt_createBy);
-
-            this.panel1.Controls.Add(this.lb_fameGuid);
-            this.panel1.Controls.Add(this.txt_fameGuid);
-
-            this.panel1.Controls.Add(this.lb_departmentName);
-            this.panel1.Controls.Add(this.txt_departmentName);
-
-            this.panel1.Controls.Add(this.lb_factory);
-            this.panel1.Controls.Add(this.txt_factory);
-
-            this.panel1.Controls.Add(this.lb_itemNo);
-            this.panel1.Controls.Add(this.txt_itemNo);
-
-            this.panel1.Controls.Add(this.lb_guid);
-            this.panel1.Controls.Add(this.txt_guid);
-
-            this.Name = "category1";
-            this.Text = "";
+            this.Name = "FrmDepartment";
+            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_createTime.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_fameGuid.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_departmentName.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
@@ -569,6 +492,7 @@
             this.panel1.ResumeLayout(false);
             this.panel1.PerformLayout();
             this.ResumeLayout(false);
+
         }
         #endregion
         private UserControl.ToolBarMenu toolBarMenu1;
@@ -589,13 +513,7 @@
         private DevExpress.XtraEditors.LabelControl lb_isStatus;
         private DevExpress.XtraEditors.TextEdit txt_isStatus;
         private DevExpress.XtraGrid.Columns.GridColumn gv_isStatus;
-
-        private DevExpress.XtraEditors.LabelControl lb_lastUpdateTime;
-        private DevExpress.XtraEditors.TextEdit txt_lastUpdateTime;
         private DevExpress.XtraGrid.Columns.GridColumn gv_lastUpdateTime;
-
-        private DevExpress.XtraEditors.LabelControl lb_lastUpdateBy;
-        private DevExpress.XtraEditors.TextEdit txt_lastUpdateBy;
         private DevExpress.XtraGrid.Columns.GridColumn gv_lastUpdateBy;
 
         private DevExpress.XtraEditors.LabelControl lb_createTime;
@@ -614,17 +532,9 @@
         private DevExpress.XtraEditors.TextEdit txt_departmentName;
         private DevExpress.XtraGrid.Columns.GridColumn gv_departmentName;
 
-        private DevExpress.XtraEditors.LabelControl lb_factory;
-        private DevExpress.XtraEditors.TextEdit txt_factory;
-        private DevExpress.XtraGrid.Columns.GridColumn gv_factory;
-
         private DevExpress.XtraEditors.LabelControl lb_itemNo;
         private DevExpress.XtraEditors.TextEdit txt_itemNo;
         private DevExpress.XtraGrid.Columns.GridColumn gv_itemNo;
-
-        private DevExpress.XtraEditors.LabelControl lb_guid;
-        private DevExpress.XtraEditors.TextEdit txt_guid;
-        private DevExpress.XtraGrid.Columns.GridColumn gv_guid;
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3