From 8114becd3aa125191bf0ed06cb8b17379b5757aa Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期五, 12 十二月 2025 13:38:48 +0800
Subject: [PATCH] 其它入库单据类型改为可维护

---
 DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs |  598 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 344 insertions(+), 254 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
index e4aa3e5..fb605c4 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -76,7 +76,6 @@
             this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layDianJian = new DevExpress.XtraLayout.LayoutControlItem();
             this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
             this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
             this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
@@ -84,16 +83,16 @@
             this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
             this.prog1 = new DevExpress.XtraEditors.ProgressBarControl();
             this.panel3 = new System.Windows.Forms.Panel();
-            this.lbSum4 = new System.Windows.Forms.Label();
+            this.lbSum4 = new DevExpress.XtraEditors.SimpleButton();
             this.label6 = new System.Windows.Forms.Label();
             this.panel2 = new System.Windows.Forms.Panel();
-            this.lbSum3 = new System.Windows.Forms.Label();
+            this.lbSum3 = new DevExpress.XtraEditors.SimpleButton();
             this.label4 = new System.Windows.Forms.Label();
             this.panel4 = new System.Windows.Forms.Panel();
-            this.lbSum2 = new System.Windows.Forms.Label();
+            this.lbSum2 = new DevExpress.XtraEditors.SimpleButton();
             this.label8 = new System.Windows.Forms.Label();
             this.panel1 = new System.Windows.Forms.Panel();
-            this.lbSum1 = new System.Windows.Forms.Label();
+            this.lbSum1 = new DevExpress.XtraEditors.SimpleButton();
             this.label1 = new System.Windows.Forms.Label();
             this.tabMx = new DevExpress.XtraTab.XtraTabControl();
             this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -132,6 +131,9 @@
             this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.alertControl1 = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
+            this.txt_orgId = new DevExpress.XtraEditors.TextEdit();
+            this.orgId = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layDianJian = new DevExpress.XtraLayout.LayoutControlItem();
             ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
             this.splitMx1.Panel1.SuspendLayout();
@@ -178,7 +180,6 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.prog1.Properties)).BeginInit();
             this.panel3.SuspendLayout();
             this.panel2.SuspendLayout();
@@ -192,6 +193,9 @@
             this.tabMxPage2.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orgId.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.orgId)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).BeginInit();
             this.SuspendLayout();
             // 
             // splitMx1
@@ -199,6 +203,7 @@
             this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitMx1.Horizontal = false;
             this.splitMx1.Location = new System.Drawing.Point(0, 0);
+            this.splitMx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.splitMx1.Name = "splitMx1";
             // 
             // splitMx1.Panel1
@@ -211,8 +216,8 @@
             this.splitMx1.Panel2.Controls.Add(this.tabMx);
             this.splitMx1.Panel2.Text = "Panel2";
             this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.splitMx1.Size = new System.Drawing.Size(1367, 619);
-            this.splitMx1.SplitterPosition = 229;
+            this.splitMx1.Size = new System.Drawing.Size(1709, 757);
+            this.splitMx1.SplitterPosition = 280;
             this.splitMx1.TabIndex = 0;
             // 
             // splitTop1
@@ -220,6 +225,7 @@
             this.splitTop1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitTop1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
             this.splitTop1.Location = new System.Drawing.Point(0, 0);
+            this.splitTop1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.splitTop1.Name = "splitTop1";
             // 
             // splitTop1.Panel1
@@ -241,8 +247,8 @@
             this.splitTop1.Panel2.Controls.Add(this.panel1);
             this.splitTop1.Panel2.Text = "Panel2";
             this.splitTop1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.splitTop1.Size = new System.Drawing.Size(1367, 229);
-            this.splitTop1.SplitterPosition = 527;
+            this.splitTop1.Size = new System.Drawing.Size(1709, 280);
+            this.splitTop1.SplitterPosition = 659;
             this.splitTop1.TabIndex = 0;
             // 
             // layoutMx1
@@ -264,144 +270,163 @@
             this.layoutMx1.Controls.Add(this.btnGood);
             this.layoutMx1.Controls.Add(this.btnBad);
             this.layoutMx1.Controls.Add(this.txt_dianJianPath);
+            this.layoutMx1.Controls.Add(this.txt_orgId);
             this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+            this.orgId});
             this.layoutMx1.Location = new System.Drawing.Point(0, 0);
+            this.layoutMx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.layoutMx1.Name = "layoutMx1";
-            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(981, 0, 812, 500);
+            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1244, 388, 812, 500);
             this.layoutMx1.Root = this.Root;
-            this.layoutMx1.Size = new System.Drawing.Size(828, 229);
+            this.layoutMx1.Size = new System.Drawing.Size(1035, 280);
             this.layoutMx1.TabIndex = 0;
             this.layoutMx1.Text = "layoutControl1";
             // 
             // txt_gdbh
             // 
-            this.txt_gdbh.Location = new System.Drawing.Point(111, 12);
+            this.txt_gdbh.Location = new System.Drawing.Point(132, 14);
+            this.txt_gdbh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_gdbh.Name = "txt_gdbh";
+            this.txt_gdbh.Properties.Appearance.Options.UseFont = true;
             this.txt_gdbh.Properties.ReadOnly = true;
-            this.txt_gdbh.Size = new System.Drawing.Size(99, 24);
+            this.txt_gdbh.Size = new System.Drawing.Size(130, 28);
             this.txt_gdbh.StyleController = this.layoutMx1;
             this.txt_gdbh.TabIndex = 4;
             // 
             // txt_gx
             // 
-            this.txt_gx.Location = new System.Drawing.Point(111, 46);
+            this.txt_gx.Location = new System.Drawing.Point(132, 55);
+            this.txt_gx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_gx.Name = "txt_gx";
             this.txt_gx.Properties.ReadOnly = true;
-            this.txt_gx.Size = new System.Drawing.Size(99, 24);
+            this.txt_gx.Size = new System.Drawing.Size(130, 28);
             this.txt_gx.StyleController = this.layoutMx1;
             this.txt_gx.TabIndex = 5;
             // 
             // txt_collectBy
             // 
-            this.txt_collectBy.Location = new System.Drawing.Point(111, 81);
+            this.txt_collectBy.Location = new System.Drawing.Point(132, 98);
+            this.txt_collectBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_collectBy.Name = "txt_collectBy";
             this.txt_collectBy.Properties.ReadOnly = true;
-            this.txt_collectBy.Size = new System.Drawing.Size(99, 24);
+            this.txt_collectBy.Size = new System.Drawing.Size(130, 28);
             this.txt_collectBy.StyleController = this.layoutMx1;
             this.txt_collectBy.TabIndex = 6;
             // 
             // txt_barCode
             // 
-            this.txt_barCode.Location = new System.Drawing.Point(111, 116);
+            this.txt_barCode.Location = new System.Drawing.Point(132, 141);
+            this.txt_barCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_barCode.Name = "txt_barCode";
             this.txt_barCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
             this.txt_barCode.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
             this.txt_barCode.Properties.Appearance.Options.UseFont = true;
             this.txt_barCode.Properties.Appearance.Options.UseForeColor = true;
-            this.txt_barCode.Size = new System.Drawing.Size(301, 24);
+            this.txt_barCode.Size = new System.Drawing.Size(383, 28);
             this.txt_barCode.StyleController = this.layoutMx1;
             this.txt_barCode.TabIndex = 1;
             // 
             // txt_currentBarCode
             // 
-            this.txt_currentBarCode.Location = new System.Drawing.Point(111, 151);
+            this.txt_currentBarCode.Location = new System.Drawing.Point(132, 184);
+            this.txt_currentBarCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_currentBarCode.Name = "txt_currentBarCode";
             this.txt_currentBarCode.Properties.ReadOnly = true;
-            this.txt_currentBarCode.Size = new System.Drawing.Size(301, 24);
+            this.txt_currentBarCode.Size = new System.Drawing.Size(383, 28);
             this.txt_currentBarCode.StyleController = this.layoutMx1;
             this.txt_currentBarCode.TabIndex = 8;
             // 
             // txt_gongWei
             // 
