From 1aa883f78e865d814604035c88b6990e38ef04e9 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 13 十一月 2025 18:23:26 +0800
Subject: [PATCH] 库存增加托板字段

---
 DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs |  127 +++++++++++++++++++++---------------------
 1 files changed, 64 insertions(+), 63 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs
index 3f13661..46f5b6e 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs
@@ -59,6 +59,7 @@
             this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_indepUserCode = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_indepDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.pageBar1 = new UserControls.Data.UcPageBar();
             this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
             this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -90,7 +91,6 @@
             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -148,7 +148,7 @@
             this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4);
             this.toolBarMenu1.Name = "toolBarMenu1";
             this.toolBarMenu1.rptParameter = null;
-            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
+            this.toolBarMenu1.Size = new System.Drawing.Size(1136, 80);
             this.toolBarMenu1.TabIndex = 0;
             this.toolBarMenu1.xlsInService = null;
             this.toolBarMenu1.xlsOutParameter = null;
@@ -159,7 +159,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(1136, 602);
             this.xtraTabControl1.TabIndex = 3;
             this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPage1,
@@ -169,7 +169,7 @@
             // 
             this.xtraTabPage1.Controls.Add(this.split1);
             this.xtraTabPage1.Name = "xtraTabPage1";
-            this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
+            this.xtraTabPage1.Size = new System.Drawing.Size(1134, 570);
             this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
             // 
             // split1
@@ -190,7 +190,7 @@
             // 
             this.split1.Panel2.Text = "Panel2";
             this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.split1.Size = new System.Drawing.Size(1126, 570);
+            this.split1.Size = new System.Drawing.Size(1134, 570);
             this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 0;
             // 
@@ -200,7 +200,7 @@
             this.gcMain1.Location = new System.Drawing.Point(0, 0);
             this.gcMain1.MainView = this.gridView1;
             this.gcMain1.Name = "gcMain1";
-            this.gcMain1.Size = new System.Drawing.Size(1126, 519);
+            this.gcMain1.Size = new System.Drawing.Size(1134, 519);
             this.gcMain1.TabIndex = 2;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -431,6 +431,16 @@
             this.gv_indepDate.VisibleIndex = 10;
             this.gv_indepDate.Width = 88;
             // 
+            // gridColumn7
+            // 
+            this.gridColumn7.Caption = "鎵樻澘鐮�";
+            this.gridColumn7.FieldName = "itemBarcodeTB";
+            this.gridColumn7.MinWidth = 25;
+            this.gridColumn7.Name = "gridColumn7";
+            this.gridColumn7.Visible = true;
+            this.gridColumn7.VisibleIndex = 12;
+            this.gridColumn7.Width = 94;
+            // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
@@ -439,7 +449,7 @@
             this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
-            this.pageBar1.Size = new System.Drawing.Size(1126, 39);
+            this.pageBar1.Size = new System.Drawing.Size(1134, 39);
             this.pageBar1.TabIndex = 4;
             this.pageBar1.TotalPages = 0;
             // 
@@ -448,7 +458,7 @@
             this.xtraTabPage2.Controls.Add(this.splitMx1);
             this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(2);
             this.xtraTabPage2.Name = "xtraTabPage2";
-            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
+            this.xtraTabPage2.Size = new System.Drawing.Size(1134, 570);
             this.xtraTabPage2.Text = "鏁版嵁璇︾粏";
             // 
             // splitMx1
@@ -468,7 +478,7 @@
             // 
             this.splitMx1.Panel2.Text = "Panel2";
             this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.splitMx1.Size = new System.Drawing.Size(1126, 570);
+            this.splitMx1.Size = new System.Drawing.Size(1134, 570);
             this.splitMx1.SplitterPosition = 116;
             this.splitMx1.TabIndex = 0;
             // 
@@ -495,7 +505,7 @@
             this.layoutMx1.Name = "layoutMx1";
             this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(714, 430, 975, 600);
             this.layoutMx1.Root = this.Root;
-            this.layoutMx1.Size = new System.Drawing.Size(1126, 116);
+            this.layoutMx1.Size = new System.Drawing.Size(1134, 116);
             this.layoutMx1.TabIndex = 0;
             this.layoutMx1.Text = "layoutMx1";
             // 
@@ -503,19 +513,19 @@
             // 
             this.ucBtnPrint101.allClickKey = null;
             this.ucBtnPrint101.guidKey = null;
-            this.ucBtnPrint101.Location = new System.Drawing.Point(825, 78);
+            this.ucBtnPrint101.Location = new System.Drawing.Point(846, 78);
             this.ucBtnPrint101.Margin = new System.Windows.Forms.Padding(0);
             this.ucBtnPrint101.Name = "ucBtnPrint101";
             this.ucBtnPrint101.rptParameter = null;
