From 0d5b7f402ed4519044f6a1197c59d03b153889cb Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 06 十一月 2025 13:40:29 +0800
Subject: [PATCH] 1、验退打印、批量重打重打

---
 DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.cs                    |   38 
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs          |  271 ++-
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs | 1128 ++++++++--------
 DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs                      |   29 
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.resx           |    2 
 DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.Designer.cs           |   37 
 DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArnDt.Designer.cs       |   70 
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs    | 2518 +++++++++++++++++------------------
 DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.resx                  |   21 
 9 files changed, 2,099 insertions(+), 2,015 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs
index bc4a3db..5089672 100644
--- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesYanTui.cs
@@ -23,6 +23,7 @@
             this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
             toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick;
             toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick;
+            toolBarMenu1.btnPrintClick += ToolBarMenu1_btnPrintClick;
             this.toolBarMenu1.getXmlConfig();
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx2);
@@ -322,5 +323,33 @@
                 MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
             }
         }
+
+        // <summary>
+        /// 杩欐槸鎵撳嵃
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnPrintClick(object sender, EventArgs e)
+        {
+            //guidKey, rptParameter
+            string rowGuid, rowName;
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
+                lbGuid, txt_itemCgytNo, gridView1, "itemCgytNo");
+            if (string.IsNullOrEmpty(rowGuid))
+            {
+                MsgHelper.ShowError("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            this.toolBarMenu1.rptParameter = "rpt_cgyt{"
+                                               + "100"
+                                               + "," + ""
+                                               + "," + ""
+                                               + "," + ""
+                                               + "," + ""
+                                               + "}";
+            this.toolBarMenu1.guidKey = rowGuid;
+
+        }
+
     }
 }
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
index 70c212f..3bbecb8 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -30,72 +30,33 @@
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition17 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition18 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition19 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition20 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition21 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition22 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition23 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition24 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition11 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraEditors.TextEdit txt_xqdj;
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition25 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition26 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition27 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition28 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition12 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition13 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition14 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition15 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition16 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition17 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition18 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition19 = new DevExpress.XtraLayout.RowDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition29 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition30 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition31 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.ColumnDefinition columnDefinition32 = new DevExpress.XtraLayout.ColumnDefinition();
-            DevExpress.XtraLayout.RowDefinition rowDefinition20 = new DevExpress.XtraLayout.RowDefinition();
-            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
-            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
-            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
-            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
-            this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
-            this.gcMain1 = new DevExpress.XtraGrid.GridControl();
-            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
-            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_fsubmit = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_lotNo = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_lifnr = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_releaseNo = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_boardStyle = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_fbatchQty = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_fcheckResu = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_fcovertQty = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_remarks = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_fcheckBy = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_fcheckDate = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_fngHandle = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.bandedGridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn_cgdCreate = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.pageBar1 = new UserControls.Data.UcPageBar();
-            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
-            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
+            DevExpress.XtraEditors.TextEdit txt_salesOrderId;
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition9 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition10 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition11 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition12 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition8 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition9 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition13 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition14 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition15 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition16 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition10 = new DevExpress.XtraLayout.RowDefinition();
             this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
             this.layWeight = new DevExpress.XtraLayout.LayoutControl();
             this.txt_weight1 = new DevExpress.XtraEditors.TextEdit();
@@ -170,6 +131,45 @@
             this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem39 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
+            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
+            this.gcMain1 = new DevExpress.XtraGrid.GridControl();
+            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_fsubmit = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_lotNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_lifnr = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_releaseNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_boardStyle = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_fbatchQty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_fcheckResu = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_fcovertQty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_remarks = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_fcheckBy = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_fcheckDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_fngHandle = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.bandedGridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn_cgdCreate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.pageBar1 = new UserControls.Data.UcPageBar();
+            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
             this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
             this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
             this.splitMx2 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -230,25 +230,9 @@
             this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
             this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
             this.tips = new DevExpress.Utils.ToolTipController(this.components);
-            txt_xqdj = new DevExpress.XtraEditors.TextEdit();
-            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
-            this.xtraTabControl1.SuspendLayout();
-            this.xtraTabPage1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
-            this.split1.Panel1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
-            this.split1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
-            this.xtraTabPage2.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
-            this.splitMx1.Panel1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit();
-            this.splitMx1.Panel2.SuspendLayout();
-            this.splitMx1.SuspendLayout();
+            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
+            txt_salesOrderId = new DevExpress.XtraEditors.TextEdit();
+            ((System.ComponentModel.ISupportInitialize)(txt_salesOrderId.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
             this.layoutMx1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.layWeight)).BeginInit();
@@ -287,7 +271,6 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkStates.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_freceQty.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(txt_xqdj.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_fngHandle.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_xblb.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_xbsl.Properties)).BeginInit();
@@ -321,6 +304,24 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+            this.xtraTabControl1.SuspendLayout();
+            this.xtraTabPage1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
+            this.split1.Panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
+            this.split1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+            this.xtraTabPage2.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
+            this.splitMx1.Panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit();
+            this.splitMx1.Panel2.SuspendLayout();
+            this.splitMx1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
             this.xtraTabControl2.SuspendLayout();
             this.tabMxPage1.SuspendLayout();
@@ -363,6 +364,927 @@
             ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
             this.SuspendLayout();
             // 
+            // txt_salesOrderId
+            // 
+            txt_salesOrderId.Location = new System.Drawing.Point(388, 38);
+            txt_salesOrderId.Name = "txt_salesOrderId";
+            txt_salesOrderId.Size = new System.Drawing.Size(228, 20);
+            txt_salesOrderId.StyleController = this.layoutMx1;
+            txt_salesOrderId.TabIndex = 811;
+            txt_salesOrderId.Tag = "readonly";
+            // 
+            // layoutMx1
+            // 
+            this.layoutMx1.Controls.Add(this.layWeight);
+            this.layoutMx1.Controls.Add(this.txt_fngDesc);
+            this.layoutMx1.Controls.Add(this.btnYcReport);
+            this.layoutMx1.Controls.Add(this.lbGuid);
+            this.layoutMx1.Controls.Add(this.txt_suppName);
+            this.layoutMx1.Controls.Add(this.txt_remarks);
+            this.layoutMx1.Controls.Add(this.txt_fcheckResu);
+            this.layoutMx1.Controls.Add(this.txt_itemName);
+            this.layoutMx1.Controls.Add(this.txt_releaseNo);
+            this.layoutMx1.Controls.Add(this.txt_fcheckDate);
+            this.layoutMx1.Controls.Add(this.txt_lotNo);
+            this.layoutMx1.Controls.Add(this.txt_itemNo);
+            this.layoutMx1.Controls.Add(this.txt_itemModel);
+            this.layoutMx1.Controls.Add(this.txt_itemId);
+            this.layoutMx1.Controls.Add(this.txt_fcheckBy);
+            this.layoutMx1.Controls.Add(this.txt_fbatchQty);
+            this.layoutMx1.Controls.Add(this.txt_fsubmitDate);
+            this.layoutMx1.Controls.Add(this.txt_fsubmitBy);
+            this.layoutMx1.Controls.Add(this.txt_fsubmit);
+            this.layoutMx1.Controls.Add(this.txt_slOrg);
+            this.layoutMx1.Controls.Add(this.txt_guid);
+            this.layoutMx1.Controls.Add(this.txt_checkStates);
+            this.layoutMx1.Controls.Add(this.txt_freceQty);
+            this.layoutMx1.Controls.Add(txt_salesOrderId);
+            this.layoutMx1.Controls.Add(this.txt_fngHandle);
+            this.layoutMx1.Controls.Add(this.txt_xblb);
+            this.layoutMx1.Controls.Add(this.txt_xbsl);
+            this.layoutMx1.Controls.Add(this.txt_iqcRemark);
+            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+            this.layoutControlItem17,
+            this.layoutControlItem7,
+            this.layoutControlItem21,
+            this.layoutControlItem23});
+            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
+            this.layoutMx1.Name = "layoutMx1";
+            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(488, 620, 812, 500);
+            this.layoutMx1.Root = this.Root;
+            this.layoutMx1.Size = new System.Drawing.Size(1255, 210);
+            this.layoutMx1.TabIndex = 0;
+            this.layoutMx1.Text = "layoutControl1";
+            // 
+            // layWeight
+            // 
+            this.layWeight.BackColor = System.Drawing.Color.LightBlue;
+            this.layWeight.Controls.Add(this.txt_weight1);
+            this.layWeight.Controls.Add(this.txt_weight2);
+            this.layWeight.Controls.Add(this.txt_weight3);
+            this.layWeight.Controls.Add(this.txt_weight4);
+            this.layWeight.Controls.Add(this.btnW);
+            this.layWeight.Controls.Add(this.txtWCurrent);
+            this.layWeight.Controls.Add(this.txt_weight5);
+            this.layWeight.Controls.Add(this.btnClean);
+            this.layWeight.Location = new System.Drawing.Point(10, 192);
+            this.layWeight.Margin = new System.Windows.Forms.Padding(0);
+            this.layWeight.Name = "layWeight";
+            this.layWeight.Root = this.layoutControlGroup2;
+            this.layWeight.Size = new System.Drawing.Size(912, 26);
+            this.layWeight.TabIndex = 818;
+            this.layWeight.Text = "layoutControl1";
+            // 
+            // txt_weight1
+            // 
+            this.txt_weight1.Location = new System.Drawing.Point(45, 2);
+            this.txt_weight1.Name = "txt_weight1";
+            this.txt_weight1.Properties.ReadOnly = true;
+            this.txt_weight1.Size = new System.Drawing.Size(67, 20);
+            this.txt_weight1.StyleController = this.layWeight;
+            this.txt_weight1.TabIndex = 4;
+            // 
+            // txt_weight2
+            // 
+            this.txt_weight2.Location = new System.Drawing.Point(159, 2);
+            this.txt_weight2.Name = "txt_weight2";
+            this.txt_weight2.Properties.ReadOnly = true;
+            this.txt_weight2.Size = new System.Drawing.Size(67, 20);
+            this.txt_weight2.StyleController = this.layWeight;
+            this.txt_weight2.TabIndex = 5;
+            // 
+            // txt_weight3
+            // 
+            this.txt_weight3.Location = new System.Drawing.Point(273, 2);
+            this.txt_weight3.Name = "txt_weight3";
+            this.txt_weight3.Properties.ReadOnly = true;
+            this.txt_weight3.Size = new System.Drawing.Size(67, 20);
+            this.txt_weight3.StyleController = this.layWeight;
+            this.txt_weight3.TabIndex = 6;
+            // 
+            // txt_weight4
+            // 
+            this.txt_weight4.Location = new System.Drawing.Point(387, 2);
+            this.txt_weight4.Name = "txt_weight4";
+            this.txt_weight4.Properties.ReadOnly = true;
+            this.txt_weight4.Size = new System.Drawing.Size(67, 20);
+            this.txt_weight4.StyleController = this.layWeight;
+            this.txt_weight4.TabIndex = 7;
+            // 
+            // btnW
+            // 
+            this.btnW.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
+            this.btnW.Appearance.ForeColor = System.Drawing.Color.White;
+            this.btnW.Appearance.Options.UseBackColor = true;
+            this.btnW.Appearance.Options.UseForeColor = true;
+            this.btnW.Location = new System.Drawing.Point(686, 2);
+            this.btnW.Name = "btnW";
+            this.btnW.Size = new System.Drawing.Size(110, 22);
+            this.btnW.StyleController = this.layWeight;
+            this.btnW.TabIndex = 9;
+            this.btnW.Text = "鑾峰彇";
+            // 
+            // txtWCurrent
+            // 
+            this.txtWCurrent.Location = new System.Drawing.Point(572, 2);
+            this.txtWCurrent.Name = "txtWCurrent";
+            this.txtWCurrent.Properties.Appearance.BackColor = System.Drawing.Color.DeepSkyBlue;
+            this.txtWCurrent.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
+            this.txtWCurrent.Properties.Appearance.Options.UseBackColor = true;
+            this.txtWCurrent.Properties.Appearance.Options.UseForeColor = true;
+            this.txtWCurrent.Properties.ReadOnly = true;
+            this.txtWCurrent.Size = new System.Drawing.Size(110, 20);
+            this.txtWCurrent.StyleController = this.layWeight;
+            this.txtWCurrent.TabIndex = 10;
+            // 
+            // txt_weight5
+            // 
+            this.txt_weight5.Location = new System.Drawing.Point(501, 2);
+            this.txt_weight5.Name = "txt_weight5";
+            this.txt_weight5.Properties.ReadOnly = true;
+            this.txt_weight5.Size = new System.Drawing.Size(67, 20);
+            this.txt_weight5.StyleController = this.layWeight;
+            this.txt_weight5.TabIndex = 11;
+            // 
+            // btnClean
+            // 
+            this.btnClean.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
+            this.btnClean.Appearance.Options.UseBackColor = true;
+            this.btnClean.Location = new System.Drawing.Point(800, 2);
+            this.btnClean.Name = "btnClean";
+            this.btnClean.Size = new System.Drawing.Size(110, 22);
+            this.btnClean.StyleController = this.layWeight;
+            this.btnClean.TabIndex = 12;
+            this.btnClean.Text = "娓呯┖";
+            // 
+            // layoutControlGroup2
+            // 
+            this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+            this.layoutControlGroup2.GroupBordersVisible = false;
+            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+            this.layoutControlItem31,
+            this.layoutControlItem32,
+            this.layoutControlItem33,
+            this.layoutControlItem34,
+            this.layoutControlItem36,
+            this.layoutControlItem37,
+            this.layoutControlItem35,
+            this.layoutControlItem38});
+            this.layoutControlGroup2.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
+            this.layoutControlGroup2.Name = "layoutControlGroup2";
+            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition1.Width = 100D;
+            columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition2.Width = 100D;
+            columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition3.Width = 100D;
+            columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition4.Width = 100D;
+            columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition5.Width = 100D;
+            columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition6.Width = 100D;
+            columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition7.Width = 100D;
+            columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition8.Width = 100D;
+            this.layoutControlGroup2.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
+            columnDefinition1,
+            columnDefinition2,
+            columnDefinition3,
+            columnDefinition4,
+            columnDefinition5,
+            columnDefinition6,
+            columnDefinition7,
+            columnDefinition8});
+            rowDefinition1.Height = 100D;
+            rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
+            this.layoutControlGroup2.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
+            rowDefinition1});
+            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
+            this.layoutControlGroup2.Size = new System.Drawing.Size(912, 26);
+            this.layoutControlGroup2.TextVisible = false;
+            // 
+            // layoutControlItem31
+            // 
+            this.layoutControlItem31.Control = this.txt_weight1;
+            this.layoutControlItem31.Location = new System.Drawing.Point(0, 0);
+            this.layoutControlItem31.Name = "layoutControlItem31";
+            this.layoutControlItem31.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem31.Text = "閲嶉噺1";
+            this.layoutControlItem31.TextSize = new System.Drawing.Size(31, 14);
+            // 
+            // layoutControlItem32
+            // 
+            this.layoutControlItem32.Control = this.txt_weight2;
+            this.layoutControlItem32.Location = new System.Drawing.Point(114, 0);
+            this.layoutControlItem32.Name = "layoutControlItem32";
+            this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem32.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem32.Text = "閲嶉噺2";
+            this.layoutControlItem32.TextSize = new System.Drawing.Size(31, 14);
+            // 
+            // layoutControlItem33
+            // 
+            this.layoutControlItem33.Control = this.txt_weight3;
+            this.layoutControlItem33.Location = new System.Drawing.Point(228, 0);
+            this.layoutControlItem33.Name = "layoutControlItem33";
+            this.layoutControlItem33.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem33.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem33.Text = "閲嶉噺3";
+            this.layoutControlItem33.TextSize = new System.Drawing.Size(31, 14);
+            // 
+            // layoutControlItem34
+            // 
+            this.layoutControlItem34.Control = this.txt_weight4;
+            this.layoutControlItem34.Location = new System.Drawing.Point(342, 0);
+            this.layoutControlItem34.Name = "layoutControlItem34";
+            this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem34.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem34.Text = "閲嶉噺4";
+            this.layoutControlItem34.TextSize = new System.Drawing.Size(31, 14);
+            // 
+            // layoutControlItem36
+            // 
+            this.layoutControlItem36.Control = this.btnW;
+            this.layoutControlItem36.Location = new System.Drawing.Point(684, 0);
+            this.layoutControlItem36.Name = "layoutControlItem36";
+            this.layoutControlItem36.OptionsTableLayoutItem.ColumnIndex = 6;
+            this.layoutControlItem36.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem36.Text = "鑾峰彇";
+            this.layoutControlItem36.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem36.TextVisible = false;
+            // 
+            // layoutControlItem37
+            // 
+            this.layoutControlItem37.Control = this.txtWCurrent;
+            this.layoutControlItem37.Location = new System.Drawing.Point(570, 0);
+            this.layoutControlItem37.Name = "layoutControlItem37";
+            this.layoutControlItem37.OptionsTableLayoutItem.ColumnIndex = 5;
+            this.layoutControlItem37.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem37.Text = "瀹炴椂閲嶉噺";
+            this.layoutControlItem37.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem37.TextVisible = false;
+            // 
+            // layoutControlItem35
+            // 
+            this.layoutControlItem35.Control = this.txt_weight5;
+            this.layoutControlItem35.Location = new System.Drawing.Point(456, 0);
+            this.layoutControlItem35.Name = "layoutControlItem35";
+            this.layoutControlItem35.OptionsTableLayoutItem.ColumnIndex = 4;
+            this.layoutControlItem35.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem35.Text = "绉伴噸5";
+            this.layoutControlItem35.TextSize = new System.Drawing.Size(31, 14);
+            // 
+            // layoutControlItem38
+            // 
+            this.layoutControlItem38.Control = this.btnClean;
+            this.layoutControlItem38.Location = new System.Drawing.Point(798, 0);
+            this.layoutControlItem38.Name = "layoutControlItem38";
+            this.layoutControlItem38.OptionsTableLayoutItem.ColumnIndex = 7;
+            this.layoutControlItem38.Size = new System.Drawing.Size(114, 26);
+            this.layoutControlItem38.Text = "娓呯┖";
+            this.layoutControlItem38.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem38.TextVisible = false;
+            // 
+            // txt_fngDesc
+            // 
+            this.txt_fngDesc.BtnTxt = "寮傚父鎻忚堪";
+            this.txt_fngDesc.Location = new System.Drawing.Point(12, 142);
+            this.txt_fngDesc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_fngDesc.Name = "txt_fngDesc";
+            this.txt_fngDesc.Size = new System.Drawing.Size(604, 48);
+            this.txt_fngDesc.TabIndex = 815;
+            this.txt_fngDesc.TextTxt = "";
+            this.txt_fngDesc.WhereTxt = " a.s_type=\'QC寮傚父鎻忚堪\' and a.pid<>\'00000000-0000-0000-0000-000000000000\'";
+            // 
+            // btnYcReport
+            // 
+            this.btnYcReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.exporttopdf_16x16;
+            this.btnYcReport.Location = new System.Drawing.Point(620, 168);
+            this.btnYcReport.Name = "btnYcReport";
+            this.btnYcReport.Size = new System.Drawing.Size(101, 20);
+            this.btnYcReport.StyleController = this.layoutMx1;
+            this.btnYcReport.TabIndex = 814;
+            this.btnYcReport.Tag = "gvBtnAlawys";
+            this.btnYcReport.Text = "鏌ョ湅寮傚父鎶ュ憡";
+            // 
+            // lbGuid
+            // 
+            this.lbGuid.Location = new System.Drawing.Point(864, 84);
+            this.lbGuid.Name = "lbGuid";
+            this.lbGuid.Size = new System.Drawing.Size(281, 22);
+            this.lbGuid.TabIndex = 1;
+            this.lbGuid.Text = "lbGuid";
+            this.lbGuid.Visible = false;
+            // 
+            // txt_suppName
+            // 
+            this.txt_suppName.Location = new System.Drawing.Point(388, 90);
+            this.txt_suppName.Name = "txt_suppName";
+            this.txt_suppName.Size = new System.Drawing.Size(228, 20);
+            this.txt_suppName.StyleController = this.layoutMx1;
+            this.txt_suppName.TabIndex = 801;
+            this.txt_suppName.Tag = "readonly";
+            // 
+            // txt_remarks
+            // 
+            this.txt_remarks.Location = new System.Drawing.Point(692, 142);
+            this.txt_remarks.Name = "txt_remarks";
+            this.txt_remarks.Properties.Appearance.Options.UseFont = true;
+            this.txt_remarks.Size = new System.Drawing.Size(534, 20);
+            this.txt_remarks.StyleController = this.layoutMx1;
+            this.txt_remarks.TabIndex = 797;
+            this.txt_remarks.Tag = "readonly";
+            // 
+            // txt_fcheckResu
+            // 
+            this.txt_fcheckResu.Location = new System.Drawing.Point(692, 90);
+            this.txt_fcheckResu.Name = "txt_fcheckResu";
+            this.txt_fcheckResu.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_fcheckResu.Properties.Appearance.Options.UseForeColor = true;
+            this.txt_fcheckResu.Size = new System.Drawing.Size(228, 20);
+            this.txt_fcheckResu.StyleController = this.layoutMx1;
+            this.txt_fcheckResu.TabIndex = 798;
+            this.txt_fcheckResu.Tag = "readonly";
+            // 
+            // txt_itemName
+            // 
+            this.txt_itemName.Location = new System.Drawing.Point(84, 38);
+            this.txt_itemName.Name = "txt_itemName";
+            this.txt_itemName.Properties.Appearance.Options.UseFont = true;
+            this.txt_itemName.Size = new System.Drawing.Size(228, 20);
+            this.txt_itemName.StyleController = this.layoutMx1;
+            this.txt_itemName.TabIndex = 800;
+            this.txt_itemName.Tag = "readonly";
+            // 
+            // txt_releaseNo
+            // 
+            this.txt_releaseNo.Location = new System.Drawing.Point(84, 12);
+            this.txt_releaseNo.Name = "txt_releaseNo";
+            this.txt_releaseNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_releaseNo.Size = new System.Drawing.Size(228, 20);
+            this.txt_releaseNo.StyleController = this.layoutMx1;
+            this.txt_releaseNo.TabIndex = 213;
+            this.txt_releaseNo.Tag = "readonly";
+            // 
+            // txt_fcheckDate
+            // 
+            this.txt_fcheckDate.Location = new System.Drawing.Point(692, 12);
+            this.txt_fcheckDate.Name = "txt_fcheckDate";
+            this.txt_fcheckDate.Properties.Appearance.Options.UseFont = true;
+            this.txt_fcheckDate.Size = new System.Drawing.Size(228, 20);
+            this.txt_fcheckDate.StyleController = this.layoutMx1;
+            this.txt_fcheckDate.TabIndex = 216;
+            this.txt_fcheckDate.Tag = "readonly";
+            // 
+            // txt_lotNo
+            // 
+            this.txt_lotNo.Location = new System.Drawing.Point(388, 12);
+            this.txt_lotNo.Name = "txt_lotNo";
+            this.txt_lotNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_lotNo.Size = new System.Drawing.Size(228, 20);
+            this.txt_lotNo.StyleController = this.layoutMx1;
+            this.txt_lotNo.TabIndex = 262;
+            this.txt_lotNo.Tag = "readonly";
+            // 
+            // txt_itemNo
+            // 
+            this.txt_itemNo.Location = new System.Drawing.Point(84, 64);
+            this.txt_itemNo.Name = "txt_itemNo";
+            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_itemNo.Size = new System.Drawing.Size(228, 20);
+            this.txt_itemNo.StyleController = this.layoutMx1;
+            this.txt_itemNo.TabIndex = 789;
+            this.txt_itemNo.Tag = "readonly";
+            // 
+            // txt_itemModel
+            // 
+            this.txt_itemModel.Location = new System.Drawing.Point(84, 90);
+            this.txt_itemModel.Name = "txt_itemModel";
+            this.txt_itemModel.Size = new System.Drawing.Size(228, 20);
+            this.txt_itemModel.StyleController = this.layoutMx1;
+            this.txt_itemModel.TabIndex = 801;
+            this.txt_itemModel.Tag = "readonly";
+            // 
+            // txt_itemId
+            // 
+            this.txt_itemId.Location = new System.Drawing.Point(74, 109);
+            this.txt_itemId.Name = "txt_itemId";
+            this.txt_itemId.Size = new System.Drawing.Size(218, 20);
+            this.txt_itemId.StyleController = this.layoutMx1;
+            this.txt_itemId.TabIndex = 802;
+            this.txt_itemId.Tag = "readonly";
+            // 
+            // txt_fcheckBy
+            // 
+            this.txt_fcheckBy.Location = new System.Drawing.Point(692, 38);
+            this.txt_fcheckBy.Name = "txt_fcheckBy";
+            this.txt_fcheckBy.Properties.Appearance.Options.UseFont = true;
+            this.txt_fcheckBy.Size = new System.Drawing.Size(228, 20);
+            this.txt_fcheckBy.StyleController = this.layoutMx1;
+            this.txt_fcheckBy.TabIndex = 217;
+            this.txt_fcheckBy.Tag = "readonly";
+            // 
+            // txt_fbatchQty
+            // 
+            this.txt_fbatchQty.Location = new System.Drawing.Point(388, 64);
+            this.txt_fbatchQty.Name = "txt_fbatchQty";
+            this.txt_fbatchQty.Properties.Appearance.Options.UseFont = true;
+            this.txt_fbatchQty.Size = new System.Drawing.Size(228, 20);
+            this.txt_fbatchQty.StyleController = this.layoutMx1;
+            this.txt_fbatchQty.TabIndex = 222;
+            this.txt_fbatchQty.Tag = "readonly";
+            // 
+            // txt_fsubmitDate
+            // 
+            this.txt_fsubmitDate.Location = new System.Drawing.Point(996, 38);
+            this.txt_fsubmitDate.Name = "txt_fsubmitDate";
+            this.txt_fsubmitDate.Size = new System.Drawing.Size(230, 20);
+            this.txt_fsubmitDate.StyleController = this.layoutMx1;
+            this.txt_fsubmitDate.TabIndex = 804;
+            this.txt_fsubmitDate.Tag = "readonly";
+            // 
+            // txt_fsubmitBy
+            // 
+            this.txt_fsubmitBy.Location = new System.Drawing.Point(996, 64);
+            this.txt_fsubmitBy.Name = "txt_fsubmitBy";
+            this.txt_fsubmitBy.Size = new System.Drawing.Size(230, 20);
+            this.txt_fsubmitBy.StyleController = this.layoutMx1;
+            this.txt_fsubmitBy.TabIndex = 805;
+            this.txt_fsubmitBy.Tag = "readonly";
+            // 
+            // txt_fsubmit
+            // 
+            this.txt_fsubmit.Location = new System.Drawing.Point(924, 12);
+            this.txt_fsubmit.Name = "txt_fsubmit";
+            this.txt_fsubmit.Properties.Caption = "瀹℃牳鏍囪瘑";
+            this.txt_fsubmit.Size = new System.Drawing.Size(302, 20);
+            this.txt_fsubmit.StyleController = this.layoutMx1;
+            this.txt_fsubmit.TabIndex = 806;
+            this.txt_fsubmit.Tag = "readonly";
+            // 
+            // txt_slOrg
+            // 
+            this.txt_slOrg.Location = new System.Drawing.Point(692, 116);
+            this.txt_slOrg.Name = "txt_slOrg";
+            this.txt_slOrg.Size = new System.Drawing.Size(228, 20);
+            this.txt_slOrg.StyleController = this.layoutMx1;
+            this.txt_slOrg.TabIndex = 807;
+            this.txt_slOrg.Tag = "readonly";
+            // 
+            // txt_guid
+            // 
+            this.txt_guid.Location = new System.Drawing.Point(932, 84);
+            this.txt_guid.Name = "txt_guid";
+            this.txt_guid.Size = new System.Drawing.Size(214, 20);
+            this.txt_guid.StyleController = this.layoutMx1;
+            this.txt_guid.TabIndex = 808;
+            this.txt_guid.Tag = "readonly";
+            // 
+            // txt_checkStates
+            // 
+            this.txt_checkStates.Location = new System.Drawing.Point(692, 64);
+            this.txt_checkStates.Name = "txt_checkStates";
+            this.txt_checkStates.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_checkStates.Properties.Appearance.Options.UseForeColor = true;
+            this.txt_checkStates.Size = new System.Drawing.Size(228, 20);
+            this.txt_checkStates.StyleController = this.layoutMx1;
+            this.txt_checkStates.TabIndex = 809;
+            this.txt_checkStates.Tag = "readonly";
+            // 
+            // txt_freceQty
+            // 
+            this.txt_freceQty.Location = new System.Drawing.Point(939, 80);
+            this.txt_freceQty.Name = "txt_freceQty";
+            this.txt_freceQty.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_freceQty.Properties.Appearance.Options.UseForeColor = true;
+            this.txt_freceQty.Size = new System.Drawing.Size(224, 20);
+            this.txt_freceQty.StyleController = this.layoutMx1;
+            this.txt_freceQty.TabIndex = 810;
+            this.txt_freceQty.Tag = "readonly";
+            // 
+            // txt_fngHandle
+            // 
+            this.txt_fngHandle.Location = new System.Drawing.Point(996, 90);
+            this.txt_fngHandle.Name = "txt_fngHandle";
+            this.txt_fngHandle.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_fngHandle.Properties.Appearance.Options.UseForeColor = true;
+            this.txt_fngHandle.Size = new System.Drawing.Size(230, 20);
+            this.txt_fngHandle.StyleController = this.layoutMx1;
+            this.txt_fngHandle.TabIndex = 812;
+            this.txt_fngHandle.Tag = "readonly";
+            // 
+            // txt_xblb
+            // 
+            this.txt_xblb.Location = new System.Drawing.Point(996, 142);
+            this.txt_xblb.Name = "txt_xblb";
+            this.txt_xblb.Size = new System.Drawing.Size(230, 48);
+            this.txt_xblb.StyleController = this.layoutMx1;
+            this.txt_xblb.TabIndex = 816;
+            this.txt_xblb.Tag = "readonly";
+            // 
+            // txt_xbsl
+            // 
+            this.txt_xbsl.Location = new System.Drawing.Point(996, 116);
+            this.txt_xbsl.Name = "txt_xbsl";
+            this.txt_xbsl.Size = new System.Drawing.Size(230, 20);
+            this.txt_xbsl.StyleController = this.layoutMx1;
+            this.txt_xbsl.TabIndex = 817;
+            this.txt_xbsl.Tag = "readonly";
+            // 
+            // txt_iqcRemark
+            // 
+            this.txt_iqcRemark.Location = new System.Drawing.Point(84, 116);
+            this.txt_iqcRemark.Name = "txt_iqcRemark";
+            this.txt_iqcRemark.Size = new System.Drawing.Size(228, 20);
+            this.txt_iqcRemark.StyleController = this.layoutMx1;
+            this.txt_iqcRemark.TabIndex = 819;
+            // 
+            // layoutControlItem17
+            // 
+            this.layoutControlItem17.Control = this.lbGuid;
+            this.layoutControlItem17.Location = new System.Drawing.Point(975, 96);
+            this.layoutControlItem17.Name = "layoutControlItem17";
+            this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem17.Size = new System.Drawing.Size(326, 32);
+            this.layoutControlItem17.Text = "lbGuid";
+            this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem17.TextVisible = false;
+            // 
+            // layoutControlItem7
+            // 
+            this.layoutControlItem7.Control = this.txt_itemId;
+            this.layoutControlItem7.Location = new System.Drawing.Point(0, 128);
+            this.layoutControlItem7.Name = "layoutControlItem7";
+            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 4;
+            this.layoutControlItem7.Size = new System.Drawing.Size(325, 32);
+            this.layoutControlItem7.Text = "鐗╂枡ID";
+            this.layoutControlItem7.TextSize = new System.Drawing.Size(52, 14);
+            // 
+            // layoutControlItem21
+            // 
+            this.layoutControlItem21.Control = this.txt_guid;
+            this.layoutControlItem21.Location = new System.Drawing.Point(975, 96);
+            this.layoutControlItem21.Name = "layoutControlItem21";
+            this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem21.Size = new System.Drawing.Size(326, 32);
+            this.layoutControlItem21.Text = "涓婚敭GUID";
+            this.layoutControlItem21.TextSize = new System.Drawing.Size(43, 15);
+            // 
+            // layoutControlItem23
+            // 
+            this.layoutControlItem23.Control = this.txt_freceQty;
+            this.layoutControlItem23.Location = new System.Drawing.Point(990, 90);
+            this.layoutControlItem23.Name = "layoutControlItem23";
+            this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem23.Size = new System.Drawing.Size(332, 30);
+            this.layoutControlItem23.Text = "鍒ゅ畾缁撴灉";
+            this.layoutControlItem23.TextSize = new System.Drawing.Size(52, 14);
+            // 
+            // Root
+            // 
+            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+            this.Root.GroupBordersVisible = false;
+            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+            this.layoutControlItem1,
+            this.layoutControlItem4,
+            this.layoutControlItem5,
+            this.layoutControlItem6,
+            this.layoutControlItem15,
+            this.layoutControlItem16,
+            this.layoutControlItem14,
+            this.layoutControlItem10,
+            this.layoutControlItem13,
+            this.layoutControlItem22,
+            this.layoutControlItem9,
+            this.layoutControlItem8,
+            this.layoutControlItem2,
+            this.layoutControlItem3,
+            this.layoutControlItem24,
+            this.layoutControlItem18,
+            this.layoutControlItem28,
+            this.layoutControlItem25,
+            this.layoutControlItem26,
+            this.layoutControlItem29,
+            this.layoutControlItem30,
+            this.layoutControlItem12,
+            this.layoutControlItem39,
+            this.layoutControlItem27});
+            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
+            this.Root.Name = "Root";
+            columnDefinition9.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition9.Width = 100D;
+            columnDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition10.Width = 100D;
+            columnDefinition11.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition11.Width = 100D;
+            columnDefinition12.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition12.Width = 100D;
+            this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
+            columnDefinition9,
+            columnDefinition10,
+            columnDefinition11,
+            columnDefinition12});
+            rowDefinition2.Height = 100D;
+            rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition3.Height = 100D;
+            rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition4.Height = 100D;
+            rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition5.Height = 100D;
+            rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition6.Height = 100D;
+            rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition7.Height = 100D;
+            rowDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition8.Height = 100D;
+            rowDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition9.Height = 100D;
+            rowDefinition9.SizeType = System.Windows.Forms.SizeType.Percent;
+            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
+            rowDefinition2,
+            rowDefinition3,
+            rowDefinition4,
+            rowDefinition5,
+            rowDefinition6,
+            rowDefinition7,
+            rowDefinition8,
+            rowDefinition9});
+            this.Root.Size = new System.Drawing.Size(1238, 228);
+            this.Root.TextVisible = false;
+            // 
+            // layoutControlItem1
+            // 
+            this.layoutControlItem1.Control = this.txt_releaseNo;
+            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
+            this.layoutControlItem1.Name = "layoutControlItem1";
+            this.layoutControlItem1.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem1.Text = "妫�楠屽崟鍙�";
+            this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem4
+            // 
+            this.layoutControlItem4.Control = this.txt_itemName;
+            this.layoutControlItem4.Location = new System.Drawing.Point(0, 26);
+            this.layoutControlItem4.Name = "layoutControlItem4";
+            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem4.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem4.Text = "鐗╂枡鍚嶇О";
+            this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem5
+            // 
+            this.layoutControlItem5.Control = this.txt_itemNo;
+            this.layoutControlItem5.Location = new System.Drawing.Point(0, 52);
+            this.layoutControlItem5.Name = "layoutControlItem5";
+            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem5.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem5.Text = "鐗╂枡缂栫爜";
+            this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem6
+            // 
+            this.layoutControlItem6.Control = this.txt_itemModel;
+            this.layoutControlItem6.Location = new System.Drawing.Point(0, 78);
+            this.layoutControlItem6.Name = "layoutControlItem6";
+            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem6.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem6.Text = "鐗╂枡瑙勬牸";
+            this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem15
+            // 
+            this.layoutControlItem15.Control = this.txt_fsubmitDate;
+            this.layoutControlItem15.Location = new System.Drawing.Point(912, 26);
+            this.layoutControlItem15.Name = "layoutControlItem15";
+            this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem15.Size = new System.Drawing.Size(306, 26);
+            this.layoutControlItem15.Text = "瀹℃牳鏃ユ湡";
+            this.layoutControlItem15.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem16
+            // 
+            this.layoutControlItem16.Control = this.txt_fsubmitBy;
+            this.layoutControlItem16.Location = new System.Drawing.Point(912, 52);
+            this.layoutControlItem16.Name = "layoutControlItem16";
+            this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem16.Size = new System.Drawing.Size(306, 26);
+            this.layoutControlItem16.Text = "瀹℃牳浜哄憳";
+            this.layoutControlItem16.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem14
+            // 
+            this.layoutControlItem14.Control = this.txt_fsubmit;
+            this.layoutControlItem14.Location = new System.Drawing.Point(912, 0);
+            this.layoutControlItem14.Name = "layoutControlItem14";
+            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem14.Size = new System.Drawing.Size(306, 26);
+            this.layoutControlItem14.Text = "瀹℃牳鏍囪瘑";
+            this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem14.TextVisible = false;
+            // 
+            // layoutControlItem10
+            // 
+            this.layoutControlItem10.Control = this.txt_fcheckResu;
+            this.layoutControlItem10.Location = new System.Drawing.Point(608, 78);
+            this.layoutControlItem10.Name = "layoutControlItem10";
+            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem10.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem10.Text = "妫�楠岀粨鏋�";
+            this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem13
+            // 
+            this.layoutControlItem13.Control = this.txt_suppName;
+            this.layoutControlItem13.Location = new System.Drawing.Point(304, 78);
+            this.layoutControlItem13.Name = "layoutControlItem13";
+            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem13.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem13.Text = "渚涘簲鍟�";
+            this.layoutControlItem13.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem22
+            // 
+            this.layoutControlItem22.Control = this.txt_checkStates;
+            this.layoutControlItem22.Location = new System.Drawing.Point(608, 52);
+            this.layoutControlItem22.Name = "layoutControlItem22";
+            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem22.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem22.Text = "妫�楠岀姸鎬�";
+            this.layoutControlItem22.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem9
+            // 
+            this.layoutControlItem9.Control = this.txt_fbatchQty;
+            this.layoutControlItem9.Location = new System.Drawing.Point(304, 52);
+            this.layoutControlItem9.Name = "layoutControlItem9";
+            this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem9.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem9.Text = "鏀惰揣鏁伴噺";
+            this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem8
+            // 
+            this.layoutControlItem8.Control = this.txt_fcheckBy;
+            this.layoutControlItem8.Location = new System.Drawing.Point(608, 26);
+            this.layoutControlItem8.Name = "layoutControlItem8";
+            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem8.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem8.Text = "妫�楠屼汉鍛�";
+            this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem2
+            // 
+            this.layoutControlItem2.Control = this.txt_fcheckDate;
+            this.layoutControlItem2.Location = new System.Drawing.Point(608, 0);
+            this.layoutControlItem2.Name = "layoutControlItem2";
+            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem2.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem2.Text = "妫�楠屾棩鏈�";
+            this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem3
+            // 
+            this.layoutControlItem3.Control = this.txt_lotNo;
+            this.layoutControlItem3.Location = new System.Drawing.Point(304, 0);
+            this.layoutControlItem3.Name = "layoutControlItem3";
+            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem3.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem3.Text = "閫佹鎵瑰彿";
+            this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem24
+            // 
+            this.layoutControlItem24.Control = txt_salesOrderId;
+            this.layoutControlItem24.CustomizationFormText = "闇�姹傝窡韪彿";
+            this.layoutControlItem24.Location = new System.Drawing.Point(304, 26);
+            this.layoutControlItem24.Name = "layoutControlItem24";
+            this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem24.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem24.Text = "闇�姹傝窡韪彿";
+            this.layoutControlItem24.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem18
+            // 
+            this.layoutControlItem18.Control = this.txt_slOrg;
+            this.layoutControlItem18.Location = new System.Drawing.Point(608, 104);
+            this.layoutControlItem18.Name = "layoutControlItem18";
+            this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 4;
+            this.layoutControlItem18.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem18.Text = "鏀舵枡缁勭粐";
+            this.layoutControlItem18.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem28
+            // 
+            this.layoutControlItem28.Control = this.txt_fngDesc;
+            this.layoutControlItem28.Location = new System.Drawing.Point(0, 130);
+            this.layoutControlItem28.Name = "layoutControlItem28";
+            this.layoutControlItem28.OptionsTableLayoutItem.ColumnSpan = 2;
+            this.layoutControlItem28.OptionsTableLayoutItem.RowIndex = 5;
+            this.layoutControlItem28.OptionsTableLayoutItem.RowSpan = 2;
+            this.layoutControlItem28.Size = new System.Drawing.Size(608, 52);
+            this.layoutControlItem28.Text = "寮傚父澶囨敞";
+            this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem28.TextVisible = false;
+            // 
+            // layoutControlItem25
+            // 
+            this.layoutControlItem25.Control = this.txt_fngHandle;
+            this.layoutControlItem25.Location = new System.Drawing.Point(912, 78);
+            this.layoutControlItem25.Name = "layoutControlItem25";
+            this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem25.Size = new System.Drawing.Size(306, 26);
+            this.layoutControlItem25.Text = "澶勭悊鎰忚";
+            this.layoutControlItem25.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem26
+            // 
+            this.layoutControlItem26.Control = this.txt_xblb;
+            this.layoutControlItem26.Location = new System.Drawing.Point(912, 130);
+            this.layoutControlItem26.Name = "layoutControlItem26";
+            this.layoutControlItem26.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 5;
+            this.layoutControlItem26.OptionsTableLayoutItem.RowSpan = 2;
+            this.layoutControlItem26.Size = new System.Drawing.Size(306, 52);
+            this.layoutControlItem26.Text = "閫夊埆绫诲埆";
+            this.layoutControlItem26.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem29
+            // 
+            this.layoutControlItem29.Control = this.txt_xbsl;
+            this.layoutControlItem29.Location = new System.Drawing.Point(912, 104);
+            this.layoutControlItem29.Name = "layoutControlItem29";
+            this.layoutControlItem29.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem29.OptionsTableLayoutItem.RowIndex = 4;
+            this.layoutControlItem29.Size = new System.Drawing.Size(306, 26);
+            this.layoutControlItem29.Text = "鎸戦�夋暟閲�";
+            this.layoutControlItem29.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem30
+            // 
+            this.layoutControlItem30.Control = this.layWeight;
+            this.layoutControlItem30.Location = new System.Drawing.Point(0, 182);
+            this.layoutControlItem30.Name = "layoutControlItem30";
+            this.layoutControlItem30.OptionsTableLayoutItem.ColumnSpan = 3;
+            this.layoutControlItem30.OptionsTableLayoutItem.RowIndex = 7;
+            this.layoutControlItem30.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
+            this.layoutControlItem30.Size = new System.Drawing.Size(912, 26);
+            this.layoutControlItem30.Text = "绉伴噸";
+            this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem30.TextVisible = false;
+            // 
+            // layoutControlItem12
+            // 
+            this.layoutControlItem12.Control = this.txt_remarks;
+            this.layoutControlItem12.Location = new System.Drawing.Point(608, 130);
+            this.layoutControlItem12.Name = "layoutControlItem12";
+            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem12.OptionsTableLayoutItem.ColumnSpan = 2;
+            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 5;
+            this.layoutControlItem12.Size = new System.Drawing.Size(610, 26);
+            this.layoutControlItem12.Text = "鏀舵枡澶囨敞";
+            this.layoutControlItem12.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem39
+            // 
+            this.layoutControlItem39.Control = this.txt_iqcRemark;
+            this.layoutControlItem39.Location = new System.Drawing.Point(0, 104);
+            this.layoutControlItem39.Name = "layoutControlItem39";
+            this.layoutControlItem39.OptionsTableLayoutItem.RowIndex = 4;
+            this.layoutControlItem39.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem39.Text = "妫�楠屽娉�";
+            this.layoutControlItem39.TextSize = new System.Drawing.Size(60, 14);
+            // 
+            // layoutControlItem27
+            // 
+            this.layoutControlItem27.Control = this.btnYcReport;
+            this.layoutControlItem27.Location = new System.Drawing.Point(608, 156);
+            this.layoutControlItem27.MaxSize = new System.Drawing.Size(105, 24);
+            this.layoutControlItem27.MinSize = new System.Drawing.Size(105, 24);
+            this.layoutControlItem27.Name = "layoutControlItem27";
+            this.layoutControlItem27.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem27.OptionsTableLayoutItem.RowIndex = 6;
+            this.layoutControlItem27.Size = new System.Drawing.Size(304, 26);
+            this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+            this.layoutControlItem27.Text = "鏌ョ湅寮傚父鎶ュ憡";
+            this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem27.TextVisible = false;
+            // 
             // repositoryItemComboBox1
             // 
             this.repositoryItemComboBox1.AutoHeight = false;
@@ -382,10 +1304,10 @@
             this.toolBarMenu1.guidKey = null;
             this.toolBarMenu1.isSetBtn = false;
             this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
-            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
+            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.toolBarMenu1.Name = "toolBarMenu1";
             this.toolBarMenu1.rptParameter = null;
-            this.toolBarMenu1.Size = new System.Drawing.Size(1796, 98);
+            this.toolBarMenu1.Size = new System.Drawing.Size(1257, 62);
             this.toolBarMenu1.TabIndex = 0;
             this.toolBarMenu1.xlsInService = null;
             this.toolBarMenu1.xlsOutParameter = null;
@@ -393,11 +1315,10 @@
             // xtraTabControl1
             // 
             this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.xtraTabControl1.Location = new System.Drawing.Point(0, 98);
-            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
             this.xtraTabControl1.Name = "xtraTabControl1";
             this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
-            this.xtraTabControl1.Size = new System.Drawing.Size(1796, 880);
+            this.xtraTabControl1.Size = new System.Drawing.Size(1257, 560);
             this.xtraTabControl1.TabIndex = 3;
             this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPage1,
@@ -406,9 +1327,8 @@
             // xtraTabPage1
             // 
             this.xtraTabPage1.Controls.Add(this.split1);
-            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPage1.Name = "xtraTabPage1";
-            this.xtraTabPage1.Size = new System.Drawing.Size(1794, 842);
+            this.xtraTabPage1.Size = new System.Drawing.Size(1255, 534);
             this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
             // 
             // split1
@@ -417,7 +1337,6 @@
             this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
             this.split1.Horizontal = false;
             this.split1.Location = new System.Drawing.Point(0, 0);
-            this.split1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.split1.Name = "split1";
             // 
             // split1.Panel1
@@ -430,19 +1349,17 @@
             // 
             this.split1.Panel2.Text = "Panel2";
             this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.split1.Size = new System.Drawing.Size(1794, 842);
+            this.split1.Size = new System.Drawing.Size(1255, 534);
             this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 4;
             // 
             // gcMain1
             // 
             this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gcMain1.Location = new System.Drawing.Point(0, 0);
             this.gcMain1.MainView = this.gridView1;
-            this.gcMain1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gcMain1.Name = "gcMain1";
-            this.gcMain1.Size = new System.Drawing.Size(1794, 781);
+            this.gcMain1.Size = new System.Drawing.Size(1255, 495);
             this.gcMain1.TabIndex = 2;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -483,10 +1400,11 @@
             this.gridColumn_cgdCreate,
             this.gridColumn30,
             this.gridColumn5,
-            this.gridColumn6});
-            this.gridView1.DetailHeight = 428;
+            this.gridColumn6,
+            this.gridColumn8});
+            this.gridView1.DetailHeight = 272;
             this.gridView1.GridControl = this.gcMain1;
-            this.gridView1.IndicatorWidth = 62;
+            this.gridView1.IndicatorWidth = 43;
             this.gridView1.Name = "gridView1";
             this.gridView1.OptionsFind.ShowSearchNavButtons = false;
             this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -496,358 +1414,359 @@
             // 
             this.gridColumn13.Caption = "鎬ユ枡鏍囪瘑";
             this.gridColumn13.FieldName = "urgentLagTxt";
-            this.gridColumn13.MinWidth = 37;
+            this.gridColumn13.MinWidth = 26;
             this.gridColumn13.Name = "gridColumn13";
             this.gridColumn13.OptionsColumn.ReadOnly = true;
             this.gridColumn13.Tag = "query_a.fsubmit";
             this.gridColumn13.UnboundDataType = typeof(bool);
             this.gridColumn13.Visible = true;
             this.gridColumn13.VisibleIndex = 0;
-            this.gridColumn13.Width = 62;
+            this.gridColumn13.Width = 43;
             // 
             // gv_fsubmit
             // 
             this.gv_fsubmit.AppearanceCell.Options.UseFont = true;
             this.gv_fsubmit.Caption = "瀹℃牳鏍囪瘑";
             this.gv_fsubmit.FieldName = "fsubmitTxt";
-            this.gv_fsubmit.MinWidth = 37;
+            this.gv_fsubmit.MinWidth = 26;
             this.gv_fsubmit.Name = "gv_fsubmit";
             this.gv_fsubmit.OptionsColumn.AllowEdit = false;
             this.gv_fsubmit.Tag = "query_a.fsubmit";
             this.gv_fsubmit.UnboundDataType = typeof(bool);
             this.gv_fsubmit.Visible = true;
             this.gv_fsubmit.VisibleIndex = 1;
-            this.gv_fsubmit.Width = 62;
+            this.gv_fsubmit.Width = 43;
             // 
             // gv_lotNo
             // 
             this.gv_lotNo.AppearanceCell.Options.UseFont = true;
             this.gv_lotNo.Caption = "閫佹鎵规";
             this.gv_lotNo.FieldName = "lotNo";
-            this.gv_lotNo.MinWidth = 37;
+            this.gv_lotNo.MinWidth = 26;
             this.gv_lotNo.Name = "gv_lotNo";
             this.gv_lotNo.OptionsColumn.AllowEdit = false;
             this.gv_lotNo.Tag = "query_a.lot_no";
             this.gv_lotNo.Visible = true;
             this.gv_lotNo.VisibleIndex = 3;
-            this.gv_lotNo.Width = 150;
+            this.gv_lotNo.Width = 105;
             // 
             // gv_lifnr
             // 
             this.gv_lifnr.AppearanceCell.Options.UseFont = true;
             this.gv_lifnr.Caption = "渚涘簲鍟嗗悕绉�";
             this.gv_lifnr.FieldName = "suppName";
-            this.gv_lifnr.MinWidth = 37;
+            this.gv_lifnr.MinWidth = 26;
             this.gv_lifnr.Name = "gv_lifnr";
             this.gv_lifnr.OptionsColumn.AllowEdit = false;
             this.gv_lifnr.Tag = "query_a.lifnr";
             this.gv_lifnr.Visible = true;
             this.gv_lifnr.VisibleIndex = 7;
-            this.gv_lifnr.Width = 250;
+            this.gv_lifnr.Width = 175;
             // 
             // gv_releaseNo
             // 
             this.gv_releaseNo.AppearanceCell.Options.UseFont = true;
             this.gv_releaseNo.Caption = "妫�楠屽崟鍙�";
             this.gv_releaseNo.FieldName = "releaseNo";
-            this.gv_releaseNo.MinWidth = 37;
+            this.gv_releaseNo.MinWidth = 26;
             this.gv_releaseNo.Name = "gv_releaseNo";
             this.gv_releaseNo.OptionsColumn.AllowEdit = false;
             this.gv_releaseNo.Tag = "query_a.release_no";
             this.gv_releaseNo.Visible = true;
             this.gv_releaseNo.VisibleIndex = 2;
-            this.gv_releaseNo.Width = 125;
+            this.gv_releaseNo.Width = 87;
             // 
             // gv_itemId
             // 
             this.gv_itemId.AppearanceCell.Options.UseFont = true;
             this.gv_itemId.Caption = "鐗╂枡ID";
             this.gv_itemId.FieldName = "itemId";
-            this.gv_itemId.MinWidth = 37;
+            this.gv_itemId.MinWidth = 26;
             this.gv_itemId.Name = "gv_itemId";
             this.gv_itemId.OptionsColumn.AllowEdit = false;
             this.gv_itemId.Tag = "query_a.item_id";
-            this.gv_itemId.Width = 37;
+            this.gv_itemId.Width = 26;
             // 
             // gv_itemNo
             // 
             this.gv_itemNo.AppearanceCell.Options.UseFont = true;
             this.gv_itemNo.Caption = "鐗╂枡缂栫爜";
             this.gv_itemNo.FieldName = "itemNo";
-            this.gv_itemNo.MinWidth = 37;
+            this.gv_itemNo.MinWidth = 26;
             this.gv_itemNo.Name = "gv_itemNo";
             this.gv_itemNo.OptionsColumn.AllowEdit = false;
             this.gv_itemNo.Tag = "query_a.item_no";
             this.gv_itemNo.Visible = true;
             this.gv_itemNo.VisibleIndex = 8;
-            this.gv_itemNo.Width = 170;
+            this.gv_itemNo.Width = 119;
             // 
             // gv_boardStyle
             // 
             this.gv_boardStyle.AppearanceCell.Options.UseFont = true;
             this.gv_boardStyle.Caption = "鐗╂枡鍚嶇О";
             this.gv_boardStyle.FieldName = "itemName";
-            this.gv_boardStyle.MinWidth = 37;
+            this.gv_boardStyle.MinWidth = 26;
             this.gv_boardStyle.Name = "gv_boardStyle";
             this.gv_boardStyle.OptionsColumn.AllowEdit = false;
             this.gv_boardStyle.Tag = "query_a.board_style";
             this.gv_boardStyle.Visible = true;
             this.gv_boardStyle.VisibleIndex = 9;
-            this.gv_boardStyle.Width = 205;
+            this.gv_boardStyle.Width = 143;
             // 
             // gridColumn14
             // 
             this.gridColumn14.Caption = "鐗╂枡瑙勬牸";
             this.gridColumn14.FieldName = "itemModel";
-            this.gridColumn14.MinWidth = 37;
+            this.gridColumn14.MinWidth = 26;
             this.gridColumn14.Name = "gridColumn14";
             this.gridColumn14.OptionsColumn.ReadOnly = true;
             this.gridColumn14.Visible = true;
             this.gridColumn14.VisibleIndex = 10;
-            this.gridColumn14.Width = 250;
+            this.gridColumn14.Width = 175;
             // 
             // gv_fbatchQty
             // 
             this.gv_fbatchQty.AppearanceCell.Options.UseFont = true;
             this.gv_fbatchQty.Caption = "鏀惰揣鏁伴噺";
             this.gv_fbatchQty.FieldName = "fbatchQty";
-            this.gv_fbatchQty.MinWidth = 37;
+            this.gv_fbatchQty.MinWidth = 26;
             this.gv_fbatchQty.Name = "gv_fbatchQty";
             this.gv_fbatchQty.OptionsColumn.AllowEdit = false;
             this.gv_fbatchQty.Tag = "query_a.fbatch_qty";
             this.gv_fbatchQty.Visible = true;
             this.gv_fbatchQty.VisibleIndex = 11;
-            this.gv_fbatchQty.Width = 100;
+            this.gv_fbatchQty.Width = 70;
             // 
             // gv_fcheckResu
             // 
             this.gv_fcheckResu.AppearanceCell.Options.UseFont = true;
             this.gv_fcheckResu.Caption = "妫�楠岀粨鏋�";
             this.gv_fcheckResu.FieldName = "fcheckResu";
-            this.gv_fcheckResu.MinWidth = 37;
+            this.gv_fcheckResu.MinWidth = 26;
             this.gv_fcheckResu.Name = "gv_fcheckResu";
             this.gv_fcheckResu.OptionsColumn.AllowEdit = false;
             this.gv_fcheckResu.Tag = "query_a.fcheck_resu";
             this.gv_fcheckResu.Visible = true;
             this.gv_fcheckResu.VisibleIndex = 5;
-            this.gv_fcheckResu.Width = 62;
+            this.gv_fcheckResu.Width = 43;
             // 
             // gv_fcovertQty
             // 
             this.gv_fcovertQty.AppearanceCell.Options.UseFont = true;
             this.gv_fcovertQty.Caption = "杞崲鏁伴噺";
             this.gv_fcovertQty.FieldName = "fcovertQty";
-            this.gv_fcovertQty.MinWidth = 37;
+            this.gv_fcovertQty.MinWidth = 26;
             this.gv_fcovertQty.Name = "gv_fcovertQty";
             this.gv_fcovertQty.OptionsColumn.AllowEdit = false;
             this.gv_fcovertQty.OptionsColumn.ReadOnly = true;
             this.gv_fcovertQty.Tag = "query_a.fcovert_qty";
+            this.gv_fcovertQty.Width = 52;
             // 
             // gv_remarks
             // 
             this.gv_remarks.AppearanceCell.Options.UseFont = true;
             this.gv_remarks.Caption = "澶囨敞璇存槑";
             this.gv_remarks.FieldName = "remarks";
-            this.gv_remarks.MinWidth = 37;
+            this.gv_remarks.MinWidth = 26;
             this.gv_remarks.Name = "gv_remarks";
             this.gv_remarks.OptionsColumn.AllowEdit = false;
             this.gv_remarks.Tag = "query_a.remarks";
             this.gv_remarks.Visible = true;
             this.gv_remarks.VisibleIndex = 12;
-            this.gv_remarks.Width = 125;
+            this.gv_remarks.Width = 87;
             // 
             // gv_fcheckBy
             // 
             this.gv_fcheckBy.AppearanceCell.Options.UseFont = true;
             this.gv_fcheckBy.Caption = "妫�楠屼汉鍛�";
             this.gv_fcheckBy.FieldName = "fcheckBy";
-            this.gv_fcheckBy.MinWidth = 37;
+            this.gv_fcheckBy.MinWidth = 26;
             this.gv_fcheckBy.Name = "gv_fcheckBy";
             this.gv_fcheckBy.OptionsColumn.AllowEdit = false;
             this.gv_fcheckBy.Tag = "query_a.fcheck_by";
             this.gv_fcheckBy.Visible = true;
             this.gv_fcheckBy.VisibleIndex = 13;
-            this.gv_fcheckBy.Width = 147;
+            this.gv_fcheckBy.Width = 103;
             // 
             // gv_fcheckDate
             // 
             this.gv_fcheckDate.AppearanceCell.Options.UseFont = true;
             this.gv_fcheckDate.Caption = "妫�楠屾棩鏈�";
             this.gv_fcheckDate.FieldName = "fcheckDate";
-            this.gv_fcheckDate.MinWidth = 37;
+            this.gv_fcheckDate.MinWidth = 26;
             this.gv_fcheckDate.Name = "gv_fcheckDate";
             this.gv_fcheckDate.OptionsColumn.AllowEdit = false;
             this.gv_fcheckDate.Tag = "query_a.fcheck_date";
             this.gv_fcheckDate.Visible = true;
             this.gv_fcheckDate.VisibleIndex = 15;
-            this.gv_fcheckDate.Width = 227;
+            this.gv_fcheckDate.Width = 159;
             // 
             // gv_createBy
             // 
             this.gv_createBy.AppearanceCell.Options.UseFont = true;
             this.gv_createBy.Caption = "鍒涘缓浜�";
             this.gv_createBy.FieldName = "createBy";
-            this.gv_createBy.MinWidth = 37;
+            this.gv_createBy.MinWidth = 26;
             this.gv_createBy.Name = "gv_createBy";
             this.gv_createBy.OptionsColumn.AllowEdit = false;
             this.gv_createBy.Tag = "query_a.create_by";
             this.gv_createBy.Visible = true;
             this.gv_createBy.VisibleIndex = 14;
-            this.gv_createBy.Width = 84;
+            this.gv_createBy.Width = 59;
             // 
             // gridColumn15
             // 
             this.gridColumn15.Caption = "鍒涘缓鏃ユ湡";
             this.gridColumn15.FieldName = "createDate";
-            this.gridColumn15.MinWidth = 31;
+            this.gridColumn15.MinWidth = 22;
             this.gridColumn15.Name = "gridColumn15";
             this.gridColumn15.Visible = true;
             this.gridColumn15.VisibleIndex = 16;
-            this.gridColumn15.Width = 117;
+            this.gridColumn15.Width = 82;
             // 
             // gv_lastupdateBy
             // 
             this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
             this.gv_lastupdateBy.Caption = "鏈�鍚庢洿鏂颁汉";
             this.gv_lastupdateBy.FieldName = "lastupdateBy";
-            this.gv_lastupdateBy.MinWidth = 37;
+            this.gv_lastupdateBy.MinWidth = 26;
             this.gv_lastupdateBy.Name = "gv_lastupdateBy";
             this.gv_lastupdateBy.OptionsColumn.AllowEdit = false;
             this.gv_lastupdateBy.Tag = "query_a.lastupdate_by";
             this.gv_lastupdateBy.Visible = true;
             this.gv_lastupdateBy.VisibleIndex = 17;
+            this.gv_lastupdateBy.Width = 52;
             // 
             // gv_lastupdateDate
             // 
             this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true;
             this.gv_lastupdateDate.Caption = "鏈�鍚庢洿鏂版棩鏈�";
             this.gv_lastupdateDate.FieldName = "lastupdateDate";
-            this.gv_lastupdateDate.MinWidth = 37;
+            this.gv_lastupdateDate.MinWidth = 26;
             this.gv_lastupdateDate.Name = "gv_lastupdateDate";
             this.gv_lastupdateDate.OptionsColumn.AllowEdit = false;
             this.gv_lastupdateDate.Tag = "query_a.lastupdate_date";
             this.gv_lastupdateDate.Visible = true;
             this.gv_lastupdateDate.VisibleIndex = 18;
-            this.gv_lastupdateDate.Width = 150;
+            this.gv_lastupdateDate.Width = 105;
             // 
             // gv_fngHandle
             // 
             this.gv_fngHandle.AppearanceCell.Options.UseFont = true;
             this.gv_fngHandle.Caption = "澶勭悊鎰忚";
             this.gv_fngHandle.FieldName = "fngHandle";
-            this.gv_fngHandle.MinWidth = 37;
+            this.gv_fngHandle.MinWidth = 26;
             this.gv_fngHandle.Name = "gv_fngHandle";
             this.gv_fngHandle.OptionsColumn.AllowEdit = false;
             this.gv_fngHandle.Tag = "query_a.fng_handle";
             this.gv_fngHandle.Visible = true;
             this.gv_fngHandle.VisibleIndex = 6;
-            this.gv_fngHandle.Width = 125;
+            this.gv_fngHandle.Width = 87;
             // 
             // bandedGridColumn1
             // 
             this.bandedGridColumn1.Caption = "鏀舵枡缁勭粐";
             this.bandedGridColumn1.FieldName = "receivingOrg";
-            this.bandedGridColumn1.MinWidth = 62;
+            this.bandedGridColumn1.MinWidth = 43;
             this.bandedGridColumn1.Name = "bandedGridColumn1";
             this.bandedGridColumn1.Tag = "org.fnamber";
             this.bandedGridColumn1.Visible = true;
             this.bandedGridColumn1.VisibleIndex = 19;
-            this.bandedGridColumn1.Width = 312;
+            this.bandedGridColumn1.Width = 218;
             // 
             // gridColumn18
             // 
             this.gridColumn18.Caption = "瀹℃牳浜�";
             this.gridColumn18.FieldName = "fsubmitBy";
-            this.gridColumn18.MinWidth = 31;
+            this.gridColumn18.MinWidth = 22;
             this.gridColumn18.Name = "gridColumn18";
             this.gridColumn18.Visible = true;
             this.gridColumn18.VisibleIndex = 20;
-            this.gridColumn18.Width = 117;
+            this.gridColumn18.Width = 82;
             // 
             // gridColumn19
             // 
             this.gridColumn19.Caption = "瀹℃牳鏃ユ湡";
             this.gridColumn19.FieldName = "fsubmitDate";
-            this.gridColumn19.MinWidth = 31;
+            this.gridColumn19.MinWidth = 22;
             this.gridColumn19.Name = "gridColumn19";
             this.gridColumn19.Visible = true;
             this.gridColumn19.VisibleIndex = 21;
-            this.gridColumn19.Width = 117;
+            this.gridColumn19.Width = 82;
             // 
             // gridColumn17
             // 
             this.gridColumn17.Caption = "涓婚敭Guid";
             this.gridColumn17.FieldName = "guid";
-            this.gridColumn17.MinWidth = 31;
+            this.gridColumn17.MinWidth = 22;
             this.gridColumn17.Name = "gridColumn17";
-            this.gridColumn17.Width = 117;
+            this.gridColumn17.Width = 82;
             // 
             // gridColumn23
             // 
             this.gridColumn23.Caption = "閲囪喘鍗曞彿";
             this.gridColumn23.FieldName = "cgdNo";
-            this.gridColumn23.MinWidth = 31;
+            this.gridColumn23.MinWidth = 22;
             this.gridColumn23.Name = "gridColumn23";
             this.gridColumn23.Visible = true;
             this.gridColumn23.VisibleIndex = 22;
-            this.gridColumn23.Width = 117;
+            this.gridColumn23.Width = 82;
             // 
             // gridColumn_cgdCreate
             // 
             this.gridColumn_cgdCreate.Caption = "閲囪喘璁㈠崟鍒涘缓浜�";
             this.gridColumn_cgdCreate.FieldName = "cgdCreate";
-            this.gridColumn_cgdCreate.MinWidth = 31;
+            this.gridColumn_cgdCreate.MinWidth = 22;
             this.gridColumn_cgdCreate.Name = "gridColumn_cgdCreate";
             this.gridColumn_cgdCreate.Visible = true;
             this.gridColumn_cgdCreate.VisibleIndex = 23;
-            this.gridColumn_cgdCreate.Width = 125;
+            this.gridColumn_cgdCreate.Width = 87;
             // 
             // gridColumn30
             // 
             this.gridColumn30.Caption = "绫诲瀷";
             this.gridColumn30.FieldName = "orderType";
-            this.gridColumn30.MinWidth = 31;
+            this.gridColumn30.MinWidth = 22;
             this.gridColumn30.Name = "gridColumn30";
-            this.gridColumn30.Width = 117;
+            this.gridColumn30.Width = 82;
             // 
             // gridColumn5
             // 
             this.gridColumn5.Caption = "妫�楠岀姸鎬�";
             this.gridColumn5.FieldName = "checkStates";
-            this.gridColumn5.MinWidth = 31;
+            this.gridColumn5.MinWidth = 22;
             this.gridColumn5.Name = "gridColumn5";
             this.gridColumn5.OptionsColumn.ReadOnly = true;
             this.gridColumn5.Visible = true;
             this.gridColumn5.VisibleIndex = 4;
-            this.gridColumn5.Width = 117;
+            this.gridColumn5.Width = 82;
             // 
             // gridColumn6
             // 
             this.gridColumn6.Caption = "鍒ゅ畾缁撴灉";
             this.gridColumn6.FieldName = "freceQty";
-            this.gridColumn6.MinWidth = 31;
+            this.gridColumn6.MinWidth = 22;
             this.gridColumn6.Name = "gridColumn6";
             this.gridColumn6.OptionsColumn.ReadOnly = true;
-            this.gridColumn6.Width = 117;
+            this.gridColumn6.Width = 82;
             // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
             this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pageBar1.Location = new System.Drawing.Point(0, 781);
-            this.pageBar1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
+            this.pageBar1.Location = new System.Drawing.Point(0, 495);
+            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
-            this.pageBar1.Size = new System.Drawing.Size(1794, 46);
+            this.pageBar1.Size = new System.Drawing.Size(1255, 29);
             this.pageBar1.TabIndex = 4;
             this.pageBar1.TotalPages = 0;
             // 
             // xtraTabPage2
             // 
             this.xtraTabPage2.Controls.Add(this.splitMx1);
-            this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabPage2.Name = "xtraTabPage2";
-            this.xtraTabPage2.Size = new System.Drawing.Size(1794, 842);
+            this.xtraTabPage2.Size = new System.Drawing.Size(1255, 534);
             this.xtraTabPage2.Text = "鏁版嵁璇︾粏";
             // 
             // splitMx1
@@ -855,7 +1774,6 @@
             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
@@ -868,974 +1786,17 @@
             this.splitMx1.Panel2.Controls.Add(this.xtraTabControl2);
             this.splitMx1.Panel2.Text = "Panel2";
             this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.splitMx1.Size = new System.Drawing.Size(1794, 842);
-            this.splitMx1.SplitterPosition = 330;
+            this.splitMx1.Size = new System.Drawing.Size(1255, 534);
+            this.splitMx1.SplitterPosition = 210;
             this.splitMx1.TabIndex = 0;
-            // 
-            // layoutMx1
-            // 
-            this.layoutMx1.Controls.Add(this.layWeight);
-            this.layoutMx1.Controls.Add(this.txt_fngDesc);
-            this.layoutMx1.Controls.Add(this.btnYcReport);
-            this.layoutMx1.Controls.Add(this.lbGuid);
-            this.layoutMx1.Controls.Add(this.txt_suppName);
-            this.layoutMx1.Controls.Add(this.txt_remarks);
-            this.layoutMx1.Controls.Add(this.txt_fcheckResu);
-            this.layoutMx1.Controls.Add(this.txt_itemName);
-            this.layoutMx1.Controls.Add(this.txt_releaseNo);
-            this.layoutMx1.Controls.Add(this.txt_fcheckDate);
-            this.layoutMx1.Controls.Add(this.txt_lotNo);
-            this.layoutMx1.Controls.Add(this.txt_itemNo);
-            this.layoutMx1.Controls.Add(this.txt_itemModel);
-            this.layoutMx1.Controls.Add(this.txt_itemId);
-            this.layoutMx1.Controls.Add(this.txt_fcheckBy);
-            this.layoutMx1.Controls.Add(this.txt_fbatchQty);
-            this.layoutMx1.Controls.Add(this.txt_fsubmitDate);
-            this.layoutMx1.Controls.Add(this.txt_fsubmitBy);
-            this.layoutMx1.Controls.Add(this.txt_fsubmit);
-            this.layoutMx1.Controls.Add(this.txt_slOrg);
-            this.layoutMx1.Controls.Add(this.txt_guid);
-            this.layoutMx1.Controls.Add(this.txt_checkStates);
-            this.layoutMx1.Controls.Add(this.txt_freceQty);
-            this.layoutMx1.Controls.Add(txt_xqdj);
-            this.layoutMx1.Controls.Add(this.txt_fngHandle);
-            this.layoutMx1.Controls.Add(this.txt_xblb);
-            this.layoutMx1.Controls.Add(this.txt_xbsl);
-            this.layoutMx1.Controls.Add(this.txt_iqcRemark);
-            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.layoutControlItem17,
-            this.layoutControlItem7,
-            this.layoutControlItem21,
-            this.layoutControlItem23});
-            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(488, 620, 812, 500);
-            this.layoutMx1.Root = this.Root;
-            this.layoutMx1.Size = new System.Drawing.Size(1794, 330);
-            this.layoutMx1.TabIndex = 0;
-            this.layoutMx1.Text = "layoutControl1";
-            // 
-            // layWeight
-            // 
-            this.layWeight.BackColor = System.Drawing.Color.LightBlue;
-            this.layWeight.Controls.Add(this.txt_weight1);
-            this.layWeight.Controls.Add(this.txt_weight2);
-            this.layWeight.Controls.Add(this.txt_weight3);
-            this.layWeight.Controls.Add(this.txt_weight4);
-            this.layWeight.Controls.Add(this.btnW);
-            this.layWeight.Controls.Add(this.txtWCurrent);
-            this.layWeight.Controls.Add(this.txt_weight5);
-            this.layWeight.Controls.Add(this.btnClean);
-            this.layWeight.Location = new System.Drawing.Point(12, 278);
-            this.layWeight.Margin = new System.Windows.Forms.Padding(0);
-            this.layWeight.Name = "layWeight";
-            this.layWeight.Root = this.layoutControlGroup2;
-            this.layWeight.Size = new System.Drawing.Size(1326, 40);
-            this.layWeight.TabIndex = 818;
-            this.layWeight.Text = "layoutControl1";
-            // 
-            // txt_weight1
-            // 
-            this.txt_weight1.Location = new System.Drawing.Point(63, 2);
-            this.txt_weight1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_weight1.Name = "txt_weight1";
-            this.txt_weight1.Properties.ReadOnly = true;
-            this.txt_weight1.Size = new System.Drawing.Size(99, 28);
-            this.txt_weight1.StyleController = this.layWeight;
-            this.txt_weight1.TabIndex = 4;
-            // 
-            // txt_weight2
-            // 
-            this.txt_weight2.Location = new System.Drawing.Point(227, 2);
-            this.txt_weight2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_weight2.Name = "txt_weight2";
-            this.txt_weight2.Properties.ReadOnly = true;
-            this.txt_weight2.Size = new System.Drawing.Size(101, 28);
-            this.txt_weight2.StyleController = this.layWeight;
-            this.txt_weight2.TabIndex = 5;
-            // 
-            // txt_weight3
-            // 
-            this.txt_weight3.Location = new System.Drawing.Point(393, 2);
-            this.txt_weight3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_weight3.Name = "txt_weight3";
-            this.txt_weight3.Properties.ReadOnly = true;
-            this.txt_weight3.Size = new System.Drawing.Size(101, 28);
-            this.txt_weight3.StyleController = this.layWeight;
-            this.txt_weight3.TabIndex = 6;
-            // 
-            // txt_weight4
-            // 
-            this.txt_weight4.Location = new System.Drawing.Point(559, 2);
-            this.txt_weight4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_weight4.Name = "txt_weight4";
-            this.txt_weight4.Properties.ReadOnly = true;
-            this.txt_weight4.Size = new System.Drawing.Size(101, 28);
-            this.txt_weight4.StyleController = this.layWeight;
-            this.txt_weight4.TabIndex = 7;
-            // 
-            // btnW
-            // 
-            this.btnW.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
-            this.btnW.Appearance.ForeColor = System.Drawing.Color.White;
-            this.btnW.Appearance.Options.UseBackColor = true;
-            this.btnW.Appearance.Options.UseForeColor = true;
-            this.btnW.Location = new System.Drawing.Point(996, 2);
-            this.btnW.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.btnW.Name = "btnW";
-            this.btnW.Size = new System.Drawing.Size(162, 32);
-            this.btnW.StyleController = this.layWeight;
-            this.btnW.TabIndex = 9;
-            this.btnW.Text = "鑾峰彇";
-            // 
-            // txtWCurrent
-            // 
-            this.txtWCurrent.Location = new System.Drawing.Point(830, 2);
-            this.txtWCurrent.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txtWCurrent.Name = "txtWCurrent";
-            this.txtWCurrent.Properties.Appearance.BackColor = System.Drawing.Color.DeepSkyBlue;
-            this.txtWCurrent.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
-            this.txtWCurrent.Properties.Appearance.Options.UseBackColor = true;
-            this.txtWCurrent.Properties.Appearance.Options.UseForeColor = true;
-            this.txtWCurrent.Properties.ReadOnly = true;
-            this.txtWCurrent.Size = new System.Drawing.Size(162, 28);
-            this.txtWCurrent.StyleController = this.layWeight;
-            this.txtWCurrent.TabIndex = 10;
-            // 
-            // txt_weight5
-            // 
-            this.txt_weight5.Location = new System.Drawing.Point(725, 2);
-            this.txt_weight5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_weight5.Name = "txt_weight5";
-            this.txt_weight5.Properties.ReadOnly = true;
-            this.txt_weight5.Size = new System.Drawing.Size(101, 28);
-            this.txt_weight5.StyleController = this.layWeight;
-            this.txt_weight5.TabIndex = 11;
-            // 
-            // btnClean
-            // 
-            this.btnClean.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
-            this.btnClean.Appearance.Options.UseBackColor = true;
-            this.btnClean.Location = new System.Drawing.Point(1162, 2);
-            this.btnClean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.btnClean.Name = "btnClean";
-            this.btnClean.Size = new System.Drawing.Size(162, 32);
-            this.btnClean.StyleController = this.layWeight;
-            this.btnClean.TabIndex = 12;
-            this.btnClean.Text = "娓呯┖";
-            // 
-            // layoutControlGroup2
-            // 
-            this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
-            this.layoutControlGroup2.GroupBordersVisible = false;
-            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.layoutControlItem31,
-            this.layoutControlItem32,
-            this.layoutControlItem33,
-            this.layoutControlItem34,
-            this.layoutControlItem36,
-            this.layoutControlItem37,
-            this.layoutControlItem35,
-            this.layoutControlItem38});
-            this.layoutControlGroup2.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
-            this.layoutControlGroup2.Name = "layoutControlGroup2";
-            columnDefinition17.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition17.Width = 100D;
-            columnDefinition18.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition18.Width = 100D;
-            columnDefinition19.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition19.Width = 100D;
-            columnDefinition20.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition20.Width = 100D;
-            columnDefinition21.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition21.Width = 100D;
-            columnDefinition22.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition22.Width = 100D;
-            columnDefinition23.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition23.Width = 100D;
-            columnDefinition24.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition24.Width = 100D;
-            this.layoutControlGroup2.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
-            columnDefinition17,
-            columnDefinition18,
-            columnDefinition19,
-            columnDefinition20,
-            columnDefinition21,
-            columnDefinition22,
-            columnDefinition23,
-            columnDefinition24});
-            rowDefinition11.Height = 100D;
-            rowDefinition11.SizeType = System.Windows.Forms.SizeType.Percent;
-            this.layoutControlGroup2.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
-            rowDefinition11});
-            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlGroup2.Size = new System.Drawing.Size(1326, 40);
-            this.layoutControlGroup2.TextVisible = false;
-            // 
-            // layoutControlItem31
-            // 
-            this.layoutControlItem31.Control = this.txt_weight1;
-            this.layoutControlItem31.Location = new System.Drawing.Point(0, 0);
-            this.layoutControlItem31.Name = "layoutControlItem31";
-            this.layoutControlItem31.Size = new System.Drawing.Size(164, 40);
-            this.layoutControlItem31.Text = "閲嶉噺1";
-            this.layoutControlItem31.TextSize = new System.Drawing.Size(46, 22);
-            // 
-            // layoutControlItem32
-            // 
-            this.layoutControlItem32.Control = this.txt_weight2;
-            this.layoutControlItem32.Location = new System.Drawing.Point(164, 0);
-            this.layoutControlItem32.Name = "layoutControlItem32";
-            this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem32.Size = new System.Drawing.Size(166, 40);
-            this.layoutControlItem32.Text = "閲嶉噺2";
-            this.layoutControlItem32.TextSize = new System.Drawing.Size(46, 22);
-            // 
-            // layoutControlItem33
-            // 
-            this.layoutControlItem33.Control = this.txt_weight3;
-            this.layoutControlItem33.Location = new System.Drawing.Point(330, 0);
-            this.layoutControlItem33.Name = "layoutControlItem33";
-            this.layoutControlItem33.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem33.Size = new System.Drawing.Size(166, 40);
-            this.layoutControlItem33.Text = "閲嶉噺3";
-            this.layoutControlItem33.TextSize = new System.Drawing.Size(46, 22);
-            // 
-            // layoutControlItem34
-            // 
-            this.layoutControlItem34.Control = this.txt_weight4;
-            this.layoutControlItem34.Location = new System.Drawing.Point(496, 0);
-            this.layoutControlItem34.Name = "layoutControlItem34";
-            this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem34.Size = new System.Drawing.Size(166, 40);
-            this.layoutControlItem34.Text = "閲嶉噺4";
-            this.layoutControlItem34.TextSize = new System.Drawing.Size(46, 22);
-            // 
-            // layoutControlItem36
-            // 
-            this.layoutControlItem36.Control = this.btnW;
-            this.layoutControlItem36.Location = new System.Drawing.Point(994, 0);
-            this.layoutControlItem36.Name = "layoutControlItem36";
-            this.layoutControlItem36.OptionsTableLayoutItem.ColumnIndex = 6;
-            this.layoutControlItem36.Size = new System.Drawing.Size(166, 40);
-            this.layoutControlItem36.Text = "鑾峰彇";
-            this.layoutControlItem36.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem36.TextVisible = false;
-            // 
-            // layoutControlItem37
-            // 
-            this.layoutControlItem37.Control = this.txtWCurrent;
-            this.layoutControlItem37.Location = new System.Drawing.Point(828, 0);
-            this.layoutControlItem37.Name = "layoutControlItem37";
-            this.layoutControlItem37.OptionsTableLayoutItem.ColumnIndex = 5;
-            this.layoutControlItem37.Size = new System.Drawing.Size(166, 40);
-            this.layoutControlItem37.Text = "瀹炴椂閲嶉噺";
-            this.layoutControlItem37.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem37.TextVisible = false;
-            // 
-            // layoutControlItem35
-            // 
-            this.layoutControlItem35.Control = this.txt_weight5;
-            this.layoutControlItem35.Location = new System.Drawing.Point(662, 0);
-            this.layoutControlItem35.Name = "layoutControlItem35";
-            this.layoutControlItem35.OptionsTableLayoutItem.ColumnIndex = 4;
-            this.layoutControlItem35.Size = new System.Drawing.Size(166, 40);
-            this.layoutControlItem35.Text = "绉伴噸5";
-            this.layoutControlItem35.TextSize = new System.Drawing.Size(46, 22);
-            // 
-            // layoutControlItem38
-            // 
-            this.layoutControlItem38.Control = this.btnClean;
-            this.layoutControlItem38.Location = new System.Drawing.Point(1160, 0);
-            this.layoutControlItem38.Name = "layoutControlItem38";
-            this.layoutControlItem38.OptionsTableLayoutItem.ColumnIndex = 7;
-            this.layoutControlItem38.Size = new System.Drawing.Size(166, 40);
-            this.layoutControlItem38.Text = "娓呯┖";
-            this.layoutControlItem38.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem38.TextVisible = false;
-            // 
-            // txt_fngDesc
-            // 
-            this.txt_fngDesc.BtnTxt = "寮傚父鎻忚堪";
-            this.txt_fngDesc.Location = new System.Drawing.Point(14, 204);
-            this.txt_fngDesc.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
-            this.txt_fngDesc.Name = "txt_fngDesc";
-            this.txt_fngDesc.Size = new System.Drawing.Size(880, 72);
-            this.txt_fngDesc.TabIndex = 815;
-            this.txt_fngDesc.TextTxt = "";
-            this.txt_fngDesc.WhereTxt = " a.s_type=\'QC寮傚父鎻忚堪\' and a.pid<>\'00000000-0000-0000-0000-000000000000\'";
-            // 
-            // btnYcReport
-            // 
-            this.btnYcReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.exporttopdf_16x16;
-            this.btnYcReport.Location = new System.Drawing.Point(898, 242);
-            this.btnYcReport.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.btnYcReport.Name = "btnYcReport";
-            this.btnYcReport.Size = new System.Drawing.Size(146, 34);
-            this.btnYcReport.StyleController = this.layoutMx1;
-            this.btnYcReport.TabIndex = 814;
-            this.btnYcReport.Tag = "gvBtnAlawys";
-            this.btnYcReport.Text = "鏌ョ湅寮傚父鎶ュ憡";
-            // 
-            // lbGuid
-            // 
-            this.lbGuid.Location = new System.Drawing.Point(1234, 132);
-            this.lbGuid.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.lbGuid.Name = "lbGuid";
-            this.lbGuid.Size = new System.Drawing.Size(402, 34);
-            this.lbGuid.TabIndex = 1;
-            this.lbGuid.Text = "lbGuid";
-            this.lbGuid.Visible = false;
-            // 
-            // txt_suppName
-            // 
-            this.txt_suppName.Location = new System.Drawing.Point(561, 128);
-            this.txt_suppName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_suppName.Name = "txt_suppName";
-            this.txt_suppName.Size = new System.Drawing.Size(333, 28);
-            this.txt_suppName.StyleController = this.layoutMx1;
-            this.txt_suppName.TabIndex = 801;
-            this.txt_suppName.Tag = "readonly";
-            // 
-            // txt_remarks
-            // 
-            this.txt_remarks.Location = new System.Drawing.Point(1003, 204);
-            this.txt_remarks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_remarks.Name = "txt_remarks";
-            this.txt_remarks.Properties.Appearance.Options.UseFont = true;
-            this.txt_remarks.Size = new System.Drawing.Size(777, 28);
-            this.txt_remarks.StyleController = this.layoutMx1;
-            this.txt_remarks.TabIndex = 797;
-            this.txt_remarks.Tag = "readonly";
-            // 
-            // txt_fcheckResu
-            // 
-            this.txt_fcheckResu.Location = new System.Drawing.Point(1003, 128);
-            this.txt_fcheckResu.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fcheckResu.Name = "txt_fcheckResu";
-            this.txt_fcheckResu.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
-            this.txt_fcheckResu.Properties.Appearance.Options.UseForeColor = true;
-            this.txt_fcheckResu.Size = new System.Drawing.Size(333, 28);
-            this.txt_fcheckResu.StyleController = this.layoutMx1;
-            this.txt_fcheckResu.TabIndex = 798;
-            this.txt_fcheckResu.Tag = "readonly";
-            // 
-            // txt_itemName
-            // 
-            this.txt_itemName.Location = new System.Drawing.Point(119, 52);
-            this.txt_itemName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_itemName.Name = "txt_itemName";
-            this.txt_itemName.Properties.Appearance.Options.UseFont = true;
-            this.txt_itemName.Size = new System.Drawing.Size(333, 28);
-            this.txt_itemName.StyleController = this.layoutMx1;
-            this.txt_itemName.TabIndex = 800;
-            this.txt_itemName.Tag = "readonly";
-            // 
-            // txt_releaseNo
-            // 
-            this.txt_releaseNo.Location = new System.Drawing.Point(119, 14);
-            this.txt_releaseNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_releaseNo.Name = "txt_releaseNo";
-            this.txt_releaseNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_releaseNo.Size = new System.Drawing.Size(333, 28);
-            this.txt_releaseNo.StyleController = this.layoutMx1;
-            this.txt_releaseNo.TabIndex = 213;
-            this.txt_releaseNo.Tag = "readonly";
-            // 
-            // txt_fcheckDate
-            // 
-            this.txt_fcheckDate.Location = new System.Drawing.Point(1003, 14);
-            this.txt_fcheckDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fcheckDate.Name = "txt_fcheckDate";
-            this.txt_fcheckDate.Properties.Appearance.Options.UseFont = true;
-            this.txt_fcheckDate.Size = new System.Drawing.Size(333, 28);
-            this.txt_fcheckDate.StyleController = this.layoutMx1;
-            this.txt_fcheckDate.TabIndex = 216;
-            this.txt_fcheckDate.Tag = "readonly";
-            // 
-            // txt_lotNo
-            // 
-            this.txt_lotNo.Location = new System.Drawing.Point(561, 14);
-            this.txt_lotNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_lotNo.Name = "txt_lotNo";
-            this.txt_lotNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_lotNo.Size = new System.Drawing.Size(333, 28);
-            this.txt_lotNo.StyleController = this.layoutMx1;
-            this.txt_lotNo.TabIndex = 262;
-            this.txt_lotNo.Tag = "readonly";
-            // 
-            // txt_itemNo
-            // 
-            this.txt_itemNo.Location = new System.Drawing.Point(119, 90);
-            this.txt_itemNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_itemNo.Name = "txt_itemNo";
-            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_itemNo.Size = new System.Drawing.Size(333, 28);
-            this.txt_itemNo.StyleController = this.layoutMx1;
-            this.txt_itemNo.TabIndex = 789;
-            this.txt_itemNo.Tag = "readonly";
-            // 
-            // txt_itemModel
-            // 
-            this.txt_itemModel.Location = new System.Drawing.Point(119, 128);
-            this.txt_itemModel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_itemModel.Name = "txt_itemModel";
-            this.txt_itemModel.Size = new System.Drawing.Size(333, 28);
-            this.txt_itemModel.StyleController = this.layoutMx1;
-            this.txt_itemModel.TabIndex = 801;
-            this.txt_itemModel.Tag = "readonly";
-            // 
-            // txt_itemId
-            // 
-            this.txt_itemId.Location = new System.Drawing.Point(105, 171);
-            this.txt_itemId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_itemId.Name = "txt_itemId";
-            this.txt_itemId.Size = new System.Drawing.Size(311, 28);
-            this.txt_itemId.StyleController = this.layoutMx1;
-            this.txt_itemId.TabIndex = 802;
-            this.txt_itemId.Tag = "readonly";
-            // 
-            // txt_fcheckBy
-            // 
-            this.txt_fcheckBy.Location = new System.Drawing.Point(1003, 52);
-            this.txt_fcheckBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fcheckBy.Name = "txt_fcheckBy";
-            this.txt_fcheckBy.Properties.Appearance.Options.UseFont = true;
-            this.txt_fcheckBy.Size = new System.Drawing.Size(333, 28);
-            this.txt_fcheckBy.StyleController = this.layoutMx1;
-            this.txt_fcheckBy.TabIndex = 217;
-            this.txt_fcheckBy.Tag = "readonly";
-            // 
-            // txt_fbatchQty
-            // 
-            this.txt_fbatchQty.Location = new System.Drawing.Point(561, 90);
-            this.txt_fbatchQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fbatchQty.Name = "txt_fbatchQty";
-            this.txt_fbatchQty.Properties.Appearance.Options.UseFont = true;
-            this.txt_fbatchQty.Size = new System.Drawing.Size(333, 28);
-            this.txt_fbatchQty.StyleController = this.layoutMx1;
-            this.txt_fbatchQty.TabIndex = 222;
-            this.txt_fbatchQty.Tag = "readonly";
-            // 
-            // txt_fsubmitDate
-            // 
-            this.txt_fsubmitDate.Location = new System.Drawing.Point(1445, 52);
-            this.txt_fsubmitDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fsubmitDate.Name = "txt_fsubmitDate";
-            this.txt_fsubmitDate.Size = new System.Drawing.Size(335, 28);
-            this.txt_fsubmitDate.StyleController = this.layoutMx1;
-            this.txt_fsubmitDate.TabIndex = 804;
-            this.txt_fsubmitDate.Tag = "readonly";
-            // 
-            // txt_fsubmitBy
-            // 
-            this.txt_fsubmitBy.Location = new System.Drawing.Point(1445, 90);
-            this.txt_fsubmitBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fsubmitBy.Name = "txt_fsubmitBy";
-            this.txt_fsubmitBy.Size = new System.Drawing.Size(335, 28);
-            this.txt_fsubmitBy.StyleController = this.layoutMx1;
-            this.txt_fsubmitBy.TabIndex = 805;
-            this.txt_fsubmitBy.Tag = "readonly";
-            // 
-            // txt_fsubmit
-            // 
-            this.txt_fsubmit.Location = new System.Drawing.Point(1340, 14);
-            this.txt_fsubmit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fsubmit.Name = "txt_fsubmit";
-            this.txt_fsubmit.Properties.Caption = "瀹℃牳鏍囪瘑";
-            this.txt_fsubmit.Size = new System.Drawing.Size(440, 27);
-            this.txt_fsubmit.StyleController = this.layoutMx1;
-            this.txt_fsubmit.TabIndex = 806;
-            this.txt_fsubmit.Tag = "readonly";
-            // 
-            // txt_slOrg
-            // 
-            this.txt_slOrg.Location = new System.Drawing.Point(1003, 166);
-            this.txt_slOrg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_slOrg.Name = "txt_slOrg";
-            this.txt_slOrg.Size = new System.Drawing.Size(333, 28);
-            this.txt_slOrg.StyleController = this.layoutMx1;
-            this.txt_slOrg.TabIndex = 807;
-            this.txt_slOrg.Tag = "readonly";
-            // 
-            // txt_guid
-            // 
-            this.txt_guid.Location = new System.Drawing.Point(1331, 132);
-            this.txt_guid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_guid.Name = "txt_guid";
-            this.txt_guid.Size = new System.Drawing.Size(305, 28);
-            this.txt_guid.StyleController = this.layoutMx1;
-            this.txt_guid.TabIndex = 808;
-            this.txt_guid.Tag = "readonly";
-            // 
-            // txt_checkStates
-            // 
-            this.txt_checkStates.Location = new System.Drawing.Point(1003, 90);
-            this.txt_checkStates.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_checkStates.Name = "txt_checkStates";
-            this.txt_checkStates.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
-            this.txt_checkStates.Properties.Appearance.Options.UseForeColor = true;
-            this.txt_checkStates.Size = new System.Drawing.Size(333, 28);
-            this.txt_checkStates.StyleController = this.layoutMx1;
-            this.txt_checkStates.TabIndex = 809;
-            this.txt_checkStates.Tag = "readonly";
-            // 
-            // txt_freceQty
-            // 
-            this.txt_freceQty.Location = new System.Drawing.Point(1342, 125);
-            this.txt_freceQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_freceQty.Name = "txt_freceQty";
-            this.txt_freceQty.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
-            this.txt_freceQty.Properties.Appearance.Options.UseForeColor = true;
-            this.txt_freceQty.Size = new System.Drawing.Size(320, 28);
-            this.txt_freceQty.StyleController = this.layoutMx1;
-            this.txt_freceQty.TabIndex = 810;
-            this.txt_freceQty.Tag = "readonly";
-            // 
-            // txt_xqdj
-            // 
-            txt_xqdj.Location = new System.Drawing.Point(561, 52);
-            txt_xqdj.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            txt_xqdj.Name = "txt_xqdj";
-            txt_xqdj.Size = new System.Drawing.Size(333, 28);
-            txt_xqdj.StyleController = this.layoutMx1;
-            txt_xqdj.TabIndex = 811;
-            txt_xqdj.Tag = "readonly";
-            // 
-            // txt_fngHandle
-            // 
-            this.txt_fngHandle.Location = new System.Drawing.Point(1445, 128);
-            this.txt_fngHandle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_fngHandle.Name = "txt_fngHandle";
-            this.txt_fngHandle.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
-            this.txt_fngHandle.Properties.Appearance.Options.UseForeColor = true;
-            this.txt_fngHandle.Size = new System.Drawing.Size(335, 28);
-            this.txt_fngHandle.StyleController = this.layoutMx1;
-            this.txt_fngHandle.TabIndex = 812;
-            this.txt_fngHandle.Tag = "readonly";
-            // 
-            // txt_xblb
-            // 
-            this.txt_xblb.Location = new System.Drawing.Point(1445, 204);
-            this.txt_xblb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_xblb.Name = "txt_xblb";
-            this.txt_xblb.Size = new System.Drawing.Size(335, 72);
-            this.txt_xblb.StyleController = this.layoutMx1;
-            this.txt_xblb.TabIndex = 816;
-            this.txt_xblb.Tag = "readonly";
-            // 
-            // txt_xbsl
-            // 
-            this.txt_xbsl.Location = new System.Drawing.Point(1445, 166);
-            this.txt_xbsl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_xbsl.Name = "txt_xbsl";
-            this.txt_xbsl.Size = new System.Drawing.Size(335, 28);
-            this.txt_xbsl.StyleController = this.layoutMx1;
-            this.txt_xbsl.TabIndex = 817;
-            this.txt_xbsl.Tag = "readonly";
-            // 
-            // txt_iqcRemark
-            // 
-            this.txt_iqcRemark.Location = new System.Drawing.Point(119, 166);
-            this.txt_iqcRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.txt_iqcRemark.Name = "txt_iqcRemark";
-            this.txt_iqcRemark.Size = new System.Drawing.Size(333, 28);
-            this.txt_iqcRemark.StyleController = this.layoutMx1;
-            this.txt_iqcRemark.TabIndex = 819;
-            // 
-            // layoutControlItem17
-            // 
-            this.layoutControlItem17.Control = this.lbGuid;
-            this.layoutControlItem17.Location = new System.Drawing.Point(975, 96);
-            this.layoutControlItem17.Name = "layoutControlItem17";
-            this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem17.Size = new System.Drawing.Size(326, 32);
-            this.layoutControlItem17.Text = "lbGuid";
-            this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem17.TextVisible = false;
-            // 
-            // layoutControlItem7
-            // 
-            this.layoutControlItem7.Control = this.txt_itemId;
-            this.layoutControlItem7.Location = new System.Drawing.Point(0, 128);
-            this.layoutControlItem7.Name = "layoutControlItem7";
-            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem7.Size = new System.Drawing.Size(325, 32);
-            this.layoutControlItem7.Text = "鐗╂枡ID";
-            this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 22);
-            // 
-            // layoutControlItem21
-            // 
-            this.layoutControlItem21.Control = this.txt_guid;
-            this.layoutControlItem21.Location = new System.Drawing.Point(975, 96);
-            this.layoutControlItem21.Name = "layoutControlItem21";
-            this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem21.Size = new System.Drawing.Size(326, 32);
-            this.layoutControlItem21.Text = "涓婚敭GUID";
-            this.layoutControlItem21.TextSize = new System.Drawing.Size(62, 24);
-            // 
-            // layoutControlItem23
-            // 
-            this.layoutControlItem23.Control = this.txt_freceQty;
-            this.layoutControlItem23.Location = new System.Drawing.Point(990, 90);
-            this.layoutControlItem23.Name = "layoutControlItem23";
-            this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem23.Size = new System.Drawing.Size(332, 30);
-            this.layoutControlItem23.Text = "鍒ゅ畾缁撴灉";
-            this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 22);
-            // 
-            // Root
-            // 
-            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
-            this.Root.GroupBordersVisible = false;
-            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.layoutControlItem1,
-            this.layoutControlItem4,
-            this.layoutControlItem5,
-            this.layoutControlItem6,
-            this.layoutControlItem15,
-            this.layoutControlItem16,
-            this.layoutControlItem14,
-            this.layoutControlItem10,
-            this.layoutControlItem13,
-            this.layoutControlItem22,
-            this.layoutControlItem9,
-            this.layoutControlItem8,
-            this.layoutControlItem2,
-            this.layoutControlItem3,
-            this.layoutControlItem24,
-            this.layoutControlItem18,
-            this.layoutControlItem28,
-            this.layoutControlItem25,
-            this.layoutControlItem26,
-            this.layoutControlItem29,
-            this.layoutControlItem30,
-            this.layoutControlItem12,
-            this.layoutControlItem39,
-            this.layoutControlItem27});
-            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
-            this.Root.Name = "Root";
-            columnDefinition25.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition25.Width = 100D;
-            columnDefinition26.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition26.Width = 100D;
-            columnDefinition27.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition27.Width = 100D;
-            columnDefinition28.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition28.Width = 100D;
-            this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
-            columnDefinition25,
-            columnDefinition26,
-            columnDefinition27,
-            columnDefinition28});
-            rowDefinition12.Height = 100D;
-            rowDefinition12.SizeType = System.Windows.Forms.SizeType.Percent;
-            rowDefinition13.Height = 100D;
-            rowDefinition13.SizeType = System.Windows.Forms.SizeType.Percent;
-            rowDefinition14.Height = 100D;
-            rowDefinition14.SizeType = System.Windows.Forms.SizeType.Percent;
-            rowDefinition15.Height = 100D;
-            rowDefinition15.SizeType = System.Windows.Forms.SizeType.Percent;
-            rowDefinition16.Height = 100D;
-            rowDefinition16.SizeType = System.Windows.Forms.SizeType.Percent;
-            rowDefinition17.Height = 100D;
-            rowDefinition17.SizeType = System.Windows.Forms.SizeType.Percent;
-            rowDefinition18.Height = 100D;
-            rowDefinition18.SizeType = System.Windows.Forms.SizeType.Percent;
-            rowDefinition19.Height = 100D;
-            rowDefinition19.SizeType = System.Windows.Forms.SizeType.Percent;
-            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
-            rowDefinition12,
-            rowDefinition13,
-            rowDefinition14,
-            rowDefinition15,
-            rowDefinition16,
-            rowDefinition17,
-            rowDefinition18,
-            rowDefinition19});
-            this.Root.Size = new System.Drawing.Size(1794, 330);
-            this.Root.TextVisible = false;
-            // 
-            // layoutControlItem1
-            // 
-            this.layoutControlItem1.Control = this.txt_releaseNo;
-            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
-            this.layoutControlItem1.Name = "layoutControlItem1";
-            this.layoutControlItem1.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem1.Text = "妫�楠屽崟鍙�";
-            this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem4
-            // 
-            this.layoutControlItem4.Control = this.txt_itemName;
-            this.layoutControlItem4.Location = new System.Drawing.Point(0, 38);
-            this.layoutControlItem4.Name = "layoutControlItem4";
-            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem4.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem4.Text = "鐗╂枡鍚嶇О";
-            this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem5
-            // 
-            this.layoutControlItem5.Control = this.txt_itemNo;
-            this.layoutControlItem5.Location = new System.Drawing.Point(0, 76);
-            this.layoutControlItem5.Name = "layoutControlItem5";
-            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem5.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem5.Text = "鐗╂枡缂栫爜";
-            this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem6
-            // 
-            this.layoutControlItem6.Control = this.txt_itemModel;
-            this.layoutControlItem6.Location = new System.Drawing.Point(0, 114);
-            this.layoutControlItem6.Name = "layoutControlItem6";
-            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem6.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem6.Text = "鐗╂枡瑙勬牸";
-            this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem15
-            // 
-            this.layoutControlItem15.Control = this.txt_fsubmitDate;
-            this.layoutControlItem15.Location = new System.Drawing.Point(1326, 38);
-            this.layoutControlItem15.Name = "layoutControlItem15";
-            this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem15.Size = new System.Drawing.Size(444, 38);
-            this.layoutControlItem15.Text = "瀹℃牳鏃ユ湡";
-            this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem16
-            // 
-            this.layoutControlItem16.Control = this.txt_fsubmitBy;
-            this.layoutControlItem16.Location = new System.Drawing.Point(1326, 76);
-            this.layoutControlItem16.Name = "layoutControlItem16";
-            this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem16.Size = new System.Drawing.Size(444, 38);
-            this.layoutControlItem16.Text = "瀹℃牳浜哄憳";
-            this.layoutControlItem16.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem14
-            // 
-            this.layoutControlItem14.Control = this.txt_fsubmit;
-            this.layoutControlItem14.Location = new System.Drawing.Point(1326, 0);
-            this.layoutControlItem14.Name = "layoutControlItem14";
-            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem14.Size = new System.Drawing.Size(444, 38);
-            this.layoutControlItem14.Text = "瀹℃牳鏍囪瘑";
-            this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem14.TextVisible = false;
-            // 
-            // layoutControlItem10
-            // 
-            this.layoutControlItem10.Control = this.txt_fcheckResu;
-            this.layoutControlItem10.Location = new System.Drawing.Point(884, 114);
-            this.layoutControlItem10.Name = "layoutControlItem10";
-            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem10.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem10.Text = "妫�楠岀粨鏋�";
-            this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem13
-            // 
-            this.layoutControlItem13.Control = this.txt_suppName;
-            this.layoutControlItem13.Location = new System.Drawing.Point(442, 114);
-            this.layoutControlItem13.Name = "layoutControlItem13";
-            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem13.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem13.Text = "渚涘簲鍟�";
-            this.layoutControlItem13.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem22
-            // 
-            this.layoutControlItem22.Control = this.txt_checkStates;
-            this.layoutControlItem22.Location = new System.Drawing.Point(884, 76);
-            this.layoutControlItem22.Name = "layoutControlItem22";
-            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem22.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem22.Text = "妫�楠岀姸鎬�";
-            this.layoutControlItem22.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem9
-            // 
-            this.layoutControlItem9.Control = this.txt_fbatchQty;
-            this.layoutControlItem9.Location = new System.Drawing.Point(442, 76);
-            this.layoutControlItem9.Name = "layoutControlItem9";
-            this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem9.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem9.Text = "鏀惰揣鏁伴噺";
-            this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem8
-            // 
-            this.layoutControlItem8.Control = this.txt_fcheckBy;
-            this.layoutControlItem8.Location = new System.Drawing.Point(884, 38);
-            this.layoutControlItem8.Name = "layoutControlItem8";
-            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem8.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem8.Text = "妫�楠屼汉鍛�";
-            this.layoutControlItem8.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem2
-            // 
-            this.layoutControlItem2.Control = this.txt_fcheckDate;
-            this.layoutControlItem2.Location = new System.Drawing.Point(884, 0);
-            this.layoutControlItem2.Name = "layoutControlItem2";
-            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem2.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem2.Text = "妫�楠屾棩鏈�";
-            this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem3
-            // 
-            this.layoutControlItem3.Control = this.txt_lotNo;
-            this.layoutControlItem3.Location = new System.Drawing.Point(442, 0);
-            this.layoutControlItem3.Name = "layoutControlItem3";
-            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem3.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem3.Text = "閫佹鎵瑰彿";
-            this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem24
-            // 
-            this.layoutControlItem24.Control = txt_xqdj;
-            this.layoutControlItem24.CustomizationFormText = "闇�姹傝窡韪彿";
-            this.layoutControlItem24.Location = new System.Drawing.Point(442, 38);
-            this.layoutControlItem24.Name = "layoutControlItem24";
-            this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem24.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem24.Text = "闇�姹傝窡韪彿";
-            this.layoutControlItem24.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem18
-            // 
-            this.layoutControlItem18.Control = this.txt_slOrg;
-            this.layoutControlItem18.Location = new System.Drawing.Point(884, 152);
-            this.layoutControlItem18.Name = "layoutControlItem18";
-            this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem18.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem18.Text = "鏀舵枡缁勭粐";
-            this.layoutControlItem18.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem28
-            // 
-            this.layoutControlItem28.Control = this.txt_fngDesc;
-            this.layoutControlItem28.Location = new System.Drawing.Point(0, 190);
-            this.layoutControlItem28.Name = "layoutControlItem28";
-            this.layoutControlItem28.OptionsTableLayoutItem.ColumnSpan = 2;
-            this.layoutControlItem28.OptionsTableLayoutItem.RowIndex = 5;
-            this.layoutControlItem28.OptionsTableLayoutItem.RowSpan = 2;
-            this.layoutControlItem28.Size = new System.Drawing.Size(884, 76);
-            this.layoutControlItem28.Text = "寮傚父澶囨敞";
-            this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem28.TextVisible = false;
-            // 
-            // layoutControlItem25
-            // 
-            this.layoutControlItem25.Control = this.txt_fngHandle;
-            this.layoutControlItem25.Location = new System.Drawing.Point(1326, 114);
-            this.layoutControlItem25.Name = "layoutControlItem25";
-            this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem25.Size = new System.Drawing.Size(444, 38);
-            this.layoutControlItem25.Text = "澶勭悊鎰忚";
-            this.layoutControlItem25.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem26
-            // 
-            this.layoutControlItem26.Control = this.txt_xblb;
-            this.layoutControlItem26.Location = new System.Drawing.Point(1326, 190);
-            this.layoutControlItem26.Name = "layoutControlItem26";
-            this.layoutControlItem26.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 5;
-            this.layoutControlItem26.OptionsTableLayoutItem.RowSpan = 2;
-            this.layoutControlItem26.Size = new System.Drawing.Size(444, 76);
-            this.layoutControlItem26.Text = "閫夊埆绫诲埆";
-            this.layoutControlItem26.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem29
-            // 
-            this.layoutControlItem29.Control = this.txt_xbsl;
-            this.layoutControlItem29.Location = new System.Drawing.Point(1326, 152);
-            this.layoutControlItem29.Name = "layoutControlItem29";
-            this.layoutControlItem29.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem29.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem29.Size = new System.Drawing.Size(444, 38);
-            this.layoutControlItem29.Text = "鎸戦�夋暟閲�";
-            this.layoutControlItem29.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem30
-            // 
-            this.layoutControlItem30.Control = this.layWeight;
-            this.layoutControlItem30.Location = new System.Drawing.Point(0, 266);
-            this.layoutControlItem30.Name = "layoutControlItem30";
-            this.layoutControlItem30.OptionsTableLayoutItem.ColumnSpan = 3;
-            this.layoutControlItem30.OptionsTableLayoutItem.RowIndex = 7;
-            this.layoutControlItem30.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlItem30.Size = new System.Drawing.Size(1326, 40);
-            this.layoutControlItem30.Text = "绉伴噸";
-            this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem30.TextVisible = false;
-            // 
-            // layoutControlItem12
-            // 
-            this.layoutControlItem12.Control = this.txt_remarks;
-            this.layoutControlItem12.Location = new System.Drawing.Point(884, 190);
-            this.layoutControlItem12.Name = "layoutControlItem12";
-            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem12.OptionsTableLayoutItem.ColumnSpan = 2;
-            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 5;
-            this.layoutControlItem12.Size = new System.Drawing.Size(886, 38);
-            this.layoutControlItem12.Text = "鏀舵枡澶囨敞";
-            this.layoutControlItem12.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem39
-            // 
-            this.layoutControlItem39.Control = this.txt_iqcRemark;
-            this.layoutControlItem39.Location = new System.Drawing.Point(0, 152);
-            this.layoutControlItem39.Name = "layoutControlItem39";
-            this.layoutControlItem39.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem39.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem39.Text = "妫�楠屽娉�";
-            this.layoutControlItem39.TextSize = new System.Drawing.Size(90, 22);
-            // 
-            // layoutControlItem27
-            // 
-            this.layoutControlItem27.Control = this.btnYcReport;
-            this.layoutControlItem27.Location = new System.Drawing.Point(884, 228);
-            this.layoutControlItem27.MaxSize = new System.Drawing.Size(150, 38);
-            this.layoutControlItem27.MinSize = new System.Drawing.Size(150, 38);
-            this.layoutControlItem27.Name = "layoutControlItem27";
-            this.layoutControlItem27.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem27.OptionsTableLayoutItem.RowIndex = 6;
-            this.layoutControlItem27.Size = new System.Drawing.Size(442, 38);
-            this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
-            this.layoutControlItem27.Text = "鏌ョ湅寮傚父鎶ュ憡";
-            this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem27.TextVisible = false;
             // 
             // xtraTabControl2
             // 
             this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
             this.xtraTabControl2.Location = new System.Drawing.Point(0, 0);
-            this.xtraTabControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.xtraTabControl2.Name = "xtraTabControl2";
             this.xtraTabControl2.SelectedTabPage = this.tabMxPage1;
-            this.xtraTabControl2.Size = new System.Drawing.Size(1794, 497);
+            this.xtraTabControl2.Size = new System.Drawing.Size(1255, 314);
             this.xtraTabControl2.TabIndex = 3;
             this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.tabMxPage1,
@@ -1845,17 +1806,15 @@
             // 
             this.tabMxPage1.Controls.Add(this.splitMx2);
             this.tabMxPage1.Controls.Add(this.panMsg);
-            this.tabMxPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.tabMxPage1.Name = "tabMxPage1";
-            this.tabMxPage1.Size = new System.Drawing.Size(1792, 459);
+            this.tabMxPage1.Size = new System.Drawing.Size(1253, 288);
             this.tabMxPage1.Text = "鎶芥牱淇℃伅";
             // 
             // splitMx2
             // 
             this.splitMx2.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitMx2.Horizontal = false;
-            this.splitMx2.Location = new System.Drawing.Point(0, 57);
-            this.splitMx2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.splitMx2.Location = new System.Drawing.Point(0, 36);
             this.splitMx2.Name = "splitMx2";
             // 
             // splitMx2.Panel1
@@ -1867,19 +1826,17 @@
             // 
             this.splitMx2.Panel2.Controls.Add(this.splitYangLi);
             this.splitMx2.Panel2.Text = "Panel2";
-            this.splitMx2.Size = new System.Drawing.Size(1792, 402);
-            this.splitMx2.SplitterPosition = 351;
+            this.splitMx2.Size = new System.Drawing.Size(1253, 252);
+            this.splitMx2.SplitterPosition = 223;
             this.splitMx2.TabIndex = 3;
             // 
             // 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(1792, 351);
+            this.gcMx1.Size = new System.Drawing.Size(1253, 223);
             this.gcMx1.TabIndex = 1;
             this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx1});
@@ -1888,7 +1845,7 @@
             // 
             this.gvMx1.Appearance.HeaderPanel.Options.UseTextOptions = true;
             this.gvMx1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
-            this.gvMx1.ColumnPanelRowHeight = 61;
+            this.gvMx1.ColumnPanelRowHeight = 39;
             this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
             this.gvMx1guid,
             this.gvMx1fcheckItem,
@@ -1908,7 +1865,7 @@
             this.gvMx1fcheckLevel,
             this.gvMx1facLevel,
             this.gridColumn7});
-            this.gvMx1.DetailHeight = 428;
+            this.gvMx1.DetailHeight = 272;
             this.gvMx1.GridControl = this.gcMx1;
             this.gvMx1.Name = "gvMx1";
             this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -1920,127 +1877,129 @@
             this.gvMx1guid.AppearanceCell.Options.UseFont = true;
             this.gvMx1guid.Caption = "guid涓嶈兘鍒犻櫎";
             this.gvMx1guid.FieldName = "guid";
-            this.gvMx1guid.MinWidth = 62;
+            this.gvMx1guid.MinWidth = 43;
             this.gvMx1guid.Name = "gvMx1guid";
             this.gvMx1guid.Tag = "query_a.guid";
-            this.gvMx1guid.Width = 117;
+            this.gvMx1guid.Width = 82;
             // 
             // gvMx1fcheckItem
             // 
             this.gvMx1fcheckItem.AppearanceCell.Options.UseFont = true;
             this.gvMx1fcheckItem.Caption = "妫�楠岄」鐩�";
             this.gvMx1fcheckItem.FieldName = "fcheckItem";
-            this.gvMx1fcheckItem.MinWidth = 62;
+            this.gvMx1fcheckItem.MinWidth = 43;
             this.gvMx1fcheckItem.Name = "gvMx1fcheckItem";
             this.gvMx1fcheckItem.Tag = "query_a.fcheck_item";
             this.gvMx1fcheckItem.Visible = true;
             this.gvMx1fcheckItem.VisibleIndex = 0;
-            this.gvMx1fcheckItem.Width = 150;
+            this.gvMx1fcheckItem.Width = 105;
             // 
             // gvMx1fcheckTool
             // 
             this.gvMx1fcheckTool.AppearanceCell.Options.UseFont = true;
             this.gvMx1fcheckTool.Caption = "妫�楠屽伐鍏�";
             this.gvMx1fcheckTool.FieldName = "fcheckTool";
-            this.gvMx1fcheckTool.MinWidth = 62;
+            this.gvMx1fcheckTool.MinWidth = 43;
             this.gvMx1fcheckTool.Name = "gvMx1fcheckTool";
             this.gvMx1fcheckTool.Tag = "query_a.fcheck_tool";
             this.gvMx1fcheckTool.Visible = true;
             this.gvMx1fcheckTool.VisibleIndex = 1;
-            this.gvMx1fcheckTool.Width = 125;
+            this.gvMx1fcheckTool.Width = 87;
             // 
             // gvMx1fcheckItemDesc
             // 
             this.gvMx1fcheckItemDesc.AppearanceCell.Options.UseFont = true;
             this.gvMx1fcheckItemDesc.Caption = "妫�楠岄」鐩弿杩�";
             this.gvMx1fcheckItemDesc.FieldName = "fcheckItemDesc";
-            this.gvMx1fcheckItemDesc.MinWidth = 62;
+            this.gvMx1fcheckItemDesc.MinWidth = 43;
             this.gvMx1fcheckItemDesc.Name = "gvMx1fcheckItemDesc";
             this.gvMx1fcheckItemDesc.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
             this.gvMx1fcheckItemDesc.Tag = "query_a.fcheck_item_desc";
-            this.gvMx1fcheckItemDesc.Width = 150;
+            this.gvMx1fcheckItemDesc.Width = 105;
             // 
             // gvMx1fspecRequ
             // 
             this.gvMx1fspecRequ.AppearanceCell.Options.UseFont = true;
             this.gvMx1fspecRequ.Caption = "瑙勬牸瑕佹眰";
             this.gvMx1fspecRequ.FieldName = "fspecRequ";
-            this.gvMx1fspecRequ.MinWidth = 62;
+            this.gvMx1fspecRequ.MinWidth = 43;
             this.gvMx1fspecRequ.Name = "gvMx1fspecRequ";
             this.gvMx1fspecRequ.Tag = "query_a.fspec_requ";
             this.gvMx1fspecRequ.Visible = true;
             this.gvMx1fspecRequ.VisibleIndex = 2;
-            this.gvMx1fspecRequ.Width = 150;
+            this.gvMx1fspecRequ.Width = 105;
             // 
             // gvMx1fupAllow
             // 
             this.gvMx1fupAllow.AppearanceCell.Options.UseFont = true;
             this.gvMx1fupAllow.Caption = "涓婇檺";
             this.gvMx1fupAllow.FieldName = "fupAllow";
-            this.gvMx1fupAllow.MinWidth = 62;
+            this.gvMx1fupAllow.MinWidth = 43;
             this.gvMx1fupAllow.Name = "gvMx1fupAllow";
             this.gvMx1fupAllow.Tag = "query_a.fup_allow";
             this.gvMx1fupAllow.Visible = true;
             this.gvMx1fupAllow.VisibleIndex = 3;
-            this.gvMx1fupAllow.Width = 62;
+            this.gvMx1fupAllow.Width = 43;
             // 
             // gvMx1fstand
             // 
             this.gvMx1fstand.AppearanceCell.Options.UseFont = true;
             this.gvMx1fstand.Caption = "鏍囧噯鍊�";
             this.gvMx1fstand.FieldName = "fstand";
-            this.gvMx1fstand.MinWidth = 62;
+            this.gvMx1fstand.MinWidth = 43;
             this.gvMx1fstand.Name = "gvMx1fstand";
             this.gvMx1fstand.Tag = "query_a.fstand";
             this.gvMx1fstand.Visible = true;
             this.gvMx1fstand.VisibleIndex = 4;
-            this.gvMx1fstand.Width = 87;
+            this.gvMx1fstand.Width = 61;
             // 
             // gvMx1fdownAllow
             // 
             this.gvMx1fdownAllow.AppearanceCell.Options.UseFont = true;
             this.gvMx1fdownAllow.Caption = "涓嬮檺";
             this.gvMx1fdownAllow.FieldName = "fdownAllow";
-            this.gvMx1fdownAllow.MinWidth = 62;
+            this.gvMx1fdownAllow.MinWidth = 43;
             this.gvMx1fdownAllow.Name = "gvMx1fdownAllow";
             this.gvMx1fdownAllow.Tag = "query_a.fdown_allow";
             this.gvMx1fdownAllow.Visible = true;
             this.gvMx1fdownAllow.VisibleIndex = 5;
-            this.gvMx1fdownAllow.Width = 62;
+            this.gvMx1fdownAllow.Width = 43;
             // 
             // gvMx1freQty
             // 
             this.gvMx1freQty.AppearanceCell.Options.UseFont = true;
             this.gvMx1freQty.Caption = "RE鏁伴噺";
             this.gvMx1freQty.FieldName = "freQty";
-            this.gvMx1freQty.MinWidth = 62;
+            this.gvMx1freQty.MinWidth = 43;
             this.gvMx1freQty.Name = "gvMx1freQty";
             this.gvMx1freQty.Tag = "query_a.fre_qty";
             this.gvMx1freQty.Visible = true;
             this.gvMx1freQty.VisibleIndex = 6;
-            this.gvMx1freQty.Width = 62;
+            this.gvMx1freQty.Width = 43;
             // 
             // gvMx1checkQyt
             // 
             this.gvMx1checkQyt.AppearanceCell.Options.UseFont = true;
             this.gvMx1checkQyt.Caption = "鎶芥鏁伴噺";
             this.gvMx1checkQyt.FieldName = "checkQyt";
-            this.gvMx1checkQyt.MinWidth = 62;
+            this.gvMx1checkQyt.MinWidth = 43;
             this.gvMx1checkQyt.Name = "gvMx1checkQyt";
             this.gvMx1checkQyt.Tag = "query_a.check_qyt";
             this.gvMx1checkQyt.Visible = true;
             this.gvMx1checkQyt.VisibleIndex = 7;
+            this.gvMx1checkQyt.Width = 52;
             // 
             // gvMx1fenterQty
             // 
             this.gvMx1fenterQty.AppearanceCell.Options.UseFont = true;
             this.gvMx1fenterQty.Caption = "宸插綍鍏ユ暟閲�";
             this.gvMx1fenterQty.FieldName = "fenterQty";
-            this.gvMx1fenterQty.MinWidth = 75;
+            this.gvMx1fenterQty.MinWidth = 52;
             this.gvMx1fenterQty.Name = "gvMx1fenterQty";
             this.gvMx1fenterQty.Tag = "query_a.fenter_qty";
             this.gvMx1fenterQty.Visible = true;
             this.gvMx1fenterQty.VisibleIndex = 8;
+            this.gvMx1fenterQty.Width = 52;
             // 
             // gvMx1fcheckResu
             // 
@@ -2051,86 +2010,85 @@
             this.gvMx1fcheckResu.AppearanceHeader.Options.UseForeColor = true;
             this.gvMx1fcheckResu.Caption = "妫�楠岀粨鏋�";
             this.gvMx1fcheckResu.FieldName = "fcheckResu";
-            this.gvMx1fcheckResu.MinWidth = 62;
+            this.gvMx1fcheckResu.MinWidth = 43;
             this.gvMx1fcheckResu.Name = "gvMx1fcheckResu";
             this.gvMx1fcheckResu.Tag = "query_a.fcheck_resu";
             this.gvMx1fcheckResu.Visible = true;
             this.gvMx1fcheckResu.VisibleIndex = 9;
-            this.gvMx1fcheckResu.Width = 117;
+            this.gvMx1fcheckResu.Width = 82;
             // 
             // gvMx1fngRate
             // 
             this.gvMx1fngRate.AppearanceCell.Options.UseFont = true;
             this.gvMx1fngRate.Caption = "涓嶈壇鐜�";
             this.gvMx1fngRate.FieldName = "fngRateName";
-            this.gvMx1fngRate.MinWidth = 62;
+            this.gvMx1fngRate.MinWidth = 43;
             this.gvMx1fngRate.Name = "gvMx1fngRate";
             this.gvMx1fngRate.Tag = "query_a.fng_rate";
             this.gvMx1fngRate.Visible = true;
             this.gvMx1fngRate.VisibleIndex = 10;
-            this.gvMx1fngRate.Width = 117;
+            this.gvMx1fngRate.Width = 82;
             // 
             // gvMx1fngQty
             // 
             this.gvMx1fngQty.AppearanceCell.Options.UseFont = true;
             this.gvMx1fngQty.Caption = "涓嶅悎鏍兼暟";
             this.gvMx1fngQty.FieldName = "fngQty";
-            this.gvMx1fngQty.MinWidth = 62;
+            this.gvMx1fngQty.MinWidth = 43;
             this.gvMx1fngQty.Name = "gvMx1fngQty";
             this.gvMx1fngQty.Tag = "query_a.fng_qty";
             this.gvMx1fngQty.Visible = true;
             this.gvMx1fngQty.VisibleIndex = 11;
-            this.gvMx1fngQty.Width = 62;
+            this.gvMx1fngQty.Width = 43;
             // 
             // gvMx1sampleSizeNo
             // 
             this.gvMx1sampleSizeNo.AppearanceCell.Options.UseFont = true;
             this.gvMx1sampleSizeNo.Caption = "妫�楠屾爣蹇楃紪鐮�";
             this.gvMx1sampleSizeNo.FieldName = "sampleSizeNo";
-            this.gvMx1sampleSizeNo.MinWidth = 62;
+            this.gvMx1sampleSizeNo.MinWidth = 43;
             this.gvMx1sampleSizeNo.Name = "gvMx1sampleSizeNo";
             this.gvMx1sampleSizeNo.Tag = "query_a.sample_size_no";
             this.gvMx1sampleSizeNo.Visible = true;
             this.gvMx1sampleSizeNo.VisibleIndex = 12;
-            this.gvMx1sampleSizeNo.Width = 250;
+            this.gvMx1sampleSizeNo.Width = 175;
             // 
             // gvMx1fcheckLevel
             // 
             this.gvMx1fcheckLevel.AppearanceCell.Options.UseFont = true;
             this.gvMx1fcheckLevel.Caption = "妫�楠屾按骞�";
             this.gvMx1fcheckLevel.FieldName = "fcheckLevel";
-            this.gvMx1fcheckLevel.MinWidth = 62;
+            this.gvMx1fcheckLevel.MinWidth = 43;
             this.gvMx1fcheckLevel.Name = "gvMx1fcheckLevel";
             this.gvMx1fcheckLevel.Tag = "query_a.fcheck_level";
             this.gvMx1fcheckLevel.Visible = true;
             this.gvMx1fcheckLevel.VisibleIndex = 13;
-            this.gvMx1fcheckLevel.Width = 250;
+            this.gvMx1fcheckLevel.Width = 175;
             // 
             // gvMx1facLevel
             // 
             this.gvMx1facLevel.AppearanceCell.Options.UseFont = true;
             this.gvMx1facLevel.Caption = "鎷掓敹姘村钩";
             this.gvMx1facLevel.FieldName = "facLevel";
-            this.gvMx1facLevel.MinWidth = 62;
+            this.gvMx1facLevel.MinWidth = 43;
             this.gvMx1facLevel.Name = "gvMx1facLevel";
             this.gvMx1facLevel.Tag = "query_a.fac_level";
             this.gvMx1facLevel.Visible = true;
             this.gvMx1facLevel.VisibleIndex = 14;
-            this.gvMx1facLevel.Width = 250;
+            this.gvMx1facLevel.Width = 175;
             // 
             // gridColumn7
             // 
             this.gridColumn7.Caption = "鏍锋湰鏁�";
             this.gridColumn7.FieldName = "ybsl";
-            this.gridColumn7.MinWidth = 31;
+            this.gridColumn7.MinWidth = 22;
             this.gridColumn7.Name = "gridColumn7";
-            this.gridColumn7.Width = 117;
+            this.gridColumn7.Width = 82;
             // 
             // splitYangLi
             // 
             this.splitYangLi.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitYangLi.Location = new System.Drawing.Point(0, 0);
-            this.splitYangLi.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.splitYangLi.Name = "splitYangLi";
             // 
             // splitYangLi.Panel1
@@ -2142,8 +2100,8 @@
             // 
             this.splitYangLi.Panel2.Controls.Add(this.groupControl2);
             this.splitYangLi.Panel2.Text = "Panel2";
-            this.splitYangLi.Size = new System.Drawing.Size(1792, 36);
-            this.splitYangLi.SplitterPosition = 845;
+            this.splitYangLi.Size = new System.Drawing.Size(1253, 19);
+            this.splitYangLi.SplitterPosition = 591;
             this.splitYangLi.TabIndex = 4;
             // 
             // groupControl1
@@ -2151,21 +2109,18 @@
             this.groupControl1.Controls.Add(this.gcMx2);
             this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.groupControl1.Location = new System.Drawing.Point(0, 0);
-            this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.groupControl1.Name = "groupControl1";
-            this.groupControl1.Size = new System.Drawing.Size(845, 36);
+            this.groupControl1.Size = new System.Drawing.Size(591, 19);
             this.groupControl1.TabIndex = 3;
             this.groupControl1.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(2, 34);
+            this.gcMx2.Location = new System.Drawing.Point(2, 23);
             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(841, 0);
+            this.gcMx2.Size = new System.Drawing.Size(587, 0);
             this.gcMx2.TabIndex = 0;
             this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx2});
@@ -2180,7 +2135,7 @@
             this.gridColumn20,
             this.gridColumn21,
             this.gridColumn25});
-            this.gvMx2.DetailHeight = 428;
+            this.gvMx2.DetailHeight = 272;
             this.gvMx2.GridControl = this.gcMx2;
             this.gvMx2.Name = "gvMx2";
             // 
@@ -2188,86 +2143,83 @@
             // 
             this.gridColumn4.Caption = "guid涓嶈兘鍒犻櫎";
             this.gridColumn4.FieldName = "guid";
-            this.gridColumn4.MinWidth = 31;
+            this.gridColumn4.MinWidth = 22;
             this.gridColumn4.Name = "gridColumn4";
             this.gridColumn4.OptionsColumn.ReadOnly = true;
-            this.gridColumn4.Width = 117;
+            this.gridColumn4.Width = 82;
             // 
             // gridColumn3
             // 
             this.gridColumn3.Caption = "椤圭洰";
             this.gridColumn3.FieldName = "fcheckItem";
-            this.gridColumn3.MaxWidth = 240;
-            this.gridColumn3.MinWidth = 31;
+            this.gridColumn3.MaxWidth = 168;
+            this.gridColumn3.MinWidth = 22;
             this.gridColumn3.Name = "gridColumn3";
             this.gridColumn3.OptionsColumn.ReadOnly = true;
             this.gridColumn3.Visible = true;
             this.gridColumn3.VisibleIndex = 0;
-            this.gridColumn3.Width = 240;
+            this.gridColumn3.Width = 168;
             // 
             // gridColumn2
             // 
             this.gridColumn2.Caption = "鎶芥缁撴灉";
             this.gridColumn2.FieldName = "fcheckResu";
-            this.gridColumn2.MaxWidth = 100;
-            this.gridColumn2.MinWidth = 31;
+            this.gridColumn2.MaxWidth = 70;
+            this.gridColumn2.MinWidth = 22;
             this.gridColumn2.Name = "gridColumn2";
             this.gridColumn2.OptionsColumn.ReadOnly = true;
-            this.gridColumn2.Width = 100;
+            this.gridColumn2.Width = 70;
             // 
             // gridColumn20
             // 
             this.gridColumn20.Caption = "鍒ゅ畾鏍囧織";
             this.gridColumn20.FieldName = "fstand";
-            this.gridColumn20.MinWidth = 31;
+            this.gridColumn20.MinWidth = 22;
             this.gridColumn20.Name = "gridColumn20";
             this.gridColumn20.OptionsColumn.ReadOnly = true;
             this.gridColumn20.Visible = true;
             this.gridColumn20.VisibleIndex = 1;
-            this.gridColumn20.Width = 117;
+            this.gridColumn20.Width = 82;
             // 
             // gridColumn21
             // 
             this.gridColumn21.Caption = "鎿嶄綔浜�";
             this.gridColumn21.FieldName = "createBy";
-            this.gridColumn21.MinWidth = 31;
+            this.gridColumn21.MinWidth = 22;
             this.gridColumn21.Name = "gridColumn21";
             this.gridColumn21.OptionsColumn.ReadOnly = true;
             this.gridColumn21.Visible = true;
             this.gridColumn21.VisibleIndex = 2;
-            this.gridColumn21.Width = 117;
+            this.gridColumn21.Width = 82;
             // 
             // gridColumn25
             // 
             this.gridColumn25.Caption = "鎿嶄綔鏃堕棿";
             this.gridColumn25.FieldName = "createDate";
-            this.gridColumn25.MinWidth = 31;
+            this.gridColumn25.MinWidth = 22;
             this.gridColumn25.Name = "gridColumn25";
             this.gridColumn25.OptionsColumn.ReadOnly = true;
             this.gridColumn25.Visible = true;
             this.gridColumn25.VisibleIndex = 3;
-            this.gridColumn25.Width = 117;
+            this.gridColumn25.Width = 82;
             // 
             // groupControl2
             // 
             this.groupControl2.Controls.Add(this.gcMx3);
             this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
             this.groupControl2.Location = new System.Drawing.Point(0, 0);
-            this.groupControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.groupControl2.Name = "groupControl2";
-            this.groupControl2.Size = new System.Drawing.Size(932, 36);
+            this.groupControl2.Size = new System.Drawing.Size(652, 19);
             this.groupControl2.TabIndex = 4;
             this.groupControl2.Text = "鏍锋湰缁撴灉";
             // 
             // gcMx3
             // 
             this.gcMx3.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
-            this.gcMx3.Location = new System.Drawing.Point(2, 34);
+            this.gcMx3.Location = new System.Drawing.Point(2, 23);
             this.gcMx3.MainView = this.gvMx3;
-            this.gcMx3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.gcMx3.Name = "gcMx3";
-            this.gcMx3.Size = new System.Drawing.Size(928, 0);
+            this.gcMx3.Size = new System.Drawing.Size(648, 0);
             this.gcMx3.TabIndex = 0;
             this.gcMx3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx3});
@@ -2283,7 +2235,7 @@
             this.gridColumn24,
             this.gridColumn26,
             this.gridColumn27});
-            this.gvMx3.DetailHeight = 428;
+            this.gvMx3.DetailHeight = 272;
             this.gvMx3.GridControl = this.gcMx3;
             this.gvMx3.Name = "gvMx3";
             // 
@@ -2291,86 +2243,85 @@
             // 
             this.gridColumn1.Caption = "guid涓嶈兘鍒犻櫎";
             this.gridColumn1.FieldName = "guid";
-            this.gridColumn1.MinWidth = 31;
+            this.gridColumn1.MinWidth = 22;
             this.gridColumn1.Name = "gridColumn1";
             this.gridColumn1.OptionsColumn.ReadOnly = true;
-            this.gridColumn1.Width = 117;
+            this.gridColumn1.Width = 82;
             // 
             // gridColumn22
             // 
             this.gridColumn22.Caption = "椤圭洰";
             this.gridColumn22.FieldName = "fcheckItemd5";
-            this.gridColumn22.MaxWidth = 240;
-            this.gridColumn22.MinWidth = 31;
+            this.gridColumn22.MaxWidth = 168;
+            this.gridColumn22.MinWidth = 22;
             this.gridColumn22.Name = "gridColumn22";
             this.gridColumn22.OptionsColumn.ReadOnly = true;
             this.gridColumn22.Visible = true;
             this.gridColumn22.VisibleIndex = 0;
-            this.gridColumn22.Width = 240;
+            this.gridColumn22.Width = 168;
             // 
             // gridColumn28
             // 
             this.gridColumn28.Caption = "鏍锋湰搴�";
             this.gridColumn28.FieldName = "fcheckItem";
-            this.gridColumn28.MinWidth = 31;
+            this.gridColumn28.MinWidth = 22;
             this.gridColumn28.Name = "gridColumn28";
             this.gridColumn28.OptionsColumn.ReadOnly = true;
             this.gridColumn28.Visible = true;
             this.gridColumn28.VisibleIndex = 1;
-            this.gridColumn28.Width = 117;
+            this.gridColumn28.Width = 82;
             // 
             // gridColumn29
             // 
             this.gridColumn29.Caption = "鏍锋湰鍊�";
             this.gridColumn29.FieldName = "fcheckResu";
-            this.gridColumn29.MinWidth = 31;
+            this.gridColumn29.MinWidth = 22;
             this.gridColumn29.Name = "gridColumn29";
             this.gridColumn29.OptionsColumn.ReadOnly = true;
             this.gridColumn29.Visible = true;
             this.gridColumn29.VisibleIndex = 2;
-            this.gridColumn29.Width = 117;
+            this.gridColumn29.Width = 82;
             // 
             // gridColumn24
             // 
             this.gridColumn24.Caption = "鍒ゅ畾鏍囧織";
             this.gridColumn24.FieldName = "fstand";
-            this.gridColumn24.MinWidth = 31;
+            this.gridColumn24.MinWidth = 22;
             this.gridColumn24.Name = "gridColumn24";
             this.gridColumn24.OptionsColumn.ReadOnly = true;
             this.gridColumn24.Visible = true;
             this.gridColumn24.VisibleIndex = 3;
-            this.gridColumn24.Width = 117;
+            this.gridColumn24.Width = 82;
             // 
             // gridColumn26
             // 
             this.gridColumn26.Caption = "鎿嶄綔浜�";
             this.gridColumn26.FieldName = "createBy";
-            this.gridColumn26.MinWidth = 31;
+            this.gridColumn26.MinWidth = 22;
             this.gridColumn26.Name = "gridColumn26";
             this.gridColumn26.OptionsColumn.ReadOnly = true;
             this.gridColumn26.Visible = true;
             this.gridColumn26.VisibleIndex = 4;
-            this.gridColumn26.Width = 117;
+            this.gridColumn26.Width = 82;
             // 
             // gridColumn27
             // 
             this.gridColumn27.Caption = "鎿嶄綔鏃堕棿";
             this.gridColumn27.FieldName = "createDate";
-            this.gridColumn27.MinWidth = 31;
+            this.gridColumn27.MinWidth = 22;
             this.gridColumn27.Name = "gridColumn27";
             this.gridColumn27.OptionsColumn.ReadOnly = true;
             this.gridColumn27.Visible = true;
             this.gridColumn27.VisibleIndex = 5;
-            this.gridColumn27.Width = 117;
+            this.gridColumn27.Width = 82;
             // 
             // panMsg
             // 
             this.panMsg.Controls.Add(this.layoutMxMsg);
             this.panMsg.Dock = System.Windows.Forms.DockStyle.Top;
             this.panMsg.Location = new System.Drawing.Point(0, 0);
-            this.panMsg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.panMsg.Name = "panMsg";
-            this.panMsg.Size = new System.Drawing.Size(1792, 57);
+            this.panMsg.Size = new System.Drawing.Size(1253, 36);
             this.panMsg.TabIndex = 1;
             // 
             // layoutMxMsg
@@ -2380,21 +2331,19 @@
             this.layoutMxMsg.Controls.Add(this.txtJianYan);
             this.layoutMxMsg.Dock = System.Windows.Forms.DockStyle.Fill;
             this.layoutMxMsg.Location = new System.Drawing.Point(2, 2);
-            this.layoutMxMsg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.layoutMxMsg.Name = "layoutMxMsg";
             this.layoutMxMsg.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(348, 385, 812, 500);
             this.layoutMxMsg.Root = this.layoutControlGroup1;
-            this.layoutMxMsg.Size = new System.Drawing.Size(1788, 53);
+            this.layoutMxMsg.Size = new System.Drawing.Size(1249, 32);
             this.layoutMxMsg.TabIndex = 0;
             this.layoutMxMsg.Text = "layoutControl1";
             // 
             // btnIpt
             // 
             this.btnIpt.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.calculatenow_32x32;
-            this.btnIpt.Location = new System.Drawing.Point(1653, 2);
-            this.btnIpt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.btnIpt.Location = new System.Drawing.Point(1138, 2);
             this.btnIpt.Name = "btnIpt";
-            this.btnIpt.Size = new System.Drawing.Size(133, 45);
+            this.btnIpt.Size = new System.Drawing.Size(92, 27);
             this.btnIpt.StyleController = this.layoutMxMsg;
             this.btnIpt.TabIndex = 4;
             this.btnIpt.Text = "鏍锋湰绠$悊";
@@ -2402,22 +2351,20 @@
             // btnLoad
             // 
             this.btnLoad.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.refresh_32x321;
-            this.btnLoad.Location = new System.Drawing.Point(1446, 2);
-            this.btnLoad.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.btnLoad.Location = new System.Drawing.Point(993, 2);
             this.btnLoad.Name = "btnLoad";
-            this.btnLoad.Size = new System.Drawing.Size(203, 45);
+            this.btnLoad.Size = new System.Drawing.Size(141, 27);
             this.btnLoad.StyleController = this.layoutMxMsg;
             this.btnLoad.TabIndex = 3;
             this.btnLoad.Text = "閲嶆柊鍔犺浇妫�楠岄」鐩�";
             // 
             // txtJianYan
             // 
-            this.txtJianYan.Location = new System.Drawing.Point(268, 2);
-            this.txtJianYan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.txtJianYan.Location = new System.Drawing.Point(182, 2);
             this.txtJianYan.Name = "txtJianYan";
             this.txtJianYan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
             this.txtJianYan.Properties.Appearance.Options.UseFont = true;
-            this.txtJianYan.Size = new System.Drawing.Size(830, 42);
+            this.txtJianYan.Size = new System.Drawing.Size(573, 30);
             this.txtJianYan.StyleController = this.layoutMxMsg;
             this.txtJianYan.TabIndex = 2;
             // 
@@ -2431,25 +2378,25 @@
             this.layoutControlItem19});
             this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             this.layoutControlGroup1.Name = "Root";
-            columnDefinition29.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition29.Width = 100D;
-            columnDefinition30.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition30.Width = 100D;
-            columnDefinition31.SizeType = System.Windows.Forms.SizeType.Percent;
-            columnDefinition31.Width = 100D;
-            columnDefinition32.SizeType = System.Windows.Forms.SizeType.AutoSize;
-            columnDefinition32.Width = 137D;
+            columnDefinition13.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition13.Width = 100D;
+            columnDefinition14.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition14.Width = 100D;
+            columnDefinition15.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition15.Width = 100D;
+            columnDefinition16.SizeType = System.Windows.Forms.SizeType.AutoSize;
+            columnDefinition16.Width = 96D;
             this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
-            columnDefinition29,
-            columnDefinition30,
-            columnDefinition31,
-            columnDefinition32});
-            rowDefinition20.Height = 100D;
-            rowDefinition20.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition13,
+            columnDefinition14,
+            columnDefinition15,
+            columnDefinition16});
+            rowDefinition10.Height = 100D;
+            rowDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
             this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
-            rowDefinition20});
+            rowDefinition10});
             this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlGroup1.Size = new System.Drawing.Size(1788, 53);
+            this.layoutControlGroup1.Size = new System.Drawing.Size(1232, 34);
             this.layoutControlGroup1.TextVisible = false;
             // 
             // layoutControlItem11
@@ -2459,20 +2406,20 @@
             this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem11.Name = "layoutControlItem11";
             this.layoutControlItem11.OptionsTableLayoutItem.ColumnSpan = 2;
-            this.layoutControlItem11.Size = new System.Drawing.Size(1100, 53);
+            this.layoutControlItem11.Size = new System.Drawing.Size(757, 34);
             this.layoutControlItem11.Text = "褰曞叆妫�楠岀粨鏋滐紙OK-19,NG-19锛�";
-            this.layoutControlItem11.TextSize = new System.Drawing.Size(251, 22);
+            this.layoutControlItem11.TextSize = new System.Drawing.Size(168, 14);
             // 
             // layoutControlItem20
             // 
             this.layoutControlItem20.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
             this.layoutControlItem20.Control = this.btnIpt;
-            this.layoutControlItem20.Location = new System.Drawing.Point(1651, 0);
-            this.layoutControlItem20.MaxSize = new System.Drawing.Size(137, 49);
-            this.layoutControlItem20.MinSize = new System.Drawing.Size(137, 49);
+            this.layoutControlItem20.Location = new System.Drawing.Point(1136, 0);
+            this.layoutControlItem20.MaxSize = new System.Drawing.Size(96, 31);
+            this.layoutControlItem20.MinSize = new System.Drawing.Size(96, 31);
             this.layoutControlItem20.Name = "layoutControlItem20";
             this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem20.Size = new System.Drawing.Size(137, 53);
+            this.layoutControlItem20.Size = new System.Drawing.Size(96, 34);
             this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
             this.layoutControlItem20.Text = "鏍锋湰绠$悊";
             this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
@@ -2482,12 +2429,12 @@
             // 
             this.layoutControlItem19.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
             this.layoutControlItem19.Control = this.btnLoad;
-            this.layoutControlItem19.Location = new System.Drawing.Point(1100, 0);
-            this.layoutControlItem19.MaxSize = new System.Drawing.Size(207, 49);
-            this.layoutControlItem19.MinSize = new System.Drawing.Size(207, 49);
+            this.layoutControlItem19.Location = new System.Drawing.Point(757, 0);
+            this.layoutControlItem19.MaxSize = new System.Drawing.Size(145, 31);
+            this.layoutControlItem19.MinSize = new System.Drawing.Size(145, 31);
             this.layoutControlItem19.Name = "layoutControlItem19";
             this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem19.Size = new System.Drawing.Size(551, 53);
+            this.layoutControlItem19.Size = new System.Drawing.Size(379, 34);
             this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
             this.layoutControlItem19.Text = "閲嶆柊鍔犺浇";
             this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
@@ -2496,20 +2443,19 @@
             // tabMxPage2
             // 
             this.tabMxPage2.Controls.Add(this.ucUpFileList1);
-            this.tabMxPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.tabMxPage2.Name = "tabMxPage2";
-            this.tabMxPage2.Size = new System.Drawing.Size(1792, 455);
+            this.tabMxPage2.Size = new System.Drawing.Size(1253, 288);
             this.tabMxPage2.Text = "闄勪欢淇℃伅";
             // 
             // ucUpFileList1
             // 
             this.ucUpFileList1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.ucUpFileList1.Location = new System.Drawing.Point(0, 0);
-            this.ucUpFileList1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
+            this.ucUpFileList1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.ucUpFileList1.Name = "ucUpFileList1";
             this.ucUpFileList1.parentGroup = null;
             this.ucUpFileList1.pGuid = null;
-            this.ucUpFileList1.Size = new System.Drawing.Size(1792, 455);
+            this.ucUpFileList1.Size = new System.Drawing.Size(1253, 288);
             this.ucUpFileList1.TabIndex = 0;
             // 
             // repositoryItemComboBox2
@@ -2525,10 +2471,9 @@
             // picCheckBox
             // 
             this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
-            this.picCheckBox.Location = new System.Drawing.Point(1151, 51);
-            this.picCheckBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.picCheckBox.Location = new System.Drawing.Point(806, 32);
             this.picCheckBox.Name = "picCheckBox";
-            this.picCheckBox.Size = new System.Drawing.Size(125, 61);
+            this.picCheckBox.Size = new System.Drawing.Size(88, 39);
             this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
             this.picCheckBox.TabIndex = 6;
             this.picCheckBox.TabStop = false;
@@ -2546,35 +2491,25 @@
             // 
             this.gridView4.Name = "gridView4";
             // 
+            // gridColumn8
+            // 
+            this.gridColumn8.Caption = "闇�姹傝窡韪彿";
+            this.gridColumn8.FieldName = "gv_salesOrderId";
+            this.gridColumn8.Name = "gridColumn8";
+            this.gridColumn8.Visible = true;
+            this.gridColumn8.VisibleIndex = 24;
+            // 
             // Frm_MesQaItemsDetect01
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1796, 978);
+            this.ClientSize = new System.Drawing.Size(1257, 622);
             this.Controls.Add(this.picCheckBox);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
-            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.Name = "Frm_MesQaItemsDetect01";
             this.Text = "鏉ユ枡妫�楠岀敵璇�";
-            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
-            this.xtraTabControl1.ResumeLayout(false);
-            this.xtraTabPage1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit();
-            this.split1.Panel1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
-            this.split1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
-            this.xtraTabPage2.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit();
-            this.splitMx1.Panel1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit();
-            this.splitMx1.Panel2.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit();
-            this.splitMx1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(txt_salesOrderId.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
             this.layoutMx1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.layWeight)).EndInit();
@@ -2613,7 +2548,6 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkStates.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_freceQty.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(txt_xqdj.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_fngHandle.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_xblb.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_xbsl.Properties)).EndInit();
@@ -2647,6 +2581,24 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+            this.xtraTabControl1.ResumeLayout(false);
+            this.xtraTabPage1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit();
+            this.split1.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
+            this.split1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+            this.xtraTabPage2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit();
+            this.splitMx1.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit();
+            this.splitMx1.Panel2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit();
+            this.splitMx1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
             this.xtraTabControl2.ResumeLayout(false);
             this.tabMxPage1.ResumeLayout(false);
@@ -2821,7 +2773,6 @@
         private DevExpress.XtraEditors.TextEdit txt_freceQty;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
-        private DevExpress.XtraEditors.TextEdit txt_xqdj;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
@@ -2865,5 +2816,6 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem39;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
     }
 }
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.resx b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.resx
index 0f139df..3362d07 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.resx
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.resx
@@ -117,7 +117,7 @@
   <resheader name="writer">
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
-  <metadata name="txt_xqdj.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+  <metadata name="txt_salesOrderId.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>False</value>
   </metadata>
   <metadata name="tips.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArnDt.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArnDt.Designer.cs
index 25d85dc..5e51ef6 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArnDt.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArnDt.Designer.cs
@@ -43,9 +43,7 @@
             this.ebeln_line = new DevExpress.XtraGrid.Columns.GridColumn();
             this.ebeln_qty = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_quantity = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.ok_rkqty = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.pageBar1 = new UserControls.Data.UcPageBar();
-            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+            this.gv_rk = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -66,6 +64,8 @@
             this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.pageBar1 = new UserControls.Data.UcPageBar();
+            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
             this.xtraTabPage1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
@@ -148,7 +148,7 @@
             this.ebeln_line,
             this.ebeln_qty,
             this.gv_quantity,
-            this.ok_rkqty,
+            this.gv_rk,
             this.gridColumn1,
             this.gridColumn2,
             this.gridColumn3,
@@ -252,37 +252,14 @@
             this.gv_quantity.VisibleIndex = 5;
             this.gv_quantity.Width = 78;
             // 
-            // ok_rkqty
+            // gv_rk
             // 
-            this.ok_rkqty.Caption = "宸插叆搴撴暟閲�";
-            this.ok_rkqty.FieldName = "okRkqty";
-            this.ok_rkqty.MinWidth = 21;
-            this.ok_rkqty.Name = "ok_rkqty";
-            this.ok_rkqty.Tag = "createTime";
-            this.ok_rkqty.Width = 78;
-            // 
-            // pageBar1
-            // 
-            this.pageBar1.CurrentPage = 1;
-            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pageBar1.Location = new System.Drawing.Point(0, 402);
-            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
-            this.pageBar1.Name = "pageBar1";
-            this.pageBar1.RecordCount = 0;
-            this.pageBar1.Size = new System.Drawing.Size(985, 31);
-            this.pageBar1.TabIndex = 4;
-            this.pageBar1.TotalPages = 0;
-            // 
-            // xtraTabControl1
-            // 
-            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
-            this.xtraTabControl1.Name = "xtraTabControl1";
-            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
-            this.xtraTabControl1.Size = new System.Drawing.Size(987, 469);
-            this.xtraTabControl1.TabIndex = 3;
-            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
-            this.xtraTabPage1});
+            this.gv_rk.Caption = "宸插叆搴撴暟閲�";
+            this.gv_rk.FieldName = "okRkqty";
+            this.gv_rk.MinWidth = 21;
+            this.gv_rk.Name = "gv_rk";
+            this.gv_rk.Tag = "createTime";
+            this.gv_rk.Width = 78;
             // 
             // gridColumn1
             // 
@@ -444,6 +421,29 @@
             this.gridColumn20.Visible = true;
             this.gridColumn20.VisibleIndex = 25;
             // 
+            // pageBar1
+            // 
+            this.pageBar1.CurrentPage = 1;
+            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.pageBar1.Location = new System.Drawing.Point(0, 402);
+            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.pageBar1.Name = "pageBar1";
+            this.pageBar1.RecordCount = 0;
+            this.pageBar1.Size = new System.Drawing.Size(985, 31);
+            this.pageBar1.TabIndex = 4;
+            this.pageBar1.TotalPages = 0;
+            // 
+            // xtraTabControl1
+            // 
+            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
+            this.xtraTabControl1.Name = "xtraTabControl1";
+            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
+            this.xtraTabControl1.Size = new System.Drawing.Size(987, 469);
+            this.xtraTabControl1.TabIndex = 3;
+            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.xtraTabPage1});
+            // 
             // Frm_MesInvItemArnDt
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
@@ -483,7 +483,7 @@
         private DevExpress.XtraGrid.Columns.GridColumn ebeln_line;
         private DevExpress.XtraGrid.Columns.GridColumn ebeln_qty;
         private DevExpress.XtraGrid.Columns.GridColumn gv_quantity;
-        private DevExpress.XtraGrid.Columns.GridColumn ok_rkqty;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_rk;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
index 0a316cb..7598a5d 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
@@ -133,6 +133,7 @@
             this.gridColumn70 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn71 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn72 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn108 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.repositoryItemButtonEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
             this.repositoryItemButtonEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
             this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
@@ -318,7 +319,8 @@
             this.gv_hbdy = new DevExpress.XtraGrid.Columns.GridColumn();
             this.tips = new DevExpress.Utils.ToolTipController(this.components);
             this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
-            this.gridColumn108 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.ucBtnPrintOne1 = new Gs.DevApp.UserControl.UcBtnPrintOne();
+            this.layoutControlItem41 = new DevExpress.XtraLayout.LayoutControlItem();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -472,6 +474,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).BeginInit();
             this.SuspendLayout();
             // 
             // toolBarMenu1
@@ -483,10 +486,10 @@
             this.toolBarMenu1.guidKey = null;
             this.toolBarMenu1.isSetBtn = false;
             this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
-            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.toolBarMenu1.Name = "toolBarMenu1";
             this.toolBarMenu1.rptParameter = null;
-            this.toolBarMenu1.Size = new System.Drawing.Size(2111, 97);
+            this.toolBarMenu1.Size = new System.Drawing.Size(1357, 62);
             this.toolBarMenu1.TabIndex = 0;
             this.toolBarMenu1.xlsInService = null;
             this.toolBarMenu1.xlsOutParameter = null;
@@ -494,11 +497,11 @@
             // xtraTabControl1
             // 
             this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.xtraTabControl1.Location = new System.Drawing.Point(0, 97);
-            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
+            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.xtraTabControl1.Name = "xtraTabControl1";
             this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
-            this.xtraTabControl1.Size = new System.Drawing.Size(2111, 1093);
+            this.xtraTabControl1.Size = new System.Drawing.Size(1357, 618);
             this.xtraTabControl1.TabIndex = 3;
             this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPage1,
@@ -507,9 +510,9 @@
             // xtraTabPage1
             // 
             this.xtraTabPage1.Controls.Add(this.split1);
-            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.xtraTabPage1.Name = "xtraTabPage1";
-            this.xtraTabPage1.Size = new System.Drawing.Size(2109, 1055);
+            this.xtraTabPage1.Size = new System.Drawing.Size(1355, 592);
             this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
             // 
             // split1
@@ -518,7 +521,7 @@
             this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
             this.split1.Horizontal = false;
             this.split1.Location = new System.Drawing.Point(0, 0);
-            this.split1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.split1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.split1.Name = "split1";
             // 
             // split1.Panel1
@@ -532,19 +535,19 @@
             this.split1.Panel2.Controls.Add(this.xtraTabControl2);
             this.split1.Panel2.Text = "Panel2";
             this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.split1.Size = new System.Drawing.Size(2109, 1055);
-            this.split1.SplitterPosition = 654;
+            this.split1.Size = new System.Drawing.Size(1355, 592);
+            this.split1.SplitterPosition = 416;
             this.split1.TabIndex = 0;
             // 
             // gcMain1
             // 
             this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMain1.Location = new System.Drawing.Point(0, 0);
             this.gcMain1.MainView = this.gridView1;
-            this.gcMain1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMain1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMain1.Name = "gcMain1";
-            this.gcMain1.Size = new System.Drawing.Size(2109, 339);
+            this.gcMain1.Size = new System.Drawing.Size(1355, 136);
             this.gcMain1.TabIndex = 2;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -556,7 +559,7 @@
             this.gridView1.Appearance.Row.Options.UseFont = true;
             this.gridView1.Appearance.ViewCaption.Options.UseTextOptions = true;
             this.gridView1.Appearance.ViewCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
-            this.gridView1.ColumnPanelRowHeight = 61;
+            this.gridView1.ColumnPanelRowHeight = 39;
             this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
             this.gridColumn13,
             this.gv_urgentFlag,
@@ -575,9 +578,9 @@
             this.gridColumn11,
             this.gv_checkDate,
             this.gridColumn106});
-            this.gridView1.DetailHeight = 427;
+            this.gridView1.DetailHeight = 272;
             this.gridView1.GridControl = this.gcMain1;
-            this.gridView1.IndicatorWidth = 63;
+            this.gridView1.IndicatorWidth = 44;
             this.gridView1.Name = "gridView1";
             this.gridView1.OptionsFind.ShowSearchNavButtons = false;
             this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -587,214 +590,212 @@
             // 
             this.gridColumn13.Caption = "鏀舵枡缁勭粐";
             this.gridColumn13.FieldName = "receivingOrg";
-            this.gridColumn13.MinWidth = 63;
+            this.gridColumn13.MinWidth = 44;
             this.gridColumn13.Name = "gridColumn13";
             this.gridColumn13.Tag = "org.fnamber";
             this.gridColumn13.Visible = true;
             this.gridColumn13.VisibleIndex = 0;
-            this.gridColumn13.Width = 313;
+            this.gridColumn13.Width = 219;
             // 
             // gv_urgentFlag
             // 
             this.gv_urgentFlag.AppearanceCell.Options.UseFont = true;
             this.gv_urgentFlag.Caption = "鎬ユ枡";
             this.gv_urgentFlag.FieldName = "urgentFlag";
-            this.gv_urgentFlag.MaxWidth = 63;
-            this.gv_urgentFlag.MinWidth = 63;
+            this.gv_urgentFlag.MaxWidth = 44;
+            this.gv_urgentFlag.MinWidth = 44;
             this.gv_urgentFlag.Name = "gv_urgentFlag";
             this.gv_urgentFlag.OptionsColumn.AllowEdit = false;
             this.gv_urgentFlag.Tag = "query_a.urgent_flag";
             this.gv_urgentFlag.Visible = true;
             this.gv_urgentFlag.VisibleIndex = 1;
-            this.gv_urgentFlag.Width = 63;
+            this.gv_urgentFlag.Width = 44;
             // 
             // gridColumn25
             // 
             this.gridColumn25.Caption = "濮斿";
             this.gridColumn25.FieldName = "fType";
-            this.gridColumn25.MinWidth = 31;
+            this.gridColumn25.MinWidth = 22;
             this.gridColumn25.Name = "gridColumn25";
             this.gridColumn25.Visible = true;
             this.gridColumn25.VisibleIndex = 2;
-            this.gridColumn25.Width = 117;
+            this.gridColumn25.Width = 82;
             // 
             // gv_status
             // 
             this.gv_status.AppearanceCell.Options.UseFont = true;
             this.gv_status.Caption = "鍏ュ簱";
             this.gv_status.FieldName = "statusChk";
-            this.gv_status.MaxWidth = 63;
-            this.gv_status.MinWidth = 63;
+            this.gv_status.MaxWidth = 44;
+            this.gv_status.MinWidth = 44;
             this.gv_status.Name = "gv_status";
             this.gv_status.OptionsColumn.AllowEdit = false;
             this.gv_status.Tag = "query_a.status";
             this.gv_status.Visible = true;
             this.gv_status.VisibleIndex = 3;
-            this.gv_status.Width = 63;
+            this.gv_status.Width = 44;
             // 
             // gv_billNo
             // 
             this.gv_billNo.AppearanceCell.Options.UseFont = true;
             this.gv_billNo.Caption = "鍒拌揣鍗曞彿";
             this.gv_billNo.FieldName = "billNo";
-            this.gv_billNo.MinWidth = 63;
+            this.gv_billNo.MinWidth = 44;
             this.gv_billNo.Name = "gv_billNo";
             this.gv_billNo.OptionsColumn.AllowEdit = false;
             this.gv_billNo.Tag = "query_a.bill_no";
             this.gv_billNo.Visible = true;
             this.gv_billNo.VisibleIndex = 4;
-            this.gv_billNo.Width = 150;
+            this.gv_billNo.Width = 105;
             // 
             // gridColumn1
             // 
             this.gridColumn1.Caption = "鏉$爜鎵撳嵃姣旂巼";
             this.gridColumn1.FieldName = "barRatio";
-            this.gridColumn1.MaxWidth = 100;
-            this.gridColumn1.MinWidth = 100;
+            this.gridColumn1.MaxWidth = 70;
+            this.gridColumn1.MinWidth = 70;
             this.gridColumn1.Name = "gridColumn1";
             this.gridColumn1.OptionsColumn.AllowEdit = false;
             this.gridColumn1.Visible = true;
             this.gridColumn1.VisibleIndex = 5;
-            this.gridColumn1.Width = 100;
+            this.gridColumn1.Width = 70;
             // 
             // gv_createBy
             // 
             this.gv_createBy.AppearanceCell.Options.UseFont = true;
             this.gv_createBy.Caption = "鍒涘缓浜�";
             this.gv_createBy.FieldName = "cjr";
-            this.gv_createBy.MinWidth = 63;
+            this.gv_createBy.MinWidth = 44;
             this.gv_createBy.Name = "gv_createBy";
             this.gv_createBy.OptionsColumn.AllowEdit = false;
             this.gv_createBy.Tag = "query_a.create_by";
             this.gv_createBy.Visible = true;
             this.gv_createBy.VisibleIndex = 7;
-            this.gv_createBy.Width = 117;
+            this.gv_createBy.Width = 82;
             // 
             // gridColumn26
             // 
             this.gridColumn26.Caption = "鍒涘缓鏃ユ湡";
             this.gridColumn26.FieldName = "createDate";
-            this.gridColumn26.MinWidth = 31;
+            this.gridColumn26.MinWidth = 22;
             this.gridColumn26.Name = "gridColumn26";
             this.gridColumn26.Visible = true;
             this.gridColumn26.VisibleIndex = 8;
-            this.gridColumn26.Width = 117;
+            this.gridColumn26.Width = 82;
             // 
             // gv_suppNo
             // 
             this.gv_suppNo.AppearanceCell.Options.UseFont = true;
             this.gv_suppNo.Caption = "渚涘簲鍟嗙紪鐮�";
             this.gv_suppNo.FieldName = "suppNo";
-            this.gv_suppNo.MinWidth = 63;
+            this.gv_suppNo.MinWidth = 44;
             this.gv_suppNo.Name = "gv_suppNo";
             this.gv_suppNo.OptionsColumn.AllowEdit = false;
             this.gv_suppNo.Tag = "query_a.supp_no";
             this.gv_suppNo.Visible = true;
             this.gv_suppNo.VisibleIndex = 9;
-            this.gv_suppNo.Width = 117;
+            this.gv_suppNo.Width = 82;
             // 
             // gridColumn2
             // 
             this.gridColumn2.Caption = "渚涘簲鍟嗗悕绉�";
             this.gridColumn2.FieldName = "suppName";
-            this.gridColumn2.MinWidth = 63;
+            this.gridColumn2.MinWidth = 44;
             this.gridColumn2.Name = "gridColumn2";
             this.gridColumn2.OptionsColumn.AllowEdit = false;
             this.gridColumn2.Visible = true;
             this.gridColumn2.VisibleIndex = 10;
-            this.gridColumn2.Width = 250;
+            this.gridColumn2.Width = 175;
             // 
             // gv_depotsCode
             // 
             this.gv_depotsCode.AppearanceCell.Options.UseFont = true;
             this.gv_depotsCode.Caption = "鏀惰揣浠撳簱缂栫爜";
             this.gv_depotsCode.FieldName = "depotsCode";
-            this.gv_depotsCode.MinWidth = 63;
+            this.gv_depotsCode.MinWidth = 44;
             this.gv_depotsCode.Name = "gv_depotsCode";
             this.gv_depotsCode.OptionsColumn.AllowEdit = false;
             this.gv_depotsCode.Tag = "query_a.depots_code";
             this.gv_depotsCode.Visible = true;
             this.gv_depotsCode.VisibleIndex = 11;
-            this.gv_depotsCode.Width = 117;
+            this.gv_depotsCode.Width = 82;
             // 
             // gridColumn3
             // 
             this.gridColumn3.Caption = "鏀惰揣浠撳簱鍚嶇О";
             this.gridColumn3.FieldName = "depotName";
-            this.gridColumn3.MinWidth = 31;
+            this.gridColumn3.MinWidth = 22;
             this.gridColumn3.Name = "gridColumn3";
             this.gridColumn3.OptionsColumn.AllowEdit = false;
             this.gridColumn3.Visible = true;
             this.gridColumn3.VisibleIndex = 12;
-            this.gridColumn3.Width = 117;
+            this.gridColumn3.Width = 82;
             // 
             // gv_remark
             // 
             this.gv_remark.AppearanceCell.Options.UseFont = true;
             this.gv_remark.Caption = "澶囨敞";
             this.gv_remark.FieldName = "remark";
-            this.gv_remark.MinWidth = 63;
+            this.gv_remark.MinWidth = 44;
             this.gv_remark.Name = "gv_remark";
             this.gv_remark.OptionsColumn.AllowEdit = false;
             this.gv_remark.Tag = "query_a.remark";
             this.gv_remark.Visible = true;
             this.gv_remark.VisibleIndex = 13;
-            this.gv_remark.Width = 117;
+            this.gv_remark.Width = 82;
             // 
             // gv_fstatus
             // 
             this.gv_fstatus.AppearanceCell.Options.UseFont = true;
             this.gv_fstatus.Caption = "瀹℃牳鏍囪瘑";
             this.gv_fstatus.FieldName = "fstatus";
-            this.gv_fstatus.MaxWidth = 63;
-            this.gv_fstatus.MinWidth = 63;
+            this.gv_fstatus.MaxWidth = 44;
+            this.gv_fstatus.MinWidth = 44;
             this.gv_fstatus.Name = "gv_fstatus";
             this.gv_fstatus.OptionsColumn.AllowEdit = false;
             this.gv_fstatus.Tag = "query_a.fstatus";
-            this.gv_fstatus.Width = 63;
+            this.gv_fstatus.Width = 44;
             // 
             // gridColumn11
             // 
             this.gridColumn11.Caption = "瀹℃牳浜�";
             this.gridColumn11.FieldName = "shr";
-            this.gridColumn11.MinWidth = 31;
+            this.gridColumn11.MinWidth = 22;
             this.gridColumn11.Name = "gridColumn11";
             this.gridColumn11.Visible = true;
             this.gridColumn11.VisibleIndex = 14;
-            this.gridColumn11.Width = 117;
+            this.gridColumn11.Width = 82;
             // 
             // gv_checkDate
             // 
             this.gv_checkDate.AppearanceCell.Options.UseFont = true;
             this.gv_checkDate.Caption = "瀹℃牳鏃堕棿";
             this.gv_checkDate.FieldName = "checkDate";
-            this.gv_checkDate.MinWidth = 63;
+            this.gv_checkDate.MinWidth = 44;
             this.gv_checkDate.Name = "gv_checkDate";
             this.gv_checkDate.OptionsColumn.AllowEdit = false;
             this.gv_checkDate.Tag = "query_a.check_date";
             this.gv_checkDate.Visible = true;
             this.gv_checkDate.VisibleIndex = 15;
-            this.gv_checkDate.Width = 224;
+            this.gv_checkDate.Width = 157;
             // 
             // gridColumn106
             // 
             this.gridColumn106.Caption = "鍏ュ簱姣斾緥";
             this.gridColumn106.FieldName = "rkbl";
-            this.gridColumn106.MinWidth = 29;
             this.gridColumn106.Name = "gridColumn106";
             this.gridColumn106.Visible = true;
             this.gridColumn106.VisibleIndex = 6;
-            this.gridColumn106.Width = 107;
             // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
             this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pageBar1.Location = new System.Drawing.Point(0, 339);
-            this.pageBar1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
+            this.pageBar1.Location = new System.Drawing.Point(0, 136);
+            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
-            this.pageBar1.Size = new System.Drawing.Size(2109, 47);
+            this.pageBar1.Size = new System.Drawing.Size(1355, 30);
             this.pageBar1.TabIndex = 4;
             this.pageBar1.TotalPages = 0;
             // 
@@ -802,10 +803,10 @@
             // 
             this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
             this.xtraTabControl2.Location = new System.Drawing.Point(0, 0);
-            this.xtraTabControl2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.xtraTabControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.xtraTabControl2.Name = "xtraTabControl2";
             this.xtraTabControl2.SelectedTabPage = this.xtraTabPage5;
-            this.xtraTabControl2.Size = new System.Drawing.Size(2109, 654);
+            this.xtraTabControl2.Size = new System.Drawing.Size(1355, 416);
             this.xtraTabControl2.TabIndex = 4;
             this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPage5,
@@ -815,24 +816,23 @@
             // xtraTabPage5
             // 
             this.xtraTabPage5.Controls.Add(this.gcMxL2);
-            this.xtraTabPage5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.xtraTabPage5.Name = "xtraTabPage5";
-            this.xtraTabPage5.Size = new System.Drawing.Size(2107, 616);
+            this.xtraTabPage5.Size = new System.Drawing.Size(1353, 390);
             this.xtraTabPage5.Text = "鍚堝苟鏄庣粏";
             // 
             // gcMxL2
             // 
             this.gcMxL2.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMxL2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMxL2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMxL2.Location = new System.Drawing.Point(0, 0);
             this.gcMxL2.MainView = this.gvMxL2;
-            this.gcMxL2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMxL2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMxL2.Name = "gcMxL2";
             this.gcMxL2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemButtonEdit7,
             this.repositoryItemButtonEdit8,
             this.repositoryItemComboBox4});
-            this.gcMxL2.Size = new System.Drawing.Size(2107, 616);
+            this.gcMxL2.Size = new System.Drawing.Size(1353, 390);
             this.gcMxL2.TabIndex = 3;
             this.gcMxL2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMxL2});
@@ -859,7 +859,7 @@
             this.gridColumn103,
             this.gridColumn104,
             this.gridColumn105});
-            this.gvMxL2.DetailHeight = 427;
+            this.gvMxL2.DetailHeight = 272;
             this.gvMxL2.GridControl = this.gcMxL2;
             this.gvMxL2.Name = "gvMxL2";
             this.gvMxL2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -872,80 +872,80 @@
             // 
             this.gridColumn88.Caption = "abtGuid涓嶈兘鍒犻櫎";
             this.gridColumn88.FieldName = "aboutGuid";
-            this.gridColumn88.MinWidth = 63;
+            this.gridColumn88.MinWidth = 44;
             this.gridColumn88.Name = "gridColumn88";
             this.gridColumn88.OptionsColumn.ReadOnly = true;
-            this.gridColumn88.Width = 117;
+            this.gridColumn88.Width = 82;
             // 
             // gridColumn89
             // 
             this.gridColumn89.Caption = "鐗╂枡缂栧彿";
             this.gridColumn89.FieldName = "itemNo";
-            this.gridColumn89.MinWidth = 63;
+            this.gridColumn89.MinWidth = 44;
             this.gridColumn89.Name = "gridColumn89";
             this.gridColumn89.OptionsColumn.ReadOnly = true;
             this.gridColumn89.Visible = true;
             this.gridColumn89.VisibleIndex = 0;
-            this.gridColumn89.Width = 110;
+            this.gridColumn89.Width = 77;
             // 
             // gridColumn90
             // 
             this.gridColumn90.AppearanceCell.Options.UseFont = true;
             this.gridColumn90.Caption = "鐗╂枡鍚嶇О";
             this.gridColumn90.FieldName = "itemName";
-            this.gridColumn90.MinWidth = 63;
+            this.gridColumn90.MinWidth = 44;
             this.gridColumn90.Name = "gridColumn90";
             this.gridColumn90.OptionsColumn.ReadOnly = true;
             this.gridColumn90.Tag = "query_a.board_style";
             this.gridColumn90.Visible = true;
             this.gridColumn90.VisibleIndex = 1;
-            this.gridColumn90.Width = 199;
+            this.gridColumn90.Width = 139;
             // 
             // gridColumn91
             // 
             this.gridColumn91.Caption = "鐗╂枡瑙勬牸";
             this.gridColumn91.FieldName = "itemModel";
-            this.gridColumn91.MinWidth = 63;
+            this.gridColumn91.MinWidth = 44;
             this.gridColumn91.Name = "gridColumn91";
             this.gridColumn91.Visible = true;
             this.gridColumn91.VisibleIndex = 2;
-            this.gridColumn91.Width = 136;
+            this.gridColumn91.Width = 95;
             // 
             // gridColumn92
             // 
             this.gridColumn92.Caption = "鏈鏀惰揣鏁伴噺";
             this.gridColumn92.FieldName = "quantity";
-            this.gridColumn92.MinWidth = 63;
+            this.gridColumn92.MinWidth = 44;
             this.gridColumn92.Name = "gridColumn92";
             this.gridColumn92.Visible = true;
             this.gridColumn92.VisibleIndex = 3;
-            this.gridColumn92.Width = 104;
+            this.gridColumn92.Width = 73;
             // 
             // gridColumn93
             // 
             this.gridColumn93.AppearanceCell.Options.UseFont = true;
             this.gridColumn93.Caption = "宸插叆搴撴暟閲�";
             this.gridColumn93.FieldName = "okRkqty";
-            this.gridColumn93.MinWidth = 63;
+            this.gridColumn93.MinWidth = 44;
             this.gridColumn93.Name = "gridColumn93";
             this.gridColumn93.OptionsColumn.ReadOnly = true;
             this.gridColumn93.Tag = "query_a.ok_rkqty";
             this.gridColumn93.Visible = true;
             this.gridColumn93.VisibleIndex = 4;
-            this.gridColumn93.Width = 110;
+            this.gridColumn93.Width = 77;
             // 
             // gridColumn94
             // 
             this.gridColumn94.AppearanceCell.Options.UseFont = true;
             this.gridColumn94.Caption = "宸叉墦鍗版暟閲�";
             this.gridColumn94.FieldName = "yQty";
-            this.gridColumn94.MinWidth = 63;
+            this.gridColumn94.MinWidth = 44;
             this.gridColumn94.Name = "gridColumn94";
             this.gridColumn94.OptionsColumn.ReadOnly = true;
             this.gridColumn94.Tag = "query_a.ebeln_qty";
             this.gridColumn94.Visible = true;
             this.gridColumn94.VisibleIndex = 5;
-            this.gridColumn94.Width = 110;
+            this.gridColumn94.Width = 77;
             // 
             // gridColumn95
             // 
@@ -955,108 +955,102 @@
             this.gridColumn95.AppearanceHeader.Options.UseForeColor = true;
             this.gridColumn95.Caption = "鍙墦鍗版�婚噺";
             this.gridColumn95.FieldName = "kQty";
-            this.gridColumn95.MinWidth = 63;
+            this.gridColumn95.MinWidth = 44;
             this.gridColumn95.Name = "gridColumn95";
             this.gridColumn95.Visible = true;
             this.gridColumn95.VisibleIndex = 6;
-            this.gridColumn95.Width = 104;
+            this.gridColumn95.Width = 73;
             // 
             // gridColumn96
             // 
             this.gridColumn96.Caption = "鐗╂枡鍗曚綅";
             this.gridColumn96.FieldName = "wnDw";
-            this.gridColumn96.MinWidth = 63;
+            this.gridColumn96.MinWidth = 44;
             this.gridColumn96.Name = "gridColumn96";
             this.gridColumn96.OptionsColumn.ReadOnly = true;
-            this.gridColumn96.Width = 199;
+            this.gridColumn96.Width = 139;
             // 
             // gridColumn97
             // 
             this.gridColumn97.Caption = "閲囪喘鍗曚綅";
             this.gridColumn97.FieldName = "cgUnit";
-            this.gridColumn97.MinWidth = 63;
+            this.gridColumn97.MinWidth = 44;
             this.gridColumn97.Name = "gridColumn97";
             this.gridColumn97.OptionsColumn.ReadOnly = true;
             this.gridColumn97.Visible = true;
             this.gridColumn97.VisibleIndex = 7;
-            this.gridColumn97.Width = 104;
+            this.gridColumn97.Width = 73;
             // 
             // gridColumn98
             // 
             this.gridColumn98.Caption = "搴撳瓨鍗曚綅";
             this.gridColumn98.FieldName = "kcUnit";
-            this.gridColumn98.MinWidth = 63;
+            this.gridColumn98.MinWidth = 44;
             this.gridColumn98.Name = "gridColumn98";
             this.gridColumn98.OptionsColumn.ReadOnly = true;
-            this.gridColumn98.Width = 104;
+            this.gridColumn98.Width = 73;
             // 
             // gridColumn99
             // 
             this.gridColumn99.Caption = "妫�楠岀姸鎬�";
             this.gridColumn99.FieldName = "jyzt";
-            this.gridColumn99.MinWidth = 63;
+            this.gridColumn99.MinWidth = 44;
             this.gridColumn99.Name = "gridColumn99";
             this.gridColumn99.Visible = true;
             this.gridColumn99.VisibleIndex = 8;
-            this.gridColumn99.Width = 104;
+            this.gridColumn99.Width = 73;
             // 
             // gridColumn100
             // 
             this.gridColumn100.Caption = "妫�楠岀粨鏋�";
             this.gridColumn100.FieldName = "jyjg";
-            this.gridColumn100.MinWidth = 63;
+            this.gridColumn100.MinWidth = 44;
             this.gridColumn100.Name = "gridColumn100";
             this.gridColumn100.Visible = true;
             this.gridColumn100.VisibleIndex = 9;
-            this.gridColumn100.Width = 114;
+            this.gridColumn100.Width = 80;
             // 
             // gridColumn101
             // 
             this.gridColumn101.Caption = "澶勭悊鎰忚";
             this.gridColumn101.FieldName = "clyj";
-            this.gridColumn101.MinWidth = 31;
+            this.gridColumn101.MinWidth = 22;
             this.gridColumn101.Name = "gridColumn101";
             this.gridColumn101.Visible = true;
             this.gridColumn101.VisibleIndex = 10;
-            this.gridColumn101.Width = 117;
+            this.gridColumn101.Width = 82;
             // 
             // gridColumn102
             // 
             this.gridColumn102.Caption = "榛樿姣忓紶鏉$爜鏁伴噺";
             this.gridColumn102.FieldName = "mrtmsl";
-            this.gridColumn102.MinWidth = 31;
+            this.gridColumn102.MinWidth = 22;
             this.gridColumn102.Name = "gridColumn102";
-            this.gridColumn102.Width = 117;
+            this.gridColumn102.Width = 82;
             // 
             // gridColumn103
             // 
             this.gridColumn103.Caption = "浠撳簱缂栫爜";
             this.gridColumn103.FieldName = "depotCode";
-            this.gridColumn103.MinWidth = 29;
             this.gridColumn103.Name = "gridColumn103";
             this.gridColumn103.Visible = true;
             this.gridColumn103.VisibleIndex = 11;
-            this.gridColumn103.Width = 107;
             // 
             // gridColumn104
             // 
             this.gridColumn104.Caption = "浠撳簱鍚嶇О";
             this.gridColumn104.FieldName = "depotName";
-            this.gridColumn104.MinWidth = 29;
             this.gridColumn104.Name = "gridColumn104";
             this.gridColumn104.Visible = true;
             this.gridColumn104.VisibleIndex = 12;
-            this.gridColumn104.Width = 107;
             // 
             // gridColumn105
             // 
             this.gridColumn105.Caption = "浠撶鍛�";
             this.gridColumn105.FieldName = "staffName";
-            this.gridColumn105.MinWidth = 29;
             this.gridColumn105.Name = "gridColumn105";
             this.gridColumn105.Visible = true;
             this.gridColumn105.VisibleIndex = 13;
-            this.gridColumn105.Width = 107;
             // 
             // repositoryItemButtonEdit7
             // 
@@ -1082,24 +1076,23 @@
             // xtraTabPage4
             // 
             this.xtraTabPage4.Controls.Add(this.gcMxL1);
-            this.xtraTabPage4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.xtraTabPage4.Name = "xtraTabPage4";
-            this.xtraTabPage4.Size = new System.Drawing.Size(2107, 616);
+            this.xtraTabPage4.Size = new System.Drawing.Size(1353, 390);
             this.xtraTabPage4.Text = "鏉ユ枡鏄庣粏";
             // 
             // gcMxL1
             // 
             this.gcMxL1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMxL1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMxL1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMxL1.Location = new System.Drawing.Point(0, 0);
             this.gcMxL1.MainView = this.gvMxL1;
-            this.gcMxL1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMxL1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMxL1.Name = "gcMxL1";
             this.gcMxL1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemButtonEdit5,
             this.repositoryItemButtonEdit6,
             this.repositoryItemComboBox3});
-            this.gcMxL1.Size = new System.Drawing.Size(2107, 616);
+            this.gcMxL1.Size = new System.Drawing.Size(1353, 390);
             this.gcMxL1.TabIndex = 2;
             this.gcMxL1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMxL1});
@@ -1131,7 +1124,7 @@
             this.gridColumn71,
             this.gridColumn72,
             this.gridColumn108});
-            this.gvMxL1.DetailHeight = 427;
+            this.gvMxL1.DetailHeight = 272;
             this.gvMxL1.GridControl = this.gcMxL1;
             this.gvMxL1.Name = "gvMxL1";
             this.gvMxL1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -1144,116 +1137,116 @@
             // 
             this.gridColumn34.Caption = "abtGuid涓嶈兘鍒犻櫎";
             this.gridColumn34.FieldName = "aboutGuid";
-            this.gridColumn34.MinWidth = 63;
+            this.gridColumn34.MinWidth = 44;
             this.gridColumn34.Name = "gridColumn34";
             this.gridColumn34.OptionsColumn.ReadOnly = true;
-            this.gridColumn34.Width = 117;
+            this.gridColumn34.Width = 82;
             // 
             // gridColumn35
             // 
             this.gridColumn35.AppearanceCell.Options.UseFont = true;
             this.gridColumn35.Caption = "guid涓嶈兘鍒犻櫎";
             this.gridColumn35.FieldName = "guid";
-            this.gridColumn35.MinWidth = 87;
+            this.gridColumn35.MinWidth = 61;
             this.gridColumn35.Name = "gridColumn35";
             this.gridColumn35.OptionsColumn.ReadOnly = true;
             this.gridColumn35.Tag = "query_a.guid";
-            this.gridColumn35.Width = 124;
+            this.gridColumn35.Width = 87;
             // 
             // gridColumn36
             // 
             this.gridColumn36.AppearanceCell.Options.UseFont = true;
             this.gridColumn36.Caption = "鎬ユ枡鏍囪瘑";
             this.gridColumn36.FieldName = "urgentFlag";
-            this.gridColumn36.MinWidth = 14;
+            this.gridColumn36.MinWidth = 10;
             this.gridColumn36.Name = "gridColumn36";
             this.gridColumn36.Tag = "query_a.urgent_flag";
             this.gridColumn36.Visible = true;
             this.gridColumn36.VisibleIndex = 0;
-            this.gridColumn36.Width = 14;
+            this.gridColumn36.Width = 10;
             // 
             // gridColumn51
             // 
             this.gridColumn51.AppearanceCell.Options.UseFont = true;
             this.gridColumn51.Caption = "ERP閲囪喘鍗曞彿";
             this.gridColumn51.FieldName = "ebeln";
-            this.gridColumn51.MinWidth = 63;
+            this.gridColumn51.MinWidth = 44;
             this.gridColumn51.Name = "gridColumn51";
             this.gridColumn51.OptionsColumn.ReadOnly = true;
             this.gridColumn51.Tag = "query_a.ebeln";
             this.gridColumn51.Visible = true;
             this.gridColumn51.VisibleIndex = 1;
-            this.gridColumn51.Width = 113;
+            this.gridColumn51.Width = 79;
             // 
             // gridColumn55
             // 
             this.gridColumn55.Caption = "鐗╂枡缂栧彿";
             this.gridColumn55.FieldName = "itemNo";
-            this.gridColumn55.MinWidth = 63;
+            this.gridColumn55.MinWidth = 44;
             this.gridColumn55.Name = "gridColumn55";
             this.gridColumn55.OptionsColumn.ReadOnly = true;
             this.gridColumn55.Visible = true;
             this.gridColumn55.VisibleIndex = 2;
-            this.gridColumn55.Width = 94;
+            this.gridColumn55.Width = 66;
             // 
             // gridColumn56
             // 
             this.gridColumn56.AppearanceCell.Options.UseFont = true;
             this.gridColumn56.Caption = "鐗╂枡鍚嶇О";
             this.gridColumn56.FieldName = "itemName";
-            this.gridColumn56.MinWidth = 63;
+            this.gridColumn56.MinWidth = 44;
             this.gridColumn56.Name = "gridColumn56";
             this.gridColumn56.OptionsColumn.ReadOnly = true;
             this.gridColumn56.Tag = "query_a.board_style";
             this.gridColumn56.Visible = true;
             this.gridColumn56.VisibleIndex = 3;
-            this.gridColumn56.Width = 171;
+            this.gridColumn56.Width = 120;
             // 
             // gridColumn57
             // 
             this.gridColumn57.Caption = "鐗╂枡瑙勬牸";
             this.gridColumn57.FieldName = "itemModel";
-            this.gridColumn57.MinWidth = 63;
+            this.gridColumn57.MinWidth = 44;
             this.gridColumn57.Name = "gridColumn57";
             this.gridColumn57.Visible = true;
             this.gridColumn57.VisibleIndex = 4;
-            this.gridColumn57.Width = 117;
+            this.gridColumn57.Width = 82;
             // 
             // gridColumn58
             // 
             this.gridColumn58.Caption = "鏈鏀惰揣鏁伴噺";
             this.gridColumn58.FieldName = "quantity";
-            this.gridColumn58.MinWidth = 63;
+            this.gridColumn58.MinWidth = 44;
             this.gridColumn58.Name = "gridColumn58";
             this.gridColumn58.Visible = true;
             this.gridColumn58.VisibleIndex = 5;
-            this.gridColumn58.Width = 254;
+            this.gridColumn58.Width = 178;
             // 
             // gridColumn59
             // 
             this.gridColumn59.AppearanceCell.Options.UseFont = true;
             this.gridColumn59.Caption = "宸插叆搴撴暟閲�";
             this.gridColumn59.FieldName = "okRkqty";
-            this.gridColumn59.MinWidth = 63;
+            this.gridColumn59.MinWidth = 44;
             this.gridColumn59.Name = "gridColumn59";
             this.gridColumn59.OptionsColumn.ReadOnly = true;
             this.gridColumn59.Tag = "query_a.ok_rkqty";
             this.gridColumn59.Visible = true;
             this.gridColumn59.VisibleIndex = 6;
-            this.gridColumn59.Width = 199;
+            this.gridColumn59.Width = 139;
             // 
             // gridColumn60
             // 
             this.gridColumn60.AppearanceCell.Options.UseFont = true;
             this.gridColumn60.Caption = "宸叉墦鍗版暟閲�";
             this.gridColumn60.FieldName = "yQty";
-            this.gridColumn60.MinWidth = 63;
+            this.gridColumn60.MinWidth = 44;
             this.gridColumn60.Name = "gridColumn60";
             this.gridColumn60.OptionsColumn.ReadOnly = true;
             this.gridColumn60.Tag = "query_a.ebeln_qty";
             this.gridColumn60.Visible = true;
             this.gridColumn60.VisibleIndex = 7;
-            this.gridColumn60.Width = 156;
+            this.gridColumn60.Width = 109;
             // 
             // gridColumn61
             // 
@@ -1263,78 +1256,78 @@
             this.gridColumn61.AppearanceHeader.Options.UseForeColor = true;
             this.gridColumn61.Caption = "鍙墦鍗版�婚噺";
             this.gridColumn61.FieldName = "kQty";
-            this.gridColumn61.MinWidth = 63;
+            this.gridColumn61.MinWidth = 44;
             this.gridColumn61.Name = "gridColumn61";
             this.gridColumn61.Visible = true;
             this.gridColumn61.VisibleIndex = 8;
-            this.gridColumn61.Width = 120;
+            this.gridColumn61.Width = 84;
             // 
             // gridColumn62
             // 
             this.gridColumn62.Caption = "鐗╂枡鍗曚綅";
             this.gridColumn62.FieldName = "wnDw";
-            this.gridColumn62.MinWidth = 63;
+            this.gridColumn62.MinWidth = 44;
             this.gridColumn62.Name = "gridColumn62";
             this.gridColumn62.OptionsColumn.ReadOnly = true;
-            this.gridColumn62.Width = 199;
+            this.gridColumn62.Width = 139;
             // 
             // gridColumn63
             // 
             this.gridColumn63.Caption = "閲囪喘鍗曚綅";
             this.gridColumn63.FieldName = "cgUnit";
-            this.gridColumn63.MinWidth = 63;
+            this.gridColumn63.MinWidth = 44;
             this.gridColumn63.Name = "gridColumn63";
             this.gridColumn63.OptionsColumn.ReadOnly = true;
             this.gridColumn63.Visible = true;
             this.gridColumn63.VisibleIndex = 9;
-            this.gridColumn63.Width = 63;
+            this.gridColumn63.Width = 44;
             // 
             // gridColumn64
             // 
             this.gridColumn64.Caption = "搴撳瓨鍗曚綅";
             this.gridColumn64.FieldName = "kcUnit";
-            this.gridColumn64.MinWidth = 63;
+            this.gridColumn64.MinWidth = 44;
             this.gridColumn64.Name = "gridColumn64";
             this.gridColumn64.OptionsColumn.ReadOnly = true;
-            this.gridColumn64.Width = 104;
+            this.gridColumn64.Width = 73;
             // 
             // gridColumn65
             // 
             this.gridColumn65.Caption = "妫�楠岀姸鎬�";
             this.gridColumn65.FieldName = "jyzt";
-            this.gridColumn65.MinWidth = 63;
+            this.gridColumn65.MinWidth = 44;
             this.gridColumn65.Name = "gridColumn65";
             this.gridColumn65.Visible = true;
             this.gridColumn65.VisibleIndex = 10;
-            this.gridColumn65.Width = 63;
+            this.gridColumn65.Width = 44;
             // 
             // gridColumn66
             // 
             this.gridColumn66.Caption = "妫�楠岀粨鏋�";
             this.gridColumn66.FieldName = "jyjg";
-            this.gridColumn66.MinWidth = 63;
+            this.gridColumn66.MinWidth = 44;
             this.gridColumn66.Name = "gridColumn66";
             this.gridColumn66.Visible = true;
             this.gridColumn66.VisibleIndex = 11;
-            this.gridColumn66.Width = 63;
+            this.gridColumn66.Width = 44;
             // 
             // gridColumn67
             // 
             this.gridColumn67.Caption = "澶勭悊鎰忚";
             this.gridColumn67.FieldName = "clyj";
-            this.gridColumn67.MinWidth = 31;
+            this.gridColumn67.MinWidth = 22;
             this.gridColumn67.Name = "gridColumn67";
             this.gridColumn67.Visible = true;
             this.gridColumn67.VisibleIndex = 12;
-            this.gridColumn67.Width = 31;
+            this.gridColumn67.Width = 22;
             // 
             // gridColumn68
             // 
             this.gridColumn68.Caption = "榛樿姣忓紶鏉$爜鏁伴噺";
             this.gridColumn68.FieldName = "mrtmsl";
-            this.gridColumn68.MinWidth = 31;
+            this.gridColumn68.MinWidth = 22;
             this.gridColumn68.Name = "gridColumn68";
-            this.gridColumn68.Width = 117;
+            this.gridColumn68.Width = 82;
             // 
             // gridColumn69
             // 
@@ -1342,12 +1335,11 @@
             this.gridColumn69.ColumnEdit = this.repositoryItemComboBox3;
             this.gridColumn69.FieldName = "rkType";
             this.gridColumn69.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
-            this.gridColumn69.MinWidth = 29;
             this.gridColumn69.Name = "gridColumn69";
             this.gridColumn69.OptionsColumn.ReadOnly = true;
             this.gridColumn69.Visible = true;
             this.gridColumn69.VisibleIndex = 17;
-            this.gridColumn69.Width = 94;
+            this.gridColumn69.Width = 66;
             // 
             // repositoryItemComboBox3
             // 
@@ -1360,31 +1352,38 @@
             // 
             this.gridColumn70.Caption = "浠撳簱缂栫爜";
             this.gridColumn70.FieldName = "depotCode";
-            this.gridColumn70.MinWidth = 29;
             this.gridColumn70.Name = "gridColumn70";
             this.gridColumn70.Visible = true;
             this.gridColumn70.VisibleIndex = 13;
-            this.gridColumn70.Width = 29;
+            this.gridColumn70.Width = 20;
             // 
             // gridColumn71
             // 
             this.gridColumn71.Caption = "浠撳簱鍚嶇О";
             this.gridColumn71.FieldName = "depotName";
-            this.gridColumn71.MinWidth = 29;
             this.gridColumn71.Name = "gridColumn71";
             this.gridColumn71.Visible = true;
             this.gridColumn71.VisibleIndex = 14;
-            this.gridColumn71.Width = 29;
+            this.gridColumn71.Width = 20;
             // 
             // gridColumn72
             // 
             this.gridColumn72.Caption = "浠撶鍛�";
             this.gridColumn72.FieldName = "staffName";
-            this.gridColumn72.MinWidth = 29;
             this.gridColumn72.Name = "gridColumn72";
             this.gridColumn72.Visible = true;
             this.gridColumn72.VisibleIndex = 15;
-            this.gridColumn72.Width = 29;
+            this.gridColumn72.Width = 20;
+            // 
+            // gridColumn108
+            // 
+            this.gridColumn108.Caption = "闇�姹傝窡韪彿";
+            this.gridColumn108.FieldName = "xqgz";
+            this.gridColumn108.MinWidth = 21;
+            this.gridColumn108.Name = "gridColumn108";
+            this.gridColumn108.Visible = true;
+            this.gridColumn108.VisibleIndex = 16;
+            this.gridColumn108.Width = 78;
             // 
             // repositoryItemButtonEdit5
             // 
@@ -1403,20 +1402,19 @@
             // xtraTabPage6
             // 
             this.xtraTabPage6.Controls.Add(this.gcMxL3);
-            this.xtraTabPage6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.xtraTabPage6.Name = "xtraTabPage6";
-            this.xtraTabPage6.Size = new System.Drawing.Size(2107, 616);
+            this.xtraTabPage6.Size = new System.Drawing.Size(1353, 390);
             this.xtraTabPage6.Text = "宸叉墦鏉$爜鏄庣粏";
             // 
             // gcMxL3
             // 
             this.gcMxL3.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMxL3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMxL3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMxL3.Location = new System.Drawing.Point(0, 0);
             this.gcMxL3.MainView = this.gvMxL3;
-            this.gcMxL3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMxL3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMxL3.Name = "gcMxL3";
-            this.gcMxL3.Size = new System.Drawing.Size(2107, 616);
+            this.gcMxL3.Size = new System.Drawing.Size(1353, 390);
             this.gcMxL3.TabIndex = 1;
             this.gcMxL3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMxL3});
@@ -1426,7 +1424,7 @@
             this.gvMxL3.Appearance.HeaderPanel.Options.UseTextOptions = true;
             this.gvMxL3.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
             this.gvMxL3.Appearance.Row.Options.UseFont = true;
-            this.gvMxL3.ColumnPanelRowHeight = 61;
+            this.gvMxL3.ColumnPanelRowHeight = 39;
             this.gvMxL3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
             this.gridColumn73,
             this.gridColumn74,
@@ -1443,7 +1441,7 @@
             this.gridColumn85,
             this.gridColumn86,
             this.gridColumn87});
-            this.gvMxL3.DetailHeight = 427;
+            this.gvMxL3.DetailHeight = 272;
             this.gvMxL3.GridControl = this.gcMxL3;
             this.gvMxL3.Name = "gvMxL3";
             this.gvMxL3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -1455,164 +1453,160 @@
             this.gridColumn73.AppearanceCell.Options.UseFont = true;
             this.gridColumn73.Caption = "guid ";
             this.gridColumn73.FieldName = "guid";
-            this.gridColumn73.MinWidth = 63;
+            this.gridColumn73.MinWidth = 44;
             this.gridColumn73.Name = "gridColumn73";
             this.gridColumn73.Tag = "query_a.guid";
-            this.gridColumn73.Width = 117;
+            this.gridColumn73.Width = 82;
             // 
             // gridColumn74
             // 
             this.gridColumn74.Caption = "鏄惁鍏ュ簱";
             this.gridColumn74.FieldName = "isRk";
-            this.gridColumn74.MaxWidth = 63;
-            this.gridColumn74.MinWidth = 63;
+            this.gridColumn74.MaxWidth = 44;
+            this.gridColumn74.MinWidth = 44;
             this.gridColumn74.Name = "gridColumn74";
             this.gridColumn74.Visible = true;
             this.gridColumn74.VisibleIndex = 0;
-            this.gridColumn74.Width = 63;
+            this.gridColumn74.Width = 44;
             // 
             // gridColumn75
             // 
             this.gridColumn75.AppearanceCell.Options.UseFont = true;
             this.gridColumn75.Caption = "鐗╂枡鏉$爜";
             this.gridColumn75.FieldName = "itemBarcode";
-            this.gridColumn75.MinWidth = 63;
+            this.gridColumn75.MinWidth = 44;
             this.gridColumn75.Name = "gridColumn75";
             this.gridColumn75.Tag = "query_a.ITEM_BARCODE";
             this.gridColumn75.Visible = true;
             this.gridColumn75.VisibleIndex = 1;
-            this.gridColumn75.Width = 374;
+            this.gridColumn75.Width = 262;
             // 
             // gridColumn76
             // 
             this.gridColumn76.AppearanceCell.Options.UseFont = true;
             this.gridColumn76.Caption = "鐗╂枡缂栫爜 ";
             this.gridColumn76.FieldName = "itemNo";
-            this.gridColumn76.MinWidth = 63;
+            this.gridColumn76.MinWidth = 44;
             this.gridColumn76.Name = "gridColumn76";
             this.gridColumn76.Tag = "query_a.ITEM_NO";
             this.gridColumn76.Visible = true;
             this.gridColumn76.VisibleIndex = 2;
-            this.gridColumn76.Width = 124;
+            this.gridColumn76.Width = 87;
             // 
             // gridColumn77
             // 
             this.gridColumn77.Caption = "鐗╂枡鍚嶇О";
             this.gridColumn77.FieldName = "itemName";
-            this.gridColumn77.MinWidth = 63;
+            this.gridColumn77.MinWidth = 44;
             this.gridColumn77.Name = "gridColumn77";
             this.gridColumn77.Visible = true;
             this.gridColumn77.VisibleIndex = 3;
-            this.gridColumn77.Width = 187;
+            this.gridColumn77.Width = 131;
             // 
             // gridColumn78
             // 
             this.gridColumn78.Caption = "瑙勬牸鍨嬪彿";
             this.gridColumn78.FieldName = "itemModel";
-            this.gridColumn78.MinWidth = 63;
+            this.gridColumn78.MinWidth = 44;
             this.gridColumn78.Name = "gridColumn78";
             this.gridColumn78.Visible = true;
             this.gridColumn78.VisibleIndex = 4;
-            this.gridColumn78.Width = 187;
+            this.gridColumn78.Width = 131;
             // 
             // gridColumn79
             // 
             this.gridColumn79.AppearanceCell.Options.UseFont = true;
             this.gridColumn79.Caption = "鏁伴噺";
             this.gridColumn79.FieldName = "quantity";
-            this.gridColumn79.MinWidth = 63;
+            this.gridColumn79.MinWidth = 44;
             this.gridColumn79.Name = "gridColumn79";
             this.gridColumn79.Tag = "query_a.OLDQTY";
             this.gridColumn79.Visible = true;
             this.gridColumn79.VisibleIndex = 5;
-            this.gridColumn79.Width = 117;
+            this.gridColumn79.Width = 82;
             // 
             // gridColumn80
             // 
             this.gridColumn80.Caption = "鍗曚綅";
             this.gridColumn80.FieldName = "dwName";
-            this.gridColumn80.MinWidth = 31;
+            this.gridColumn80.MinWidth = 22;
             this.gridColumn80.Name = "gridColumn80";
             this.gridColumn80.Visible = true;
             this.gridColumn80.VisibleIndex = 6;
-            this.gridColumn80.Width = 117;
+            this.gridColumn80.Width = 82;
             // 
             // gridColumn81
             // 
             this.gridColumn81.Caption = "鎵撶爜浜�";
             this.gridColumn81.FieldName = "createBy";
-            this.gridColumn81.MinWidth = 31;
+            this.gridColumn81.MinWidth = 22;
             this.gridColumn81.Name = "gridColumn81";
             this.gridColumn81.Visible = true;
             this.gridColumn81.VisibleIndex = 7;
-            this.gridColumn81.Width = 117;
+            this.gridColumn81.Width = 82;
             // 
             // gridColumn82
             // 
             this.gridColumn82.Caption = "鎵撶爜鏃ユ湡";
             this.gridColumn82.FieldName = "createDate";
-            this.gridColumn82.MinWidth = 14;
+            this.gridColumn82.MinWidth = 10;
             this.gridColumn82.Name = "gridColumn82";
             this.gridColumn82.Visible = true;
             this.gridColumn82.VisibleIndex = 8;
-            this.gridColumn82.Width = 224;
+            this.gridColumn82.Width = 157;
             // 
             // gridColumn83
             // 
             this.gridColumn83.Caption = "鍏ュ簱浜�";
             this.gridColumn83.FieldName = "rkUser";
-            this.gridColumn83.MinWidth = 31;
+            this.gridColumn83.MinWidth = 22;
             this.gridColumn83.Name = "gridColumn83";
             this.gridColumn83.Visible = true;
             this.gridColumn83.VisibleIndex = 9;
-            this.gridColumn83.Width = 117;
+            this.gridColumn83.Width = 82;
             // 
             // gridColumn84
             // 
             this.gridColumn84.Caption = "鍏ュ簱鏃ユ湡";
             this.gridColumn84.FieldName = "rkDate";
-            this.gridColumn84.MinWidth = 31;
+            this.gridColumn84.MinWidth = 22;
             this.gridColumn84.Name = "gridColumn84";
             this.gridColumn84.Visible = true;
             this.gridColumn84.VisibleIndex = 10;
-            this.gridColumn84.Width = 117;
+            this.gridColumn84.Width = 82;
             // 
             // gridColumn85
             // 
             this.gridColumn85.Caption = "鍏ュ簱浣�";
             this.gridColumn85.FieldName = "rkPositon";
-            this.gridColumn85.MinWidth = 31;
+            this.gridColumn85.MinWidth = 22;
             this.gridColumn85.Name = "gridColumn85";
             this.gridColumn85.Visible = true;
             this.gridColumn85.VisibleIndex = 11;
-            this.gridColumn85.Width = 117;
+            this.gridColumn85.Width = 82;
             // 
             // gridColumn86
             // 
             this.gridColumn86.Caption = "鍏ュ簱绫诲瀷";
             this.gridColumn86.FieldName = "cgrkType";
-            this.gridColumn86.MinWidth = 29;
             this.gridColumn86.Name = "gridColumn86";
             this.gridColumn86.Visible = true;
             this.gridColumn86.VisibleIndex = 12;
-            this.gridColumn86.Width = 107;
             // 
             // gridColumn87
             // 
             this.gridColumn87.Caption = "鏄惁鍚堝苟鎵撳嵃";
             this.gridColumn87.FieldName = "hbdy2";
-            this.gridColumn87.MinWidth = 29;
             this.gridColumn87.Name = "gridColumn87";
             this.gridColumn87.Visible = true;
             this.gridColumn87.VisibleIndex = 13;
-            this.gridColumn87.Width = 107;
             // 
             // xtraTabPage2
             // 
             this.xtraTabPage2.Controls.Add(this.splitMx1);
-            this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.xtraTabPage2.Name = "xtraTabPage2";
-            this.xtraTabPage2.Size = new System.Drawing.Size(2109, 1055);
+            this.xtraTabPage2.Size = new System.Drawing.Size(1355, 592);
             this.xtraTabPage2.Text = "鏁版嵁璇︾粏";
             // 
             // splitMx1
@@ -1620,7 +1614,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, 3, 4, 3);
+            this.splitMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.splitMx1.Name = "splitMx1";
             // 
             // splitMx1.Panel1
@@ -1633,8 +1627,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(2109, 1055);
-            this.splitMx1.SplitterPosition = 171;
+            this.splitMx1.Size = new System.Drawing.Size(1355, 592);
+            this.splitMx1.SplitterPosition = 109;
             this.splitMx1.TabIndex = 0;
             // 
             // layoutMx1
@@ -1656,140 +1650,139 @@
             this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
             this.layoutControlItem14});
             this.layoutMx1.Location = new System.Drawing.Point(0, 0);
-            this.layoutMx1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.layoutMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.layoutMx1.Name = "layoutMx1";
             this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(638, 441, 812, 500);
             this.layoutMx1.Root = this.Root;
-            this.layoutMx1.Size = new System.Drawing.Size(2109, 171);
+            this.layoutMx1.Size = new System.Drawing.Size(1355, 109);
             this.layoutMx1.TabIndex = 0;
             this.layoutMx1.Text = "layoutControl1";
             // 
             // lbGuid
             // 
-            this.lbGuid.Location = new System.Drawing.Point(1236, 132);
-            this.lbGuid.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbGuid.Location = new System.Drawing.Point(865, 84);
             this.lbGuid.Name = "lbGuid";
-            this.lbGuid.Size = new System.Drawing.Size(403, 35);
+            this.lbGuid.Size = new System.Drawing.Size(282, 22);
             this.lbGuid.TabIndex = 471;
             this.lbGuid.Text = "lbGuid";
             // 
             // txt_dptName
             // 
-            this.txt_dptName.Location = new System.Drawing.Point(654, 49);
-            this.txt_dptName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_dptName.Location = new System.Drawing.Point(425, 36);
+            this.txt_dptName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_dptName.Name = "txt_dptName";
             this.txt_dptName.Properties.Appearance.Options.UseFont = true;
-            this.txt_dptName.Size = new System.Drawing.Size(398, 28);
+            this.txt_dptName.Size = new System.Drawing.Size(241, 20);
             this.txt_dptName.StyleController = this.layoutMx1;
             this.txt_dptName.TabIndex = 468;
             // 
             // txt_gysNo
             // 
-            this.txt_gysNo.Location = new System.Drawing.Point(132, 87);
-            this.txt_gysNo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_gysNo.Location = new System.Drawing.Point(96, 60);
+            this.txt_gysNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_gysNo.Name = "txt_gysNo";
             this.txt_gysNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_gysNo.Size = new System.Drawing.Size(398, 28);
+            this.txt_gysNo.Size = new System.Drawing.Size(241, 20);
             this.txt_gysNo.StyleController = this.layoutMx1;
             this.txt_gysNo.TabIndex = 467;
             // 
             // txt_depotsCode
             // 
-            this.txt_depotsCode.Location = new System.Drawing.Point(654, 87);
-            this.txt_depotsCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_depotsCode.Location = new System.Drawing.Point(425, 60);
+            this.txt_depotsCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_depotsCode.Name = "txt_depotsCode";
             this.txt_depotsCode.Properties.Appearance.Options.UseFont = true;
-            this.txt_depotsCode.Size = new System.Drawing.Size(398, 28);
+            this.txt_depotsCode.Size = new System.Drawing.Size(241, 20);
             this.txt_depotsCode.StyleController = this.layoutMx1;
             this.txt_depotsCode.TabIndex = 462;
             // 
             // txt_barcodeProgress
             // 
-            this.txt_barcodeProgress.Location = new System.Drawing.Point(1176, 87);
-            this.txt_barcodeProgress.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_barcodeProgress.Location = new System.Drawing.Point(754, 60);
+            this.txt_barcodeProgress.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_barcodeProgress.Name = "txt_barcodeProgress";
             this.txt_barcodeProgress.Properties.Appearance.Options.UseFont = true;
-            this.txt_barcodeProgress.Size = new System.Drawing.Size(398, 28);
+            this.txt_barcodeProgress.Size = new System.Drawing.Size(241, 20);
             this.txt_barcodeProgress.StyleController = this.layoutMx1;
             this.txt_barcodeProgress.TabIndex = 342;
             // 
             // txt_paperBillNo
             // 
-            this.txt_paperBillNo.Location = new System.Drawing.Point(654, 12);
-            this.txt_paperBillNo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_paperBillNo.Location = new System.Drawing.Point(425, 12);
+            this.txt_paperBillNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_paperBillNo.Name = "txt_paperBillNo";
             this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_paperBillNo.Size = new System.Drawing.Size(398, 28);
+            this.txt_paperBillNo.Size = new System.Drawing.Size(241, 20);
             this.txt_paperBillNo.StyleController = this.layoutMx1;
             this.txt_paperBillNo.TabIndex = 463;
             // 
             // txt_billNo
             // 
-            this.txt_billNo.Location = new System.Drawing.Point(132, 12);
-            this.txt_billNo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_billNo.Location = new System.Drawing.Point(96, 12);
+            this.txt_billNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_billNo.Name = "txt_billNo";
             this.txt_billNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_billNo.Size = new System.Drawing.Size(398, 28);
+            this.txt_billNo.Size = new System.Drawing.Size(241, 20);
             this.txt_billNo.StyleController = this.layoutMx1;
             this.txt_billNo.TabIndex = 211;
             // 
             // txt_gysName
             // 
-            this.txt_gysName.Location = new System.Drawing.Point(132, 49);
-            this.txt_gysName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_gysName.Location = new System.Drawing.Point(96, 36);
+            this.txt_gysName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_gysName.Name = "txt_gysName";
             this.txt_gysName.Properties.Appearance.Options.UseFont = true;
-            this.txt_gysName.Size = new System.Drawing.Size(398, 28);
+            this.txt_gysName.Size = new System.Drawing.Size(241, 20);
             this.txt_gysName.StyleController = this.layoutMx1;
             this.txt_gysName.TabIndex = 459;
             // 
             // txt_createBy
             // 
-            this.txt_createBy.Location = new System.Drawing.Point(1176, 12);
-            this.txt_createBy.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_createBy.Location = new System.Drawing.Point(754, 12);
+            this.txt_createBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_createBy.Name = "txt_createBy";
             this.txt_createBy.Properties.Appearance.Options.UseFont = true;
-            this.txt_createBy.Size = new System.Drawing.Size(398, 28);
+            this.txt_createBy.Size = new System.Drawing.Size(241, 20);
             this.txt_createBy.StyleController = this.layoutMx1;
             this.txt_createBy.TabIndex = 217;
             // 
             // txt_remark
             // 
-            this.txt_remark.Location = new System.Drawing.Point(132, 125);
-            this.txt_remark.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_remark.Location = new System.Drawing.Point(96, 84);
+            this.txt_remark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_remark.Name = "txt_remark";
             this.txt_remark.Properties.Appearance.Options.UseFont = true;
-            this.txt_remark.Size = new System.Drawing.Size(920, 28);
+            this.txt_remark.Size = new System.Drawing.Size(570, 20);
             this.txt_remark.StyleController = this.layoutMx1;
             this.txt_remark.TabIndex = 235;
             // 
             // txt_createDate
             // 
-            this.txt_createDate.Location = new System.Drawing.Point(1176, 49);
-            this.txt_createDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_createDate.Location = new System.Drawing.Point(754, 36);
+            this.txt_createDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_createDate.Name = "txt_createDate";
             this.txt_createDate.Properties.Appearance.Options.UseFont = true;
-            this.txt_createDate.Size = new System.Drawing.Size(398, 28);
+            this.txt_createDate.Size = new System.Drawing.Size(241, 20);
             this.txt_createDate.StyleController = this.layoutMx1;
             this.txt_createDate.TabIndex = 252;
             // 
             // txt_fType
             // 
-            this.txt_fType.Location = new System.Drawing.Point(1578, 12);
-            this.txt_fType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_fType.Location = new System.Drawing.Point(999, 12);
+            this.txt_fType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_fType.Name = "txt_fType";
             this.txt_fType.Properties.Caption = "濮斿鏍囪瘑";
-            this.txt_fType.Size = new System.Drawing.Size(519, 27);
+            this.txt_fType.Size = new System.Drawing.Size(327, 20);
             this.txt_fType.StyleController = this.layoutMx1;
             this.txt_fType.TabIndex = 469;
             // 
             // txt_urgentFlag
             // 
-            this.txt_urgentFlag.Location = new System.Drawing.Point(1578, 49);
-            this.txt_urgentFlag.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_urgentFlag.Location = new System.Drawing.Point(999, 36);
+            this.txt_urgentFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_urgentFlag.Name = "txt_urgentFlag";
             this.txt_urgentFlag.Properties.Caption = "鎬ユ枡鏍囪瘑";
-            this.txt_urgentFlag.Size = new System.Drawing.Size(519, 27);
+            this.txt_urgentFlag.Size = new System.Drawing.Size(327, 20);
             this.txt_urgentFlag.StyleController = this.layoutMx1;
             this.txt_urgentFlag.TabIndex = 470;
             // 
@@ -1850,7 +1843,7 @@
             rowDefinition2,
             rowDefinition3,
             rowDefinition4});
-            this.Root.Size = new System.Drawing.Size(2109, 171);
+            this.Root.Size = new System.Drawing.Size(1338, 116);
             this.Root.TextVisible = false;
             // 
             // layoutControlItem1
@@ -1858,102 +1851,102 @@
             this.layoutControlItem1.Control = this.txt_billNo;
             this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem1.Name = "layoutControlItem1";
-            this.layoutControlItem1.Size = new System.Drawing.Size(522, 37);
+            this.layoutControlItem1.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem1.Text = "鍒拌揣鍗曞彿";
-            this.layoutControlItem1.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem2
             // 
             this.layoutControlItem2.Control = this.txt_gysName;
-            this.layoutControlItem2.Location = new System.Drawing.Point(0, 37);
+            this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
             this.layoutControlItem2.Name = "layoutControlItem2";
             this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem2.Size = new System.Drawing.Size(522, 38);
+            this.layoutControlItem2.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem2.Text = "渚涘簲鍟嗗悕绉�";
-            this.layoutControlItem2.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem3
             // 
             this.layoutControlItem3.Control = this.txt_gysNo;
-            this.layoutControlItem3.Location = new System.Drawing.Point(0, 75);
+            this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
             this.layoutControlItem3.Name = "layoutControlItem3";
             this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem3.Size = new System.Drawing.Size(522, 38);
+            this.layoutControlItem3.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem3.Text = "渚涘簲鍟嗙紪鍙�";
-            this.layoutControlItem3.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem4
             // 
             this.layoutControlItem4.Control = this.txt_paperBillNo;
-            this.layoutControlItem4.Location = new System.Drawing.Point(522, 0);
+            this.layoutControlItem4.Location = new System.Drawing.Point(329, 0);
             this.layoutControlItem4.Name = "layoutControlItem4";
             this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem4.Size = new System.Drawing.Size(522, 37);
+            this.layoutControlItem4.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem4.Text = "閫佽揣鍗曞彿";
-            this.layoutControlItem4.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem5
             // 
             this.layoutControlItem5.Control = this.txt_dptName;
-            this.layoutControlItem5.Location = new System.Drawing.Point(522, 37);
+            this.layoutControlItem5.Location = new System.Drawing.Point(329, 24);
             this.layoutControlItem5.Name = "layoutControlItem5";
             this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem5.Size = new System.Drawing.Size(522, 38);
+            this.layoutControlItem5.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem5.Text = "浠撳簱鍚嶇О";
-            this.layoutControlItem5.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem6
             // 
             this.layoutControlItem6.Control = this.txt_depotsCode;
-            this.layoutControlItem6.Location = new System.Drawing.Point(522, 75);
+            this.layoutControlItem6.Location = new System.Drawing.Point(329, 48);
             this.layoutControlItem6.Name = "layoutControlItem6";
             this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem6.Size = new System.Drawing.Size(522, 38);
+            this.layoutControlItem6.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem6.Text = "浠撳簱缂栧彿";
-            this.layoutControlItem6.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem7
             // 
             this.layoutControlItem7.Control = this.txt_createBy;
-            this.layoutControlItem7.Location = new System.Drawing.Point(1044, 0);
+            this.layoutControlItem7.Location = new System.Drawing.Point(658, 0);
             this.layoutControlItem7.Name = "layoutControlItem7";
             this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem7.Size = new System.Drawing.Size(522, 37);
+            this.layoutControlItem7.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem7.Text = "鍒涘缓浜哄憳";
-            this.layoutControlItem7.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem8
             // 
             this.layoutControlItem8.Control = this.txt_createDate;
             this.layoutControlItem8.CustomizationFormText = "鍒涘缓鏃ユ湡";
-            this.layoutControlItem8.Location = new System.Drawing.Point(1044, 37);
+            this.layoutControlItem8.Location = new System.Drawing.Point(658, 24);
             this.layoutControlItem8.Name = "layoutControlItem8";
             this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem8.Size = new System.Drawing.Size(522, 38);
+            this.layoutControlItem8.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem8.Text = "鍒涘缓鏃ユ湡";
-            this.layoutControlItem8.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem12
             // 
             this.layoutControlItem12.Control = this.txt_remark;
-            this.layoutControlItem12.Location = new System.Drawing.Point(0, 113);
+            this.layoutControlItem12.Location = new System.Drawing.Point(0, 72);
             this.layoutControlItem12.Name = "layoutControlItem12";
             this.layoutControlItem12.OptionsTableLayoutItem.ColumnSpan = 2;
             this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem12.Size = new System.Drawing.Size(1044, 38);
+            this.layoutControlItem12.Size = new System.Drawing.Size(658, 24);
             this.layoutControlItem12.Text = "鏀舵枡澶囨敞";
-            this.layoutControlItem12.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem12.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem10
             // 
             this.layoutControlItem10.Control = this.txt_fType;
-            this.layoutControlItem10.Location = new System.Drawing.Point(1566, 0);
+            this.layoutControlItem10.Location = new System.Drawing.Point(987, 0);
             this.layoutControlItem10.Name = "layoutControlItem10";
             this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem10.Size = new System.Drawing.Size(523, 37);
+            this.layoutControlItem10.Size = new System.Drawing.Size(331, 24);
             this.layoutControlItem10.Text = "鎻愪氦鐘舵��";
             this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem10.TextVisible = false;
@@ -1961,11 +1954,11 @@
             // layoutControlItem11
             // 
             this.layoutControlItem11.Control = this.txt_urgentFlag;
-            this.layoutControlItem11.Location = new System.Drawing.Point(1566, 37);
+            this.layoutControlItem11.Location = new System.Drawing.Point(987, 24);
             this.layoutControlItem11.Name = "layoutControlItem11";
             this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem11.Size = new System.Drawing.Size(523, 38);
+            this.layoutControlItem11.Size = new System.Drawing.Size(331, 24);
             this.layoutControlItem11.Text = "鎬ユ枡鏍囪瘑";
             this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem11.TextVisible = false;
@@ -1973,22 +1966,22 @@
             // layoutControlItem13
             // 
             this.layoutControlItem13.Control = this.txt_barcodeProgress;
-            this.layoutControlItem13.Location = new System.Drawing.Point(1044, 75);
+            this.layoutControlItem13.Location = new System.Drawing.Point(658, 48);
             this.layoutControlItem13.Name = "layoutControlItem13";
             this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem13.Size = new System.Drawing.Size(522, 38);
+            this.layoutControlItem13.Size = new System.Drawing.Size(329, 24);
             this.layoutControlItem13.Text = "鏉$爜鎵撳嵃姣旂巼";
-            this.layoutControlItem13.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem13.TextSize = new System.Drawing.Size(72, 14);
             // 
             // tabMx
             // 
             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, 3, 4, 3);
+            this.tabMx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.tabMx.Name = "tabMx";
             this.tabMx.SelectedTabPage = this.xtraTabPage3;
-            this.tabMx.Size = new System.Drawing.Size(2109, 869);
+            this.tabMx.Size = new System.Drawing.Size(1355, 473);
             this.tabMx.TabIndex = 3;
             this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPage3,
@@ -1998,9 +1991,8 @@
             // xtraTabPage3
             // 
             this.xtraTabPage3.Controls.Add(this.splitContainerControl1);
-            this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.xtraTabPage3.Name = "xtraTabPage3";
-            this.xtraTabPage3.Size = new System.Drawing.Size(2107, 831);
+            this.xtraTabPage3.Size = new System.Drawing.Size(1353, 447);
             this.xtraTabPage3.Text = "鍚堝苟鏄庣粏";
             // 
             // splitContainerControl1
@@ -2008,7 +2000,6 @@
             this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitContainerControl1.Horizontal = false;
             this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
-            this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.splitContainerControl1.Name = "splitContainerControl1";
             // 
             // splitContainerControl1.Panel1
@@ -2020,12 +2011,13 @@
             // 
             this.splitContainerControl1.Panel2.Controls.Add(this.gcMx3);
             this.splitContainerControl1.Panel2.Text = "Panel2";
-            this.splitContainerControl1.Size = new System.Drawing.Size(2107, 831);
-            this.splitContainerControl1.SplitterPosition = 299;
+            this.splitContainerControl1.Size = new System.Drawing.Size(1353, 447);
+            this.splitContainerControl1.SplitterPosition = 190;
             this.splitContainerControl1.TabIndex = 0;
             // 
             // lay99
             // 
+            this.lay99.Controls.Add(this.ucBtnPrintOne1);
             this.lay99.Controls.Add(this.layoutControl2);
             this.lay99.Controls.Add(this.radOut2);
             this.lay99.Controls.Add(this.ucBtnPrint2);
@@ -2039,11 +2031,10 @@
             this.lay99.Controls.Add(this.txt_releaseNo);
             this.lay99.Dock = System.Windows.Forms.DockStyle.Fill;
             this.lay99.Location = new System.Drawing.Point(0, 0);
-            this.lay99.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.lay99.Name = "lay99";
             this.lay99.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(684, 503, 650, 400);
             this.lay99.Root = this.layoutControlGroup3;
-            this.lay99.Size = new System.Drawing.Size(2107, 299);
+            this.lay99.Size = new System.Drawing.Size(1353, 190);
             this.lay99.TabIndex = 0;
             this.lay99.Text = "layoutControl2";
             // 
@@ -2051,23 +2042,23 @@
             // 
             this.layoutControl2.Controls.Add(this.txt_iCount_2);
             this.layoutControl2.Controls.Add(this.txt_yuliang_2);
-            this.layoutControl2.Location = new System.Drawing.Point(1055, 105);
-            this.layoutControl2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.layoutControl2.Location = new System.Drawing.Point(678, 68);
+            this.layoutControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.layoutControl2.Name = "layoutControl2";
             this.layoutControl2.Root = this.layoutControlGroup4;
-            this.layoutControl2.Size = new System.Drawing.Size(518, 89);
+            this.layoutControl2.Size = new System.Drawing.Size(329, 53);
             this.layoutControl2.TabIndex = 478;
             this.layoutControl2.Text = "layoutControl2";
             // 
             // txt_iCount_2
             // 
-            this.txt_iCount_2.Location = new System.Drawing.Point(122, 2);
-            this.txt_iCount_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_iCount_2.Location = new System.Drawing.Point(86, 2);
+            this.txt_iCount_2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_iCount_2.Name = "txt_iCount_2";
             this.txt_iCount_2.Properties.Appearance.Options.UseFont = true;
             this.txt_iCount_2.Properties.ReadOnly = true;
             this.txt_iCount_2.Properties.UseMaskAsDisplayFormat = true;
-            this.txt_iCount_2.Size = new System.Drawing.Size(135, 28);
+            this.txt_iCount_2.Size = new System.Drawing.Size(76, 20);
             this.txt_iCount_2.StyleController = this.layoutControl2;
             this.txt_iCount_2.TabIndex = 264;
             this.txt_iCount_2.Tag = "ReadOnly";
@@ -2075,11 +2066,11 @@
             // 
             // txt_yuliang_2
             // 
-            this.txt_yuliang_2.Location = new System.Drawing.Point(381, 2);
-            this.txt_yuliang_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_yuliang_2.Location = new System.Drawing.Point(250, 2);
+            this.txt_yuliang_2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_yuliang_2.Name = "txt_yuliang_2";
             this.txt_yuliang_2.Properties.ReadOnly = true;
-            this.txt_yuliang_2.Size = new System.Drawing.Size(135, 28);
+            this.txt_yuliang_2.Size = new System.Drawing.Size(77, 20);
             this.txt_yuliang_2.StyleController = this.layoutControl2;
             this.txt_yuliang_2.TabIndex = 265;
             // 
@@ -2104,7 +2095,7 @@
             this.layoutControlGroup4.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
             rowDefinition5});
             this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlGroup4.Size = new System.Drawing.Size(518, 89);
+            this.layoutControlGroup4.Size = new System.Drawing.Size(329, 53);
             this.layoutControlGroup4.TextVisible = false;
             // 
             // layoutControlItem31
@@ -2112,23 +2103,23 @@
             this.layoutControlItem31.Control = this.txt_iCount_2;
             this.layoutControlItem31.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem31.Name = "layoutControlItem26";
-            this.layoutControlItem31.Size = new System.Drawing.Size(259, 89);
+            this.layoutControlItem31.Size = new System.Drawing.Size(164, 53);
             this.layoutControlItem31.Text = "鎵撳嵃鏁村紶鏁板��";
-            this.layoutControlItem31.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem31.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem32
             // 
             this.layoutControlItem32.Control = this.txt_yuliang_2;
-            this.layoutControlItem32.Location = new System.Drawing.Point(259, 0);
+            this.layoutControlItem32.Location = new System.Drawing.Point(164, 0);
             this.layoutControlItem32.Name = "layoutControlItem27";
             this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem32.Size = new System.Drawing.Size(259, 89);
+            this.layoutControlItem32.Size = new System.Drawing.Size(165, 53);
             this.layoutControlItem32.Text = "鎵撳嵃浣欐暟";
-            this.layoutControlItem32.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem32.TextSize = new System.Drawing.Size(72, 14);
             // 
             // radOut2
             // 
-            this.radOut2.Location = new System.Drawing.Point(1577, 105);
+            this.radOut2.Location = new System.Drawing.Point(1011, 68);
             this.radOut2.Margin = new System.Windows.Forms.Padding(0);
             this.radOut2.Name = "radOut2";
             this.radOut2.Properties.ItemHorzAlignment = DevExpress.XtraEditors.RadioItemHorzAlignment.Near;
@@ -2137,7 +2128,7 @@
             new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鍙墦鏁村紶"),
             new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鎵嬪姩鎵�")});
             this.radOut2.Properties.Padding = new System.Windows.Forms.Padding(0);
-            this.radOut2.Size = new System.Drawing.Size(518, 89);
+            this.radOut2.Size = new System.Drawing.Size(330, 53);
             this.radOut2.StyleController = this.lay99;
             this.radOut2.TabIndex = 477;
             // 
@@ -2145,92 +2136,84 @@
             // 
             this.ucBtnPrint2.allClickKey = null;
             this.ucBtnPrint2.guidKey = null;
-            this.ucBtnPrint2.Location = new System.Drawing.Point(1577, 198);
+            this.ucBtnPrint2.Location = new System.Drawing.Point(1011, 125);
             this.ucBtnPrint2.Margin = new System.Windows.Forms.Padding(0);
             this.ucBtnPrint2.Name = "ucBtnPrint2";
             this.ucBtnPrint2.rptParameter = null;
-            this.ucBtnPrint2.Size = new System.Drawing.Size(518, 89);
+            this.ucBtnPrint2.Size = new System.Drawing.Size(330, 53);
             this.ucBtnPrint2.TabIndex = 6;
             // 
             // txtItemNo
             // 
-            this.txtItemNo.Location = new System.Drawing.Point(132, 12);
-            this.txtItemNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txtItemNo.Location = new System.Drawing.Point(96, 12);
             this.txtItemNo.Name = "txtItemNo";
             this.txtItemNo.Properties.ReadOnly = true;
             this.txtItemNo.Properties.Tag = "ReadOnly";
-            this.txtItemNo.Size = new System.Drawing.Size(397, 28);
+            this.txtItemNo.Size = new System.Drawing.Size(245, 20);
             this.txtItemNo.StyleController = this.lay99;
             this.txtItemNo.TabIndex = 4;
             // 
             // txtItemName
             // 
-            this.txtItemName.Location = new System.Drawing.Point(132, 105);
-            this.txtItemName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txtItemName.Location = new System.Drawing.Point(96, 68);
             this.txtItemName.Name = "txtItemName";
             this.txtItemName.Properties.ReadOnly = true;
-            this.txtItemName.Size = new System.Drawing.Size(397, 28);
+            this.txtItemName.Size = new System.Drawing.Size(245, 20);
             this.txtItemName.StyleController = this.lay99;
             this.txtItemName.TabIndex = 5;
             this.txtItemName.Tag = "ReadOnly";
             // 
             // txt_kQtyHb
             // 
-            this.txt_kQtyHb.Location = new System.Drawing.Point(1175, 12);
-            this.txt_kQtyHb.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txt_kQtyHb.Location = new System.Drawing.Point(762, 12);
             this.txt_kQtyHb.Name = "txt_kQtyHb";
             this.txt_kQtyHb.Properties.ReadOnly = true;
-            this.txt_kQtyHb.Size = new System.Drawing.Size(398, 28);
+            this.txt_kQtyHb.Size = new System.Drawing.Size(245, 20);
             this.txt_kQtyHb.StyleController = this.lay99;
             this.txt_kQtyHb.TabIndex = 479;
             this.txt_kQtyHb.Tag = "ReadOnly";
             // 
             // txt_psnQty_2
             // 
-            this.txt_psnQty_2.Location = new System.Drawing.Point(1175, 198);
-            this.txt_psnQty_2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txt_psnQty_2.Location = new System.Drawing.Point(762, 125);
             this.txt_psnQty_2.Name = "txt_psnQty_2";
-            this.txt_psnQty_2.Size = new System.Drawing.Size(398, 28);
+            this.txt_psnQty_2.Size = new System.Drawing.Size(245, 20);
             this.txt_psnQty_2.StyleController = this.lay99;
             this.txt_psnQty_2.TabIndex = 480;
             // 
             // txtItemModel
             // 
-            this.txtItemModel.Location = new System.Drawing.Point(132, 198);
-            this.txtItemModel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txtItemModel.Location = new System.Drawing.Point(96, 125);
             this.txtItemModel.Name = "txtItemModel";
             this.txtItemModel.Properties.ReadOnly = true;
-            this.txtItemModel.Size = new System.Drawing.Size(397, 28);
+            this.txtItemModel.Size = new System.Drawing.Size(245, 20);
             this.txtItemModel.StyleController = this.lay99;
             this.txtItemModel.TabIndex = 481;
             // 
             // txtQuantityHb
             // 
-            this.txtQuantityHb.Location = new System.Drawing.Point(653, 12);
-            this.txtQuantityHb.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txtQuantityHb.Location = new System.Drawing.Point(429, 12);
             this.txtQuantityHb.Name = "txtQuantityHb";
             this.txtQuantityHb.Properties.ReadOnly = true;
-            this.txtQuantityHb.Size = new System.Drawing.Size(398, 28);
+            this.txtQuantityHb.Size = new System.Drawing.Size(245, 20);
             this.txtQuantityHb.StyleController = this.lay99;
             this.txtQuantityHb.TabIndex = 482;
             // 
             // txt_yQtyHb
             // 
-            this.txt_yQtyHb.Location = new System.Drawing.Point(653, 105);
-            this.txt_yQtyHb.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txt_yQtyHb.Location = new System.Drawing.Point(429, 68);
             this.txt_yQtyHb.Name = "txt_yQtyHb";
             this.txt_yQtyHb.Properties.ReadOnly = true;
-            this.txt_yQtyHb.Size = new System.Drawing.Size(398, 28);
+            this.txt_yQtyHb.Size = new System.Drawing.Size(245, 20);
             this.txt_yQtyHb.StyleController = this.lay99;
             this.txt_yQtyHb.TabIndex = 483;
             // 
             // txt_releaseNo
             // 
-            this.txt_releaseNo.Location = new System.Drawing.Point(653, 198);
-            this.txt_releaseNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txt_releaseNo.Location = new System.Drawing.Point(429, 125);
             this.txt_releaseNo.Name = "txt_releaseNo";
             this.txt_releaseNo.Properties.ReadOnly = true;
-            this.txt_releaseNo.Size = new System.Drawing.Size(398, 28);
+            this.txt_releaseNo.Size = new System.Drawing.Size(245, 20);
             this.txt_releaseNo.StyleController = this.lay99;
             this.txt_releaseNo.TabIndex = 484;
             // 
@@ -2250,7 +2233,8 @@
             this.layoutControlItem38,
             this.layoutControlItem39,
             this.layoutControlItem35,
-            this.layoutControlItem40});
+            this.layoutControlItem40,
+            this.layoutControlItem41});
             this.layoutControlGroup3.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             this.layoutControlGroup3.Name = "Root";
             columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -2276,17 +2260,17 @@
             rowDefinition6,
             rowDefinition7,
             rowDefinition8});
-            this.layoutControlGroup3.Size = new System.Drawing.Size(2107, 299);
+            this.layoutControlGroup3.Size = new System.Drawing.Size(1353, 190);
             this.layoutControlGroup3.TextVisible = false;
             // 
             // layoutControlItem33
             // 
             this.layoutControlItem33.Control = this.layoutControl2;
-            this.layoutControlItem33.Location = new System.Drawing.Point(1043, 93);
+            this.layoutControlItem33.Location = new System.Drawing.Point(666, 56);
             this.layoutControlItem33.Name = "layoutControlItem33";
             this.layoutControlItem33.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem33.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem33.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem33.Size = new System.Drawing.Size(333, 57);
             this.layoutControlItem33.Text = "鎵撳嵃寮犳暟";
             this.layoutControlItem33.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem33.TextVisible = false;
@@ -2295,22 +2279,22 @@
             // 
             this.layoutControlItem30.Control = this.radOut2;
             this.layoutControlItem30.CustomizationFormText = "鎵撳嵃妯″紡";
-            this.layoutControlItem30.Location = new System.Drawing.Point(1565, 93);
+            this.layoutControlItem30.Location = new System.Drawing.Point(999, 56);
             this.layoutControlItem30.Name = "layoutControlItem30";
             this.layoutControlItem30.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem30.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem30.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem30.Size = new System.Drawing.Size(334, 57);
             this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem30.TextVisible = false;
             // 
             // layoutControlItem29
             // 
             this.layoutControlItem29.Control = this.ucBtnPrint2;
-            this.layoutControlItem29.Location = new System.Drawing.Point(1565, 186);
+            this.layoutControlItem29.Location = new System.Drawing.Point(999, 113);
             this.layoutControlItem29.Name = "layoutControlItem29";
             this.layoutControlItem29.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem29.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem29.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem29.Size = new System.Drawing.Size(334, 57);
             this.layoutControlItem29.Text = "鎵撳嵃鎸夐挳";
             this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem29.TextVisible = false;
@@ -2318,107 +2302,107 @@
             // layoutControlItem28
             // 
             this.layoutControlItem28.Control = this.txtItemName;
-            this.layoutControlItem28.Location = new System.Drawing.Point(0, 93);
+            this.layoutControlItem28.Location = new System.Drawing.Point(0, 56);
             this.layoutControlItem28.Name = "layoutControlItem28";
             this.layoutControlItem28.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem28.Size = new System.Drawing.Size(521, 93);
+            this.layoutControlItem28.Size = new System.Drawing.Size(333, 57);
             this.layoutControlItem28.Text = "鐗╂枡鍚嶇О";
-            this.layoutControlItem28.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem28.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem9
             // 
             this.layoutControlItem9.Control = this.txtItemNo;
             this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem9.Name = "layoutControlItem9";
-            this.layoutControlItem9.Size = new System.Drawing.Size(521, 93);
+            this.layoutControlItem9.Size = new System.Drawing.Size(333, 56);
             this.layoutControlItem9.Text = "鐗╂枡缂栧彿";
-            this.layoutControlItem9.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem34
             // 
             this.layoutControlItem34.Control = this.txt_kQtyHb;
-            this.layoutControlItem34.Location = new System.Drawing.Point(1043, 0);
+            this.layoutControlItem34.Location = new System.Drawing.Point(666, 0);
             this.layoutControlItem34.Name = "layoutControlItem34";
             this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem34.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem34.Size = new System.Drawing.Size(333, 56);
             this.layoutControlItem34.Text = "鍙墦鍗版暟";
-            this.layoutControlItem34.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem34.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem36
             // 
             this.layoutControlItem36.Control = this.txtItemModel;
-            this.layoutControlItem36.Location = new System.Drawing.Point(0, 186);
+            this.layoutControlItem36.Location = new System.Drawing.Point(0, 113);
             this.layoutControlItem36.Name = "layoutControlItem36";
             this.layoutControlItem36.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem36.Size = new System.Drawing.Size(521, 93);
+            this.layoutControlItem36.Size = new System.Drawing.Size(333, 57);
             this.layoutControlItem36.Text = "鐗╂枡瑙勬牸";
-            this.layoutControlItem36.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem36.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem37
             // 
             this.layoutControlItem37.Control = this.txtQuantityHb;
-            this.layoutControlItem37.Location = new System.Drawing.Point(521, 0);
+            this.layoutControlItem37.Location = new System.Drawing.Point(333, 0);
             this.layoutControlItem37.Name = "layoutControlItem37";
             this.layoutControlItem37.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem37.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem37.Size = new System.Drawing.Size(333, 56);
             this.layoutControlItem37.Text = "鏀惰揣鎬绘暟";
-            this.layoutControlItem37.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem37.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem38
             // 
             this.layoutControlItem38.Control = this.txt_yQtyHb;
-            this.layoutControlItem38.Location = new System.Drawing.Point(521, 93);
+            this.layoutControlItem38.Location = new System.Drawing.Point(333, 56);
             this.layoutControlItem38.Name = "layoutControlItem38";
             this.layoutControlItem38.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem38.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem38.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem38.Size = new System.Drawing.Size(333, 57);
             this.layoutControlItem38.Text = "宸叉墦鍗版�婚噺";
-            this.layoutControlItem38.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem38.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem39
             // 
             this.layoutControlItem39.Control = this.txt_releaseNo;
-            this.layoutControlItem39.Location = new System.Drawing.Point(521, 186);
+            this.layoutControlItem39.Location = new System.Drawing.Point(333, 113);
             this.layoutControlItem39.Name = "layoutControlItem39";
             this.layoutControlItem39.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem39.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem39.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem39.Size = new System.Drawing.Size(333, 57);
             this.layoutControlItem39.Text = "妫�楠屽崟鍙�";
-            this.layoutControlItem39.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem39.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem35
             // 
             this.layoutControlItem35.Control = this.txt_psnQty_2;
-            this.layoutControlItem35.Location = new System.Drawing.Point(1043, 186);
+            this.layoutControlItem35.Location = new System.Drawing.Point(666, 113);
             this.layoutControlItem35.Name = "layoutControlItem35";
             this.layoutControlItem35.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem35.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem35.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem35.Size = new System.Drawing.Size(333, 57);
             this.layoutControlItem35.Text = "姣忓紶鏉$爜鏁伴噺";
-            this.layoutControlItem35.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem35.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem40
             // 
-            this.layoutControlItem40.Location = new System.Drawing.Point(1565, 0);
+            this.layoutControlItem40.Location = new System.Drawing.Point(999, 0);
             this.layoutControlItem40.Name = "layoutControlItem40";
             this.layoutControlItem40.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem40.Size = new System.Drawing.Size(522, 93);
+            this.layoutControlItem40.Size = new System.Drawing.Size(334, 56);
             this.layoutControlItem40.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem40.TextVisible = false;
             // 
             // gcMx3
             // 
             this.gcMx3.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMx3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx3.Location = new System.Drawing.Point(0, 0);
             this.gcMx3.MainView = this.gvMx3;
-            this.gcMx3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMx3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx3.Name = "gcMx3";
             this.gcMx3.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemButtonEdit3,
             this.repositoryItemButtonEdit4,
             this.repositoryItemComboBox2});
-            this.gcMx3.Size = new System.Drawing.Size(2107, 517);
+            this.gcMx3.Size = new System.Drawing.Size(1353, 247);
             this.gcMx3.TabIndex = 2;
             this.gcMx3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx3});
@@ -2445,7 +2429,7 @@
             this.gridColumn52,
             this.gridColumn53,
             this.gridColumn54});
-            this.gvMx3.DetailHeight = 427;
+            this.gvMx3.DetailHeight = 272;
             this.gvMx3.GridControl = this.gcMx3;
             this.gvMx3.Name = "gvMx3";
             this.gvMx3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -2458,80 +2442,80 @@
             // 
             this.gridColumn33.Caption = "abtGuid涓嶈兘鍒犻櫎";
             this.gridColumn33.FieldName = "aboutGuid";
-            this.gridColumn33.MinWidth = 63;
+            this.gridColumn33.MinWidth = 44;
             this.gridColumn33.Name = "gridColumn33";
             this.gridColumn33.OptionsColumn.ReadOnly = true;
-            this.gridColumn33.Width = 117;
+            this.gridColumn33.Width = 82;
             // 
             // gridColumn37
             // 
             this.gridColumn37.Caption = "鐗╂枡缂栧彿";
             this.gridColumn37.FieldName = "itemNo";
-            this.gridColumn37.MinWidth = 63;
+            this.gridColumn37.MinWidth = 44;
             this.gridColumn37.Name = "gridColumn37";
             this.gridColumn37.OptionsColumn.ReadOnly = true;
             this.gridColumn37.Visible = true;
             this.gridColumn37.VisibleIndex = 0;
-            this.gridColumn37.Width = 110;
+            this.gridColumn37.Width = 77;
             // 
             // gridColumn38
             // 
             this.gridColumn38.AppearanceCell.Options.UseFont = true;
             this.gridColumn38.Caption = "鐗╂枡鍚嶇О";
             this.gridColumn38.FieldName = "itemName";
-            this.gridColumn38.MinWidth = 63;
+            this.gridColumn38.MinWidth = 44;
             this.gridColumn38.Name = "gridColumn38";
             this.gridColumn38.OptionsColumn.ReadOnly = true;
             this.gridColumn38.Tag = "query_a.board_style";
             this.gridColumn38.Visible = true;
             this.gridColumn38.VisibleIndex = 1;
-            this.gridColumn38.Width = 199;
+            this.gridColumn38.Width = 139;
             // 
             // gridColumn39
             // 
             this.gridColumn39.Caption = "鐗╂枡瑙勬牸";
             this.gridColumn39.FieldName = "itemModel";
-            this.gridColumn39.MinWidth = 63;
+            this.gridColumn39.MinWidth = 44;
             this.gridColumn39.Name = "gridColumn39";
             this.gridColumn39.Visible = true;
             this.gridColumn39.VisibleIndex = 2;
-            this.gridColumn39.Width = 136;
+            this.gridColumn39.Width = 95;
             // 
             // gridColumn40
             // 
             this.gridColumn40.Caption = "鏈鏀惰揣鏁伴噺";
             this.gridColumn40.FieldName = "quantity";
-            this.gridColumn40.MinWidth = 63;
+            this.gridColumn40.MinWidth = 44;
             this.gridColumn40.Name = "gridColumn40";
             this.gridColumn40.Visible = true;
             this.gridColumn40.VisibleIndex = 3;
-            this.gridColumn40.Width = 104;
+            this.gridColumn40.Width = 73;
             // 
             // gridColumn41
             // 
             this.gridColumn41.AppearanceCell.Options.UseFont = true;
             this.gridColumn41.Caption = "宸插叆搴撴暟閲�";
             this.gridColumn41.FieldName = "okRkqty";
-            this.gridColumn41.MinWidth = 63;
+            this.gridColumn41.MinWidth = 44;
             this.gridColumn41.Name = "gridColumn41";
             this.gridColumn41.OptionsColumn.ReadOnly = true;
             this.gridColumn41.Tag = "query_a.ok_rkqty";
             this.gridColumn41.Visible = true;
             this.gridColumn41.VisibleIndex = 4;
-            this.gridColumn41.Width = 110;
+            this.gridColumn41.Width = 77;
             // 
             // gridColumn42
             // 
             this.gridColumn42.AppearanceCell.Options.UseFont = true;
             this.gridColumn42.Caption = "宸叉墦鍗版暟閲�";
             this.gridColumn42.FieldName = "yQty";
-            this.gridColumn42.MinWidth = 63;
+            this.gridColumn42.MinWidth = 44;
             this.gridColumn42.Name = "gridColumn42";
             this.gridColumn42.OptionsColumn.ReadOnly = true;
             this.gridColumn42.Tag = "query_a.ebeln_qty";
             this.gridColumn42.Visible = true;
             this.gridColumn42.VisibleIndex = 5;
-            this.gridColumn42.Width = 110;
+            this.gridColumn42.Width = 77;
             // 
             // gridColumn43
             // 
@@ -2541,108 +2525,102 @@
             this.gridColumn43.AppearanceHeader.Options.UseForeColor = true;
             this.gridColumn43.Caption = "鍙墦鍗版�婚噺";
             this.gridColumn43.FieldName = "kQty";
-            this.gridColumn43.MinWidth = 63;
+            this.gridColumn43.MinWidth = 44;
             this.gridColumn43.Name = "gridColumn43";
             this.gridColumn43.Visible = true;
             this.gridColumn43.VisibleIndex = 6;
-            this.gridColumn43.Width = 104;
+            this.gridColumn43.Width = 73;
             // 
             // gridColumn44
             // 
             this.gridColumn44.Caption = "鐗╂枡鍗曚綅";
             this.gridColumn44.FieldName = "wnDw";
-            this.gridColumn44.MinWidth = 63;
+            this.gridColumn44.MinWidth = 44;
             this.gridColumn44.Name = "gridColumn44";
             this.gridColumn44.OptionsColumn.ReadOnly = true;
-            this.gridColumn44.Width = 199;
+            this.gridColumn44.Width = 139;
             // 
             // gridColumn45
             // 
             this.gridColumn45.Caption = "閲囪喘鍗曚綅";
             this.gridColumn45.FieldName = "cgUnit";
-            this.gridColumn45.MinWidth = 63;
+            this.gridColumn45.MinWidth = 44;
             this.gridColumn45.Name = "gridColumn45";
             this.gridColumn45.OptionsColumn.ReadOnly = true;
             this.gridColumn45.Visible = true;
             this.gridColumn45.VisibleIndex = 7;
-            this.gridColumn45.Width = 104;
+            this.gridColumn45.Width = 73;
             // 
             // gridColumn46
             // 
             this.gridColumn46.Caption = "搴撳瓨鍗曚綅";
             this.gridColumn46.FieldName = "kcUnit";
-            this.gridColumn46.MinWidth = 63;
+            this.gridColumn46.MinWidth = 44;
             this.gridColumn46.Name = "gridColumn46";
             this.gridColumn46.OptionsColumn.ReadOnly = true;
-            this.gridColumn46.Width = 104;
+            this.gridColumn46.Width = 73;
             // 
             // gridColumn47
             // 
             this.gridColumn47.Caption = "妫�楠岀姸鎬�";
             this.gridColumn47.FieldName = "jyzt";
-            this.gridColumn47.MinWidth = 63;
+            this.gridColumn47.MinWidth = 44;
             this.gridColumn47.Name = "gridColumn47";
             this.gridColumn47.Visible = true;
             this.gridColumn47.VisibleIndex = 8;
-            this.gridColumn47.Width = 104;
+            this.gridColumn47.Width = 73;
             // 
             // gridColumn48
             // 
             this.gridColumn48.Caption = "妫�楠岀粨鏋�";
             this.gridColumn48.FieldName = "jyjg";
-            this.gridColumn48.MinWidth = 63;
+            this.gridColumn48.MinWidth = 44;
             this.gridColumn48.Name = "gridColumn48";
             this.gridColumn48.Visible = true;
             this.gridColumn48.VisibleIndex = 9;
-            this.gridColumn48.Width = 114;
+            this.gridColumn48.Width = 80;
             // 
             // gridColumn49
             // 
             this.gridColumn49.Caption = "澶勭悊鎰忚";
             this.gridColumn49.FieldName = "clyj";
-            this.gridColumn49.MinWidth = 31;
+            this.gridColumn49.MinWidth = 22;
             this.gridColumn49.Name = "gridColumn49";
             this.gridColumn49.Visible = true;
             this.gridColumn49.VisibleIndex = 10;
-            this.gridColumn49.Width = 117;
+            this.gridColumn49.Width = 82;
             // 
             // gridColumn50
             // 
             this.gridColumn50.Caption = "榛樿姣忓紶鏉$爜鏁伴噺";
             this.gridColumn50.FieldName = "mrtmsl";
-            this.gridColumn50.MinWidth = 31;
+            this.gridColumn50.MinWidth = 22;
             this.gridColumn50.Name = "gridColumn50";
-            this.gridColumn50.Width = 117;
+            this.gridColumn50.Width = 82;
             // 
             // gridColumn52
             // 
             this.gridColumn52.Caption = "浠撳簱缂栫爜";
             this.gridColumn52.FieldName = "depotCode";
-            this.gridColumn52.MinWidth = 29;
             this.gridColumn52.Name = "gridColumn52";
             this.gridColumn52.Visible = true;
             this.gridColumn52.VisibleIndex = 11;
-            this.gridColumn52.Width = 107;
             // 
             // gridColumn53
             // 
             this.gridColumn53.Caption = "浠撳簱鍚嶇О";
             this.gridColumn53.FieldName = "depotName";
-            this.gridColumn53.MinWidth = 29;
             this.gridColumn53.Name = "gridColumn53";
             this.gridColumn53.Visible = true;
             this.gridColumn53.VisibleIndex = 12;
-            this.gridColumn53.Width = 107;
             // 
             // gridColumn54
             // 
             this.gridColumn54.Caption = "浠撶鍛�";
             this.gridColumn54.FieldName = "staffName";
-            this.gridColumn54.MinWidth = 29;
             this.gridColumn54.Name = "gridColumn54";
             this.gridColumn54.Visible = true;
             this.gridColumn54.VisibleIndex = 13;
-            this.gridColumn54.Width = 107;
             // 
             // repositoryItemButtonEdit3
             // 
@@ -2668,9 +2646,9 @@
             // tabMxPage1
             // 
             this.tabMxPage1.Controls.Add(this.split99);
-            this.tabMxPage1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.tabMxPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.tabMxPage1.Name = "tabMxPage1";
-            this.tabMxPage1.Size = new System.Drawing.Size(2107, 831);
+            this.tabMxPage1.Size = new System.Drawing.Size(1353, 447);
             this.tabMxPage1.Text = "鏉ユ枡鏄庣粏";
             // 
             // split99
@@ -2678,7 +2656,7 @@
             this.split99.Dock = System.Windows.Forms.DockStyle.Fill;
             this.split99.Horizontal = false;
             this.split99.Location = new System.Drawing.Point(0, 0);
-            this.split99.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.split99.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.split99.Name = "split99";
             // 
             // split99.Panel1
@@ -2691,8 +2669,8 @@
             this.split99.Panel2.Controls.Add(this.gcMx1);
             this.split99.Panel2.Text = "Panel2";
             this.split99.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.split99.Size = new System.Drawing.Size(2107, 831);
-            this.split99.SplitterPosition = 214;
+            this.split99.Size = new System.Drawing.Size(1353, 447);
+            this.split99.SplitterPosition = 136;
             this.split99.TabIndex = 2;
             // 
             // layout99
@@ -2712,11 +2690,11 @@
             this.layout99.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
             this.layoutControlItem24});
             this.layout99.Location = new System.Drawing.Point(0, 0);
-            this.layout99.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.layout99.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.layout99.Name = "layout99";
             this.layout99.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(31, 355, 812, 500);
             this.layout99.Root = this.layoutControlGroup1;
-            this.layout99.Size = new System.Drawing.Size(2107, 214);
+            this.layout99.Size = new System.Drawing.Size(1353, 136);
             this.layout99.TabIndex = 0;
             this.layout99.Text = "layoutControl1";
             // 
@@ -2724,23 +2702,23 @@
             // 
             this.layoutControl1.Controls.Add(this.txt_iCount_1);
             this.layoutControl1.Controls.Add(this.txt_yuliang_1);
-            this.layoutControl1.Location = new System.Drawing.Point(1055, 141);
-            this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.layoutControl1.Location = new System.Drawing.Point(678, 89);
+            this.layoutControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.layoutControl1.Name = "layoutControl1";
             this.layoutControl1.Root = this.layoutControlGroup2;
-            this.layoutControl1.Size = new System.Drawing.Size(518, 61);
+            this.layoutControl1.Size = new System.Drawing.Size(329, 35);
             this.layoutControl1.TabIndex = 477;
             this.layoutControl1.Text = "layoutControl1";
             // 
             // txt_iCount_1
             // 
-            this.txt_iCount_1.Location = new System.Drawing.Point(122, 2);
-            this.txt_iCount_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_iCount_1.Location = new System.Drawing.Point(86, 2);
+            this.txt_iCount_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_iCount_1.Name = "txt_iCount_1";
             this.txt_iCount_1.Properties.Appearance.Options.UseFont = true;
             this.txt_iCount_1.Properties.ReadOnly = true;
             this.txt_iCount_1.Properties.UseMaskAsDisplayFormat = true;
-            this.txt_iCount_1.Size = new System.Drawing.Size(135, 28);
+            this.txt_iCount_1.Size = new System.Drawing.Size(76, 20);
             this.txt_iCount_1.StyleController = this.layoutControl1;
             this.txt_iCount_1.TabIndex = 264;
             this.txt_iCount_1.Tag = "ReadOnly";
@@ -2748,11 +2726,11 @@
             // 
             // txt_yuliang_1
             // 
-            this.txt_yuliang_1.Location = new System.Drawing.Point(381, 2);
-            this.txt_yuliang_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_yuliang_1.Location = new System.Drawing.Point(250, 2);
+            this.txt_yuliang_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_yuliang_1.Name = "txt_yuliang_1";
             this.txt_yuliang_1.Properties.ReadOnly = true;
-            this.txt_yuliang_1.Size = new System.Drawing.Size(135, 28);
+            this.txt_yuliang_1.Size = new System.Drawing.Size(77, 20);
             this.txt_yuliang_1.StyleController = this.layoutControl1;
             this.txt_yuliang_1.TabIndex = 265;
             // 
@@ -2777,7 +2755,7 @@
             this.layoutControlGroup2.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
             rowDefinition9});
             this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlGroup2.Size = new System.Drawing.Size(518, 61);
+            this.layoutControlGroup2.Size = new System.Drawing.Size(329, 35);
             this.layoutControlGroup2.TextVisible = false;
             // 
             // layoutControlItem26
@@ -2785,26 +2763,26 @@
             this.layoutControlItem26.Control = this.txt_iCount_1;
             this.layoutControlItem26.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem26.Name = "layoutControlItem26";
-            this.layoutControlItem26.Size = new System.Drawing.Size(259, 61);
+            this.layoutControlItem26.Size = new System.Drawing.Size(164, 35);
             this.layoutControlItem26.Text = "鎵撳嵃鏁村紶鏁板��";
-            this.layoutControlItem26.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem26.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem27
             // 
             this.layoutControlItem27.Control = this.txt_yuliang_1;
-            this.layoutControlItem27.Location = new System.Drawing.Point(259, 0);
+            this.layoutControlItem27.Location = new System.Drawing.Point(164, 0);
             this.layoutControlItem27.Name = "layoutControlItem27";
             this.layoutControlItem27.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem27.Size = new System.Drawing.Size(259, 61);
+            this.layoutControlItem27.Size = new System.Drawing.Size(165, 35);
             this.layoutControlItem27.Text = "鎵撳嵃浣欐暟";
-            this.layoutControlItem27.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem27.TextSize = new System.Drawing.Size(72, 14);
             // 
             // lbMxGuid
             // 
-            this.lbMxGuid.Location = new System.Drawing.Point(1290, 146);
-            this.lbMxGuid.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.lbMxGuid.Location = new System.Drawing.Point(903, 93);
+            this.lbMxGuid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.lbMxGuid.Name = "lbMxGuid";
-            this.lbMxGuid.Size = new System.Drawing.Size(73, 22);
+            this.lbMxGuid.Size = new System.Drawing.Size(51, 14);
             this.lbMxGuid.StyleController = this.layout99;
             this.lbMxGuid.TabIndex = 229;
             this.lbMxGuid.Text = "lbMxGuid";
@@ -2814,16 +2792,16 @@
             // 
             this.ucBtnPrint1.allClickKey = null;
             this.ucBtnPrint1.guidKey = null;
-            this.ucBtnPrint1.Location = new System.Drawing.Point(1576, 74);
+            this.ucBtnPrint1.Location = new System.Drawing.Point(1010, 48);
             this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0);
             this.ucBtnPrint1.Name = "ucBtnPrint1";
             this.ucBtnPrint1.rptParameter = "rpt_daa";
-            this.ucBtnPrint1.Size = new System.Drawing.Size(520, 65);
+            this.ucBtnPrint1.Size = new System.Drawing.Size(332, 39);
             this.ucBtnPrint1.TabIndex = 232;
             // 
             // radOut
             // 
-            this.radOut.Location = new System.Drawing.Point(1579, 10);
+            this.radOut.Location = new System.Drawing.Point(1012, 10);
             this.radOut.Margin = new System.Windows.Forms.Padding(0);
             this.radOut.Name = "radOut";
             this.radOut.Properties.ItemHorzAlignment = DevExpress.XtraEditors.RadioItemHorzAlignment.Near;
@@ -2832,18 +2810,18 @@
             new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鍙墦鏁村紶"),
             new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鎵嬪姩鎵�")});
             this.radOut.Properties.Padding = new System.Windows.Forms.Padding(0);
-            this.radOut.Size = new System.Drawing.Size(518, 64);
+            this.radOut.Size = new System.Drawing.Size(331, 38);
             this.radOut.StyleController = this.layout99;
             this.radOut.TabIndex = 476;
             // 
             // txt_psnQty_1
             // 
-            this.txt_psnQty_1.Location = new System.Drawing.Point(1175, 76);
-            this.txt_psnQty_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_psnQty_1.Location = new System.Drawing.Point(762, 50);
+            this.txt_psnQty_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_psnQty_1.Name = "txt_psnQty_1";
             this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true;
             this.txt_psnQty_1.Properties.UseMaskAsDisplayFormat = true;
-            this.txt_psnQty_1.Size = new System.Drawing.Size(398, 28);
+            this.txt_psnQty_1.Size = new System.Drawing.Size(245, 20);
             this.txt_psnQty_1.StyleController = this.layout99;
             this.txt_psnQty_1.TabIndex = 263;
             this.txt_psnQty_1.Tag = "ReadOnly";
@@ -2851,69 +2829,69 @@
             // 
             // txtWlid
             // 
-            this.txtWlid.Location = new System.Drawing.Point(132, 12);
-            this.txtWlid.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txtWlid.Location = new System.Drawing.Point(96, 12);
+            this.txtWlid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txtWlid.Name = "txtWlid";
             this.txtWlid.Properties.Appearance.Options.UseFont = true;
             this.txtWlid.Properties.ReadOnly = true;
-            this.txtWlid.Size = new System.Drawing.Size(397, 28);
+            this.txtWlid.Size = new System.Drawing.Size(245, 20);
             this.txtWlid.StyleController = this.layout99;
             this.txtWlid.TabIndex = 214;
             // 
             // txtWlmc
             // 
-            this.txtWlmc.Location = new System.Drawing.Point(132, 76);
-            this.txtWlmc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txtWlmc.Location = new System.Drawing.Point(96, 50);
+            this.txtWlmc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txtWlmc.Name = "txtWlmc";
             this.txtWlmc.Properties.Appearance.Options.UseFont = true;
             this.txtWlmc.Properties.ReadOnly = true;
-            this.txtWlmc.Size = new System.Drawing.Size(397, 28);
+            this.txtWlmc.Size = new System.Drawing.Size(245, 20);
             this.txtWlmc.StyleController = this.layout99;
             this.txtWlmc.TabIndex = 216;
             // 
             // txtWlgg
             // 
-            this.txtWlgg.Location = new System.Drawing.Point(132, 141);
-            this.txtWlgg.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txtWlgg.Location = new System.Drawing.Point(96, 89);
+            this.txtWlgg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txtWlgg.Name = "txtWlgg";
             this.txtWlgg.Properties.Appearance.Options.UseFont = true;
             this.txtWlgg.Properties.ReadOnly = true;
-            this.txtWlgg.Size = new System.Drawing.Size(919, 28);
+            this.txtWlgg.Size = new System.Drawing.Size(578, 20);
             this.txtWlgg.StyleController = this.layout99;
             this.txtWlgg.TabIndex = 218;
             // 
             // txt_kQty
             // 
-            this.txt_kQty.Location = new System.Drawing.Point(1175, 12);
-            this.txt_kQty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_kQty.Location = new System.Drawing.Point(762, 12);
+            this.txt_kQty.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_kQty.Name = "txt_kQty";
             this.txt_kQty.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
             this.txt_kQty.Properties.Appearance.Options.UseFont = true;
             this.txt_kQty.Properties.Appearance.Options.UseForeColor = true;
             this.txt_kQty.Properties.ReadOnly = true;
-            this.txt_kQty.Size = new System.Drawing.Size(398, 28);
+            this.txt_kQty.Size = new System.Drawing.Size(245, 20);
             this.txt_kQty.StyleController = this.layout99;
             this.txt_kQty.TabIndex = 224;
             // 
             // txtQuantity
             // 
-            this.txtQuantity.Location = new System.Drawing.Point(653, 12);
-            this.txtQuantity.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txtQuantity.Location = new System.Drawing.Point(429, 12);
+            this.txtQuantity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txtQuantity.Name = "txtQuantity";
             this.txtQuantity.Properties.Appearance.Options.UseFont = true;
             this.txtQuantity.Properties.ReadOnly = true;
-            this.txtQuantity.Size = new System.Drawing.Size(398, 28);
+            this.txtQuantity.Size = new System.Drawing.Size(245, 20);
             this.txtQuantity.StyleController = this.layout99;
             this.txtQuantity.TabIndex = 220;
             // 
             // txt_yQty
             // 
-            this.txt_yQty.Location = new System.Drawing.Point(653, 76);
-            this.txt_yQty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.txt_yQty.Location = new System.Drawing.Point(429, 50);
+            this.txt_yQty.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.txt_yQty.Name = "txt_yQty";
             this.txt_yQty.Properties.Appearance.Options.UseFont = true;
             this.txt_yQty.Properties.ReadOnly = true;
-            this.txt_yQty.Size = new System.Drawing.Size(398, 28);
+            this.txt_yQty.Size = new System.Drawing.Size(245, 20);
             this.txt_yQty.StyleController = this.layout99;
             this.txt_yQty.TabIndex = 222;
             // 
@@ -2969,7 +2947,7 @@
             rowDefinition10,
             rowDefinition11,
             rowDefinition12});
-            this.layoutControlGroup1.Size = new System.Drawing.Size(2107, 214);
+            this.layoutControlGroup1.Size = new System.Drawing.Size(1353, 136);
             this.layoutControlGroup1.TextVisible = false;
             // 
             // layoutControlItem15
@@ -2977,81 +2955,81 @@
             this.layoutControlItem15.Control = this.txtWlid;
             this.layoutControlItem15.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem15.Name = "layoutControlItem15";
-            this.layoutControlItem15.Size = new System.Drawing.Size(521, 64);
+            this.layoutControlItem15.Size = new System.Drawing.Size(333, 38);
             this.layoutControlItem15.Text = "鐗╂枡缂栧彿";
-            this.layoutControlItem15.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem15.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem16
             // 
             this.layoutControlItem16.Control = this.txtWlmc;
-            this.layoutControlItem16.Location = new System.Drawing.Point(0, 64);
+            this.layoutControlItem16.Location = new System.Drawing.Point(0, 38);
             this.layoutControlItem16.Name = "layoutControlItem16";
             this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem16.Size = new System.Drawing.Size(521, 65);
+            this.layoutControlItem16.Size = new System.Drawing.Size(333, 39);
             this.layoutControlItem16.Text = "鐗╂枡鍚嶇О";
-            this.layoutControlItem16.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem16.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem17
             // 
             this.layoutControlItem17.Control = this.txtWlgg;
-            this.layoutControlItem17.Location = new System.Drawing.Point(0, 129);
+            this.layoutControlItem17.Location = new System.Drawing.Point(0, 77);
             this.layoutControlItem17.Name = "layoutControlItem17";
             this.layoutControlItem17.OptionsTableLayoutItem.ColumnSpan = 2;
             this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem17.Size = new System.Drawing.Size(1043, 65);
+            this.layoutControlItem17.Size = new System.Drawing.Size(666, 39);
             this.layoutControlItem17.Text = "鐗╂枡瑙勬牸123";
-            this.layoutControlItem17.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem17.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem18
             // 
             this.layoutControlItem18.Control = this.txtQuantity;
-            this.layoutControlItem18.Location = new System.Drawing.Point(521, 0);
+            this.layoutControlItem18.Location = new System.Drawing.Point(333, 0);
             this.layoutControlItem18.Name = "layoutControlItem18";
             this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem18.Size = new System.Drawing.Size(522, 64);
+            this.layoutControlItem18.Size = new System.Drawing.Size(333, 38);
             this.layoutControlItem18.Text = "鏈鏀惰揣鎬婚噺";
-            this.layoutControlItem18.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem18.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem19
             // 
             this.layoutControlItem19.Control = this.txt_yQty;
-            this.layoutControlItem19.Location = new System.Drawing.Point(521, 64);
+            this.layoutControlItem19.Location = new System.Drawing.Point(333, 38);
             this.layoutControlItem19.Name = "layoutControlItem19";
             this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem19.Size = new System.Drawing.Size(522, 65);
+            this.layoutControlItem19.Size = new System.Drawing.Size(333, 39);
             this.layoutControlItem19.Text = "宸叉墦鍗版�婚噺";
-            this.layoutControlItem19.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem19.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem20
             // 
             this.layoutControlItem20.Control = this.txt_kQty;
-            this.layoutControlItem20.Location = new System.Drawing.Point(1043, 0);
+            this.layoutControlItem20.Location = new System.Drawing.Point(666, 0);
             this.layoutControlItem20.Name = "layoutControlItem20";
             this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem20.Size = new System.Drawing.Size(522, 64);
+            this.layoutControlItem20.Size = new System.Drawing.Size(333, 38);
             this.layoutControlItem20.Text = "鍙墦鍗版�绘暟";
-            this.layoutControlItem20.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem21
             // 
             this.layoutControlItem21.Control = this.txt_psnQty_1;
-            this.layoutControlItem21.Location = new System.Drawing.Point(1043, 64);
+            this.layoutControlItem21.Location = new System.Drawing.Point(666, 38);
             this.layoutControlItem21.Name = "layoutControlItem21";
             this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem21.Size = new System.Drawing.Size(522, 65);
+            this.layoutControlItem21.Size = new System.Drawing.Size(333, 39);
             this.layoutControlItem21.Text = "姣忓紶鏉$爜鏁伴噺";
-            this.layoutControlItem21.TextSize = new System.Drawing.Size(108, 22);
+            this.layoutControlItem21.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem22
             // 
             this.layoutControlItem22.Control = this.radOut;
-            this.layoutControlItem22.Location = new System.Drawing.Point(1565, 0);
+            this.layoutControlItem22.Location = new System.Drawing.Point(999, 0);
             this.layoutControlItem22.Name = "layoutControlItem22";
             this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem22.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 0, 0, 0);
-            this.layoutControlItem22.Size = new System.Drawing.Size(522, 64);
+            this.layoutControlItem22.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 0, 0, 0);
+            this.layoutControlItem22.Size = new System.Drawing.Size(334, 38);
             this.layoutControlItem22.Text = "鑷姩璁$畻";
             this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem22.TextVisible = false;
@@ -3059,12 +3037,12 @@
             // layoutControlItem23
             // 
             this.layoutControlItem23.Control = this.ucBtnPrint1;
-            this.layoutControlItem23.Location = new System.Drawing.Point(1565, 64);
+            this.layoutControlItem23.Location = new System.Drawing.Point(999, 38);
             this.layoutControlItem23.Name = "layoutControlItem23";
             this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 1;
             this.layoutControlItem23.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 0, 0);
-            this.layoutControlItem23.Size = new System.Drawing.Size(522, 65);
+            this.layoutControlItem23.Size = new System.Drawing.Size(334, 39);
             this.layoutControlItem23.Text = "鎵撳嵃鎸夐挳";
             this.layoutControlItem23.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem23.TextVisible = false;
@@ -3072,11 +3050,11 @@
             // layoutControlItem25
             // 
             this.layoutControlItem25.Control = this.layoutControl1;
-            this.layoutControlItem25.Location = new System.Drawing.Point(1043, 129);
+            this.layoutControlItem25.Location = new System.Drawing.Point(666, 77);
             this.layoutControlItem25.Name = "layoutControlItem25";
             this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem25.Size = new System.Drawing.Size(522, 65);
+            this.layoutControlItem25.Size = new System.Drawing.Size(333, 39);
             this.layoutControlItem25.Text = "鎵撳嵃鏁伴噺";
             this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem25.TextVisible = false;
@@ -3084,16 +3062,16 @@
             // gcMx1
             // 
             this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx1.Location = new System.Drawing.Point(0, 0);
             this.gcMx1.MainView = this.gvMx1;
-            this.gcMx1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx1.Name = "gcMx1";
             this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemButtonEdit1,
             this.repositoryItemButtonEdit2,
             this.repositoryItemComboBox1});
-            this.gcMx1.Size = new System.Drawing.Size(2107, 602);
+            this.gcMx1.Size = new System.Drawing.Size(1353, 301);
             this.gcMx1.TabIndex = 1;
             this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx1});
@@ -3125,7 +3103,7 @@
             this.gridColumn30,
             this.gridColumn31,
             this.gridColumn107});
-            this.gvMx1.DetailHeight = 427;
+            this.gvMx1.DetailHeight = 272;
             this.gvMx1.GridControl = this.gcMx1;
             this.gvMx1.Name = "gvMx1";
             this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -3142,99 +3120,99 @@
             // 
             this.gvAbtGuid.Caption = "abtGuid涓嶈兘鍒犻櫎";
             this.gvAbtGuid.FieldName = "aboutGuid";
-            this.gvAbtGuid.MinWidth = 63;
+            this.gvAbtGuid.MinWidth = 44;
             this.gvAbtGuid.Name = "gvAbtGuid";
             this.gvAbtGuid.OptionsColumn.ReadOnly = true;
-            this.gvAbtGuid.Width = 117;
+            this.gvAbtGuid.Width = 82;
             // 
             // gvMx1guid
             // 
             this.gvMx1guid.AppearanceCell.Options.UseFont = true;
             this.gvMx1guid.Caption = "guid涓嶈兘鍒犻櫎";
             this.gvMx1guid.FieldName = "guid";
-            this.gvMx1guid.MinWidth = 87;
+            this.gvMx1guid.MinWidth = 61;
             this.gvMx1guid.Name = "gvMx1guid";
             this.gvMx1guid.OptionsColumn.ReadOnly = true;
             this.gvMx1guid.Tag = "query_a.guid";
-            this.gvMx1guid.Width = 124;
+            this.gvMx1guid.Width = 87;
             // 
             // gvMx1urgentFlag
             // 
             this.gvMx1urgentFlag.AppearanceCell.Options.UseFont = true;
             this.gvMx1urgentFlag.Caption = "鎬ユ枡鏍囪瘑";
             this.gvMx1urgentFlag.FieldName = "urgentFlag";
-            this.gvMx1urgentFlag.MinWidth = 14;
+            this.gvMx1urgentFlag.MinWidth = 10;
             this.gvMx1urgentFlag.Name = "gvMx1urgentFlag";
             this.gvMx1urgentFlag.Tag = "query_a.urgent_flag";
             this.gvMx1urgentFlag.Visible = true;
             this.gvMx1urgentFlag.VisibleIndex = 0;
-            this.gvMx1urgentFlag.Width = 60;
+            this.gvMx1urgentFlag.Width = 42;
             // 
             // gvMx1ebeln
             // 
             this.gvMx1ebeln.AppearanceCell.Options.UseFont = true;
             this.gvMx1ebeln.Caption = "ERP閲囪喘鍗曞彿";
             this.gvMx1ebeln.FieldName = "ebeln";
-            this.gvMx1ebeln.MinWidth = 63;
+            this.gvMx1ebeln.MinWidth = 44;
             this.gvMx1ebeln.Name = "gvMx1ebeln";
             this.gvMx1ebeln.OptionsColumn.ReadOnly = true;
             this.gvMx1ebeln.Tag = "query_a.ebeln";
             this.gvMx1ebeln.Visible = true;
             this.gvMx1ebeln.VisibleIndex = 1;
-            this.gvMx1ebeln.Width = 109;
+            this.gvMx1ebeln.Width = 76;
             // 
             // gridColumn4
             // 
             this.gridColumn4.Caption = "鐗╂枡缂栧彿";
             this.gridColumn4.FieldName = "itemNo";
-            this.gridColumn4.MinWidth = 63;
+            this.gridColumn4.MinWidth = 44;
             this.gridColumn4.Name = "gridColumn4";
             this.gridColumn4.OptionsColumn.ReadOnly = true;
             this.gridColumn4.Visible = true;
             this.gridColumn4.VisibleIndex = 2;
-            this.gridColumn4.Width = 90;
+            this.gridColumn4.Width = 63;
             // 
             // gvMx1boardStyle
             // 
             this.gvMx1boardStyle.AppearanceCell.Options.UseFont = true;
             this.gvMx1boardStyle.Caption = "鐗╂枡鍚嶇О";
             this.gvMx1boardStyle.FieldName = "itemName";
-            this.gvMx1boardStyle.MinWidth = 63;
+            this.gvMx1boardStyle.MinWidth = 44;
             this.gvMx1boardStyle.Name = "gvMx1boardStyle";
             this.gvMx1boardStyle.OptionsColumn.ReadOnly = true;
             this.gvMx1boardStyle.Tag = "query_a.board_style";
             this.gvMx1boardStyle.Visible = true;
             this.gvMx1boardStyle.VisibleIndex = 3;
-            this.gvMx1boardStyle.Width = 164;
+            this.gvMx1boardStyle.Width = 115;
             // 
             // gridColumn6
             // 
             this.gridColumn6.Caption = "鐗╂枡瑙勬牸";
             this.gridColumn6.FieldName = "itemModel";
-            this.gridColumn6.MinWidth = 63;
+            this.gridColumn6.MinWidth = 44;
             this.gridColumn6.Name = "gridColumn6";
             this.gridColumn6.Visible = true;
             this.gridColumn6.VisibleIndex = 4;
-            this.gridColumn6.Width = 113;
+            this.gridColumn6.Width = 79;
             // 
             // gridColumn8
             // 
             this.gridColumn8.Caption = "鏈鏀惰揣鏁伴噺";
             this.gridColumn8.FieldName = "quantity";
-            this.gridColumn8.MinWidth = 63;
+            this.gridColumn8.MinWidth = 44;
             this.gridColumn8.Name = "gridColumn8";
             this.gridColumn8.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
             new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "鍚堣={0:0.##}")});
             this.gridColumn8.Visible = true;
             this.gridColumn8.VisibleIndex = 5;
-            this.gridColumn8.Width = 86;
+            this.gridColumn8.Width = 60;
             // 
             // gvMx1okRkqty
             // 
             this.gvMx1okRkqty.AppearanceCell.Options.UseFont = true;
             this.gvMx1okRkqty.Caption = "宸插叆搴撴暟閲�";
             this.gvMx1okRkqty.FieldName = "okRkqty";
-            this.gvMx1okRkqty.MinWidth = 63;
+            this.gvMx1okRkqty.MinWidth = 44;
             this.gvMx1okRkqty.Name = "gvMx1okRkqty";
             this.gvMx1okRkqty.OptionsColumn.ReadOnly = true;
             this.gvMx1okRkqty.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
@@ -3242,20 +3220,20 @@
             this.gvMx1okRkqty.Tag = "query_a.ok_rkqty";
             this.gvMx1okRkqty.Visible = true;
             this.gvMx1okRkqty.VisibleIndex = 6;
-            this.gvMx1okRkqty.Width = 90;
+            this.gvMx1okRkqty.Width = 63;
             // 
             // gvMx1ebelnQty
             // 
             this.gvMx1ebelnQty.AppearanceCell.Options.UseFont = true;
             this.gvMx1ebelnQty.Caption = "宸叉墦鍗版暟閲�";
             this.gvMx1ebelnQty.FieldName = "yQty";
-            this.gvMx1ebelnQty.MinWidth = 63;
+            this.gvMx1ebelnQty.MinWidth = 44;
             this.gvMx1ebelnQty.Name = "gvMx1ebelnQty";
             this.gvMx1ebelnQty.OptionsColumn.ReadOnly = true;
             this.gvMx1ebelnQty.Tag = "query_a.ebeln_qty";
             this.gvMx1ebelnQty.Visible = true;
             this.gvMx1ebelnQty.VisibleIndex = 7;
-            this.gvMx1ebelnQty.Width = 90;
+            this.gvMx1ebelnQty.Width = 63;
             // 
             // gridColumn10
             // 
@@ -3265,78 +3243,78 @@
             this.gridColumn10.AppearanceHeader.Options.UseForeColor = true;
             this.gridColumn10.Caption = "鍙墦鍗版�婚噺";
             this.gridColumn10.FieldName = "kQty";
-            this.gridColumn10.MinWidth = 63;
+            this.gridColumn10.MinWidth = 44;
             this.gridColumn10.Name = "gridColumn10";
             this.gridColumn10.Visible = true;
             this.gridColumn10.VisibleIndex = 8;
-            this.gridColumn10.Width = 86;
+            this.gridColumn10.Width = 60;
             // 
             // gridColumn5
             // 
             this.gridColumn5.Caption = "鐗╂枡鍗曚綅";
             this.gridColumn5.FieldName = "wnDw";
-            this.gridColumn5.MinWidth = 63;
+            this.gridColumn5.MinWidth = 44;
             this.gridColumn5.Name = "gridColumn5";
             this.gridColumn5.OptionsColumn.ReadOnly = true;
-            this.gridColumn5.Width = 199;
+            this.gridColumn5.Width = 139;
             // 
             // gridColumn9
             // 
             this.gridColumn9.Caption = "閲囪喘鍗曚綅";
             this.gridColumn9.FieldName = "cgUnit";
-            this.gridColumn9.MinWidth = 63;
+            this.gridColumn9.MinWidth = 44;
             this.gridColumn9.Name = "gridColumn9";
             this.gridColumn9.OptionsColumn.ReadOnly = true;
             this.gridColumn9.Visible = true;
             this.gridColumn9.VisibleIndex = 9;
-            this.gridColumn9.Width = 86;
+            this.gridColumn9.Width = 60;
             // 
             // gridColumn7
             // 
             this.gridColumn7.Caption = "搴撳瓨鍗曚綅";
             this.gridColumn7.FieldName = "kcUnit";
-            this.gridColumn7.MinWidth = 63;
+            this.gridColumn7.MinWidth = 44;
             this.gridColumn7.Name = "gridColumn7";
             this.gridColumn7.OptionsColumn.ReadOnly = true;
-            this.gridColumn7.Width = 104;
+            this.gridColumn7.Width = 73;
             // 
             // gridColumn15
             // 
             this.gridColumn15.Caption = "妫�楠岀姸鎬�";
             this.gridColumn15.FieldName = "jyzt";
-            this.gridColumn15.MinWidth = 63;
+            this.gridColumn15.MinWidth = 44;
             this.gridColumn15.Name = "gridColumn15";
             this.gridColumn15.Visible = true;
             this.gridColumn15.VisibleIndex = 10;
-            this.gridColumn15.Width = 86;
+            this.gridColumn15.Width = 60;
             // 
             // gridColumn19
             // 
             this.gridColumn19.Caption = "妫�楠岀粨鏋�";
             this.gridColumn19.FieldName = "jyjg";
-            this.gridColumn19.MinWidth = 63;
+            this.gridColumn19.MinWidth = 44;
             this.gridColumn19.Name = "gridColumn19";
             this.gridColumn19.Visible = true;
             this.gridColumn19.VisibleIndex = 11;
-            this.gridColumn19.Width = 94;
+            this.gridColumn19.Width = 66;
             // 
             // gridColumn12
             // 
             this.gridColumn12.Caption = "澶勭悊鎰忚";
             this.gridColumn12.FieldName = "clyj";
-            this.gridColumn12.MinWidth = 31;
+            this.gridColumn12.MinWidth = 22;
             this.gridColumn12.Name = "gridColumn12";
             this.gridColumn12.Visible = true;
             this.gridColumn12.VisibleIndex = 12;
-            this.gridColumn12.Width = 97;
+            this.gridColumn12.Width = 68;
             // 
             // gridColumn27
             // 
             this.gridColumn27.Caption = "榛樿姣忓紶鏉$爜鏁伴噺";
             this.gridColumn27.FieldName = "mrtmsl";
-            this.gridColumn27.MinWidth = 31;
+            this.gridColumn27.MinWidth = 22;
             this.gridColumn27.Name = "gridColumn27";
-            this.gridColumn27.Width = 117;
+            this.gridColumn27.Width = 82;
             // 
             // gridColumn28
             // 
@@ -3344,12 +3322,11 @@
             this.gridColumn28.ColumnEdit = this.repositoryItemComboBox1;
             this.gridColumn28.FieldName = "rkType";
             this.gridColumn28.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
-            this.gridColumn28.MinWidth = 29;
             this.gridColumn28.Name = "gridColumn28";
             this.gridColumn28.OptionsColumn.ReadOnly = true;
             this.gridColumn28.Visible = true;
             this.gridColumn28.VisibleIndex = 17;
-            this.gridColumn28.Width = 94;
+            this.gridColumn28.Width = 66;
             // 
             // repositoryItemComboBox1
             // 
@@ -3362,41 +3339,38 @@
             // 
             this.gridColumn29.Caption = "浠撳簱缂栫爜";
             this.gridColumn29.FieldName = "depotCode";
-            this.gridColumn29.MinWidth = 29;
             this.gridColumn29.Name = "gridColumn29";
             this.gridColumn29.Visible = true;
             this.gridColumn29.VisibleIndex = 13;
-            this.gridColumn29.Width = 89;
+            this.gridColumn29.Width = 62;
             // 
             // gridColumn30
             // 
             this.gridColumn30.Caption = "浠撳簱鍚嶇О";
             this.gridColumn30.FieldName = "depotName";
-            this.gridColumn30.MinWidth = 29;
             this.gridColumn30.Name = "gridColumn30";
             this.gridColumn30.Visible = true;
             this.gridColumn30.VisibleIndex = 14;
-            this.gridColumn30.Width = 89;
+            this.gridColumn30.Width = 62;
             // 
             // gridColumn31
             // 
             this.gridColumn31.Caption = "浠撶鍛�";
             this.gridColumn31.FieldName = "staffName";
-            this.gridColumn31.MinWidth = 29;
             this.gridColumn31.Name = "gridColumn31";
             this.gridColumn31.Visible = true;
             this.gridColumn31.VisibleIndex = 15;
-            this.gridColumn31.Width = 117;
+            this.gridColumn31.Width = 82;
             // 
             // gridColumn107
             // 
             this.gridColumn107.Caption = "闇�姹傝窡韪彿";
             this.gridColumn107.FieldName = "xqgz";
-            this.gridColumn107.MinWidth = 30;
+            this.gridColumn107.MinWidth = 21;
             this.gridColumn107.Name = "gridColumn107";
             this.gridColumn107.Visible = true;
             this.gridColumn107.VisibleIndex = 16;
-            this.gridColumn107.Width = 112;
+            this.gridColumn107.Width = 78;
             // 
             // repositoryItemButtonEdit1
             // 
@@ -3415,20 +3389,20 @@
             // tabMxPage2
             // 
             this.tabMxPage2.Controls.Add(this.gcMx2);
-            this.tabMxPage2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.tabMxPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.tabMxPage2.Name = "tabMxPage2";
-            this.tabMxPage2.Size = new System.Drawing.Size(2107, 831);
+            this.tabMxPage2.Size = new System.Drawing.Size(1353, 447);
             this.tabMxPage2.Text = "宸叉墦鏉$爜鏄庣粏";
             // 
             // gcMx2
             // 
             this.gcMx2.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMx2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx2.Location = new System.Drawing.Point(0, 0);
             this.gcMx2.MainView = this.gvMx2;
-            this.gcMx2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.gcMx2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx2.Name = "gcMx2";
-            this.gcMx2.Size = new System.Drawing.Size(2107, 831);
+            this.gcMx2.Size = new System.Drawing.Size(1353, 447);
             this.gcMx2.TabIndex = 0;
             this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx2});
@@ -3438,7 +3412,7 @@
             this.gvMx2.Appearance.HeaderPanel.Options.UseTextOptions = true;
             this.gvMx2.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
             this.gvMx2.Appearance.Row.Options.UseFont = true;
-            this.gvMx2.ColumnPanelRowHeight = 61;
+            this.gvMx2.ColumnPanelRowHeight = 39;
             this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
             this.gvMx2guid,
             this.gridColumn16,
@@ -3455,7 +3429,7 @@
             this.gridColumn24,
             this.gridColumn32,
             this.gv_hbdy});
-            this.gvMx2.DetailHeight = 427;
+            this.gvMx2.DetailHeight = 272;
             this.gvMx2.GridControl = this.gcMx2;
             this.gvMx2.Name = "gvMx2";
             this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -3467,176 +3441,183 @@
             this.gvMx2guid.AppearanceCell.Options.UseFont = true;
             this.gvMx2guid.Caption = "guid ";
             this.gvMx2guid.FieldName = "guid";
-            this.gvMx2guid.MinWidth = 63;
+            this.gvMx2guid.MinWidth = 44;
             this.gvMx2guid.Name = "gvMx2guid";
             this.gvMx2guid.Tag = "query_a.guid";
-            this.gvMx2guid.Width = 117;
+            this.gvMx2guid.Width = 82;
             // 
             // gridColumn16
             // 
             this.gridColumn16.Caption = "鏄惁鍏ュ簱";
             this.gridColumn16.FieldName = "isRk";
-            this.gridColumn16.MaxWidth = 63;
-            this.gridColumn16.MinWidth = 63;
+            this.gridColumn16.MaxWidth = 44;
+            this.gridColumn16.MinWidth = 44;
             this.gridColumn16.Name = "gridColumn16";
             this.gridColumn16.Visible = true;
             this.gridColumn16.VisibleIndex = 0;
-            this.gridColumn16.Width = 63;
+            this.gridColumn16.Width = 44;
             // 
             // gvMx2itemBarcode
             // 
             this.gvMx2itemBarcode.AppearanceCell.Options.UseFont = true;
             this.gvMx2itemBarcode.Caption = "鐗╂枡鏉$爜";
             this.gvMx2itemBarcode.FieldName = "itemBarcode";
-            this.gvMx2itemBarcode.MinWidth = 63;
+            this.gvMx2itemBarcode.MinWidth = 44;
             this.gvMx2itemBarcode.Name = "gvMx2itemBarcode";
             this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE";
             this.gvMx2itemBarcode.Visible = true;
             this.gvMx2itemBarcode.VisibleIndex = 1;
-            this.gvMx2itemBarcode.Width = 374;
+            this.gvMx2itemBarcode.Width = 262;
             // 
             // gvMx2itemNo
             // 
             this.gvMx2itemNo.AppearanceCell.Options.UseFont = true;
             this.gvMx2itemNo.Caption = "鐗╂枡缂栫爜 ";
             this.gvMx2itemNo.FieldName = "itemNo";
-            this.gvMx2itemNo.MinWidth = 63;
+            this.gvMx2itemNo.MinWidth = 44;
             this.gvMx2itemNo.Name = "gvMx2itemNo";
             this.gvMx2itemNo.Tag = "query_a.ITEM_NO";
             this.gvMx2itemNo.Visible = true;
             this.gvMx2itemNo.VisibleIndex = 2;
-            this.gvMx2itemNo.Width = 124;
+            this.gvMx2itemNo.Width = 87;
             // 
             // gridColumn18
             // 
             this.gridColumn18.Caption = "鐗╂枡鍚嶇О";
             this.gridColumn18.FieldName = "itemName";
-            this.gridColumn18.MinWidth = 63;
+            this.gridColumn18.MinWidth = 44;
             this.gridColumn18.Name = "gridColumn18";
             this.gridColumn18.Visible = true;
             this.gridColumn18.VisibleIndex = 3;
-            this.gridColumn18.Width = 187;
+            this.gridColumn18.Width = 131;
             // 
             // gridColumn14
             // 
             this.gridColumn14.Caption = "瑙勬牸鍨嬪彿";
             this.gridColumn14.FieldName = "itemModel";
-            this.gridColumn14.MinWidth = 63;
+            this.gridColumn14.MinWidth = 44;
             this.gridColumn14.Name = "gridColumn14";
             this.gridColumn14.Visible = true;
             this.gridColumn14.VisibleIndex = 4;
-            this.gridColumn14.Width = 187;
+            this.gridColumn14.Width = 131;
             // 
             // gvMx2oldqty
             // 
             this.gvMx2oldqty.AppearanceCell.Options.UseFont = true;
             this.gvMx2oldqty.Caption = "鏁伴噺";
             this.gvMx2oldqty.FieldName = "quantity";
-            this.gvMx2oldqty.MinWidth = 63;
+            this.gvMx2oldqty.MinWidth = 44;
             this.gvMx2oldqty.Name = "gvMx2oldqty";
             this.gvMx2oldqty.Tag = "query_a.OLDQTY";
             this.gvMx2oldqty.Visible = true;
             this.gvMx2oldqty.VisibleIndex = 5;
-            this.gvMx2oldqty.Width = 117;
+            this.gvMx2oldqty.Width = 82;
             // 
             // gridColumn21
             // 
             this.gridColumn21.Caption = "鍗曚綅";
             this.gridColumn21.FieldName = "dwName";
-            this.gridColumn21.MinWidth = 31;
+            this.gridColumn21.MinWidth = 22;
             this.gridColumn21.Name = "gridColumn21";
             this.gridColumn21.Visible = true;
             this.gridColumn21.VisibleIndex = 6;
-            this.gridColumn21.Width = 117;
+            this.gridColumn21.Width = 82;
             // 
             // gridColumn20
             // 
             this.gridColumn20.Caption = "鎵撶爜浜�";
             this.gridColumn20.FieldName = "createBy";
-            this.gridColumn20.MinWidth = 31;
+            this.gridColumn20.MinWidth = 22;
             this.gridColumn20.Name = "gridColumn20";
             this.gridColumn20.Visible = true;
             this.gridColumn20.VisibleIndex = 7;
-            this.gridColumn20.Width = 117;
+            this.gridColumn20.Width = 82;
             // 
             // gridColumn17
             // 
             this.gridColumn17.Caption = "鎵撶爜鏃ユ湡";
             this.gridColumn17.FieldName = "createDate";
-            this.gridColumn17.MinWidth = 14;
+            this.gridColumn17.MinWidth = 10;
             this.gridColumn17.Name = "gridColumn17";
             this.gridColumn17.Visible = true;
             this.gridColumn17.VisibleIndex = 8;
-            this.gridColumn17.Width = 224;
+            this.gridColumn17.Width = 157;
             // 
             // gridColumn22
             // 
             this.gridColumn22.Caption = "鍏ュ簱浜�";
             this.gridColumn22.FieldName = "rkUser";
-            this.gridColumn22.MinWidth = 31;
+            this.gridColumn22.MinWidth = 22;
             this.gridColumn22.Name = "gridColumn22";
             this.gridColumn22.Visible = true;
             this.gridColumn22.VisibleIndex = 9;
-            this.gridColumn22.Width = 117;
+            this.gridColumn22.Width = 82;
             // 
             // gridColumn23
             // 
             this.gridColumn23.Caption = "鍏ュ簱鏃ユ湡";
             this.gridColumn23.FieldName = "rkDate";
-            this.gridColumn23.MinWidth = 31;
+            this.gridColumn23.MinWidth = 22;
             this.gridColumn23.Name = "gridColumn23";
             this.gridColumn23.Visible = true;
             this.gridColumn23.VisibleIndex = 10;
-            this.gridColumn23.Width = 117;
+            this.gridColumn23.Width = 82;
             // 
             // gridColumn24
             // 
             this.gridColumn24.Caption = "鍏ュ簱浣�";
             this.gridColumn24.FieldName = "rkPositon";
-            this.gridColumn24.MinWidth = 31;
+            this.gridColumn24.MinWidth = 22;
             this.gridColumn24.Name = "gridColumn24";
             this.gridColumn24.Visible = true;
             this.gridColumn24.VisibleIndex = 11;
-            this.gridColumn24.Width = 117;
+            this.gridColumn24.Width = 82;
             // 
             // gridColumn32
             // 
             this.gridColumn32.Caption = "鍏ュ簱绫诲瀷";
             this.gridColumn32.FieldName = "cgrkType";
-            this.gridColumn32.MinWidth = 29;
             this.gridColumn32.Name = "gridColumn32";
             this.gridColumn32.Visible = true;
             this.gridColumn32.VisibleIndex = 12;
-            this.gridColumn32.Width = 107;
             // 
             // gv_hbdy
             // 
             this.gv_hbdy.Caption = "鏄惁鍚堝苟鎵撳嵃";
             this.gv_hbdy.FieldName = "hbdy2";
-            this.gv_hbdy.MinWidth = 29;
             this.gv_hbdy.Name = "gv_hbdy";
             this.gv_hbdy.Visible = true;
             this.gv_hbdy.VisibleIndex = 13;
-            this.gv_hbdy.Width = 107;
             // 
-            // gridColumn108
+            // ucBtnPrintOne1
             // 
-            this.gridColumn108.Caption = "闇�姹傝窡韪彿";
-            this.gridColumn108.FieldName = "xqgz";
-            this.gridColumn108.MinWidth = 30;
-            this.gridColumn108.Name = "gridColumn108";
-            this.gridColumn108.Visible = true;
-            this.gridColumn108.VisibleIndex = 16;
-            this.gridColumn108.Width = 112;
+            this.ucBtnPrintOne1.allClickKey = null;
+            this.ucBtnPrintOne1.guidKey = null;
+            this.ucBtnPrintOne1.Location = new System.Drawing.Point(1011, 12);
+            this.ucBtnPrintOne1.Margin = new System.Windows.Forms.Padding(0);
+            this.ucBtnPrintOne1.Name = "ucBtnPrintOne1";
+            this.ucBtnPrintOne1.rptParameter = null;
+            this.ucBtnPrintOne1.Size = new System.Drawing.Size(330, 52);
+            this.ucBtnPrintOne1.TabIndex = 485;
+            // 
+            // layoutControlItem41
+            // 
+            this.layoutControlItem41.Control = this.ucBtnPrintOne1;
+            this.layoutControlItem41.Location = new System.Drawing.Point(999, 0);
+            this.layoutControlItem41.Name = "layoutControlItem41";
+            this.layoutControlItem41.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem41.Size = new System.Drawing.Size(334, 56);
+            this.layoutControlItem41.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem41.TextVisible = false;
             // 
             // Frm_ArrivalBarcode
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(2111, 1190);
+            this.ClientSize = new System.Drawing.Size(1357, 680);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
-            this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
+            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.Name = "Frm_ArrivalBarcode";
             this.Text = "鍒拌揣鏉$爜鎵撳嵃";
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
@@ -3792,6 +3773,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -4058,5 +4040,7 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem40;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn107;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn108;
+        private UserControl.UcBtnPrintOne ucBtnPrintOne1;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem41;
     }
 }
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs
index 849e58f..14581c6 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs
@@ -163,133 +163,176 @@
 
             };
             // --------------------gvMx3 ucBtnPrintOne1 鎵归噺鎵撳嵃浜嬩欢锛堜紭鍖栫増锛�--------------------
-//            this.ucBtnPrintOne1.btnPrintClick += (s, e) =>
-//            {
-//                // 1. 鍩虹楠岃瘉锛氫富琛ㄨ閫夋嫨
-//                string mainGuid = lbGuid.Text.Trim();
-//                if (string.IsNullOrEmpty(mainGuid) || mainGuid.Length < 10)
-//                {
-//                    Gs.DevApp.ToolBox.MsgHelper.ShowError("璇峰厛鍦ㄤ富琛ㄤ腑閫夋嫨鏁版嵁琛岋紒");
-//                    this.ucBtnPrintOne1.rptParameter = "return false";
-//                    return;
-//                }
+            this.ucBtnPrintOne1.btnPrintClick += (s, e) =>
+            {
+                // 1. 鍩虹楠岃瘉锛氫富琛ㄨ閫夋嫨
+                string mainGuid = lbGuid.Text.Trim();
+                if (string.IsNullOrEmpty(mainGuid) || mainGuid.Length < 10)
+                {
+                    Gs.DevApp.ToolBox.MsgHelper.ShowError("璇峰厛鍦ㄤ富琛ㄤ腑閫夋嫨鏁版嵁琛岋紒");
+                    this.ucBtnPrintOne1.rptParameter = "return false";
+                    return;
+                }
 
-//                // 2. 鑾峰彇鏄庣粏鏁版嵁婧�
-//                DataTable dtDetails = gcMx3.DataSource as DataTable;
-//                if (dtDetails == null || dtDetails.Rows.Count == 0)
-//                {
-//                    Gs.DevApp.ToolBox.MsgHelper.ShowError("褰撳墠涓昏〃鏃犲叧鑱旂殑鏄庣粏鏁版嵁锛岃鍏堝姞杞芥槑缁嗭紒");
-//                    this.ucBtnPrintOne1.rptParameter = "return false";
-//                    return;
-//                }
+                // 2. 鑾峰彇鏄庣粏鏁版嵁婧�
+                DataTable dtDetails = gcMx3.DataSource as DataTable;
+                if (dtDetails == null || dtDetails.Rows.Count == 0)
+                {
+                    Gs.DevApp.ToolBox.MsgHelper.ShowError("褰撳墠涓昏〃鏃犲叧鑱旂殑鏄庣粏鏁版嵁锛岃鍏堝姞杞芥槑缁嗭紒");
+                    this.ucBtnPrintOne1.rptParameter = "return false";
+                    return;
+                }
 
-//                // 3. 绛涢�夊彲鎵撳嵃鏄庣粏锛堥�昏緫涓嶅彉锛�
-//                List<string> validReleaseNos = new List<string>();
-//                List<string> validPrintQtys = new List<string>();
-//                string releaseNoField = "releaseNo";
+                // 3. 绛涢�夊彲鎵撳嵃鏄庣粏锛堥�昏緫涓嶅彉锛�
+                List<string> validReleaseNos = new List<string>();
+                List<string> validPrintQtys = new List<string>();
+                string releaseNoField = "releaseNo";
 
-//                if (!dtDetails.Columns.Contains(releaseNoField))
-//                {
-//                    Gs.DevApp.ToolBox.MsgHelper.ShowError($"鏄庣粏鏁版嵁婧愮己灏戝繀瑕佸瓧娈碉細{releaseNoField}");
-//                    this.ucBtnPrintOne1.rptParameter = "return false";
-//                    return;
-//                }
+                if (!dtDetails.Columns.Contains(releaseNoField))
+                {
+                    Gs.DevApp.ToolBox.MsgHelper.ShowError($"鏄庣粏鏁版嵁婧愮己灏戝繀瑕佸瓧娈碉細{releaseNoField}");
+                    this.ucBtnPrintOne1.rptParameter = "return false";
+                    return;
+                }
 
-//                foreach (DataRow row in dtDetails.Rows)
-//                {
-//                    string rowReleaseNo = row[releaseNoField]?.ToString()?.Trim() ?? "";
-//                    if (string.IsNullOrEmpty(rowReleaseNo) || rowReleaseNo.Length < 5)
-//                    {
-//                        Gs.DevApp.ToolBox.MsgHelper.ShowError($"璺宠繃鏃犳晥鏄庣粏琛岋細缂哄皯鎴栨棤鏁堢殑releaseNo");
-//                        continue;
-//                    }
+                foreach (DataRow row in dtDetails.Rows)
+                {
+                    string rowReleaseNo = row[releaseNoField]?.ToString()?.Trim() ?? "";
+                    if (string.IsNullOrEmpty(rowReleaseNo) || rowReleaseNo.Length < 5)
+                    {
+                        Gs.DevApp.ToolBox.MsgHelper.ShowError($"璺宠繃鏃犳晥鏄庣粏琛岋細缂哄皯鎴栨棤鏁堢殑releaseNo");
+                        continue;
+                    }
 
-//                    string kQtyStr = row["kQty"]?.ToString()?.Trim() ?? "0";
-//                    if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(kQtyStr)
-//                        || !decimal.TryParse(kQtyStr, out decimal kQty)
-//                        || kQty <= 0)
-//                    {
-//                        Gs.DevApp.ToolBox.MsgHelper.ShowError($"璺宠繃鏄庣粏琛岋紙releaseNo锛歿rowReleaseNo}锛夛細鍙墦鍗版暟閲忔棤鏁堟垨<=0");
-//                        continue;
-//                    }
+                    string kQtyStr = row["kQty"]?.ToString()?.Trim() ?? "0";
+                    if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(kQtyStr)
+                        || !decimal.TryParse(kQtyStr, out decimal kQty)
+                        || kQty <= 0)
+                    {
+                        Gs.DevApp.ToolBox.MsgHelper.ShowError($"璺宠繃鏄庣粏琛岋紙releaseNo锛歿rowReleaseNo}锛夛細鍙墦鍗版暟閲忔棤鏁堟垨<=0");
+                        continue;
+                    }
 
-//                    if (!validReleaseNos.Contains(rowReleaseNo))
-//                    {
-//                        validReleaseNos.Add(rowReleaseNo);
-//                        validPrintQtys.Add(kQty.ToString("F2"));
-//                    }
-//                    else
-//                    {
-//                        Gs.DevApp.ToolBox.MsgHelper.ShowError($"璺宠繃閲嶅鏄庣粏琛岋紙releaseNo锛歿rowReleaseNo}锛夛細宸插寘鍚releaseNo");
-//                    }
-//                }
+                    if (!validReleaseNos.Contains(rowReleaseNo))
+                    {
+                        validReleaseNos.Add(rowReleaseNo);
+                        validPrintQtys.Add(kQty.ToString("F2"));
+                    }
+                    else
+                    {
+                        Gs.DevApp.ToolBox.MsgHelper.ShowError($"璺宠繃閲嶅鏄庣粏琛岋紙releaseNo锛歿rowReleaseNo}锛夛細宸插寘鍚releaseNo");
+                    }
+                }
 
-//                if (validReleaseNos.Count == 0)
-//                {
-//                    Gs.DevApp.ToolBox.MsgHelper.ShowError("娌℃湁鍙壒閲忔墦鍗扮殑鏄庣粏琛岋紙鎵�鏈夎鍧囦负鏃犳晥鏁版嵁鎴栧彲鎵撳嵃鏁伴噺<=0锛�");
-//                    this.ucBtnPrintOne1.rptParameter = "return false";
-//                    return;
-//                }
+                if (validReleaseNos.Count == 0)
+                {
+                    Gs.DevApp.ToolBox.MsgHelper.ShowError("娌℃湁鍙壒閲忔墦鍗扮殑鏄庣粏琛岋紙鎵�鏈夎鍧囦负鏃犳晥鏁版嵁鎴栧彲鎵撳嵃鏁伴噺<=0锛�");
+                    this.ucBtnPrintOne1.rptParameter = "return false";
+                    return;
+                }
 
-//                // 4. 缁勮鍙傛暟锛堥�傞厤_rptGetParameterP瑙f瀽閫昏緫锛�
-//                string releaseNosStr = string.Join("|", validReleaseNos);
-//                string printQtysStr = string.Join("|", validPrintQtys);
+                // 4. 缁勮鍙傛暟锛堥�傞厤_rptGetParameterP瑙f瀽閫昏緫锛�
+                string releaseNosStr = string.Join("|", validReleaseNos);
+                string printQtysStr = string.Join("|", validPrintQtys);
 
-//                // 浠呬紶6涓叧閿弬鏁帮紝瀵瑰簲瑙f瀽鏂规硶鐨剆0-s5
-//                string[] reportParams = new string[]
-//                {
-//        "batch",       // s0 鈫� @in1锛氭壒閲忔爣璇�
-//        "0",           // s1 鈫� @in2锛氬崰浣�
-//        "0",           // s2 鈫� @in3锛氫綑閲�
-//        "1",           // s3 鈫� @in4锛氬紶鏁�
-//        printQtysStr,  // s4 鈫� @in5锛氭暟閲忓垪琛�
-//        releaseNosStr  // s5 鈫� @in6锛歳eleaseNo鍒楄〃
-//                };
+                // 浠呬紶6涓叧閿弬鏁帮紝瀵瑰簲瑙f瀽鏂规硶鐨剆0-s5
+                string[] reportParams = new string[]
+                {
+        "batch",       // s0 鈫� @in1锛氭壒閲忔爣璇�
+        "0",           // s1 鈫� @in2锛氬崰浣�
+        "0",           // s2 鈫� @in3锛氫綑閲�
+        "1",           // s3 鈫� @in4锛氬紶鏁�
+        printQtysStr,  // s4 鈫� @in5锛氭暟閲忓垪琛�
+        releaseNosStr  // s5 鈫� @in6锛歳eleaseNo鍒楄〃
+                };
 
-//                /*string paramContent = string.Join(",", reportParams);
-//                string rptParam = $"rpt_Arrival_One{{{paramContent}}}";
+                /*string paramContent = string.Join(",", reportParams);
+                string rptParam = $"rpt_Arrival_One{{{paramContent}}}";
 
-//                this.ucBtnPrintOne1.guidKey = mainGuid;
-//                this.ucBtnPrintOne1.rptParameter = rptParam;
+                this.ucBtnPrintOne1.guidKey = mainGuid;
+                this.ucBtnPrintOne1.rptParameter = rptParam;
 
-//                // 5. 璋冪敤棰勮锛堥�昏緫涓嶅彉锛�
-//                try
-//                {
-//                    using (Form rptPreviewForm = new RptPreview(mainGuid, rptParam))
-//                    {
-//                        DialogResult previewResult = rptPreviewForm.ShowDialog();
-//                        if (previewResult == DialogResult.OK)
-//                        {
-//                            getModel(mainGuid);
-//                            Gs.DevApp.ToolBox.MsgHelper.ShowError($"鎵归噺鎵撳嵃瀹屾垚锛佸叡鎵撳嵃 {validReleaseNos.Count} 鏉℃湁鏁堟槑缁�");
-//                        }
-//                        else if (previewResult == DialogResult.Cancel)
-//                        {
-//                            Gs.DevApp.ToolBox.MsgHelper.ShowError("鐢ㄦ埛鍙栨秷鎵归噺鎵撳嵃鎿嶄綔");
-//                        }
-//                    }
-//                }
-//                catch (Exception ex)
-//                {
-//                    string errorMsg = $"鎵归噺鎵撳嵃寮傚父锛歿ex.Message}";
-//                    if (ex.InnerException != null)
-//                    {
-//                        errorMsg += $"\n鍐呴儴閿欒锛歿ex.InnerException.Message}";
-//                    }
-//                    Gs.DevApp.ToolBox.MsgHelper.ShowError(errorMsg);
-//                    this.ucBtnPrintOne1.rptParameter = "return false";
-//                }
-//*/
+                // 5. 璋冪敤棰勮锛堥�昏緫涓嶅彉锛�
+                try
+                {
+                    using (Form rptPreviewForm = new RptPreview(mainGuid, rptParam))
+                    {
+                        DialogResult previewResult = rptPreviewForm.ShowDialog();
+                        if (previewResult == DialogResult.OK)
+                        {
+                            getModel(mainGuid);
+                            Gs.DevApp.ToolBox.MsgHelper.ShowError($"鎵归噺鎵撳嵃瀹屾垚锛佸叡鎵撳嵃 {validReleaseNos.Count} 鏉℃湁鏁堟槑缁�");
+                        }
+                        else if (previewResult == DialogResult.Cancel)
+                        {
+                            Gs.DevApp.ToolBox.MsgHelper.ShowError("鐢ㄦ埛鍙栨秷鎵归噺鎵撳嵃鎿嶄綔");
+                        }
+                    }
+                }
+                catch (Exception ex)
+                {
+                    string errorMsg = $"鎵归噺鎵撳嵃寮傚父锛歿ex.Message}";
+                    if (ex.InnerException != null)
+                    {
+                        errorMsg += $"\n鍐呴儴閿欒锛歿ex.InnerException.Message}";
+                    }
+                    Gs.DevApp.ToolBox.MsgHelper.ShowError(errorMsg);
+                    this.ucBtnPrintOne1.rptParameter = "return false";
+                }
+*/
 
-//                this.ucBtnPrintOne1.guidKey = mainGuid;
-//                this.ucBtnPrintOne1.rptParameter = "rpt_Arrival_One{"
-//                    + string.Join(",", reportParams)  // 鎷兼帴reportParams鏁扮粍鍏冪礌
-//                    + "}";
-//                // 6. 娓呯┖鎺т欢
-//                txt_iCount_2.Text = "";
-//                txt_psnQty_2.Text = "";
-//                txt_releaseNo.Text = "";
-//            };
+                this.ucBtnPrintOne1.guidKey = mainGuid;
+                this.ucBtnPrintOne1.rptParameter = "rpt_Arrival{"
+                    + string.Join(",", reportParams)  // 鎷兼帴reportParams鏁扮粍鍏冪礌
+                    + "}";
+                // 6. 娓呯┖鎺т欢
+                txt_iCount_2.Text = "";
+                txt_psnQty_2.Text = "";
+                txt_releaseNo.Text = "";
+            };
+
+
+            this.ucBtnPrintOne1.btnAllClick += (s, e) =>
+            {
+                string mainGuid = lbGuid.Text.Trim();
+                SelectDeleteBar frm = new SelectDeleteBar(mainGuid, "鎵归噺鏉$爜"); // 鏍囬鍖哄垎鏉ユ簮
+                string strCodeList = "";
+                string strAction = "";
+                frm.UpdateParent += (ss, ee) =>
+                {
+                    strCodeList = ee.StringSingle;
+                    strAction = ee.Data;
+                };
+                frm.ShowDialog();
+                if (string.IsNullOrEmpty(strCodeList))
+                    return;
+                if (strAction == "print")
+                {
+                    try
+                    {
+                        string rptParameter = "rpt_Arrival{"
+                        + "100"//閲嶆墦閮芥槸浼�100锛�
+                        + "," + ""
+                        + "," + ""
+                        + "," + ""
+                        + "," + ""
+                        + "," + strCodeList
+                        + "}";
+                        using (Form rpt = new RptPreview(mainGuid, rptParameter))
+                        {
+                            rpt.ShowDialog();
+                        }
+                        frm.Close();
+                    }
+                    catch (Exception ex)
+                    {
+                        MsgHelper.ShowError(ex.Message);
+                    }
+                }
+            };
+
+
+
 
             //鏄庣粏琛屽垏鎹簨浠�
             // 鍏抽敭锛氱粦瀹歡vMx1鍜実vMx3鐨勭劍鐐硅鍙樺寲浜嬩欢
diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.Designer.cs
index 6707aca..cb9a8c4 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.Designer.cs
@@ -28,22 +28,27 @@
         /// </summary>
         private void InitializeComponent()
         {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcBtnPrintOne));
             DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
             this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
             this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
+            this.btnAll = new DevExpress.XtraEditors.SimpleButton();
             this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
             this.lay1 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.lay3 = new DevExpress.XtraLayout.LayoutControlItem();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
             this.layoutControl2.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.lay1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.lay3)).BeginInit();
             this.SuspendLayout();
             // 
             // layoutControl2
             // 
             this.layoutControl2.Controls.Add(this.btnPrint);
+            this.layoutControl2.Controls.Add(this.btnAll);
             this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
             this.layoutControl2.Location = new System.Drawing.Point(0, 0);
             this.layoutControl2.Margin = new System.Windows.Forms.Padding(0);
@@ -61,17 +66,28 @@
             this.btnPrint.Location = new System.Drawing.Point(0, 2);
             this.btnPrint.Margin = new System.Windows.Forms.Padding(9, 0, 0, 0);
             this.btnPrint.Name = "btnPrint";
-            this.btnPrint.Size = new System.Drawing.Size(114, 22);
+            this.btnPrint.Size = new System.Drawing.Size(105, 22);
             this.btnPrint.StyleController = this.layoutControl2;
             this.btnPrint.TabIndex = 3;
             this.btnPrint.Text = "涓�閿墦鍗�";
+            // 
+            // btnAll
+            // 
+            this.btnAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAll.ImageOptions.Image")));
+            this.btnAll.Location = new System.Drawing.Point(107, 4);
+            this.btnAll.Name = "btnAll";
+            this.btnAll.Size = new System.Drawing.Size(102, 22);
+            this.btnAll.StyleController = this.layoutControl2;
+            this.btnAll.TabIndex = 3;
+            this.btnAll.Text = "鎵归噺鎿嶄綔2";
             // 
             // layoutControlGroup1
             // 
             this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
             this.layoutControlGroup1.GroupBordersVisible = false;
             this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.lay1});
+            this.lay1,
+            this.lay3});
             this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             this.layoutControlGroup1.Name = "Root";
             columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -86,7 +102,7 @@
             this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
             rowDefinition1});
             this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 2, 0);
-            this.layoutControlGroup1.Size = new System.Drawing.Size(228, 26);
+            this.layoutControlGroup1.Size = new System.Drawing.Size(211, 28);
             this.layoutControlGroup1.TextVisible = false;
             // 
             // lay1
@@ -95,10 +111,20 @@
             this.lay1.Location = new System.Drawing.Point(0, 0);
             this.lay1.Name = "lay1";
             this.lay1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.lay1.Size = new System.Drawing.Size(114, 24);
+            this.lay1.Size = new System.Drawing.Size(105, 26);
             this.lay1.Text = "纭畾鎵撳嵃";
             this.lay1.TextSize = new System.Drawing.Size(0, 0);
             this.lay1.TextVisible = false;
+            // 
+            // lay3
+            // 
+            this.lay3.Control = this.btnAll;
+            this.lay3.Location = new System.Drawing.Point(105, 0);
+            this.lay3.Name = "lay3";
+            this.lay3.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.lay3.Size = new System.Drawing.Size(106, 26);
+            this.lay3.TextSize = new System.Drawing.Size(0, 0);
+            this.lay3.TextVisible = false;
             // 
             // UcBtnPrintOne
             // 
@@ -112,6 +138,7 @@
             this.layoutControl2.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.lay1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.lay3)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -122,5 +149,7 @@
         private DevExpress.XtraLayout.LayoutControl layoutControl2;
         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
         private DevExpress.XtraLayout.LayoutControlItem lay1;
+        private DevExpress.XtraEditors.SimpleButton btnAll;
+        private DevExpress.XtraLayout.LayoutControlItem lay3;
     }
 }
diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.cs
index d9a4d3c..59fe97c 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.cs
@@ -69,12 +69,23 @@
                 _print();
 
             };
-            
+
+            //鎵归噺鎿嶄綔
+            this.btnAll.Click += (s, e) =>
+            {
+                if (btnAllClick != null)
+                    btnAllClick(this, e);
+                else
+                    return;
+            };
+
         }
-        /// <summary>
-        ///     鍏抽敭瀛楋紝涓�鑸槸涓婚敭
-        /// </summary>
-        public string guidKey { get; set; }
+
+     
+    /// <summary>
+    ///     鍏抽敭瀛楋紝涓�鑸槸涓婚敭
+    /// </summary>
+    public string guidKey { get; set; }
 
 
         /// <summary>
@@ -88,6 +99,10 @@
         /// </summary>
         public string rptParameter { get; set; }
 
+        /// <summary>
+        /// 鎵归噺鎿嶄綔
+        /// </summary>
+        public event EventHandler btnAllClick;
         /// <summary>
         /// 鎵撳嵃
         /// </summary>
@@ -119,8 +134,19 @@
             return false;
         }
 
+        /// <summary>
+        /// 璁剧疆鎵归噺鎸夐挳鍙鎬�
+        /// </summary>
+        /// <param name="blPiLiang"></param>
+        public void SetPlButton(bool blPiLiang)
+        {
+            if (blPiLiang == true)
+                this.lay3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always;
+            else
+                this.lay3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
+        }
 
-        
+
 
         /// <summary>
         /// 璁剧疆纭畾鎸夐挳鍙鎬�
diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.resx b/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.resx
index 1af7de1..c17e439 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.resx
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.resx
@@ -117,4 +117,25 @@
   <resheader name="writer">
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="btnAll.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACN0RVh0VGl0
+        bGUAQ29udmVydDtSZXBlYXQ7QXJyb3c7RXhjaGFuZ2V2I2jSAAADLklEQVQ4T3WTeyzVYRjHf665JpVL
+        p1rE0FSHCnXIyZG5JJNWyy2lo8vhhCjqCCmXgxhCTijXSclIiYNIpGz9QWJZQ2NM/qD+6ay2b+/bnJO1
+        9W6fvZfneb7vb8/39zJ03HzmxqS0uDE3mg8yyc2uTBKlyZWG1K43uiD+Ibc1JNXWmu4JSlfruTTGAPgz
+        M4mNLsw32Ru6VCIoE1QJNFkn7qEz3k5KkNbk8yO8xEFs684yWI4rKQTi653ppBx4g80Slu4VRD3gNFyq
+        5ExEVzn+jK7kYHKxHDNLLajquwhhmeOUf8rOAJKvphAgQzmswM4l/J5Dc5H0DNqHM/Fxtg6z39sxNF2N
+        kXkx+qfi0Pn5MjpGk3Ek1ZJWaskFlILS2ewICae7fuAaXo5mIa3uOILTd8MtxgSCYg6knwS4P3AIgiIb
+        2IcYzmw7rB9C6tTlAions9kZec8DUdsrRFDq7nmn85vy7AI3uK8z0dx0OMkC8TV74BRmLLPw1stbY6Ju
+        TIsJih6oBWTseF/+OhChOTbYx9+YSM40CCoELS+ROcw8dV8a2WruI3vaQH2CLo3LBdQPJZjLvERm8Lpm
+        ju0eBlvJmeYy9CYtgjbH96xlZEkfLt59Df+kZhk505ULUNvojdoEPe9zt3ZFFHRIoyRvaFSHQC3T8U+o
+        SktvGEJZ5xhMD8SM0FxFEwmqNrxjBnxxU/bVigFZw/tZCAp6YGRqbe4dnuNzQlQjiZX0LuS9GMXxxEfY
+        6BBWTGoULqgGJFb7C/K7vhRLx9E58R21HxYRW9qP0Cwposgni58M496rSZzKbIUZL3ZwrZU3/XFU5QIa
+        /NudePphAY/HllD47ity++dRPTiLtvFvKO+dQmxZH9wjK7DZUdi13vqoH60h/HWBF5ob4nvl0YywdBDi
+        7jmIe+bgEVkHtl/mr22eSdMm3EttLLvTotVbnCxJ/ipaTAtX9kCdZbV/A/dU/h2f+EZZVO0IeBdqaJQ6
+        Irftj7WNo0uMkV0EWa54TG4RtXSibmhZcfmOnODC3v38ChpdY8oTMZu5cQyLE8MY741kDO2FjOG/AisG
+        /Rr6CumNesvr/w4AzG/fQnRfIXokewAAAABJRU5ErkJggg==
+</value>
+  </data>
 </root>
\ No newline at end of file

--
Gitblit v1.9.3