-            this.txt_gongWei.Location = new System.Drawing.Point(111, 186);
+            this.txt_gongWei.Location = new System.Drawing.Point(132, 227);
+            this.txt_gongWei.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_gongWei.Name = "txt_gongWei";
             this.txt_gongWei.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
             this.txt_gongWei.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
             this.txt_gongWei.Properties.Appearance.Options.UseFont = true;
             this.txt_gongWei.Properties.Appearance.Options.UseForeColor = true;
-            this.txt_gongWei.Size = new System.Drawing.Size(99, 24);
+            this.txt_gongWei.Size = new System.Drawing.Size(130, 28);
             this.txt_gongWei.StyleController = this.layoutMx1;
             this.txt_gongWei.TabIndex = 9;
             // 
             // txt_itemNo
             // 
-            this.txt_itemNo.Location = new System.Drawing.Point(313, 12);
+            this.txt_itemNo.Location = new System.Drawing.Point(384, 14);
+            this.txt_itemNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_itemNo.Name = "txt_itemNo";
             this.txt_itemNo.Properties.ReadOnly = true;
-            this.txt_itemNo.Size = new System.Drawing.Size(99, 24);
+            this.txt_itemNo.Size = new System.Drawing.Size(131, 28);
             this.txt_itemNo.StyleController = this.layoutMx1;
             this.txt_itemNo.TabIndex = 10;
             // 
             // txt_bc
             // 
-            this.txt_bc.Location = new System.Drawing.Point(313, 46);
+            this.txt_bc.Location = new System.Drawing.Point(384, 55);
+            this.txt_bc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_bc.Name = "txt_bc";
             this.txt_bc.Properties.ReadOnly = true;
-            this.txt_bc.Size = new System.Drawing.Size(99, 24);
+            this.txt_bc.Size = new System.Drawing.Size(131, 28);
             this.txt_bc.StyleController = this.layoutMx1;
             this.txt_bc.TabIndex = 11;
             // 
             // txt_itemName
             // 
-            this.txt_itemName.Location = new System.Drawing.Point(515, 46);
+            this.txt_itemName.Location = new System.Drawing.Point(637, 55);
+            this.txt_itemName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_itemName.Name = "txt_itemName";
             this.txt_itemName.Properties.ReadOnly = true;
-            this.txt_itemName.Size = new System.Drawing.Size(99, 24);
+            this.txt_itemName.Size = new System.Drawing.Size(131, 28);
             this.txt_itemName.StyleController = this.layoutMx1;
             this.txt_itemName.TabIndex = 13;
             // 
             // txt_itemModel
             // 
-            this.txt_itemModel.Location = new System.Drawing.Point(515, 12);
+            this.txt_itemModel.Location = new System.Drawing.Point(637, 14);
+            this.txt_itemModel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_itemModel.Name = "txt_itemModel";
             this.txt_itemModel.Properties.ReadOnly = true;
-            this.txt_itemModel.Size = new System.Drawing.Size(301, 24);
+            this.txt_itemModel.Size = new System.Drawing.Size(384, 28);
             this.txt_itemModel.StyleController = this.layoutMx1;
             this.txt_itemModel.TabIndex = 14;
             // 
             // txt_sbNo
             // 
-            this.txt_sbNo.Location = new System.Drawing.Point(313, 81);
+            this.txt_sbNo.Location = new System.Drawing.Point(384, 98);
+            this.txt_sbNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_sbNo.Name = "txt_sbNo";
             this.txt_sbNo.Properties.ReadOnly = true;
-            this.txt_sbNo.Size = new System.Drawing.Size(99, 24);
+            this.txt_sbNo.Size = new System.Drawing.Size(131, 28);
             this.txt_sbNo.StyleController = this.layoutMx1;
             this.txt_sbNo.TabIndex = 15;
             // 
             // txt_sjXt
             // 
-            this.txt_sjXt.Location = new System.Drawing.Point(515, 81);
+            this.txt_sjXt.Location = new System.Drawing.Point(637, 98);
+            this.txt_sjXt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_sjXt.Name = "txt_sjXt";
             this.txt_sjXt.Properties.ReadOnly = true;
-            this.txt_sjXt.Size = new System.Drawing.Size(99, 24);
+            this.txt_sjXt.Size = new System.Drawing.Size(131, 28);
             this.txt_sjXt.StyleController = this.layoutMx1;
             this.txt_sjXt.TabIndex = 16;
             // 
             // txt_yjDate
             // 
-            this.txt_yjDate.Location = new System.Drawing.Point(717, 46);
+            this.txt_yjDate.Location = new System.Drawing.Point(890, 55);
+            this.txt_yjDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_yjDate.Name = "txt_yjDate";
             this.txt_yjDate.Properties.ReadOnly = true;
-            this.txt_yjDate.Size = new System.Drawing.Size(99, 24);
+            this.txt_yjDate.Size = new System.Drawing.Size(131, 28);
             this.txt_yjDate.StyleController = this.layoutMx1;
             this.txt_yjDate.TabIndex = 17;
             // 
             // txt_sjDate
             // 
-            this.txt_sjDate.Location = new System.Drawing.Point(717, 81);
+            this.txt_sjDate.Location = new System.Drawing.Point(890, 98);
+            this.txt_sjDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_sjDate.Name = "txt_sjDate";
             this.txt_sjDate.Properties.ReadOnly = true;
-            this.txt_sjDate.Size = new System.Drawing.Size(99, 24);
+            this.txt_sjDate.Size = new System.Drawing.Size(131, 28);
             this.txt_sjDate.StyleController = this.layoutMx1;
             this.txt_sjDate.TabIndex = 18;
             // 
@@ -409,9 +434,11 @@
             // 
             this.btnGood.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
             this.btnGood.Appearance.Options.UseBackColor = true;
-            this.btnGood.Location = new System.Drawing.Point(416, 116);
+            this.btnGood.Appearance.Options.UseFont = true;
+            this.btnGood.Location = new System.Drawing.Point(519, 141);
+            this.btnGood.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.btnGood.Name = "btnGood";
-            this.btnGood.Size = new System.Drawing.Size(198, 96);
+            this.btnGood.Size = new System.Drawing.Size(249, 118);
             this.btnGood.StyleController = this.layoutMx1;
             this.btnGood.TabIndex = 19;
             this.btnGood.Text = "鑹搧";
@@ -420,19 +447,22 @@
             // 
             this.btnBad.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
             this.btnBad.Appearance.Options.UseBackColor = true;
-            this.btnBad.Location = new System.Drawing.Point(618, 116);
+            this.btnBad.Appearance.Options.UseFont = true;
+            this.btnBad.Location = new System.Drawing.Point(772, 141);
+            this.btnBad.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.btnBad.Name = "btnBad";
-            this.btnBad.Size = new System.Drawing.Size(198, 96);
+            this.btnBad.Size = new System.Drawing.Size(249, 118);
             this.btnBad.StyleController = this.layoutMx1;
             this.btnBad.TabIndex = 20;
             this.btnBad.Text = "涓嶈壇鍝�";
             // 
             // txt_dianJianPath
             // 
-            this.txt_dianJianPath.Location = new System.Drawing.Point(313, 186);
+            this.txt_dianJianPath.Location = new System.Drawing.Point(384, 227);
+            this.txt_dianJianPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.txt_dianJianPath.Name = "txt_dianJianPath";
             this.txt_dianJianPath.Properties.ReadOnly = true;
-            this.txt_dianJianPath.Size = new System.Drawing.Size(99, 24);
+            this.txt_dianJianPath.Size = new System.Drawing.Size(131, 28);
             this.txt_dianJianPath.StyleController = this.layoutMx1;
             this.txt_dianJianPath.TabIndex = 21;
             // 
@@ -460,6 +490,8 @@
             this.layDianJian});
             this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             this.Root.Name = "Root";