-            this.ucBtnPrint101.Size = new System.Drawing.Size(268, 29);
+            this.ucBtnPrint101.Size = new System.Drawing.Size(276, 29);
             this.ucBtnPrint101.TabIndex = 224;
             // 
             // txt_depotName
             // 
-            this.txt_depotName.Location = new System.Drawing.Point(626, 45);
+            this.txt_depotName.Location = new System.Drawing.Point(640, 45);
             this.txt_depotName.Name = "txt_depotName";
             this.txt_depotName.Properties.Appearance.Options.UseFont = true;
-            this.txt_depotName.Size = new System.Drawing.Size(195, 24);
+            this.txt_depotName.Size = new System.Drawing.Size(202, 24);
             this.txt_depotName.StyleController = this.layoutMx1;
             this.txt_depotName.TabIndex = 222;
             this.txt_depotName.Tag = "creatDate";
@@ -531,10 +541,10 @@
             // 
             // txt_itemBarcode
             // 
-            this.txt_itemBarcode.Location = new System.Drawing.Point(897, 12);
+            this.txt_itemBarcode.Location = new System.Drawing.Point(918, 12);
             this.txt_itemBarcode.Name = "txt_itemBarcode";
             this.txt_itemBarcode.Properties.Appearance.Options.UseFont = true;
-            this.txt_itemBarcode.Size = new System.Drawing.Size(196, 24);
+            this.txt_itemBarcode.Size = new System.Drawing.Size(204, 24);
             this.txt_itemBarcode.StyleController = this.layoutMx1;
             this.txt_itemBarcode.TabIndex = 222;
             this.txt_itemBarcode.Tag = "itemBarcode";
@@ -544,27 +554,27 @@
             this.txt_itemNo.Location = new System.Drawing.Point(84, 12);
             this.txt_itemNo.Name = "txt_itemNo";
             this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_itemNo.Size = new System.Drawing.Size(195, 24);
+            this.txt_itemNo.Size = new System.Drawing.Size(202, 24);
             this.txt_itemNo.StyleController = this.layoutMx1;
             this.txt_itemNo.TabIndex = 222;
             this.txt_itemNo.Tag = "itemNo";
             // 
             // txt_itemName
             // 
-            this.txt_itemName.Location = new System.Drawing.Point(355, 12);
+            this.txt_itemName.Location = new System.Drawing.Point(362, 12);
             this.txt_itemName.Name = "txt_itemName";
             this.txt_itemName.Properties.Appearance.Options.UseFont = true;
-            this.txt_itemName.Size = new System.Drawing.Size(195, 24);
+            this.txt_itemName.Size = new System.Drawing.Size(202, 24);
             this.txt_itemName.StyleController = this.layoutMx1;
             this.txt_itemName.TabIndex = 222;
             this.txt_itemName.Tag = "itemName";
             // 
             // txt_itemModel
             // 
-            this.txt_itemModel.Location = new System.Drawing.Point(626, 12);
+            this.txt_itemModel.Location = new System.Drawing.Point(640, 12);
             this.txt_itemModel.Name = "txt_itemModel";
             this.txt_itemModel.Properties.Appearance.Options.UseFont = true;
-            this.txt_itemModel.Size = new System.Drawing.Size(195, 24);
+            this.txt_itemModel.Size = new System.Drawing.Size(202, 24);
             this.txt_itemModel.StyleController = this.layoutMx1;
             this.txt_itemModel.TabIndex = 222;
             this.txt_itemModel.Tag = "itemModel";
@@ -574,27 +584,27 @@
             this.txt_quantity.Location = new System.Drawing.Point(84, 45);
             this.txt_quantity.Name = "txt_quantity";
             this.txt_quantity.Properties.Appearance.Options.UseFont = true;
-            this.txt_quantity.Size = new System.Drawing.Size(195, 24);
+            this.txt_quantity.Size = new System.Drawing.Size(202, 24);
             this.txt_quantity.StyleController = this.layoutMx1;
             this.txt_quantity.TabIndex = 222;
             this.txt_quantity.Tag = "quantity";
             // 
             // txt_depotNo
             // 
-            this.txt_depotNo.Location = new System.Drawing.Point(355, 45);
+            this.txt_depotNo.Location = new System.Drawing.Point(362, 45);
             this.txt_depotNo.Name = "txt_depotNo";
             this.txt_depotNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_depotNo.Size = new System.Drawing.Size(195, 24);
+            this.txt_depotNo.Size = new System.Drawing.Size(202, 24);
             this.txt_depotNo.StyleController = this.layoutMx1;
             this.txt_depotNo.TabIndex = 222;
             this.txt_depotNo.Tag = "description";
             // 
             // txt_depotSectionsCode
             // 