+            this.Root.OptionsPrint.AppearanceGroupCaption.Options.UseFont = true;
+            this.Root.OptionsPrint.AppearanceItem.Options.UseFont = true;
             columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
             columnDefinition1.Width = 100D;
             columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -492,103 +524,106 @@
             rowDefinition4,
             rowDefinition5,
             rowDefinition6});
-            this.Root.Size = new System.Drawing.Size(828, 229);
+            this.Root.Size = new System.Drawing.Size(1035, 280);
             this.Root.TextVisible = false;
             // 
             // layoutControlItem1
             // 
+            this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
+            this.layoutControlItem1.AppearanceItemCaptionDisabled.Options.UseFont = true;
             this.layoutControlItem1.Control = this.txt_gdbh;
             this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem1.Name = "layoutControlItem1";
-            this.layoutControlItem1.Size = new System.Drawing.Size(202, 34);
+            this.layoutControlItem1.OptionsPrint.AppearanceItem.Options.UseFont = true;
+            this.layoutControlItem1.Size = new System.Drawing.Size(252, 41);
             this.layoutControlItem1.Text = "宸ュ崟缂栧彿";
-            this.layoutControlItem1.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem1.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem2
             // 
             this.layoutControlItem2.Control = this.txt_gx;
-            this.layoutControlItem2.Location = new System.Drawing.Point(0, 34);
+            this.layoutControlItem2.Location = new System.Drawing.Point(0, 41);
             this.layoutControlItem2.Name = "layoutControlItem2";
             this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem2.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem2.Size = new System.Drawing.Size(252, 43);
             this.layoutControlItem2.Text = "褰撳墠宸ュ簭";
-            this.layoutControlItem2.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem2.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem3
             // 
             this.layoutControlItem3.Control = this.txt_collectBy;
             this.layoutControlItem3.CustomizationFormText = "鎿嶄綔鍛樺伐";
-            this.layoutControlItem3.Location = new System.Drawing.Point(0, 69);
+            this.layoutControlItem3.Location = new System.Drawing.Point(0, 84);
             this.layoutControlItem3.Name = "layoutControlItem3";
             this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem3.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem3.Size = new System.Drawing.Size(252, 43);
             this.layoutControlItem3.Text = "鎿嶄綔鍛樺伐";
-            this.layoutControlItem3.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem3.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem4
             // 
             this.layoutControlItem4.Control = this.txt_barCode;
-            this.layoutControlItem4.Location = new System.Drawing.Point(0, 104);
+            this.layoutControlItem4.Location = new System.Drawing.Point(0, 127);
             this.layoutControlItem4.Name = "layoutControlItem4";
             this.layoutControlItem4.OptionsTableLayoutItem.ColumnSpan = 2;
             this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem4.Size = new System.Drawing.Size(404, 35);
+            this.layoutControlItem4.Size = new System.Drawing.Size(505, 43);
             this.layoutControlItem4.Text = "鎵拷婧爜";
-            this.layoutControlItem4.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem4.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem7
             // 
             this.layoutControlItem7.Control = this.txt_itemNo;
-            this.layoutControlItem7.Location = new System.Drawing.Point(202, 0);
+            this.layoutControlItem7.Location = new System.Drawing.Point(252, 0);
             this.layoutControlItem7.Name = "layoutControlItem7";
             this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem7.Size = new System.Drawing.Size(202, 34);
+            this.layoutControlItem7.Size = new System.Drawing.Size(253, 41);
             this.layoutControlItem7.Text = "浜у搧缂栫爜";
-            this.layoutControlItem7.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem7.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem8
             // 
             this.layoutControlItem8.Control = this.txt_bc;
-            this.layoutControlItem8.Location = new System.Drawing.Point(202, 34);
+            this.layoutControlItem8.Location = new System.Drawing.Point(252, 41);
             this.layoutControlItem8.Name = "layoutControlItem8";
             this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem8.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem8.Size = new System.Drawing.Size(253, 43);
             this.layoutControlItem8.Text = "鐝";
-            this.layoutControlItem8.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem8.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem5
             // 
             this.layoutControlItem5.Control = this.txt_currentBarCode;
-            this.layoutControlItem5.Location = new System.Drawing.Point(0, 139);
+            this.layoutControlItem5.Location = new System.Drawing.Point(0, 170);
             this.layoutControlItem5.Name = "layoutControlItem5";
             this.layoutControlItem5.OptionsTableLayoutItem.ColumnSpan = 2;
             this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem5.Size = new System.Drawing.Size(404, 35);
+            this.layoutControlItem5.Size = new System.Drawing.Size(505, 43);
             this.layoutControlItem5.Text = "褰撳墠鏉$爜";
-            this.layoutControlItem5.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem5.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layShuiJian
             // 
             this.layShuiJian.Control = this.txt_gongWei;
-            this.layShuiJian.Location = new System.Drawing.Point(0, 174);
+            this.layShuiJian.Location = new System.Drawing.Point(0, 213);
             this.layShuiJian.Name = "layShuiJian";
             this.layShuiJian.OptionsTableLayoutItem.RowIndex = 5;
-            this.layShuiJian.Size = new System.Drawing.Size(202, 35);
+            this.layShuiJian.Size = new System.Drawing.Size(252, 43);
             this.layShuiJian.Text = "鎵伐浣嶇爜";
-            this.layShuiJian.TextSize = new System.Drawing.Size(87, 18);
+            this.layShuiJian.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem16
             // 
             this.layoutControlItem16.Control = this.btnGood;
-            this.layoutControlItem16.Location = new System.Drawing.Point(404, 104);
-            this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 100);
-            this.layoutControlItem16.MinSize = new System.Drawing.Size(41, 100);
+            this.layoutControlItem16.Location = new System.Drawing.Point(505, 127);
+            this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 122);
+            this.layoutControlItem16.MinSize = new System.Drawing.Size(51, 122);
             this.layoutControlItem16.Name = "layoutControlItem16";
             this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3;
             this.layoutControlItem16.OptionsTableLayoutItem.RowSpan = 3;
-            this.layoutControlItem16.Size = new System.Drawing.Size(202, 105);
+            this.layoutControlItem16.Size = new System.Drawing.Size(253, 129);
             this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
             this.layoutControlItem16.Text = "鑹搧鎸夐挳";
             this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
@@ -597,14 +632,14 @@
             // layoutControlItem17
             // 
             this.layoutControlItem17.Control = this.btnBad;
-            this.layoutControlItem17.Location = new System.Drawing.Point(606, 104);
-            this.layoutControlItem17.MaxSize = new System.Drawing.Size(0, 100);
-            this.layoutControlItem17.MinSize = new System.Drawing.Size(56, 100);
+            this.layoutControlItem17.Location = new System.Drawing.Point(758, 127);
+            this.layoutControlItem17.MaxSize = new System.Drawing.Size(0, 122);
+            this.layoutControlItem17.MinSize = new System.Drawing.Size(70, 122);
             this.layoutControlItem17.Name = "layoutControlItem17";
             this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3;
             this.layoutControlItem17.OptionsTableLayoutItem.RowSpan = 3;
-            this.layoutControlItem17.Size = new System.Drawing.Size(202, 105);
+            this.layoutControlItem17.Size = new System.Drawing.Size(253, 129);
             this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
             this.layoutControlItem17.Text = "涓嶈壇鍝佹寜閽�";
             this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
@@ -613,88 +648,79 @@
             // layoutControlItem12
             // 
             this.layoutControlItem12.Control = this.txt_sbNo;
-            this.layoutControlItem12.Location = new System.Drawing.Point(202, 69);
+            this.layoutControlItem12.Location = new System.Drawing.Point(252, 84);
             this.layoutControlItem12.Name = "layoutControlItem12";
             this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem12.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem12.Size = new System.Drawing.Size(253, 43);
             this.layoutControlItem12.Text = "璁惧缂栫爜";
-            this.layoutControlItem12.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem12.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem15
             // 
             this.layoutControlItem15.Control = this.txt_sjDate;
-            this.layoutControlItem15.Location = new System.Drawing.Point(606, 69);
+            this.layoutControlItem15.Location = new System.Drawing.Point(758, 84);
             this.layoutControlItem15.Name = "layoutControlItem15";
             this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem15.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem15.Size = new System.Drawing.Size(253, 43);
             this.layoutControlItem15.Text = "Mes瀹為檯寮�宸�";
-            this.layoutControlItem15.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem15.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem14
             // 
             this.layoutControlItem14.Control = this.txt_yjDate;
-            this.layoutControlItem14.Location = new System.Drawing.Point(606, 34);
+            this.layoutControlItem14.Location = new System.Drawing.Point(758, 41);
             this.layoutControlItem14.Name = "layoutControlItem14";
             this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem14.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem14.Size = new System.Drawing.Size(253, 43);
             this.layoutControlItem14.Text = "Mes璁″垝寮�宸�";
-            this.layoutControlItem14.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem14.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem13
             // 
             this.layoutControlItem13.Control = this.txt_sjXt;
             this.layoutControlItem13.CustomizationFormText = "鐢熶骇绾垮埆";
-            this.layoutControlItem13.Location = new System.Drawing.Point(404, 69);
+            this.layoutControlItem13.Location = new System.Drawing.Point(505, 84);
             this.layoutControlItem13.Name = "layoutControlItem13";
             this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem13.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem13.Size = new System.Drawing.Size(253, 43);
             this.layoutControlItem13.Text = "鐢熶骇绾垮埆";
-            this.layoutControlItem13.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem13.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem10
             // 
             this.layoutControlItem10.Control = this.txt_itemName;
-            this.layoutControlItem10.Location = new System.Drawing.Point(404, 34);
+            this.layoutControlItem10.Location = new System.Drawing.Point(505, 41);
             this.layoutControlItem10.Name = "layoutControlItem10";
             this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem10.Size = new System.Drawing.Size(202, 35);
+            this.layoutControlItem10.Size = new System.Drawing.Size(253, 43);
             this.layoutControlItem10.Text = "浜у搧鍚嶇О";
-            this.layoutControlItem10.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem10.TextSize = new System.Drawing.Size(103, 22);
             // 
             // layoutControlItem11
             // 
             this.layoutControlItem11.Control = this.txt_itemModel;
-            this.layoutControlItem11.Location = new System.Drawing.Point(404, 0);
+            this.layoutControlItem11.Location = new System.Drawing.Point(505, 0);
             this.layoutControlItem11.Name = "layoutControlItem11";
             this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem11.OptionsTableLayoutItem.ColumnSpan = 2;
-            this.layoutControlItem11.Size = new System.Drawing.Size(404, 34);
+            this.layoutControlItem11.Size = new System.Drawing.Size(506, 41);
             this.layoutControlItem11.Text = "浜у搧瑙勬牸";
-            this.layoutControlItem11.TextSize = new System.Drawing.Size(87, 18);
-            // 
-            // layDianJian
-            // 
-            this.layDianJian.Control = this.txt_dianJianPath;
-            this.layDianJian.Location = new System.Drawing.Point(202, 174);
-            this.layDianJian.Name = "layDianJian";
-            this.layDianJian.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layDianJian.OptionsTableLayoutItem.RowIndex = 5;
-            this.layDianJian.Size = new System.Drawing.Size(202, 35);
-            this.layDianJian.Text = "鐢垫璺緞";
-            this.layDianJian.TextSize = new System.Drawing.Size(87, 18);
+            this.layoutControlItem11.TextSize = new System.Drawing.Size(103, 22);
             // 
             // simpleButton7
             // 
             this.simpleButton7.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
             this.simpleButton7.Appearance.Options.UseBackColor = true;
-            this.simpleButton7.Location = new System.Drawing.Point(122, 154);
+            this.simpleButton7.Appearance.Options.UseFont = true;
+            this.simpleButton7.Location = new System.Drawing.Point(152, 188);
+            this.simpleButton7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.simpleButton7.Name = "simpleButton7";
-            this.simpleButton7.Size = new System.Drawing.Size(86, 56);
+            this.simpleButton7.Size = new System.Drawing.Size(108, 68);
             this.simpleButton7.TabIndex = 10;
             this.simpleButton7.Text = "璁惧";
             // 
@@ -702,9 +728,11 @@
             // 
             this.simpleButton6.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
             this.simpleButton6.Appearance.Options.UseBackColor = true;
-            this.simpleButton6.Location = new System.Drawing.Point(425, 154);
+            this.simpleButton6.Appearance.Options.UseFont = true;
+            this.simpleButton6.Location = new System.Drawing.Point(531, 188);
+            this.simpleButton6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.simpleButton6.Name = "simpleButton6";
-            this.simpleButton6.Size = new System.Drawing.Size(86, 56);
+            this.simpleButton6.Size = new System.Drawing.Size(108, 68);
             this.simpleButton6.TabIndex = 9;
             this.simpleButton6.Text = "鍙栨秷";
             // 
@@ -712,9 +740,11 @@
             // 
             this.simpleButton5.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
             this.simpleButton5.Appearance.Options.UseBackColor = true;
-            this.simpleButton5.Location = new System.Drawing.Point(223, 154);
+            this.simpleButton5.Appearance.Options.UseFont = true;
+            this.simpleButton5.Location = new System.Drawing.Point(279, 188);
+            this.simpleButton5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.simpleButton5.Name = "simpleButton5";
-            this.simpleButton5.Size = new System.Drawing.Size(86, 56);
+            this.simpleButton5.Size = new System.Drawing.Size(108, 68);
             this.simpleButton5.TabIndex = 8;
             this.simpleButton5.Text = "鍝佽川";
             // 
@@ -722,9 +752,11 @@
             // 
             this.simpleButton4.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
             this.simpleButton4.Appearance.Options.UseBackColor = true;
-            this.simpleButton4.Location = new System.Drawing.Point(324, 154);
+            this.simpleButton4.Appearance.Options.UseFont = true;
+            this.simpleButton4.Location = new System.Drawing.Point(405, 188);
+            this.simpleButton4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.simpleButton4.Name = "simpleButton4";
-            this.simpleButton4.Size = new System.Drawing.Size(86, 56);
+            this.simpleButton4.Size = new System.Drawing.Size(108, 68);
             this.simpleButton4.TabIndex = 7;
             this.simpleButton4.Text = "鍏跺畠";
             // 
@@ -732,18 +764,21 @@
             // 
             this.simpleButton3.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
             this.simpleButton3.Appearance.Options.UseBackColor = true;
-            this.simpleButton3.Location = new System.Drawing.Point(21, 154);
+            this.simpleButton3.Appearance.Options.UseFont = true;
+            this.simpleButton3.Location = new System.Drawing.Point(26, 188);
+            this.simpleButton3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.simpleButton3.Name = "simpleButton3";
-            this.simpleButton3.Size = new System.Drawing.Size(86, 56);
+            this.simpleButton3.Size = new System.Drawing.Size(108, 68);
             this.simpleButton3.TabIndex = 6;
             this.simpleButton3.Text = "鐗╂枡";
             // 
             // prog1
             // 
-            this.prog1.Location = new System.Drawing.Point(22, 110);
+            this.prog1.Location = new System.Drawing.Point(28, 134);
+            this.prog1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.prog1.Name = "prog1";
             this.prog1.Properties.ShowTitle = true;
-            this.prog1.Size = new System.Drawing.Size(489, 26);
+            this.prog1.Size = new System.Drawing.Size(611, 32);
             this.prog1.TabIndex = 5;
             // 
             // panel3
@@ -752,27 +787,33 @@
             this.panel3.Controls.Add(this.lbSum4);
             this.panel3.Controls.Add(this.label6);
             this.panel3.ForeColor = System.Drawing.Color.White;