-            this.txt_depotSectionsCode.Location = new System.Drawing.Point(897, 45);
+            this.txt_depotSectionsCode.Location = new System.Drawing.Point(918, 45);
             this.txt_depotSectionsCode.Name = "txt_depotSectionsCode";
             this.txt_depotSectionsCode.Properties.Appearance.Options.UseFont = true;
-            this.txt_depotSectionsCode.Size = new System.Drawing.Size(196, 24);
+            this.txt_depotSectionsCode.Size = new System.Drawing.Size(204, 24);
             this.txt_depotSectionsCode.StyleController = this.layoutMx1;
             this.txt_depotSectionsCode.TabIndex = 222;
             this.txt_depotSectionsCode.Tag = "depotSectionsCode";
@@ -604,27 +614,27 @@
             this.txt_ownerName.Location = new System.Drawing.Point(84, 78);
             this.txt_ownerName.Name = "txt_ownerName";
             this.txt_ownerName.Properties.Appearance.Options.UseFont = true;
-            this.txt_ownerName.Size = new System.Drawing.Size(195, 24);
+            this.txt_ownerName.Size = new System.Drawing.Size(202, 24);
             this.txt_ownerName.StyleController = this.layoutMx1;
             this.txt_ownerName.TabIndex = 222;
             this.txt_ownerName.Tag = "ownerName";
             // 
             // txt_indepUserCode
             // 
-            this.txt_indepUserCode.Location = new System.Drawing.Point(355, 78);
+            this.txt_indepUserCode.Location = new System.Drawing.Point(362, 78);
             this.txt_indepUserCode.Name = "txt_indepUserCode";
             this.txt_indepUserCode.Properties.Appearance.Options.UseFont = true;
-            this.txt_indepUserCode.Size = new System.Drawing.Size(195, 24);
+            this.txt_indepUserCode.Size = new System.Drawing.Size(202, 24);
             this.txt_indepUserCode.StyleController = this.layoutMx1;
             this.txt_indepUserCode.TabIndex = 222;
             this.txt_indepUserCode.Tag = "indepUserCode";
             // 
             // txt_indepDate
             // 
-            this.txt_indepDate.Location = new System.Drawing.Point(626, 78);
+            this.txt_indepDate.Location = new System.Drawing.Point(640, 78);
             this.txt_indepDate.Name = "txt_indepDate";
             this.txt_indepDate.Properties.Appearance.Options.UseFont = true;
-            this.txt_indepDate.Size = new System.Drawing.Size(195, 24);
+            this.txt_indepDate.Size = new System.Drawing.Size(202, 24);
             this.txt_indepDate.StyleController = this.layoutMx1;
             this.txt_indepDate.TabIndex = 222;
             this.txt_indepDate.Tag = "indepDate";
@@ -683,7 +693,7 @@
             rowDefinition1,
             rowDefinition2,
             rowDefinition3});
-            this.Root.Size = new System.Drawing.Size(1105, 119);
+            this.Root.Size = new System.Drawing.Size(1134, 119);
             this.Root.TextVisible = false;
             // 
             // layoutControlItem6
@@ -691,10 +701,10 @@
             this.layoutControlItem6.Control = this.txt_itemName;
             this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem6.CustomizationFormText = "鐗╂枡鍚嶇О";
-            this.layoutControlItem6.Location = new System.Drawing.Point(271, 0);
+            this.layoutControlItem6.Location = new System.Drawing.Point(278, 0);
             this.layoutControlItem6.Name = "layoutControlItem6";
             this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem6.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem6.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem6.Text = "鐗╂枡鍚嶇О";
             this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -703,10 +713,10 @@
             this.layoutControlItem7.Control = this.txt_itemModel;
             this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem7.CustomizationFormText = "瑙勬牸鍨嬪彿";
-            this.layoutControlItem7.Location = new System.Drawing.Point(542, 0);
+            this.layoutControlItem7.Location = new System.Drawing.Point(556, 0);
             this.layoutControlItem7.Name = "layoutControlItem7";
             this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem7.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem7.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem7.Text = "瑙勬牸鍨嬪彿";
             this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -715,10 +725,10 @@
             this.layoutControlItem2.Control = this.txt_itemBarcode;
             this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem2.CustomizationFormText = "鐗╂枡鏉$爜";
-            this.layoutControlItem2.Location = new System.Drawing.Point(813, 0);
+            this.layoutControlItem2.Location = new System.Drawing.Point(834, 0);
             this.layoutControlItem2.Name = "layoutControlItem2";
             this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem2.Size = new System.Drawing.Size(272, 33);