-            this.panel3.Location = new System.Drawing.Point(411, 7);
+            this.panel3.Location = new System.Drawing.Point(514, 9);
+            this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panel3.Name = "panel3";
-            this.panel3.Size = new System.Drawing.Size(99, 89);
+            this.panel3.Size = new System.Drawing.Size(124, 109);
             this.panel3.TabIndex = 4;
             // 
             // lbSum4
             // 
-            this.lbSum4.AutoSize = true;
-            this.lbSum4.Font = new System.Drawing.Font("Tahoma", 22F);
-            this.lbSum4.Location = new System.Drawing.Point(30, 41);
+            this.lbSum4.Appearance.BackColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum4.Appearance.BorderColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum4.Appearance.Options.UseBackColor = true;
+            this.lbSum4.Appearance.Options.UseBorderColor = true;
+            this.lbSum4.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.lbSum4.Location = new System.Drawing.Point(0, 52);
+            this.lbSum4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.lbSum4.Name = "lbSum4";
-            this.lbSum4.Size = new System.Drawing.Size(40, 45);
-            this.lbSum4.TabIndex = 1;
+            this.lbSum4.Size = new System.Drawing.Size(124, 57);
+            this.lbSum4.TabIndex = 3;
             this.lbSum4.Text = "0";
             // 
             // label6
             // 
             this.label6.AutoSize = true;
-            this.label6.Location = new System.Drawing.Point(16, 10);
+            this.label6.Location = new System.Drawing.Point(20, 12);
+            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(68, 18);
+            this.label6.Size = new System.Drawing.Size(82, 22);
             this.label6.TabIndex = 0;
             this.label6.Text = "涓嶈壇鏁伴噺";
             // 
@@ -782,27 +823,33 @@
             this.panel2.Controls.Add(this.lbSum3);
             this.panel2.Controls.Add(this.label4);
             this.panel2.ForeColor = System.Drawing.Color.White;
-            this.panel2.Location = new System.Drawing.Point(281, 7);
+            this.panel2.Location = new System.Drawing.Point(351, 9);
+            this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panel2.Name = "panel2";
-            this.panel2.Size = new System.Drawing.Size(99, 89);
+            this.panel2.Size = new System.Drawing.Size(124, 109);
             this.panel2.TabIndex = 3;
             // 
             // lbSum3
             // 
-            this.lbSum3.AutoSize = true;
-            this.lbSum3.Font = new System.Drawing.Font("Tahoma", 22F);
-            this.lbSum3.Location = new System.Drawing.Point(30, 41);
+            this.lbSum3.Appearance.BackColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum3.Appearance.BorderColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum3.Appearance.Options.UseBackColor = true;
+            this.lbSum3.Appearance.Options.UseBorderColor = true;
+            this.lbSum3.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.lbSum3.Location = new System.Drawing.Point(0, 52);
+            this.lbSum3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.lbSum3.Name = "lbSum3";
-            this.lbSum3.Size = new System.Drawing.Size(40, 45);
-            this.lbSum3.TabIndex = 1;
+            this.lbSum3.Size = new System.Drawing.Size(124, 57);
+            this.lbSum3.TabIndex = 3;
             this.lbSum3.Text = "0";
             // 
             // label4
             // 
             this.label4.AutoSize = true;
-            this.label4.Location = new System.Drawing.Point(16, 10);
+            this.label4.Location = new System.Drawing.Point(20, 12);
+            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(68, 18);
+            this.label4.Size = new System.Drawing.Size(82, 22);
             this.label4.TabIndex = 0;
             this.label4.Text = "鑹搧鏁伴噺";
             // 
@@ -812,27 +859,33 @@
             this.panel4.Controls.Add(this.lbSum2);
             this.panel4.Controls.Add(this.label8);
             this.panel4.ForeColor = System.Drawing.Color.White;
-            this.panel4.Location = new System.Drawing.Point(143, 7);
+            this.panel4.Location = new System.Drawing.Point(179, 9);
+            this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panel4.Name = "panel4";
-            this.panel4.Size = new System.Drawing.Size(110, 89);
+            this.panel4.Size = new System.Drawing.Size(138, 109);
             this.panel4.TabIndex = 2;
             // 
             // lbSum2
             // 
-            this.lbSum2.AutoSize = true;
-            this.lbSum2.Font = new System.Drawing.Font("Tahoma", 22F);
-            this.lbSum2.Location = new System.Drawing.Point(34, 41);
+            this.lbSum2.Appearance.BackColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum2.Appearance.BorderColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum2.Appearance.Options.UseBackColor = true;
+            this.lbSum2.Appearance.Options.UseBorderColor = true;
+            this.lbSum2.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.lbSum2.Location = new System.Drawing.Point(0, 52);
+            this.lbSum2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.lbSum2.Name = "lbSum2";
-            this.lbSum2.Size = new System.Drawing.Size(40, 45);
-            this.lbSum2.TabIndex = 1;
+            this.lbSum2.Size = new System.Drawing.Size(138, 57);
+            this.lbSum2.TabIndex = 3;
             this.lbSum2.Text = "0";
             // 
             // label8
             // 
             this.label8.AutoSize = true;
-            this.label8.Location = new System.Drawing.Point(1, 10);
+            this.label8.Location = new System.Drawing.Point(1, 12);
+            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label8.Name = "label8";
-            this.label8.Size = new System.Drawing.Size(107, 18);
+            this.label8.Size = new System.Drawing.Size(130, 22);
             this.label8.TabIndex = 0;
             this.label8.Text = "G001:鎶曞叆鏁伴噺";
             // 
@@ -842,27 +895,33 @@
             this.panel1.Controls.Add(this.lbSum1);
             this.panel1.Controls.Add(this.label1);
             this.panel1.ForeColor = System.Drawing.Color.White;
-            this.panel1.Location = new System.Drawing.Point(21, 7);
+            this.panel1.Location = new System.Drawing.Point(26, 9);
+            this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(99, 89);
+            this.panel1.Size = new System.Drawing.Size(124, 109);
             this.panel1.TabIndex = 0;
             // 
             // lbSum1
             // 
-            this.lbSum1.AutoSize = true;
-            this.lbSum1.Font = new System.Drawing.Font("Tahoma", 22F);
-            this.lbSum1.Location = new System.Drawing.Point(31, 41);
+            this.lbSum1.Appearance.BackColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum1.Appearance.BorderColor = System.Drawing.SystemColors.Highlight;
+            this.lbSum1.Appearance.Options.UseBackColor = true;
+            this.lbSum1.Appearance.Options.UseBorderColor = true;
+            this.lbSum1.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.lbSum1.Location = new System.Drawing.Point(0, 52);
+            this.lbSum1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.lbSum1.Name = "lbSum1";
-            this.lbSum1.Size = new System.Drawing.Size(40, 45);
-            this.lbSum1.TabIndex = 1;
+            this.lbSum1.Size = new System.Drawing.Size(124, 57);
+            this.lbSum1.TabIndex = 4;
             this.lbSum1.Text = "0";
             // 
             // label1
             // 
             this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(17, 10);
+            this.label1.Location = new System.Drawing.Point(21, 12);
+            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(68, 18);
+            this.label1.Size = new System.Drawing.Size(82, 22);
             this.label1.TabIndex = 0;
             this.label1.Text = "宸ュ崟鏁伴噺";
             // 
@@ -870,9 +929,10 @@
             // 
             this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
             this.tabMx.Location = new System.Drawing.Point(0, 0);
+            this.tabMx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.tabMx.Name = "tabMx";
             this.tabMx.SelectedTabPage = this.tabMxPage1;
-            this.tabMx.Size = new System.Drawing.Size(1367, 378);
+            this.tabMx.Size = new System.Drawing.Size(1709, 462);
             this.tabMx.TabIndex = 4;
             this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.tabMxPage1,
@@ -881,17 +941,20 @@
             // tabMxPage1
             // 
             this.tabMxPage1.Controls.Add(this.gcMx1);
+            this.tabMxPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.tabMxPage1.Name = "tabMxPage1";
-            this.tabMxPage1.Size = new System.Drawing.Size(1365, 346);
+            this.tabMxPage1.Size = new System.Drawing.Size(1707, 424);
             this.tabMxPage1.Text = "鑹搧鏄庣粏";
             // 
             // gcMx1
             // 
             this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gcMx1.Location = new System.Drawing.Point(0, 0);
             this.gcMx1.MainView = this.gvMx1;
+            this.gcMx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gcMx1.Name = "gcMx1";
-            this.gcMx1.Size = new System.Drawing.Size(1365, 346);
+            this.gcMx1.Size = new System.Drawing.Size(1707, 424);
             this.gcMx1.TabIndex = 0;
             this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx1});
@@ -914,6 +977,7 @@
             this.gridColumn14,
             this.gridColumn15,
             this.gridColumn24});
+            this.gvMx1.DetailHeight = 428;
             this.gvMx1.GridControl = this.gcMx1;
             this.gvMx1.Name = "gvMx1";
             this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -924,167 +988,163 @@
             // 
             this.gridColumn12.Caption = "guid";
             this.gridColumn12.FieldName = "guid";
-            this.gridColumn12.MinWidth = 25;
+            this.gridColumn12.MinWidth = 31;
             this.gridColumn12.Name = "gridColumn12";
             this.gridColumn12.OptionsColumn.ReadOnly = true;
-            this.gridColumn12.Width = 94;
+            this.gridColumn12.Width = 117;
             // 
             // gvMx2status
             // 
-            this.gvMx2status.AppearanceCell.Options.UseFont = true;
             this.gvMx2status.Caption = "宸ュ崟缂栧彿";
             this.gvMx2status.FieldName = "gdbh";
-            this.gvMx2status.MinWidth = 10;
+            this.gvMx2status.MinWidth = 12;
             this.gvMx2status.Name = "gvMx2status";
             this.gvMx2status.OptionsColumn.ReadOnly = true;
             this.gvMx2status.Tag = "query_a.status";
-            this.gvMx2status.Visible = true;
-            this.gvMx2status.VisibleIndex = 0;
-            this.gvMx2status.Width = 50;
+            this.gvMx2status.Width = 62;
             // 
             // gvMx2pbillNo
             // 
-            this.gvMx2pbillNo.AppearanceCell.Options.UseFont = true;
             this.gvMx2pbillNo.Caption = "杩芥函鐮�";
             this.gvMx2pbillNo.FieldName = "barCode";
+            this.gvMx2pbillNo.MinWidth = 25;
             this.gvMx2pbillNo.Name = "gvMx2pbillNo";
             this.gvMx2pbillNo.OptionsColumn.ReadOnly = true;
             this.gvMx2pbillNo.Tag = "query_a.pbill_no";
             this.gvMx2pbillNo.Visible = true;
-            this.gvMx2pbillNo.VisibleIndex = 1;
-            this.gvMx2pbillNo.Width = 94;
+            this.gvMx2pbillNo.VisibleIndex = 0;
+            this.gvMx2pbillNo.Width = 117;
             // 
             // gvMx2itemNo
             // 
-            this.gvMx2itemNo.AppearanceCell.Options.UseFont = true;
             this.gvMx2itemNo.Caption = "鐗╂枡缂栫爜";
             this.gvMx2itemNo.FieldName = "itemNo";
+            this.gvMx2itemNo.MinWidth = 25;
             this.gvMx2itemNo.Name = "gvMx2itemNo";
             this.gvMx2itemNo.OptionsColumn.ReadOnly = true;
             this.gvMx2itemNo.Tag = "query_a.item_no";
             this.gvMx2itemNo.Visible = true;
-            this.gvMx2itemNo.VisibleIndex = 2;
-            this.gvMx2itemNo.Width = 94;
+            this.gvMx2itemNo.VisibleIndex = 1;
+            this.gvMx2itemNo.Width = 117;
             // 
             // gridColumn5
             // 
             this.gridColumn5.Caption = "鐗╂枡鍚嶇О";
             this.gridColumn5.FieldName = "itemName";
+            this.gridColumn5.MinWidth = 25;
             this.gridColumn5.Name = "gridColumn5";
             this.gridColumn5.OptionsColumn.ReadOnly = true;
-            this.gridColumn5.Visible = true;
-            this.gridColumn5.VisibleIndex = 3;
-            this.gridColumn5.Width = 94;
+            this.gridColumn5.Width = 117;
             // 
             // gridColumn6
             // 
             this.gridColumn6.Caption = "瑙勬牸鍨嬪彿";
             this.gridColumn6.FieldName = "itemModel";
+            this.gridColumn6.MinWidth = 25;
             this.gridColumn6.Name = "gridColumn6";
             this.gridColumn6.OptionsColumn.ReadOnly = true;
-            this.gridColumn6.Width = 94;
+            this.gridColumn6.Width = 117;
             // 
             // gridColumn3
             // 
             this.gridColumn3.Caption = "鏁伴噺";
             this.gridColumn3.FieldName = "quantity";
-            this.gridColumn3.MinWidth = 25;
+            this.gridColumn3.MinWidth = 31;
             this.gridColumn3.Name = "gridColumn3";
             this.gridColumn3.OptionsColumn.ReadOnly = true;
             this.gridColumn3.Visible = true;
-            this.gridColumn3.VisibleIndex = 5;
-            this.gridColumn3.Width = 94;
+            this.gridColumn3.VisibleIndex = 3;
+            this.gridColumn3.Width = 117;
             // 
             // gvMx2tlQty
             // 
-            this.gvMx2tlQty.AppearanceCell.Options.UseFont = true;
             this.gvMx2tlQty.Caption = "鍗曚綅";
             this.gvMx2tlQty.FieldName = "dwName";
+            this.gvMx2tlQty.MinWidth = 25;
             this.gvMx2tlQty.Name = "gvMx2tlQty";
             this.gvMx2tlQty.OptionsColumn.ReadOnly = true;
             this.gvMx2tlQty.Tag = "query_a.tl_qty";
             this.gvMx2tlQty.Visible = true;
-            this.gvMx2tlQty.VisibleIndex = 4;
-            this.gvMx2tlQty.Width = 94;
+            this.gvMx2tlQty.VisibleIndex = 2;
+            this.gvMx2tlQty.Width = 117;
             // 
             // gridColumn2
             // 
             this.gridColumn2.Caption = "宸ュ簭";
             this.gridColumn2.FieldName = "processNo";
-            this.gridColumn2.MinWidth = 25;
+            this.gridColumn2.MinWidth = 31;
             this.gridColumn2.Name = "gridColumn2";
             this.gridColumn2.OptionsColumn.ReadOnly = true;
             this.gridColumn2.Visible = true;
-            this.gridColumn2.VisibleIndex = 6;
-            this.gridColumn2.Width = 94;
+            this.gridColumn2.VisibleIndex = 4;
+            this.gridColumn2.Width = 117;
             // 
             // gridColumn1
             // 
             this.gridColumn1.Caption = "涓嶈壇鎻忚堪";
             this.gridColumn1.FieldName = "badDescription";
-            this.gridColumn1.MinWidth = 25;
+            this.gridColumn1.MinWidth = 31;
             this.gridColumn1.Name = "gridColumn1";
             this.gridColumn1.OptionsColumn.ReadOnly = true;
-            this.gridColumn1.Width = 94;
+            this.gridColumn1.Width = 117;
             // 
             // gridColumn4
             // 
             this.gridColumn4.Caption = "缁撴灉";
             this.gridColumn4.FieldName = "checkResult";
-            this.gridColumn4.MinWidth = 25;
+            this.gridColumn4.MinWidth = 31;
             this.gridColumn4.Name = "gridColumn4";
             this.gridColumn4.OptionsColumn.ReadOnly = true;
             this.gridColumn4.Visible = true;