+            this.layoutControlItem2.Size = new System.Drawing.Size(280, 33);
             this.layoutControlItem2.Text = "鐗╂枡鏉$爜";
             this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -730,7 +740,7 @@
             this.layoutControlItem8.Location = new System.Drawing.Point(0, 33);
             this.layoutControlItem8.Name = "layoutControlItem8";
             this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem8.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem8.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem8.Text = "鏁伴噺";
             this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -739,11 +749,11 @@
             this.layoutControlItem9.Control = this.txt_depotNo;
             this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem9.CustomizationFormText = "浠撳簱缂栧彿";
-            this.layoutControlItem9.Location = new System.Drawing.Point(271, 33);
+            this.layoutControlItem9.Location = new System.Drawing.Point(278, 33);
             this.layoutControlItem9.Name = "layoutControlItem9";
             this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem9.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem9.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem9.Text = "浠撳簱缂栧彿";
             this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -752,11 +762,11 @@
             this.layoutControlItem4.Control = this.txt_depotName;
             this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem4.CustomizationFormText = "浠撳簱鍚嶇О";
-            this.layoutControlItem4.Location = new System.Drawing.Point(542, 33);
+            this.layoutControlItem4.Location = new System.Drawing.Point(556, 33);
             this.layoutControlItem4.Name = "layoutControlItem4";
             this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem4.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem4.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem4.Text = "浠撳簱鍚嶇О";
             this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -765,11 +775,11 @@
             this.layoutControlItem1.Control = this.txt_depotSectionsCode;
             this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem1.CustomizationFormText = "璐т富缂栧彿";
-            this.layoutControlItem1.Location = new System.Drawing.Point(813, 33);
+            this.layoutControlItem1.Location = new System.Drawing.Point(834, 33);
             this.layoutControlItem1.Name = "layoutControlItem1";
             this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem1.Size = new System.Drawing.Size(272, 33);
+            this.layoutControlItem1.Size = new System.Drawing.Size(280, 33);
             this.layoutControlItem1.Text = "璐т富缂栧彿";
             this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -780,7 +790,7 @@
             this.layoutControlItem3.CustomizationFormText = "鐗╂枡缂栫爜";
             this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem3.Name = "layoutControlItem3";
-            this.layoutControlItem3.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem3.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem3.Text = "鐗╂枡缂栫爜";
             this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -792,7 +802,7 @@
             this.layoutControlItem5.Location = new System.Drawing.Point(0, 66);
             this.layoutControlItem5.Name = "layoutControlItem5";
             this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem5.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem5.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem5.Text = "璐т富鍚嶇О";
             this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 18);
             // 
@@ -801,22 +811,22 @@
             this.layoutControlItem10.Control = this.txt_indepUserCode;
             this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem10.CustomizationFormText = "鍏ュ簱浜�";
-            this.layoutControlItem10.Location = new System.Drawing.Point(271, 66);
+            this.layoutControlItem10.Location = new System.Drawing.Point(278, 66);
             this.layoutControlItem10.Name = "layoutControlItem10";
             this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem10.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem10.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem10.Text = "鍏ュ簱浜�";
             this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 18);
             // 
             // layoutControlItem12
             // 
             this.layoutControlItem12.Control = this.ucBtnPrint101;
-            this.layoutControlItem12.Location = new System.Drawing.Point(813, 66);
+            this.layoutControlItem12.Location = new System.Drawing.Point(834, 66);
             this.layoutControlItem12.Name = "layoutControlItem12";
             this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem12.Size = new System.Drawing.Size(272, 33);
+            this.layoutControlItem12.Size = new System.Drawing.Size(280, 33);
             this.layoutControlItem12.Text = "鎵撳嵃鎸夐挳";
             this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem12.TextVisible = false;
@@ -826,28 +836,19 @@
             this.layoutControlItem11.Control = this.txt_indepDate;
             this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
             this.layoutControlItem11.CustomizationFormText = "鍏ュ簱鏃ユ湡";
-            this.layoutControlItem11.Location = new System.Drawing.Point(542, 66);
+            this.layoutControlItem11.Location = new System.Drawing.Point(556, 66);
             this.layoutControlItem11.Name = "layoutControlItem11";
             this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem11.Size = new System.Drawing.Size(271, 33);
+            this.layoutControlItem11.Size = new System.Drawing.Size(278, 33);
             this.layoutControlItem11.Text = "鍏ュ簱鏃ユ湡";
             this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 18);
-            // 
-            // gridColumn7
-            // 
-            this.gridColumn7.Caption = "浠撳簱缂栫爜";
-            this.gridColumn7.MinWidth = 25;
-            this.gridColumn7.Name = "gridColumn7";
-            this.gridColumn7.Visible = true;
-            this.gridColumn7.VisibleIndex = 12;
-            this.gridColumn7.Width = 94;
             // 
             // CKTmkc
             // 
             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(1136, 682);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
             this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;

--
Gitblit v1.9.3