-            this.gridColumn4.VisibleIndex = 7;
-            this.gridColumn4.Width = 94;
+            this.gridColumn4.VisibleIndex = 5;
+            this.gridColumn4.Width = 117;
             // 
             // gridColumn14
             // 
             this.gridColumn14.Caption = "涓婃姤浜�";
             this.gridColumn14.FieldName = "createBy";
-            this.gridColumn14.MinWidth = 25;
+            this.gridColumn14.MinWidth = 31;
             this.gridColumn14.Name = "gridColumn14";
             this.gridColumn14.OptionsColumn.ReadOnly = true;
-            this.gridColumn14.Visible = true;
-            this.gridColumn14.VisibleIndex = 8;
-            this.gridColumn14.Width = 94;
+            this.gridColumn14.Width = 117;
             // 
             // gridColumn15
             // 
             this.gridColumn15.Caption = "鏈�鍚庝笂鎶ユ椂闂�";
             this.gridColumn15.FieldName = "createDate";
-            this.gridColumn15.MinWidth = 25;
+            this.gridColumn15.MinWidth = 31;
             this.gridColumn15.Name = "gridColumn15";
             this.gridColumn15.OptionsColumn.ReadOnly = true;
-            this.gridColumn15.Visible = true;
-            this.gridColumn15.VisibleIndex = 9;
-            this.gridColumn15.Width = 94;
+            this.gridColumn15.Width = 117;
             // 
             // gridColumn24
             // 
             this.gridColumn24.Caption = "鏁版嵁鐘舵��";
             this.gridColumn24.FieldName = "barCodeStatusTxt";
-            this.gridColumn24.MinWidth = 25;
+            this.gridColumn24.MinWidth = 31;
             this.gridColumn24.Name = "gridColumn24";
             this.gridColumn24.OptionsColumn.ReadOnly = true;
             this.gridColumn24.Visible = true;
-            this.gridColumn24.VisibleIndex = 10;
-            this.gridColumn24.Width = 94;
+            this.gridColumn24.VisibleIndex = 6;
+            this.gridColumn24.Width = 117;
             // 
             // tabMxPage2
             // 
             this.tabMxPage2.Controls.Add(this.gcMx2);
+            this.tabMxPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.tabMxPage2.Name = "tabMxPage2";
-            this.tabMxPage2.Size = new System.Drawing.Size(1365, 346);
+            this.tabMxPage2.Size = new System.Drawing.Size(1707, 424);
             this.tabMxPage2.Text = "涓嶈壇鍝佹槑缁�";
             // 
             // gcMx2
             // 
             this.gcMx2.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMx2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gcMx2.Location = new System.Drawing.Point(0, 0);
             this.gcMx2.MainView = this.gvMx2;
+            this.gcMx2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gcMx2.Name = "gcMx2";
-            this.gcMx2.Size = new System.Drawing.Size(1365, 346);
+            this.gcMx2.Size = new System.Drawing.Size(1707, 424);
             this.gcMx2.TabIndex = 1;
             this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx2});
@@ -1108,6 +1168,7 @@
             this.gridColumn22,
             this.gridColumn23,
             this.gridColumn25});
+            this.gvMx2.DetailHeight = 428;
             this.gvMx2.GridControl = this.gcMx2;
             this.gvMx2.Name = "gvMx2";
             this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -1118,171 +1179,196 @@
             // 
             this.gridColumn7.Caption = "guid";
             this.gridColumn7.FieldName = "guid";
-            this.gridColumn7.MinWidth = 25;
+            this.gridColumn7.MinWidth = 31;
             this.gridColumn7.Name = "gridColumn7";
             this.gridColumn7.OptionsColumn.ReadOnly = true;
-            this.gridColumn7.Width = 94;
+            this.gridColumn7.Width = 117;
             // 
             // gridColumn8
             // 
-            this.gridColumn8.AppearanceCell.Options.UseFont = true;
             this.gridColumn8.Caption = "宸ュ崟缂栧彿";
             this.gridColumn8.FieldName = "gdbh";
-            this.gridColumn8.MinWidth = 10;
+            this.gridColumn8.MinWidth = 12;
             this.gridColumn8.Name = "gridColumn8";
             this.gridColumn8.OptionsColumn.ReadOnly = true;
             this.gridColumn8.Tag = "query_a.status";
-            this.gridColumn8.Visible = true;
-            this.gridColumn8.VisibleIndex = 0;
-            this.gridColumn8.Width = 50;
+            this.gridColumn8.Width = 62;
             // 
             // gridColumn9
             // 
-            this.gridColumn9.AppearanceCell.Options.UseFont = true;
             this.gridColumn9.Caption = "杩芥函鐮�";
             this.gridColumn9.FieldName = "barCode";
+            this.gridColumn9.MinWidth = 25;
             this.gridColumn9.Name = "gridColumn9";
             this.gridColumn9.OptionsColumn.ReadOnly = true;
             this.gridColumn9.Tag = "query_a.pbill_no";
             this.gridColumn9.Visible = true;
-            this.gridColumn9.VisibleIndex = 1;
-            this.gridColumn9.Width = 94;
+            this.gridColumn9.VisibleIndex = 0;
+            this.gridColumn9.Width = 117;
             // 
             // gridColumn10
             // 
-            this.gridColumn10.AppearanceCell.Options.UseFont = true;
             this.gridColumn10.Caption = "鐗╂枡缂栫爜";
             this.gridColumn10.FieldName = "itemNo";
+            this.gridColumn10.MinWidth = 25;
             this.gridColumn10.Name = "gridColumn10";
             this.gridColumn10.OptionsColumn.ReadOnly = true;
             this.gridColumn10.Tag = "query_a.item_no";
             this.gridColumn10.Visible = true;
-            this.gridColumn10.VisibleIndex = 2;
-            this.gridColumn10.Width = 94;
+            this.gridColumn10.VisibleIndex = 1;
+            this.gridColumn10.Width = 117;
             // 
             // gridColumn11
             // 
             this.gridColumn11.Caption = "鐗╂枡鍚嶇О";
             this.gridColumn11.FieldName = "itemName";
+            this.gridColumn11.MinWidth = 25;
             this.gridColumn11.Name = "gridColumn11";
             this.gridColumn11.OptionsColumn.ReadOnly = true;
-            this.gridColumn11.Visible = true;
-            this.gridColumn11.VisibleIndex = 3;
-            this.gridColumn11.Width = 94;
+            this.gridColumn11.Width = 117;
             // 
             // gridColumn13
             // 
             this.gridColumn13.Caption = "瑙勬牸鍨嬪彿";
             this.gridColumn13.FieldName = "itemModel";
+            this.gridColumn13.MinWidth = 25;
             this.gridColumn13.Name = "gridColumn13";
             this.gridColumn13.OptionsColumn.ReadOnly = true;
-            this.gridColumn13.Visible = true;
-            this.gridColumn13.VisibleIndex = 4;
-            this.gridColumn13.Width = 94;
+            this.gridColumn13.Width = 117;
             // 
             // gridColumn16
             // 
             this.gridColumn16.Caption = "鏁伴噺";
             this.gridColumn16.FieldName = "quantity";
-            this.gridColumn16.MinWidth = 25;
+            this.gridColumn16.MinWidth = 31;
             this.gridColumn16.Name = "gridColumn16";
             this.gridColumn16.OptionsColumn.ReadOnly = true;
             this.gridColumn16.Visible = true;
-            this.gridColumn16.VisibleIndex = 6;
-            this.gridColumn16.Width = 94;
+            this.gridColumn16.VisibleIndex = 2;
+            this.gridColumn16.Width = 117;
             // 
             // gridColumn17
             // 
-            this.gridColumn17.AppearanceCell.Options.UseFont = true;
             this.gridColumn17.Caption = "鍗曚綅";
             this.gridColumn17.FieldName = "dwName";
+            this.gridColumn17.MinWidth = 25;
             this.gridColumn17.Name = "gridColumn17";
             this.gridColumn17.OptionsColumn.ReadOnly = true;
             this.gridColumn17.Tag = "query_a.tl_qty";
-            this.gridColumn17.Visible = true;
-            this.gridColumn17.VisibleIndex = 5;
-            this.gridColumn17.Width = 94;
+            this.gridColumn17.Width = 117;
             // 
             // gridColumn18
             // 
             this.gridColumn18.Caption = "宸ュ簭";
             this.gridColumn18.FieldName = "processNo";
-            this.gridColumn18.MinWidth = 25;
+            this.gridColumn18.MinWidth = 31;
             this.gridColumn18.Name = "gridColumn18";
             this.gridColumn18.OptionsColumn.ReadOnly = true;
             this.gridColumn18.Visible = true;
-            this.gridColumn18.VisibleIndex = 7;
-            this.gridColumn18.Width = 94;
+            this.gridColumn18.VisibleIndex = 3;
+            this.gridColumn18.Width = 117;
             // 
             // gridColumn19
             // 
             this.gridColumn19.Caption = "涓嶈壇鎻忚堪";
             this.gridColumn19.FieldName = "badDescription";
-            this.gridColumn19.MinWidth = 25;
+            this.gridColumn19.MinWidth = 31;
             this.gridColumn19.Name = "gridColumn19";
             this.gridColumn19.OptionsColumn.ReadOnly = true;
             this.gridColumn19.Visible = true;
-            this.gridColumn19.VisibleIndex = 8;
-            this.gridColumn19.Width = 94;
+            this.gridColumn19.VisibleIndex = 4;
+            this.gridColumn19.Width = 117;
             // 
             // gridColumn20
             // 
             this.gridColumn20.Caption = "缁翠慨缁撴灉";
             this.gridColumn20.FieldName = "checkResult";
-            this.gridColumn20.MinWidth = 25;
+            this.gridColumn20.MinWidth = 31;
             this.gridColumn20.Name = "gridColumn20";
             this.gridColumn20.OptionsColumn.ReadOnly = true;
             this.gridColumn20.Visible = true;
-            this.gridColumn20.VisibleIndex = 9;
-            this.gridColumn20.Width = 94;
+            this.gridColumn20.VisibleIndex = 5;
+            this.gridColumn20.Width = 117;
             // 
             // gridColumn21
             // 
             this.gridColumn21.Caption = "涓婃姤浜�";
             this.gridColumn21.FieldName = "createBy";
-            this.gridColumn21.MinWidth = 25;
+            this.gridColumn21.MinWidth = 31;
             this.gridColumn21.Name = "gridColumn21";
             this.gridColumn21.OptionsColumn.ReadOnly = true;
             this.gridColumn21.Visible = true;
-            this.gridColumn21.VisibleIndex = 10;
-            this.gridColumn21.Width = 94;
+            this.gridColumn21.VisibleIndex = 6;
+            this.gridColumn21.Width = 117;
             // 
             // gridColumn22
             // 
             this.gridColumn22.Caption = "涓婃姤鏃堕棿";
             this.gridColumn22.FieldName = "createDate";
-            this.gridColumn22.MinWidth = 25;
+            this.gridColumn22.MinWidth = 31;
             this.gridColumn22.Name = "gridColumn22";
             this.gridColumn22.OptionsColumn.ReadOnly = true;
             this.gridColumn22.Visible = true;
-            this.gridColumn22.VisibleIndex = 11;
-            this.gridColumn22.Width = 94;
+            this.gridColumn22.VisibleIndex = 7;
+            this.gridColumn22.Width = 117;
             // 
             // gridColumn23
             // 
             this.gridColumn23.Caption = "涓嶈壇鍘熷洜";
             this.gridColumn23.FieldName = "badReson";
-            this.gridColumn23.MinWidth = 25;
+            this.gridColumn23.MinWidth = 31;
             this.gridColumn23.Name = "gridColumn23";
             this.gridColumn23.OptionsColumn.ReadOnly = true;
-            this.gridColumn23.Width = 94;
+            this.gridColumn23.Width = 117;
             // 
             // gridColumn25
             // 
             this.gridColumn25.Caption = "鏁版嵁鐘舵��";
             this.gridColumn25.FieldName = "barCodeStatus";
-            this.gridColumn25.MinWidth = 25;
+            this.gridColumn25.MinWidth = 31;
             this.gridColumn25.Name = "gridColumn25";
             this.gridColumn25.OptionsColumn.ReadOnly = true;
-            this.gridColumn25.Width = 94;
+            this.gridColumn25.Width = 117;
+            // 
+            // txt_orgId
+            // 
+            this.txt_orgId.Location = new System.Drawing.Point(384, 227);
+            this.txt_orgId.Name = "txt_orgId";
+            this.txt_orgId.Properties.ReadOnly = true;
+            this.txt_orgId.Size = new System.Drawing.Size(131, 28);
+            this.txt_orgId.StyleController = this.layoutMx1;
+            this.txt_orgId.TabIndex = 22;
+            // 
+            // orgId
+            // 
+            this.orgId.Control = this.txt_orgId;
+            this.orgId.Location = new System.Drawing.Point(252, 213);
+            this.orgId.Name = "orgId";
+            this.orgId.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.orgId.OptionsTableLayoutItem.RowIndex = 5;
+            this.orgId.Size = new System.Drawing.Size(253, 43);
+            this.orgId.Text = "缁勭粐";
+            this.orgId.TextSize = new System.Drawing.Size(62, 24);
+            // 
+            // layDianJian
+            // 
+            this.layDianJian.Control = this.txt_dianJianPath;
+            this.layDianJian.Location = new System.Drawing.Point(252, 213);
+            this.layDianJian.Name = "layDianJian";
+            this.layDianJian.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layDianJian.OptionsTableLayoutItem.RowIndex = 5;
+            this.layDianJian.Size = new System.Drawing.Size(253, 43);
+            this.layDianJian.Text = "鐢垫璺緞";
+            this.layDianJian.TextSize = new System.Drawing.Size(103, 22);
             // 
             // Frm_Work01
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1367, 619);
+            this.ClientSize = new System.Drawing.Size(1709, 757);
             this.Controls.Add(this.splitMx1);
             this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
+            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.MinimizeBox = false;
             this.Name = "Frm_Work01";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
@@ -1334,7 +1420,6 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.prog1.Properties)).EndInit();
             this.panel3.ResumeLayout(false);
             this.panel3.PerformLayout();
@@ -1352,6 +1437,9 @@
             this.tabMxPage2.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orgId.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.orgId)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -1399,16 +1487,12 @@
         private DevExpress.XtraEditors.SimpleButton btnGood;
         private DevExpress.XtraEditors.SimpleButton btnBad;
         private System.Windows.Forms.Panel panel3;
-        private System.Windows.Forms.Label lbSum4;
         private System.Windows.Forms.Label label6;
         private System.Windows.Forms.Panel panel2;
-        private System.Windows.Forms.Label lbSum3;
         private System.Windows.Forms.Label label4;
         private System.Windows.Forms.Panel panel4;
-        private System.Windows.Forms.Label lbSum2;
         private System.Windows.Forms.Label label8;
         private System.Windows.Forms.Panel panel1;
-        private System.Windows.Forms.Label lbSum1;
         private System.Windows.Forms.Label label1;
         private DevExpress.XtraEditors.SimpleButton simpleButton7;
         private DevExpress.XtraEditors.SimpleButton simpleButton6;
@@ -1450,6 +1534,12 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
+        private DevExpress.XtraEditors.SimpleButton lbSum4;
+        private DevExpress.XtraEditors.SimpleButton lbSum3;
+        private DevExpress.XtraEditors.SimpleButton lbSum2;
+        private DevExpress.XtraEditors.SimpleButton lbSum1;
+        private DevExpress.XtraEditors.TextEdit txt_orgId;
+        private DevExpress.XtraLayout.LayoutControlItem orgId;
         private DevExpress.XtraLayout.LayoutControlItem layDianJian;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3