From 17f1e58af10fda65f0494efa23a3fb96641ae2af Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 23 十二月 2024 14:10:54 +0800
Subject: [PATCH] 委外排产

---
 DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs                     |  533 +++++
 DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.resx                   |  237 ++
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs  |    2 
 DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.cs          |  198 ++
 DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.resx        |  120 +
 DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs            |  988 ++++++++++
 DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.cs                  |    2 
 DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs | 3517 +++++++++++++++++++++++++++++++++++++
 DevApp/Gs.DevApp/Gs.DevApp.csproj                          |   18 
 DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs                  |    2 
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs            |    2 
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs          |   40 
 12 files changed, 5,633 insertions(+), 26 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs
index babe67f..0a36097 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs
@@ -36,6 +36,8 @@
             {
                 getPageList(this.pageBar1.CurrentPage);
             });
+            getPageList(1);
+            pageBar1.PagerEvent += PageBar1_PagerEvent;
             txt_pid.EditChanged += (s, e) =>
             {
                 txt_typeMemo.Text = this.txt_pid.GetMemo();
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs
index fa6f27f..35e8b26 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs
@@ -368,7 +368,7 @@
         private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e)
         {
             if (xtraTabControl1.SelectedTabPageIndex == 1)
-                getModel(lbGuid.Text.Trim(), false, 999);
+                getModel(lbGuid.Text.Trim());
             else
             {
                 _filterList.Clear();
diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
index 470ab18..9a1e814 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -123,7 +123,7 @@
         /// <param name="e"></param>
         private void ToolBarMenu1_btnEscClick(object sender, EventArgs e)
         {
-            UtilityHelper.JumpToTab(xtraTabControl1, 0);
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 1);
         }
 
         /// <summary>
diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.cs
index de9b7ed..bfd5efa 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.cs
@@ -157,7 +157,7 @@
         /// <param name="e"></param>
         private void ToolBarMenu1_btnEscClick(object sender, EventArgs e)
         {
-            UtilityHelper.JumpToTab(xtraTabControl1, 0);
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 1);
         }
 
         /// <summary>
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs
new file mode 100644
index 0000000..03b48b7
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs
@@ -0,0 +1,3517 @@
+/* Create By GS EasyCode */
+namespace Gs.DevApp.DevFrm
+{
+    partial class Frm_ProductionOrder
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.gvMx1typeb = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fmemo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1freservetype = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fneeddate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fstockstatusid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fsrctransstockid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fsrctransorgid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fiskeycomponent = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fisgetscrap = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1unit2 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1erpProductionEntryCode = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1blnum = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1tlnum3 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1tlnum2 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1tlnum1 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1supplyingOrg2 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1owner = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1ownerType = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1issuingOrg2 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1salesOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1subItemUnit = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1subItemType = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1variableLossRate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fixedLoss = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1erpHeaderId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1erpId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1denominator = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1numerator = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1isSubstitute = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1compositionQty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1supplyingType = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1unit = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1process = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1issuingMethod = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1warehouse = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1batchNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1trackingNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1stockOwner = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1issuingOrg = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1supplyingOrg = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1locationNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1issuedQty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1requiredQty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1materialCode = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1sequenceNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1workOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
+            this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.gv_typea = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_srcSplitSeq = new DevExpress.XtraEditors.LabelControl();
+            this.txt_srcSplitSeq = new DevExpress.XtraEditors.TextEdit();
+            this.gv_srcSplitSeq = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_reqSrc = new DevExpress.XtraEditors.LabelControl();
+            this.txt_reqSrc = new DevExpress.XtraEditors.TextEdit();
+            this.gv_reqSrc = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_planConfirmation = new DevExpress.XtraEditors.LabelControl();
+            this.txt_planConfirmation = new DevExpress.XtraEditors.TextEdit();
+            this.gv_planConfirmation = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_prepareCompFlag = new DevExpress.XtraEditors.LabelControl();
+            this.txt_prepareCompFlag = new DevExpress.XtraEditors.TextEdit();
+            this.gv_prepareCompFlag = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_prepareCompDate = new DevExpress.XtraEditors.LabelControl();
+            this.txt_prepareCompDate = new DevExpress.XtraEditors.TextEdit();
+            this.gv_prepareCompDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_suppNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_suppNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_suppNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_prepareDate = new DevExpress.XtraEditors.LabelControl();
+            this.txt_prepareDate = new DevExpress.XtraEditors.TextEdit();
+            this.gv_prepareDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_preparer = new DevExpress.XtraEditors.LabelControl();
+            this.txt_preparer = new DevExpress.XtraEditors.TextEdit();
+            this.gv_preparer = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_prepareFlag = new DevExpress.XtraEditors.LabelControl();
+            this.txt_prepareFlag = new DevExpress.XtraEditors.TextEdit();
+            this.gv_prepareFlag = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_auditDate = new DevExpress.XtraEditors.LabelControl();
+            this.txt_auditDate = new DevExpress.XtraEditors.TextEdit();
+            this.gv_auditDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_auditor = new DevExpress.XtraEditors.LabelControl();
+            this.txt_auditor = new DevExpress.XtraEditors.TextEdit();
+            this.gv_auditor = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_auditStatus = new DevExpress.XtraEditors.LabelControl();
+            this.txt_auditStatus = new DevExpress.XtraEditors.TextEdit();
+            this.gv_auditStatus = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_stockowner = new DevExpress.XtraEditors.LabelControl();
+            this.txt_stockowner = new DevExpress.XtraEditors.TextEdit();
+            this.gv_stockowner = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_nostockinqty = new DevExpress.XtraEditors.LabelControl();
+            this.txt_nostockinqty = new DevExpress.XtraEditors.TextEdit();
+            this.gv_nostockinqty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_stockinqty = new DevExpress.XtraEditors.LabelControl();
+            this.txt_stockinqty = new DevExpress.XtraEditors.TextEdit();
+            this.gv_stockinqty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_pricingpoints = new DevExpress.XtraEditors.LabelControl();
+            this.txt_pricingpoints = new DevExpress.XtraEditors.TextEdit();
+            this.gv_pricingpoints = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_standardpoints = new DevExpress.XtraEditors.LabelControl();
+            this.txt_standardpoints = new DevExpress.XtraEditors.TextEdit();
+            this.gv_standardpoints = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_purchaseorderentryseq = new DevExpress.XtraEditors.LabelControl();
+            this.txt_purchaseorderentryseq = new DevExpress.XtraEditors.TextEdit();
+            this.gv_purchaseorderentryseq = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_purchaseorderno = new DevExpress.XtraEditors.LabelControl();
+            this.txt_purchaseorderno = new DevExpress.XtraEditors.TextEdit();
+            this.gv_purchaseorderno = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_erpProductionEntryCode = new DevExpress.XtraEditors.LabelControl();
+            this.txt_erpProductionEntryCode = new DevExpress.XtraEditors.TextEdit();
+            this.gv_erpProductionEntryCode = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_erpId = new DevExpress.XtraEditors.LabelControl();
+            this.txt_erpId = new DevExpress.XtraEditors.TextEdit();
+            this.gv_erpId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_remarks = new DevExpress.XtraEditors.LabelControl();
+            this.txt_remarks = new DevExpress.XtraEditors.TextEdit();
+            this.gv_remarks = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_splitOrderNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_splitOrderNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_splitOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_closingType = new DevExpress.XtraEditors.LabelControl();
+            this.txt_closingType = new DevExpress.XtraEditors.TextEdit();
+            this.gv_closingType = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_closingPerson = new DevExpress.XtraEditors.LabelControl();
+            this.txt_closingPerson = new DevExpress.XtraEditors.TextEdit();
+            this.gv_closingPerson = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_demandOrderLineNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_demandOrderLineNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_demandOrderLineNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_demandOrderNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_demandOrderNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_demandOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_sourceOrderEntryNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_sourceOrderEntryNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_sourceOrderEntryNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_sourceOrderNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_sourceOrderNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_sourceOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_sourceOrderType = new DevExpress.XtraEditors.LabelControl();
+            this.txt_sourceOrderType = new DevExpress.XtraEditors.TextEdit();
+            this.gv_sourceOrderType = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_erpProductionOrderNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_erpProductionOrderNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_erpProductionOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_erpProductionOrderLineNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_erpProductionOrderLineNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_erpProductionOrderLineNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_erpProductionOrderId = new DevExpress.XtraEditors.LabelControl();
+            this.txt_erpProductionOrderId = new DevExpress.XtraEditors.TextEdit();
+            this.gv_erpProductionOrderId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_generationMethod = new DevExpress.XtraEditors.LabelControl();
+            this.txt_generationMethod = new DevExpress.XtraEditors.TextEdit();
+            this.gv_generationMethod = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_salesOrderLineNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_salesOrderLineNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_salesOrderLineNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_salesOrderNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_salesOrderNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_salesOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_bomVersion = new DevExpress.XtraEditors.LabelControl();
+            this.txt_bomVersion = new DevExpress.XtraEditors.TextEdit();
+            this.gv_bomVersion = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_batchNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_batchNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_batchNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_trackingNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_trackingNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_trackingNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_storageLowerLimit = new DevExpress.XtraEditors.LabelControl();
+            this.txt_storageLowerLimit = new DevExpress.XtraEditors.TextEdit();
+            this.gv_storageLowerLimit = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_storageUpperLimit = new DevExpress.XtraEditors.LabelControl();
+            this.txt_storageUpperLimit = new DevExpress.XtraEditors.TextEdit();
+            this.gv_storageUpperLimit = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_planReleaseDate = new DevExpress.XtraEditors.LabelControl();
+            this.txt_planReleaseDate = new DevExpress.XtraEditors.TextEdit();
+            this.gv_planReleaseDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_estimatedEndTime = new DevExpress.XtraEditors.LabelControl();
+            this.txt_estimatedEndTime = new DevExpress.XtraEditors.TextEdit();
+            this.gv_estimatedEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_estimatedStartTime = new DevExpress.XtraEditors.LabelControl();
+            this.txt_estimatedStartTime = new DevExpress.XtraEditors.TextEdit();
+            this.gv_estimatedStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_planner = new DevExpress.XtraEditors.LabelControl();
+            this.txt_planner = new DevExpress.XtraEditors.TextEdit();
+            this.gv_planner = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_planningGroup = new DevExpress.XtraEditors.LabelControl();
+            this.txt_planningGroup = new DevExpress.XtraEditors.TextEdit();
+            this.gv_planningGroup = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_workOrderQty = new DevExpress.XtraEditors.LabelControl();
+            this.txt_workOrderQty = new DevExpress.XtraEditors.TextEdit();
+            this.gv_workOrderQty = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_unit = new DevExpress.XtraEditors.LabelControl();
+            this.txt_unit = new DevExpress.XtraEditors.TextEdit();
+            this.gv_unit = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_productCode = new DevExpress.XtraEditors.LabelControl();
+            this.txt_productCode = new DevExpress.XtraEditors.TextEdit();
+            this.gv_productCode = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_businessStatus = new DevExpress.XtraEditors.LabelControl();
+            this.txt_businessStatus = new DevExpress.XtraEditors.TextEdit();
+            this.gv_businessStatus = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_orderType = new DevExpress.XtraEditors.LabelControl();
+            this.txt_orderType = new DevExpress.XtraEditors.TextEdit();
+            this.gv_orderType = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_orderDate = new DevExpress.XtraEditors.LabelControl();
+            this.txt_orderDate = new DevExpress.XtraEditors.TextEdit();
+            this.gv_orderDate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_warehouse = new DevExpress.XtraEditors.LabelControl();
+            this.txt_warehouse = new DevExpress.XtraEditors.TextEdit();
+            this.gv_warehouse = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_smtProcessAttr = new DevExpress.XtraEditors.LabelControl();
+            this.txt_smtProcessAttr = new DevExpress.XtraEditors.TextEdit();
+            this.gv_smtProcessAttr = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_orderNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_orderNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_orderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
+            this.gcMain = new DevExpress.XtraGrid.GridControl();
+            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.pageBar1 = new UserControls.Data.UcPageBar();
+            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+            this.tabMx = new DevExpress.XtraTab.XtraTabControl();
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
+            this.lbGuid = new System.Windows.Forms.Label();
+            this.picCheckBox = new System.Windows.Forms.PictureBox();
+            this.tabMxPage1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_srcSplitSeq.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_reqSrc.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planConfirmation.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareCompFlag.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareCompDate.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareDate.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_preparer.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareFlag.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_auditDate.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_auditor.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_auditStatus.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_stockowner.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_nostockinqty.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_stockinqty.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_pricingpoints.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_standardpoints.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_purchaseorderentryseq.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_purchaseorderno.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionEntryCode.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpId.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_remarks.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_splitOrderNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_closingType.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_closingPerson.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_demandOrderLineNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_demandOrderNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_sourceOrderEntryNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_sourceOrderNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_sourceOrderType.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderLineNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderId.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_generationMethod.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_salesOrderLineNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_salesOrderNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_bomVersion.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_batchNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_trackingNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_storageLowerLimit.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_storageUpperLimit.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planReleaseDate.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_estimatedEndTime.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_estimatedStartTime.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planner.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planningGroup.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_workOrderQty.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_unit.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_productCode.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_businessStatus.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orderType.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orderDate.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_warehouse.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_smtProcessAttr.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orderNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+            this.xtraTabControl1.SuspendLayout();
+            this.xtraTabPage1.SuspendLayout();
+            this.xtraTabPage2.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
+            this.tabMx.SuspendLayout();
+            this.panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // gvMx1typeb
+            // 
+            this.gvMx1typeb.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1typeb.AppearanceCell.Options.UseFont = true;
+            this.gvMx1typeb.Caption = "A锛屽垱寤� B锛屽鏍镐腑 C锛屽凡瀹℃牳 D锛岄噸鏂板鏍� Z锛屾殏瀛� ";
+            this.gvMx1typeb.FieldName = "typeb";
+            this.gvMx1typeb.MinWidth = 50;
+            this.gvMx1typeb.Name = "gvMx1typeb";
+            this.gvMx1typeb.Tag = "query_a.TYPEB";
+            this.gvMx1typeb.Visible = true;
+            this.gvMx1typeb.VisibleIndex = 46;
+            this.gvMx1typeb.Width = 94;
+            // 
+            // gvMx1fmemo
+            // 
+            this.gvMx1fmemo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fmemo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fmemo.Caption = "鐢ㄦ枡娓呭崟澶囨敞 ";
+            this.gvMx1fmemo.FieldName = "fmemo";
+            this.gvMx1fmemo.MinWidth = 50;
+            this.gvMx1fmemo.Name = "gvMx1fmemo";
+            this.gvMx1fmemo.Tag = "query_a.FMEMO";
+            this.gvMx1fmemo.Visible = true;
+            this.gvMx1fmemo.VisibleIndex = 45;
+            this.gvMx1fmemo.Width = 94;
+            // 
+            // gvMx1freservetype
+            // 
+            this.gvMx1freservetype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1freservetype.AppearanceCell.Options.UseFont = true;
+            this.gvMx1freservetype.Caption = "棰勭暀绫诲瀷 ";
+            this.gvMx1freservetype.FieldName = "freservetype";
+            this.gvMx1freservetype.MinWidth = 50;
+            this.gvMx1freservetype.Name = "gvMx1freservetype";
+            this.gvMx1freservetype.Tag = "query_a.FRESERVETYPE";
+            this.gvMx1freservetype.Visible = true;
+            this.gvMx1freservetype.VisibleIndex = 44;
+            this.gvMx1freservetype.Width = 94;
+            // 
+            // gvMx1fneeddate
+            // 
+            this.gvMx1fneeddate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fneeddate.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fneeddate.Caption = "闇�姹傛棩鏈� ";
+            this.gvMx1fneeddate.FieldName = "fneeddate";
+            this.gvMx1fneeddate.MinWidth = 50;
+            this.gvMx1fneeddate.Name = "gvMx1fneeddate";
+            this.gvMx1fneeddate.Tag = "query_a.FNEEDDATE";
+            this.gvMx1fneeddate.Visible = true;
+            this.gvMx1fneeddate.VisibleIndex = 43;
+            this.gvMx1fneeddate.Width = 94;
+            // 
+            // gvMx1fstockstatusid
+            // 
+            this.gvMx1fstockstatusid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fstockstatusid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fstockstatusid.Caption = "搴撳瓨鐘舵�� ";
+            this.gvMx1fstockstatusid.FieldName = "fstockstatusid";
+            this.gvMx1fstockstatusid.MinWidth = 50;
+            this.gvMx1fstockstatusid.Name = "gvMx1fstockstatusid";
+            this.gvMx1fstockstatusid.Tag = "query_a.FSTOCKSTATUSID";
+            this.gvMx1fstockstatusid.Visible = true;
+            this.gvMx1fstockstatusid.VisibleIndex = 42;
+            this.gvMx1fstockstatusid.Width = 94;
+            // 
+            // gvMx1fsrctransstockid
+            // 
+            this.gvMx1fsrctransstockid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fsrctransstockid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fsrctransstockid.Caption = "鎷ㄥ嚭浠撳簱 ";
+            this.gvMx1fsrctransstockid.FieldName = "fsrctransstockid";
+            this.gvMx1fsrctransstockid.MinWidth = 50;
+            this.gvMx1fsrctransstockid.Name = "gvMx1fsrctransstockid";
+            this.gvMx1fsrctransstockid.Tag = "query_a.FSRCTRANSSTOCKID";
+            this.gvMx1fsrctransstockid.Visible = true;
+            this.gvMx1fsrctransstockid.VisibleIndex = 41;
+            this.gvMx1fsrctransstockid.Width = 94;
+            // 
+            // gvMx1fsrctransorgid
+            // 
+            this.gvMx1fsrctransorgid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fsrctransorgid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fsrctransorgid.Caption = "鎷ㄥ嚭缁勭粐 ";
+            this.gvMx1fsrctransorgid.FieldName = "fsrctransorgid";
+            this.gvMx1fsrctransorgid.MinWidth = 50;
+            this.gvMx1fsrctransorgid.Name = "gvMx1fsrctransorgid";
+            this.gvMx1fsrctransorgid.Tag = "query_a.FSRCTRANSORGID";
+            this.gvMx1fsrctransorgid.Visible = true;
+            this.gvMx1fsrctransorgid.VisibleIndex = 40;
+            this.gvMx1fsrctransorgid.Width = 94;
+            // 
+            // gvMx1fiskeycomponent
+            // 
+            this.gvMx1fiskeycomponent.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fiskeycomponent.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fiskeycomponent.Caption = "鏄惁鍏抽敭浠� ";
+            this.gvMx1fiskeycomponent.FieldName = "fiskeycomponent";
+            this.gvMx1fiskeycomponent.MinWidth = 50;
+            this.gvMx1fiskeycomponent.Name = "gvMx1fiskeycomponent";
+            this.gvMx1fiskeycomponent.Tag = "query_a.FISKEYCOMPONENT";
+            this.gvMx1fiskeycomponent.Visible = true;
+            this.gvMx1fiskeycomponent.VisibleIndex = 39;
+            this.gvMx1fiskeycomponent.Width = 94;
+            // 
+            // gvMx1fisgetscrap
+            // 
+            this.gvMx1fisgetscrap.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fisgetscrap.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fisgetscrap.Caption = "鏄惁鍙戞崯鑰� ";
+            this.gvMx1fisgetscrap.FieldName = "fisgetscrap";
+            this.gvMx1fisgetscrap.MinWidth = 50;
+            this.gvMx1fisgetscrap.Name = "gvMx1fisgetscrap";
+            this.gvMx1fisgetscrap.Tag = "query_a.FISGETSCRAP";
+            this.gvMx1fisgetscrap.Visible = true;
+            this.gvMx1fisgetscrap.VisibleIndex = 38;
+            this.gvMx1fisgetscrap.Width = 94;
+            // 
+            // gvMx1unit2
+            // 
+            this.gvMx1unit2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1unit2.AppearanceCell.Options.UseFont = true;
+            this.gvMx1unit2.Caption = "UNIT2 ";
+            this.gvMx1unit2.FieldName = "unit2";
+            this.gvMx1unit2.MinWidth = 50;
+            this.gvMx1unit2.Name = "gvMx1unit2";
+            this.gvMx1unit2.Tag = "query_a.UNIT2";
+            this.gvMx1unit2.Visible = true;
+            this.gvMx1unit2.VisibleIndex = 37;
+            this.gvMx1unit2.Width = 94;
+            // 
+            // gvMx1erpProductionEntryCode
+            // 
+            this.gvMx1erpProductionEntryCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1erpProductionEntryCode.AppearanceCell.Options.UseFont = true;
+            this.gvMx1erpProductionEntryCode.Caption = "ERP鐢熶骇璁㈠崟鍒嗗綍鍐呯爜 ";
+            this.gvMx1erpProductionEntryCode.FieldName = "erpProductionEntryCode";
+            this.gvMx1erpProductionEntryCode.MinWidth = 50;
+            this.gvMx1erpProductionEntryCode.Name = "gvMx1erpProductionEntryCode";
+            this.gvMx1erpProductionEntryCode.Tag = "query_a.ERP_PRODUCTION_ENTRY_CODE";
+            this.gvMx1erpProductionEntryCode.Visible = true;
+            this.gvMx1erpProductionEntryCode.VisibleIndex = 36;
+            this.gvMx1erpProductionEntryCode.Width = 94;
+            // 
+            // gvMx1blnum
+            // 
+            this.gvMx1blnum.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1blnum.AppearanceCell.Options.UseFont = true;
+            this.gvMx1blnum.Caption = "琛ユ枡鏁伴噺 ";
+            this.gvMx1blnum.FieldName = "blnum";
+            this.gvMx1blnum.MinWidth = 50;
+            this.gvMx1blnum.Name = "gvMx1blnum";
+            this.gvMx1blnum.Tag = "query_a.BLNUM";
+            this.gvMx1blnum.Visible = true;
+            this.gvMx1blnum.VisibleIndex = 35;
+            this.gvMx1blnum.Width = 94;
+            // 
+            // gvMx1tlnum3
+            // 
+            this.gvMx1tlnum3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1tlnum3.AppearanceCell.Options.UseFont = true;
+            this.gvMx1tlnum3.Caption = "鑹搧閫�鏂欐暟閲� ";
+            this.gvMx1tlnum3.FieldName = "tlnum3";
+            this.gvMx1tlnum3.MinWidth = 50;
+            this.gvMx1tlnum3.Name = "gvMx1tlnum3";
+            this.gvMx1tlnum3.Tag = "query_a.TLNUM3";
+            this.gvMx1tlnum3.Visible = true;
+            this.gvMx1tlnum3.VisibleIndex = 34;
+            this.gvMx1tlnum3.Width = 94;
+            // 
+            // gvMx1tlnum2
+            // 
+            this.gvMx1tlnum2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1tlnum2.AppearanceCell.Options.UseFont = true;
+            this.gvMx1tlnum2.Caption = "鏉ユ枡涓嶈壇閫�鏂欐暟閲� ";
+            this.gvMx1tlnum2.FieldName = "tlnum2";
+            this.gvMx1tlnum2.MinWidth = 50;
+            this.gvMx1tlnum2.Name = "gvMx1tlnum2";
+            this.gvMx1tlnum2.Tag = "query_a.TLNUM2";
+            this.gvMx1tlnum2.Visible = true;
+            this.gvMx1tlnum2.VisibleIndex = 33;
+            this.gvMx1tlnum2.Width = 94;
+            // 
+            // gvMx1tlnum1
+            // 
+            this.gvMx1tlnum1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1tlnum1.AppearanceCell.Options.UseFont = true;
+            this.gvMx1tlnum1.Caption = "鍒剁▼涓嶈壇閫�鏂欐暟閲� ";
+            this.gvMx1tlnum1.FieldName = "tlnum1";
+            this.gvMx1tlnum1.MinWidth = 50;
+            this.gvMx1tlnum1.Name = "gvMx1tlnum1";
+            this.gvMx1tlnum1.Tag = "query_a.TLNUM1";
+            this.gvMx1tlnum1.Visible = true;
+            this.gvMx1tlnum1.VisibleIndex = 32;
+            this.gvMx1tlnum1.Width = 94;
+            // 
+            // gvMx1supplyingOrg2
+            // 
+            this.gvMx1supplyingOrg2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1supplyingOrg2.AppearanceCell.Options.UseFont = true;
+            this.gvMx1supplyingOrg2.Caption = "渚涘簲缁勭粐 ";
+            this.gvMx1supplyingOrg2.FieldName = "supplyingOrg2";
+            this.gvMx1supplyingOrg2.MinWidth = 50;
+            this.gvMx1supplyingOrg2.Name = "gvMx1supplyingOrg2";
+            this.gvMx1supplyingOrg2.Tag = "query_a.SUPPLYING_ORG_2";
+            this.gvMx1supplyingOrg2.Visible = true;
+            this.gvMx1supplyingOrg2.VisibleIndex = 31;
+            this.gvMx1supplyingOrg2.Width = 94;
+            // 
+            // gvMx1owner
+            // 
+            this.gvMx1owner.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1owner.AppearanceCell.Options.UseFont = true;
+            this.gvMx1owner.Caption = "璐т富 ";
+            this.gvMx1owner.FieldName = "owner";
+            this.gvMx1owner.MinWidth = 50;
+            this.gvMx1owner.Name = "gvMx1owner";
+            this.gvMx1owner.Tag = "query_a.OWNER";
+            this.gvMx1owner.Visible = true;
+            this.gvMx1owner.VisibleIndex = 30;
+            this.gvMx1owner.Width = 94;
+            // 
+            // gvMx1ownerType
+            // 
+            this.gvMx1ownerType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1ownerType.AppearanceCell.Options.UseFont = true;
+            this.gvMx1ownerType.Caption = "璐т富绫诲瀷 ";
+            this.gvMx1ownerType.FieldName = "ownerType";
+            this.gvMx1ownerType.MinWidth = 50;
+            this.gvMx1ownerType.Name = "gvMx1ownerType";
+            this.gvMx1ownerType.Tag = "query_a.OWNER_TYPE";
+            this.gvMx1ownerType.Visible = true;
+            this.gvMx1ownerType.VisibleIndex = 29;
+            this.gvMx1ownerType.Width = 94;
+            // 
+            // gvMx1issuingOrg2
+            // 
+            this.gvMx1issuingOrg2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1issuingOrg2.AppearanceCell.Options.UseFont = true;
+            this.gvMx1issuingOrg2.Caption = "鍙戞枡缁勭粐 ";
+            this.gvMx1issuingOrg2.FieldName = "issuingOrg2";
+            this.gvMx1issuingOrg2.MinWidth = 50;
+            this.gvMx1issuingOrg2.Name = "gvMx1issuingOrg2";
+            this.gvMx1issuingOrg2.Tag = "query_a.ISSUING_ORG_2";
+            this.gvMx1issuingOrg2.Visible = true;
+            this.gvMx1issuingOrg2.VisibleIndex = 28;
+            this.gvMx1issuingOrg2.Width = 94;
+            // 
+            // gvMx1itemNo
+            // 
+            this.gvMx1itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1itemNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1itemNo.Caption = "椤规鍙� ";
+            this.gvMx1itemNo.FieldName = "itemNo";
+            this.gvMx1itemNo.MinWidth = 50;
+            this.gvMx1itemNo.Name = "gvMx1itemNo";
+            this.gvMx1itemNo.Tag = "query_a.ITEM_NO";
+            this.gvMx1itemNo.Visible = true;
+            this.gvMx1itemNo.VisibleIndex = 27;
+            this.gvMx1itemNo.Width = 94;
+            // 
+            // gvMx1salesOrderNo
+            // 
+            this.gvMx1salesOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1salesOrderNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1salesOrderNo.Caption = "閿�鍞鍗曞彿 ";
+            this.gvMx1salesOrderNo.FieldName = "salesOrderNo";
+            this.gvMx1salesOrderNo.MinWidth = 50;
+            this.gvMx1salesOrderNo.Name = "gvMx1salesOrderNo";
+            this.gvMx1salesOrderNo.Tag = "query_a.SALES_ORDER_NO";
+            this.gvMx1salesOrderNo.Visible = true;
+            this.gvMx1salesOrderNo.VisibleIndex = 26;
+            this.gvMx1salesOrderNo.Width = 94;
+            // 
+            // gvMx1subItemUnit
+            // 
+            this.gvMx1subItemUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1subItemUnit.AppearanceCell.Options.UseFont = true;
+            this.gvMx1subItemUnit.Caption = "瀛愰」鍗曚綅 ";
+            this.gvMx1subItemUnit.FieldName = "subItemUnit";
+            this.gvMx1subItemUnit.MinWidth = 50;
+            this.gvMx1subItemUnit.Name = "gvMx1subItemUnit";
+            this.gvMx1subItemUnit.Tag = "query_a.SUB_ITEM_UNIT";
+            this.gvMx1subItemUnit.Visible = true;
+            this.gvMx1subItemUnit.VisibleIndex = 25;
+            this.gvMx1subItemUnit.Width = 94;
+            // 
+            // gvMx1subItemType
+            // 
+            this.gvMx1subItemType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1subItemType.AppearanceCell.Options.UseFont = true;
+            this.gvMx1subItemType.Caption = "瀛愰」绫诲瀷 ";
+            this.gvMx1subItemType.FieldName = "subItemType";
+            this.gvMx1subItemType.MinWidth = 50;
+            this.gvMx1subItemType.Name = "gvMx1subItemType";
+            this.gvMx1subItemType.Tag = "query_a.SUB_ITEM_TYPE";
+            this.gvMx1subItemType.Visible = true;
+            this.gvMx1subItemType.VisibleIndex = 24;
+            this.gvMx1subItemType.Width = 94;
+            // 
+            // gvMx1variableLossRate
+            // 
+            this.gvMx1variableLossRate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1variableLossRate.AppearanceCell.Options.UseFont = true;
+            this.gvMx1variableLossRate.Caption = "鍙樺姩鎹熻�楃巼% ";
+            this.gvMx1variableLossRate.FieldName = "variableLossRate";
+            this.gvMx1variableLossRate.MinWidth = 50;
+            this.gvMx1variableLossRate.Name = "gvMx1variableLossRate";
+            this.gvMx1variableLossRate.Tag = "query_a.VARIABLE_LOSS_RATE";
+            this.gvMx1variableLossRate.Visible = true;
+            this.gvMx1variableLossRate.VisibleIndex = 23;
+            this.gvMx1variableLossRate.Width = 94;
+            // 
+            // gvMx1fixedLoss
+            // 
+            this.gvMx1fixedLoss.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1fixedLoss.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fixedLoss.Caption = "鍥哄畾鎹熻�� ";
+            this.gvMx1fixedLoss.FieldName = "fixedLoss";
+            this.gvMx1fixedLoss.MinWidth = 50;
+            this.gvMx1fixedLoss.Name = "gvMx1fixedLoss";
+            this.gvMx1fixedLoss.Tag = "query_a.FIXED_LOSS";
+            this.gvMx1fixedLoss.Visible = true;
+            this.gvMx1fixedLoss.VisibleIndex = 22;
+            this.gvMx1fixedLoss.Width = 94;
+            // 
+            // gvMx1erpHeaderId
+            // 
+            this.gvMx1erpHeaderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1erpHeaderId.AppearanceCell.Options.UseFont = true;
+            this.gvMx1erpHeaderId.Caption = "ERP澶碔D ";
+            this.gvMx1erpHeaderId.FieldName = "erpHeaderId";
+            this.gvMx1erpHeaderId.MinWidth = 50;
+            this.gvMx1erpHeaderId.Name = "gvMx1erpHeaderId";
+            this.gvMx1erpHeaderId.Tag = "query_a.ERP_HEADER_ID";
+            this.gvMx1erpHeaderId.Visible = true;
+            this.gvMx1erpHeaderId.VisibleIndex = 21;
+            this.gvMx1erpHeaderId.Width = 94;
+            // 
+            // gvMx1erpId
+            // 
+            this.gvMx1erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1erpId.AppearanceCell.Options.UseFont = true;
+            this.gvMx1erpId.Caption = "ERPID ";
+            this.gvMx1erpId.FieldName = "erpId";
+            this.gvMx1erpId.MinWidth = 50;
+            this.gvMx1erpId.Name = "gvMx1erpId";
+            this.gvMx1erpId.Tag = "query_a.ERP_ID";
+            this.gvMx1erpId.Visible = true;
+            this.gvMx1erpId.VisibleIndex = 20;
+            this.gvMx1erpId.Width = 94;
+            // 
+            // gvMx1denominator
+            // 
+            this.gvMx1denominator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1denominator.AppearanceCell.Options.UseFont = true;
+            this.gvMx1denominator.Caption = "鍒嗘瘝 ";
+            this.gvMx1denominator.FieldName = "denominator";
+            this.gvMx1denominator.MinWidth = 50;
+            this.gvMx1denominator.Name = "gvMx1denominator";
+            this.gvMx1denominator.Tag = "query_a.DENOMINATOR";
+            this.gvMx1denominator.Visible = true;
+            this.gvMx1denominator.VisibleIndex = 19;
+            this.gvMx1denominator.Width = 94;
+            // 
+            // gvMx1numerator
+            // 
+            this.gvMx1numerator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1numerator.AppearanceCell.Options.UseFont = true;
+            this.gvMx1numerator.Caption = "鍒嗗瓙 ";
+            this.gvMx1numerator.FieldName = "numerator";
+            this.gvMx1numerator.MinWidth = 50;
+            this.gvMx1numerator.Name = "gvMx1numerator";
+            this.gvMx1numerator.Tag = "query_a.NUMERATOR";
+            this.gvMx1numerator.Visible = true;
+            this.gvMx1numerator.VisibleIndex = 18;
+            this.gvMx1numerator.Width = 94;
+            // 
+            // gvMx1isSubstitute
+            // 
+            this.gvMx1isSubstitute.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1isSubstitute.AppearanceCell.Options.UseFont = true;
+            this.gvMx1isSubstitute.Caption = "鏄惁鏇挎枡 ";
+            this.gvMx1isSubstitute.FieldName = "isSubstitute";
+            this.gvMx1isSubstitute.MinWidth = 50;
+            this.gvMx1isSubstitute.Name = "gvMx1isSubstitute";
+            this.gvMx1isSubstitute.Tag = "query_a.IS_SUBSTITUTE";
+            this.gvMx1isSubstitute.Visible = true;
+            this.gvMx1isSubstitute.VisibleIndex = 17;
+            this.gvMx1isSubstitute.Width = 94;
+            // 
+            // gvMx1compositionQty
+            // 
+            this.gvMx1compositionQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1compositionQty.AppearanceCell.Options.UseFont = true;
+            this.gvMx1compositionQty.Caption = "缁勬垚鐢ㄩ噺 ";
+            this.gvMx1compositionQty.FieldName = "compositionQty";
+            this.gvMx1compositionQty.MinWidth = 50;
+            this.gvMx1compositionQty.Name = "gvMx1compositionQty";
+            this.gvMx1compositionQty.Tag = "query_a.COMPOSITION_QTY";
+            this.gvMx1compositionQty.Visible = true;
+            this.gvMx1compositionQty.VisibleIndex = 16;
+            this.gvMx1compositionQty.Width = 94;
+            // 
+            // gvMx1supplyingType
+            // 
+            this.gvMx1supplyingType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1supplyingType.AppearanceCell.Options.UseFont = true;
+            this.gvMx1supplyingType.Caption = "渚涘簲绫诲瀷 ";
+            this.gvMx1supplyingType.FieldName = "supplyingType";
+            this.gvMx1supplyingType.MinWidth = 50;
+            this.gvMx1supplyingType.Name = "gvMx1supplyingType";
+            this.gvMx1supplyingType.Tag = "query_a.SUPPLYING_TYPE";
+            this.gvMx1supplyingType.Visible = true;
+            this.gvMx1supplyingType.VisibleIndex = 15;
+            this.gvMx1supplyingType.Width = 94;
+            // 
+            // gvMx1unit
+            // 
+            this.gvMx1unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1unit.AppearanceCell.Options.UseFont = true;
+            this.gvMx1unit.Caption = "鍗曚綅 ";
+            this.gvMx1unit.FieldName = "unit";
+            this.gvMx1unit.MinWidth = 50;
+            this.gvMx1unit.Name = "gvMx1unit";
+            this.gvMx1unit.Tag = "query_a.UNIT";
+            this.gvMx1unit.Visible = true;
+            this.gvMx1unit.VisibleIndex = 14;
+            this.gvMx1unit.Width = 94;
+            // 
+            // gvMx1process
+            // 
+            this.gvMx1process.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1process.AppearanceCell.Options.UseFont = true;
+            this.gvMx1process.Caption = "宸ヨ壓 ";
+            this.gvMx1process.FieldName = "process";
+            this.gvMx1process.MinWidth = 50;
+            this.gvMx1process.Name = "gvMx1process";
+            this.gvMx1process.Tag = "query_a.PROCESS";
+            this.gvMx1process.Visible = true;
+            this.gvMx1process.VisibleIndex = 13;
+            this.gvMx1process.Width = 94;
+            // 
+            // gvMx1issuingMethod
+            // 
+            this.gvMx1issuingMethod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1issuingMethod.AppearanceCell.Options.UseFont = true;
+            this.gvMx1issuingMethod.Caption = "鍙戞枡鏂瑰紡 ";
+            this.gvMx1issuingMethod.FieldName = "issuingMethod";
+            this.gvMx1issuingMethod.MinWidth = 50;
+            this.gvMx1issuingMethod.Name = "gvMx1issuingMethod";
+            this.gvMx1issuingMethod.Tag = "query_a.ISSUING_METHOD";
+            this.gvMx1issuingMethod.Visible = true;
+            this.gvMx1issuingMethod.VisibleIndex = 12;
+            this.gvMx1issuingMethod.Width = 94;
+            // 
+            // gvMx1warehouse
+            // 
+            this.gvMx1warehouse.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1warehouse.AppearanceCell.Options.UseFont = true;
+            this.gvMx1warehouse.Caption = "浠撳簱 ";
+            this.gvMx1warehouse.FieldName = "warehouse";
+            this.gvMx1warehouse.MinWidth = 50;
+            this.gvMx1warehouse.Name = "gvMx1warehouse";
+            this.gvMx1warehouse.Tag = "query_a.WAREHOUSE";
+            this.gvMx1warehouse.Visible = true;
+            this.gvMx1warehouse.VisibleIndex = 11;
+            this.gvMx1warehouse.Width = 94;
+            // 
+            // gvMx1batchNo
+            // 
+            this.gvMx1batchNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1batchNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1batchNo.Caption = "鎵瑰彿 ";
+            this.gvMx1batchNo.FieldName = "batchNo";
+            this.gvMx1batchNo.MinWidth = 50;
+            this.gvMx1batchNo.Name = "gvMx1batchNo";
+            this.gvMx1batchNo.Tag = "query_a.BATCH_NO";
+            this.gvMx1batchNo.Visible = true;
+            this.gvMx1batchNo.VisibleIndex = 10;
+            this.gvMx1batchNo.Width = 94;
+            // 
+            // gvMx1trackingNo
+            // 
+            this.gvMx1trackingNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1trackingNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1trackingNo.Caption = "璁″垝璺熻釜鍙� ";
+            this.gvMx1trackingNo.FieldName = "trackingNo";
+            this.gvMx1trackingNo.MinWidth = 50;
+            this.gvMx1trackingNo.Name = "gvMx1trackingNo";
+            this.gvMx1trackingNo.Tag = "query_a.TRACKING_NO";
+            this.gvMx1trackingNo.Visible = true;
+            this.gvMx1trackingNo.VisibleIndex = 9;
+            this.gvMx1trackingNo.Width = 94;
+            // 
+            // gvMx1stockOwner
+            // 
+            this.gvMx1stockOwner.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1stockOwner.AppearanceCell.Options.UseFont = true;
+            this.gvMx1stockOwner.Caption = "璐т富 ";
+            this.gvMx1stockOwner.FieldName = "stockOwner";
+            this.gvMx1stockOwner.MinWidth = 50;
+            this.gvMx1stockOwner.Name = "gvMx1stockOwner";
+            this.gvMx1stockOwner.Tag = "query_a.STOCK_OWNER";
+            this.gvMx1stockOwner.Visible = true;
+            this.gvMx1stockOwner.VisibleIndex = 8;
+            this.gvMx1stockOwner.Width = 94;
+            // 
+            // gvMx1issuingOrg
+            // 
+            this.gvMx1issuingOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1issuingOrg.AppearanceCell.Options.UseFont = true;
+            this.gvMx1issuingOrg.Caption = "鍙戞枡缁勭粐 ";
+            this.gvMx1issuingOrg.FieldName = "issuingOrg";
+            this.gvMx1issuingOrg.MinWidth = 50;
+            this.gvMx1issuingOrg.Name = "gvMx1issuingOrg";
+            this.gvMx1issuingOrg.Tag = "query_a.ISSUING_ORG";
+            this.gvMx1issuingOrg.Visible = true;
+            this.gvMx1issuingOrg.VisibleIndex = 7;
+            this.gvMx1issuingOrg.Width = 94;
+            // 
+            // gvMx1supplyingOrg
+            // 
+            this.gvMx1supplyingOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1supplyingOrg.AppearanceCell.Options.UseFont = true;
+            this.gvMx1supplyingOrg.Caption = "渚涘簲缁勭粐 ";
+            this.gvMx1supplyingOrg.FieldName = "supplyingOrg";
+            this.gvMx1supplyingOrg.MinWidth = 50;
+            this.gvMx1supplyingOrg.Name = "gvMx1supplyingOrg";
+            this.gvMx1supplyingOrg.Tag = "query_a.SUPPLYING_ORG";
+            this.gvMx1supplyingOrg.Visible = true;
+            this.gvMx1supplyingOrg.VisibleIndex = 6;
+            this.gvMx1supplyingOrg.Width = 94;
+            // 
+            // gvMx1locationNo
+            // 
+            this.gvMx1locationNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1locationNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1locationNo.Caption = "浣嶇疆鍙� ";
+            this.gvMx1locationNo.FieldName = "locationNo";
+            this.gvMx1locationNo.MinWidth = 50;
+            this.gvMx1locationNo.Name = "gvMx1locationNo";
+            this.gvMx1locationNo.Tag = "query_a.LOCATION_NO";
+            this.gvMx1locationNo.Visible = true;
+            this.gvMx1locationNo.VisibleIndex = 5;
+            this.gvMx1locationNo.Width = 94;
+            // 
+            // gvMx1issuedQty
+            // 
+            this.gvMx1issuedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1issuedQty.AppearanceCell.Options.UseFont = true;
+            this.gvMx1issuedQty.Caption = "宸查鐢ㄩ噺 ";
+            this.gvMx1issuedQty.FieldName = "issuedQty";
+            this.gvMx1issuedQty.MinWidth = 50;
+            this.gvMx1issuedQty.Name = "gvMx1issuedQty";
+            this.gvMx1issuedQty.Tag = "query_a.ISSUED_QTY";
+            this.gvMx1issuedQty.Visible = true;
+            this.gvMx1issuedQty.VisibleIndex = 4;
+            this.gvMx1issuedQty.Width = 94;
+            // 
+            // gvMx1requiredQty
+            // 
+            this.gvMx1requiredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1requiredQty.AppearanceCell.Options.UseFont = true;
+            this.gvMx1requiredQty.Caption = "闇�棰嗙敤閲� ";
+            this.gvMx1requiredQty.FieldName = "requiredQty";
+            this.gvMx1requiredQty.MinWidth = 50;
+            this.gvMx1requiredQty.Name = "gvMx1requiredQty";
+            this.gvMx1requiredQty.Tag = "query_a.REQUIRED_QTY";
+            this.gvMx1requiredQty.Visible = true;
+            this.gvMx1requiredQty.VisibleIndex = 3;
+            this.gvMx1requiredQty.Width = 94;
+            // 
+            // gvMx1materialCode
+            // 
+            this.gvMx1materialCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1materialCode.AppearanceCell.Options.UseFont = true;
+            this.gvMx1materialCode.Caption = "鏉愭枡缂栫爜 ";
+            this.gvMx1materialCode.FieldName = "materialCode";
+            this.gvMx1materialCode.MinWidth = 50;
+            this.gvMx1materialCode.Name = "gvMx1materialCode";
+            this.gvMx1materialCode.Tag = "query_a.MATERIAL_CODE";
+            this.gvMx1materialCode.Visible = true;
+            this.gvMx1materialCode.VisibleIndex = 2;
+            this.gvMx1materialCode.Width = 94;
+            // 
+            // gvMx1sequenceNo
+            // 
+            this.gvMx1sequenceNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1sequenceNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1sequenceNo.Caption = "搴忓彿 ";
+            this.gvMx1sequenceNo.FieldName = "sequenceNo";
+            this.gvMx1sequenceNo.MinWidth = 50;
+            this.gvMx1sequenceNo.Name = "gvMx1sequenceNo";
+            this.gvMx1sequenceNo.Tag = "query_a.SEQUENCE_NO";
+            this.gvMx1sequenceNo.Visible = true;
+            this.gvMx1sequenceNo.VisibleIndex = 1;
+            this.gvMx1sequenceNo.Width = 94;
+            // 
+            // gvMx1workOrderNo
+            // 
+            this.gvMx1workOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1workOrderNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1workOrderNo.Caption = "宸ュ崟鍗曞彿 ";
+            this.gvMx1workOrderNo.FieldName = "workOrderNo";
+            this.gvMx1workOrderNo.MinWidth = 50;
+            this.gvMx1workOrderNo.Name = "gvMx1workOrderNo";
+            this.gvMx1workOrderNo.Tag = "query_a.WORK_ORDER_NO";
+            this.gvMx1workOrderNo.Visible = true;
+            this.gvMx1workOrderNo.VisibleIndex = 0;
+            this.gvMx1workOrderNo.Width = 94;
+            // 
+            // tabMxPage1
+            // 
+            this.tabMxPage1.Controls.Add(this.gcMx1);
+            this.tabMxPage1.Name = "tabMxPage1";
+            this.tabMxPage1.Size = new System.Drawing.Size(1124, 147);
+            this.tabMxPage1.Text = "鏄庣粏";
+            // 
+            // gcMx1
+            // 
+            this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMx1.Location = new System.Drawing.Point(0, 0);
+            this.gcMx1.MainView = this.gvMx1;
+            this.gcMx1.Name = "gcMx1";
+            this.gcMx1.Size = new System.Drawing.Size(1124, 147);
+            this.gcMx1.TabIndex = 0;
+            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gvMx1});
+            // 
+            // gvMx1
+            // 
+            this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+            this.gvMx1workOrderNo,
+            this.gvMx1sequenceNo,
+            this.gvMx1materialCode,
+            this.gvMx1requiredQty,
+            this.gvMx1issuedQty,
+            this.gvMx1locationNo,
+            this.gvMx1supplyingOrg,
+            this.gvMx1issuingOrg,
+            this.gvMx1stockOwner,
+            this.gvMx1trackingNo,
+            this.gvMx1batchNo,
+            this.gvMx1warehouse,
+            this.gvMx1issuingMethod,
+            this.gvMx1process,
+            this.gvMx1unit,
+            this.gvMx1supplyingType,
+            this.gvMx1compositionQty,
+            this.gvMx1isSubstitute,
+            this.gvMx1numerator,
+            this.gvMx1denominator,
+            this.gvMx1erpId,
+            this.gvMx1erpHeaderId,
+            this.gvMx1fixedLoss,
+            this.gvMx1variableLossRate,
+            this.gvMx1subItemType,
+            this.gvMx1subItemUnit,
+            this.gvMx1salesOrderNo,
+            this.gvMx1itemNo,
+            this.gvMx1issuingOrg2,
+            this.gvMx1ownerType,
+            this.gvMx1owner,
+            this.gvMx1supplyingOrg2,
+            this.gvMx1tlnum1,
+            this.gvMx1tlnum2,
+            this.gvMx1tlnum3,
+            this.gvMx1blnum,
+            this.gvMx1erpProductionEntryCode,
+            this.gvMx1unit2,
+            this.gvMx1fisgetscrap,
+            this.gvMx1fiskeycomponent,
+            this.gvMx1fsrctransorgid,
+            this.gvMx1fsrctransstockid,
+            this.gvMx1fstockstatusid,
+            this.gvMx1fneeddate,
+            this.gvMx1freservetype,
+            this.gvMx1fmemo,
+            this.gvMx1typeb});
+            this.gvMx1.GridControl = this.gcMx1;
+            this.gvMx1.Name = "gvMx1";
+            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
+            this.gvMx1.OptionsFind.ShowSearchNavButtons = false;
+            this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
+            this.gvMx1.OptionsView.ShowGroupPanel = false;
+            // 
+            // gv_typea
+            // 
+            this.gv_typea.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_typea.AppearanceCell.Options.UseFont = true;
+            this.gv_typea.Caption = "1锛屾柊澧烇紱2锛屽彉鏇� ";
+            this.gv_typea.FieldName = "typea";
+            this.gv_typea.MinWidth = 50;
+            this.gv_typea.Name = "gv_typea";
+            this.gv_typea.OptionsColumn.AllowEdit = false;
+            this.gv_typea.Tag = "query_a.TYPEA";
+            this.gv_typea.Visible = true;
+            this.gv_typea.VisibleIndex = 55;
+            this.gv_typea.Width = 94;
+            // 
+            // lb_srcSplitSeq
+            // 
+            this.lb_srcSplitSeq.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_srcSplitSeq.Appearance.Options.UseFont = true;
+            this.lb_srcSplitSeq.Location = new System.Drawing.Point(786, 436);
+            this.lb_srcSplitSeq.Name = "lb_srcSplitSeq";
+            this.lb_srcSplitSeq.Size = new System.Drawing.Size(124, 21);
+            this.lb_srcSplitSeq.TabIndex = 658;
+            this.lb_srcSplitSeq.Text = "婧愭媶鍒嗚鍗曡鍙� ";
+            // 
+            // txt_srcSplitSeq
+            // 
+            this.txt_srcSplitSeq.Location = new System.Drawing.Point(881, 436);
+            this.txt_srcSplitSeq.Name = "txt_srcSplitSeq";
+            this.txt_srcSplitSeq.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_srcSplitSeq.Properties.Appearance.Options.UseFont = true;
+            this.txt_srcSplitSeq.Size = new System.Drawing.Size(150, 28);
+            this.txt_srcSplitSeq.TabIndex = 658;
+            // 
+            // gv_srcSplitSeq
+            // 
+            this.gv_srcSplitSeq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_srcSplitSeq.AppearanceCell.Options.UseFont = true;
+            this.gv_srcSplitSeq.Caption = "婧愭媶鍒嗚鍗曡鍙� ";
+            this.gv_srcSplitSeq.FieldName = "srcSplitSeq";
+            this.gv_srcSplitSeq.MinWidth = 50;
+            this.gv_srcSplitSeq.Name = "gv_srcSplitSeq";
+            this.gv_srcSplitSeq.OptionsColumn.AllowEdit = false;
+            this.gv_srcSplitSeq.Tag = "query_a.SRC_SPLIT_SEQ";
+            this.gv_srcSplitSeq.Visible = true;
+            this.gv_srcSplitSeq.VisibleIndex = 54;
+            this.gv_srcSplitSeq.Width = 94;
+            // 
+            // lb_reqSrc
+            // 
+            this.lb_reqSrc.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_reqSrc.Appearance.Options.UseFont = true;
+            this.lb_reqSrc.Location = new System.Drawing.Point(538, 436);
+            this.lb_reqSrc.Name = "lb_reqSrc";
+            this.lb_reqSrc.Size = new System.Drawing.Size(73, 21);
+            this.lb_reqSrc.TabIndex = 642;
+            this.lb_reqSrc.Text = "闇�姹傛潵婧� ";
+            // 
+            // txt_reqSrc
+            // 
+            this.txt_reqSrc.Location = new System.Drawing.Point(626, 436);
+            this.txt_reqSrc.Name = "txt_reqSrc";
+            this.txt_reqSrc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_reqSrc.Properties.Appearance.Options.UseFont = true;
+            this.txt_reqSrc.Size = new System.Drawing.Size(150, 28);
+            this.txt_reqSrc.TabIndex = 642;
+            // 
+            // gv_reqSrc
+            // 
+            this.gv_reqSrc.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_reqSrc.AppearanceCell.Options.UseFont = true;
+            this.gv_reqSrc.Caption = "闇�姹傛潵婧� ";
+            this.gv_reqSrc.FieldName = "reqSrc";
+            this.gv_reqSrc.MinWidth = 50;
+            this.gv_reqSrc.Name = "gv_reqSrc";
+            this.gv_reqSrc.OptionsColumn.AllowEdit = false;
+            this.gv_reqSrc.Tag = "query_a.Req_Src";
+            this.gv_reqSrc.Visible = true;
+            this.gv_reqSrc.VisibleIndex = 53;
+            this.gv_reqSrc.Width = 94;
+            // 
+            // lb_planConfirmation
+            // 
+            this.lb_planConfirmation.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_planConfirmation.Appearance.Options.UseFont = true;
+            this.lb_planConfirmation.Location = new System.Drawing.Point(289, 436);
+            this.lb_planConfirmation.Name = "lb_planConfirmation";
+            this.lb_planConfirmation.Size = new System.Drawing.Size(209, 21);
+            this.lb_planConfirmation.TabIndex = 627;
+            this.lb_planConfirmation.Text = "璁″垝纭鏃堕棿锛堟墽琛屾棩鏈燂級 ";
+            // 
+            // txt_planConfirmation
+            // 
+            this.txt_planConfirmation.Location = new System.Drawing.Point(376, 436);
+            this.txt_planConfirmation.Name = "txt_planConfirmation";
+            this.txt_planConfirmation.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_planConfirmation.Properties.Appearance.Options.UseFont = true;
+            this.txt_planConfirmation.Size = new System.Drawing.Size(150, 28);
+            this.txt_planConfirmation.TabIndex = 627;
+            // 
+            // gv_planConfirmation
+            // 
+            this.gv_planConfirmation.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_planConfirmation.AppearanceCell.Options.UseFont = true;
+            this.gv_planConfirmation.Caption = "璁″垝纭鏃堕棿锛堟墽琛屾棩鏈燂級 ";
+            this.gv_planConfirmation.FieldName = "planConfirmation";
+            this.gv_planConfirmation.MinWidth = 50;
+            this.gv_planConfirmation.Name = "gv_planConfirmation";
+            this.gv_planConfirmation.OptionsColumn.AllowEdit = false;
+            this.gv_planConfirmation.Tag = "query_a.PLAN_CONFIRMATION";
+            this.gv_planConfirmation.Visible = true;
+            this.gv_planConfirmation.VisibleIndex = 52;
+            this.gv_planConfirmation.Width = 94;
+            // 
+            // lb_prepareCompFlag
+            // 
+            this.lb_prepareCompFlag.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_prepareCompFlag.Appearance.Options.UseFont = true;
+            this.lb_prepareCompFlag.Location = new System.Drawing.Point(25, 404);
+            this.lb_prepareCompFlag.Name = "lb_prepareCompFlag";
+            this.lb_prepareCompFlag.Size = new System.Drawing.Size(107, 21);
+            this.lb_prepareCompFlag.TabIndex = 613;
+            this.lb_prepareCompFlag.Text = "澶囨枡瀹屾垚鏍囪瘑 ";
+            // 
+            // txt_prepareCompFlag
+            // 
+            this.txt_prepareCompFlag.Location = new System.Drawing.Point(123, 404);
+            this.txt_prepareCompFlag.Name = "txt_prepareCompFlag";
+            this.txt_prepareCompFlag.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_prepareCompFlag.Properties.Appearance.Options.UseFont = true;
+            this.txt_prepareCompFlag.Size = new System.Drawing.Size(150, 28);
+            this.txt_prepareCompFlag.TabIndex = 613;
+            // 
+            // gv_prepareCompFlag
+            // 
+            this.gv_prepareCompFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_prepareCompFlag.AppearanceCell.Options.UseFont = true;
+            this.gv_prepareCompFlag.Caption = "澶囨枡瀹屾垚鏍囪瘑 ";
+            this.gv_prepareCompFlag.FieldName = "prepareCompFlag";
+            this.gv_prepareCompFlag.MinWidth = 50;
+            this.gv_prepareCompFlag.Name = "gv_prepareCompFlag";
+            this.gv_prepareCompFlag.OptionsColumn.AllowEdit = false;
+            this.gv_prepareCompFlag.Tag = "query_a.PREPARE_COMP_FLAG";
+            this.gv_prepareCompFlag.Visible = true;
+            this.gv_prepareCompFlag.VisibleIndex = 51;
+            this.gv_prepareCompFlag.Width = 94;
+            // 
+            // lb_prepareCompDate
+            // 
+            this.lb_prepareCompDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_prepareCompDate.Appearance.Options.UseFont = true;
+            this.lb_prepareCompDate.Location = new System.Drawing.Point(786, 404);
+            this.lb_prepareCompDate.Name = "lb_prepareCompDate";
+            this.lb_prepareCompDate.Size = new System.Drawing.Size(107, 21);
+            this.lb_prepareCompDate.TabIndex = 600;
+            this.lb_prepareCompDate.Text = "澶囨枡瀹屾垚鏃堕棿 ";
+            // 
+            // txt_prepareCompDate
+            // 
+            this.txt_prepareCompDate.Location = new System.Drawing.Point(881, 404);
+            this.txt_prepareCompDate.Name = "txt_prepareCompDate";
+            this.txt_prepareCompDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_prepareCompDate.Properties.Appearance.Options.UseFont = true;
+            this.txt_prepareCompDate.Size = new System.Drawing.Size(150, 28);
+            this.txt_prepareCompDate.TabIndex = 600;
+            // 
+            // gv_prepareCompDate
+            // 
+            this.gv_prepareCompDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_prepareCompDate.AppearanceCell.Options.UseFont = true;
+            this.gv_prepareCompDate.Caption = "澶囨枡瀹屾垚鏃堕棿 ";
+            this.gv_prepareCompDate.FieldName = "prepareCompDate";
+            this.gv_prepareCompDate.MinWidth = 50;
+            this.gv_prepareCompDate.Name = "gv_prepareCompDate";
+            this.gv_prepareCompDate.OptionsColumn.AllowEdit = false;
+            this.gv_prepareCompDate.Tag = "query_a.PREPARE_COMP_DATE";
+            this.gv_prepareCompDate.Visible = true;
+            this.gv_prepareCompDate.VisibleIndex = 50;
+            this.gv_prepareCompDate.Width = 94;
+            // 
+            // lb_suppNo
+            // 
+            this.lb_suppNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_suppNo.Appearance.Options.UseFont = true;
+            this.lb_suppNo.Location = new System.Drawing.Point(538, 404);
+            this.lb_suppNo.Name = "lb_suppNo";
+            this.lb_suppNo.Size = new System.Drawing.Size(73, 21);
+            this.lb_suppNo.TabIndex = 585;
+            this.lb_suppNo.Text = "渚涘晢缂栫爜 ";
+            // 
+            // txt_suppNo
+            // 
+            this.txt_suppNo.Location = new System.Drawing.Point(626, 404);
+            this.txt_suppNo.Name = "txt_suppNo";
+            this.txt_suppNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_suppNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_suppNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_suppNo.TabIndex = 585;
+            // 
+            // gv_suppNo
+            // 
+            this.gv_suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_suppNo.AppearanceCell.Options.UseFont = true;
+            this.gv_suppNo.Caption = "渚涘晢缂栫爜 ";
+            this.gv_suppNo.FieldName = "suppNo";
+            this.gv_suppNo.MinWidth = 50;
+            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 = 49;
+            this.gv_suppNo.Width = 94;
+            // 
+            // lb_prepareDate
+            // 
+            this.lb_prepareDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_prepareDate.Appearance.Options.UseFont = true;
+            this.lb_prepareDate.Location = new System.Drawing.Point(289, 404);
+            this.lb_prepareDate.Name = "lb_prepareDate";
+            this.lb_prepareDate.Size = new System.Drawing.Size(107, 21);
+            this.lb_prepareDate.TabIndex = 571;
+            this.lb_prepareDate.Text = "閫氱煡澶囨枡鏃堕棿 ";
+            // 
+            // txt_prepareDate
+            // 
+            this.txt_prepareDate.Location = new System.Drawing.Point(376, 404);
+            this.txt_prepareDate.Name = "txt_prepareDate";
+            this.txt_prepareDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_prepareDate.Properties.Appearance.Options.UseFont = true;
+            this.txt_prepareDate.Size = new System.Drawing.Size(150, 28);
+            this.txt_prepareDate.TabIndex = 571;
+            // 
+            // gv_prepareDate
+            // 
+            this.gv_prepareDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_prepareDate.AppearanceCell.Options.UseFont = true;
+            this.gv_prepareDate.Caption = "閫氱煡澶囨枡鏃堕棿 ";
+            this.gv_prepareDate.FieldName = "prepareDate";
+            this.gv_prepareDate.MinWidth = 50;
+            this.gv_prepareDate.Name = "gv_prepareDate";
+            this.gv_prepareDate.OptionsColumn.AllowEdit = false;
+            this.gv_prepareDate.Tag = "query_a.PREPARE_DATE";
+            this.gv_prepareDate.Visible = true;
+            this.gv_prepareDate.VisibleIndex = 48;
+            this.gv_prepareDate.Width = 94;
+            // 
+            // lb_preparer
+            // 
+            this.lb_preparer.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_preparer.Appearance.Options.UseFont = true;
+            this.lb_preparer.Location = new System.Drawing.Point(25, 372);
+            this.lb_preparer.Name = "lb_preparer";
+            this.lb_preparer.Size = new System.Drawing.Size(90, 21);
+            this.lb_preparer.TabIndex = 558;
+            this.lb_preparer.Text = "閫氱煡澶囨枡浜� ";
+            // 
+            // txt_preparer
+            // 
+            this.txt_preparer.Location = new System.Drawing.Point(123, 372);
+            this.txt_preparer.Name = "txt_preparer";
+            this.txt_preparer.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_preparer.Properties.Appearance.Options.UseFont = true;
+            this.txt_preparer.Size = new System.Drawing.Size(150, 28);
+            this.txt_preparer.TabIndex = 558;
+            // 
+            // gv_preparer
+            // 
+            this.gv_preparer.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_preparer.AppearanceCell.Options.UseFont = true;
+            this.gv_preparer.Caption = "閫氱煡澶囨枡浜� ";
+            this.gv_preparer.FieldName = "preparer";
+            this.gv_preparer.MinWidth = 50;
+            this.gv_preparer.Name = "gv_preparer";
+            this.gv_preparer.OptionsColumn.AllowEdit = false;
+            this.gv_preparer.Tag = "query_a.PREPARER";
+            this.gv_preparer.Visible = true;
+            this.gv_preparer.VisibleIndex = 47;
+            this.gv_preparer.Width = 94;
+            // 
+            // lb_prepareFlag
+            // 
+            this.lb_prepareFlag.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_prepareFlag.Appearance.Options.UseFont = true;
+            this.lb_prepareFlag.Location = new System.Drawing.Point(786, 372);
+            this.lb_prepareFlag.Name = "lb_prepareFlag";
+            this.lb_prepareFlag.Size = new System.Drawing.Size(107, 21);
+            this.lb_prepareFlag.TabIndex = 546;
+            this.lb_prepareFlag.Text = "閫氱煡澶囨枡鐘舵�� ";
+            // 
+            // txt_prepareFlag
+            // 
+            this.txt_prepareFlag.Location = new System.Drawing.Point(881, 372);
+            this.txt_prepareFlag.Name = "txt_prepareFlag";
+            this.txt_prepareFlag.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_prepareFlag.Properties.Appearance.Options.UseFont = true;
+            this.txt_prepareFlag.Size = new System.Drawing.Size(150, 28);
+            this.txt_prepareFlag.TabIndex = 546;
+            // 
+            // gv_prepareFlag
+            // 
+            this.gv_prepareFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_prepareFlag.AppearanceCell.Options.UseFont = true;
+            this.gv_prepareFlag.Caption = "閫氱煡澶囨枡鐘舵�� ";
+            this.gv_prepareFlag.FieldName = "prepareFlag";
+            this.gv_prepareFlag.MinWidth = 50;
+            this.gv_prepareFlag.Name = "gv_prepareFlag";
+            this.gv_prepareFlag.OptionsColumn.AllowEdit = false;
+            this.gv_prepareFlag.Tag = "query_a.PREPARE_FLAG";
+            this.gv_prepareFlag.Visible = true;
+            this.gv_prepareFlag.VisibleIndex = 46;
+            this.gv_prepareFlag.Width = 94;
+            // 
+            // lb_auditDate
+            // 
+            this.lb_auditDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_auditDate.Appearance.Options.UseFont = true;
+            this.lb_auditDate.Location = new System.Drawing.Point(538, 372);
+            this.lb_auditDate.Name = "lb_auditDate";
+            this.lb_auditDate.Size = new System.Drawing.Size(73, 21);
+            this.lb_auditDate.TabIndex = 532;
+            this.lb_auditDate.Text = "瀹℃牳鏃堕棿 ";
+            // 
+            // txt_auditDate
+            // 
+            this.txt_auditDate.Location = new System.Drawing.Point(626, 372);
+            this.txt_auditDate.Name = "txt_auditDate";
+            this.txt_auditDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_auditDate.Properties.Appearance.Options.UseFont = true;
+            this.txt_auditDate.Size = new System.Drawing.Size(150, 28);
+            this.txt_auditDate.TabIndex = 532;
+            // 
+            // gv_auditDate
+            // 
+            this.gv_auditDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_auditDate.AppearanceCell.Options.UseFont = true;
+            this.gv_auditDate.Caption = "瀹℃牳鏃堕棿 ";
+            this.gv_auditDate.FieldName = "auditDate";
+            this.gv_auditDate.MinWidth = 50;
+            this.gv_auditDate.Name = "gv_auditDate";
+            this.gv_auditDate.OptionsColumn.AllowEdit = false;
+            this.gv_auditDate.Tag = "query_a.AUDIT_DATE";
+            this.gv_auditDate.Visible = true;
+            this.gv_auditDate.VisibleIndex = 45;
+            this.gv_auditDate.Width = 94;
+            // 
+            // lb_auditor
+            // 
+            this.lb_auditor.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_auditor.Appearance.Options.UseFont = true;
+            this.lb_auditor.Location = new System.Drawing.Point(289, 372);
+            this.lb_auditor.Name = "lb_auditor";
+            this.lb_auditor.Size = new System.Drawing.Size(56, 21);
+            this.lb_auditor.TabIndex = 519;
+            this.lb_auditor.Text = "瀹℃牳浜� ";
+            // 
+            // txt_auditor
+            // 
+            this.txt_auditor.Location = new System.Drawing.Point(376, 372);
+            this.txt_auditor.Name = "txt_auditor";
+            this.txt_auditor.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_auditor.Properties.Appearance.Options.UseFont = true;
+            this.txt_auditor.Size = new System.Drawing.Size(150, 28);
+            this.txt_auditor.TabIndex = 519;
+            // 
+            // gv_auditor
+            // 
+            this.gv_auditor.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_auditor.AppearanceCell.Options.UseFont = true;
+            this.gv_auditor.Caption = "瀹℃牳浜� ";
+            this.gv_auditor.FieldName = "auditor";
+            this.gv_auditor.MinWidth = 50;
+            this.gv_auditor.Name = "gv_auditor";
+            this.gv_auditor.OptionsColumn.AllowEdit = false;
+            this.gv_auditor.Tag = "query_a.AUDITOR";
+            this.gv_auditor.Visible = true;
+            this.gv_auditor.VisibleIndex = 44;
+            this.gv_auditor.Width = 94;
+            // 
+            // lb_auditStatus
+            // 
+            this.lb_auditStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_auditStatus.Appearance.Options.UseFont = true;
+            this.lb_auditStatus.Location = new System.Drawing.Point(25, 340);
+            this.lb_auditStatus.Name = "lb_auditStatus";
+            this.lb_auditStatus.Size = new System.Drawing.Size(73, 21);
+            this.lb_auditStatus.TabIndex = 507;
+            this.lb_auditStatus.Text = "瀹℃牳鐘舵�� ";
+            // 
+            // txt_auditStatus
+            // 
+            this.txt_auditStatus.Location = new System.Drawing.Point(123, 340);
+            this.txt_auditStatus.Name = "txt_auditStatus";
+            this.txt_auditStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_auditStatus.Properties.Appearance.Options.UseFont = true;
+            this.txt_auditStatus.Size = new System.Drawing.Size(150, 28);
+            this.txt_auditStatus.TabIndex = 507;
+            // 
+            // gv_auditStatus
+            // 
+            this.gv_auditStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_auditStatus.AppearanceCell.Options.UseFont = true;
+            this.gv_auditStatus.Caption = "瀹℃牳鐘舵�� ";
+            this.gv_auditStatus.FieldName = "auditStatusChk";
+            this.gv_auditStatus.MaxWidth = 50;
+            this.gv_auditStatus.MinWidth = 50;
+            this.gv_auditStatus.Name = "gv_auditStatus";
+            this.gv_auditStatus.OptionsColumn.AllowEdit = false;
+            this.gv_auditStatus.Tag = "query_a.AUDIT_STATUS";
+            this.gv_auditStatus.Visible = true;
+            this.gv_auditStatus.VisibleIndex = 0;
+            this.gv_auditStatus.Width = 50;
+            // 
+            // lb_stockowner
+            // 
+            this.lb_stockowner.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_stockowner.Appearance.Options.UseFont = true;
+            this.lb_stockowner.Location = new System.Drawing.Point(786, 340);
+            this.lb_stockowner.Name = "lb_stockowner";
+            this.lb_stockowner.Size = new System.Drawing.Size(73, 21);
+            this.lb_stockowner.TabIndex = 496;
+            this.lb_stockowner.Text = "鍏ュ簱璐т富 ";
+            // 
+            // txt_stockowner
+            // 
+            this.txt_stockowner.Location = new System.Drawing.Point(881, 340);
+            this.txt_stockowner.Name = "txt_stockowner";
+            this.txt_stockowner.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_stockowner.Properties.Appearance.Options.UseFont = true;
+            this.txt_stockowner.Size = new System.Drawing.Size(150, 28);
+            this.txt_stockowner.TabIndex = 496;
+            // 
+            // gv_stockowner
+            // 
+            this.gv_stockowner.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_stockowner.AppearanceCell.Options.UseFont = true;
+            this.gv_stockowner.Caption = "鍏ュ簱璐т富 ";
+            this.gv_stockowner.FieldName = "stockowner";
+            this.gv_stockowner.MinWidth = 50;
+            this.gv_stockowner.Name = "gv_stockowner";
+            this.gv_stockowner.OptionsColumn.AllowEdit = false;
+            this.gv_stockowner.Tag = "query_a.STOCKOWNER";
+            this.gv_stockowner.Visible = true;
+            this.gv_stockowner.VisibleIndex = 43;
+            this.gv_stockowner.Width = 94;
+            // 
+            // lb_nostockinqty
+            // 
+            this.lb_nostockinqty.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_nostockinqty.Appearance.Options.UseFont = true;
+            this.lb_nostockinqty.Location = new System.Drawing.Point(538, 340);
+            this.lb_nostockinqty.Name = "lb_nostockinqty";
+            this.lb_nostockinqty.Size = new System.Drawing.Size(90, 21);
+            this.lb_nostockinqty.TabIndex = 483;
+            this.lb_nostockinqty.Text = "鏈叆搴撴暟閲� ";
+            // 
+            // txt_nostockinqty
+            // 
+            this.txt_nostockinqty.Location = new System.Drawing.Point(626, 340);
+            this.txt_nostockinqty.Name = "txt_nostockinqty";
+            this.txt_nostockinqty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_nostockinqty.Properties.Appearance.Options.UseFont = true;
+            this.txt_nostockinqty.Size = new System.Drawing.Size(150, 28);
+            this.txt_nostockinqty.TabIndex = 483;
+            // 
+            // gv_nostockinqty
+            // 
+            this.gv_nostockinqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_nostockinqty.AppearanceCell.Options.UseFont = true;
+            this.gv_nostockinqty.Caption = "鏈叆搴撴暟閲� ";
+            this.gv_nostockinqty.FieldName = "nostockinqty";
+            this.gv_nostockinqty.MinWidth = 50;
+            this.gv_nostockinqty.Name = "gv_nostockinqty";
+            this.gv_nostockinqty.OptionsColumn.AllowEdit = false;
+            this.gv_nostockinqty.Tag = "query_a.NOSTOCKINQTY";
+            this.gv_nostockinqty.Visible = true;
+            this.gv_nostockinqty.VisibleIndex = 42;
+            this.gv_nostockinqty.Width = 94;
+            // 
+            // lb_stockinqty
+            // 
+            this.lb_stockinqty.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_stockinqty.Appearance.Options.UseFont = true;
+            this.lb_stockinqty.Location = new System.Drawing.Point(289, 340);
+            this.lb_stockinqty.Name = "lb_stockinqty";
+            this.lb_stockinqty.Size = new System.Drawing.Size(73, 21);
+            this.lb_stockinqty.TabIndex = 471;
+            this.lb_stockinqty.Text = "鍏ュ簱鏁伴噺 ";
+            // 
+            // txt_stockinqty
+            // 
+            this.txt_stockinqty.Location = new System.Drawing.Point(376, 340);
+            this.txt_stockinqty.Name = "txt_stockinqty";
+            this.txt_stockinqty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_stockinqty.Properties.Appearance.Options.UseFont = true;
+            this.txt_stockinqty.Size = new System.Drawing.Size(150, 28);
+            this.txt_stockinqty.TabIndex = 471;
+            // 
+            // gv_stockinqty
+            // 
+            this.gv_stockinqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_stockinqty.AppearanceCell.Options.UseFont = true;
+            this.gv_stockinqty.Caption = "鍏ュ簱鏁伴噺 ";
+            this.gv_stockinqty.FieldName = "stockinqty";
+            this.gv_stockinqty.MinWidth = 50;
+            this.gv_stockinqty.Name = "gv_stockinqty";
+            this.gv_stockinqty.OptionsColumn.AllowEdit = false;
+            this.gv_stockinqty.Tag = "query_a.STOCKINQTY";
+            this.gv_stockinqty.Visible = true;
+            this.gv_stockinqty.VisibleIndex = 41;
+            this.gv_stockinqty.Width = 94;
+            // 
+            // lb_pricingpoints
+            // 
+            this.lb_pricingpoints.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_pricingpoints.Appearance.Options.UseFont = true;
+            this.lb_pricingpoints.Location = new System.Drawing.Point(25, 308);
+            this.lb_pricingpoints.Name = "lb_pricingpoints";
+            this.lb_pricingpoints.Size = new System.Drawing.Size(73, 21);
+            this.lb_pricingpoints.TabIndex = 460;
+            this.lb_pricingpoints.Text = "璁′环鐐规暟 ";
+            // 
+            // txt_pricingpoints
+            // 
+            this.txt_pricingpoints.Location = new System.Drawing.Point(123, 308);
+            this.txt_pricingpoints.Name = "txt_pricingpoints";
+            this.txt_pricingpoints.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_pricingpoints.Properties.Appearance.Options.UseFont = true;
+            this.txt_pricingpoints.Size = new System.Drawing.Size(150, 28);
+            this.txt_pricingpoints.TabIndex = 460;
+            // 
+            // gv_pricingpoints
+            // 
+            this.gv_pricingpoints.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_pricingpoints.AppearanceCell.Options.UseFont = true;
+            this.gv_pricingpoints.Caption = "璁′环鐐规暟 ";
+            this.gv_pricingpoints.FieldName = "pricingpoints";
+            this.gv_pricingpoints.MinWidth = 50;
+            this.gv_pricingpoints.Name = "gv_pricingpoints";
+            this.gv_pricingpoints.OptionsColumn.AllowEdit = false;
+            this.gv_pricingpoints.Tag = "query_a.PRICINGPOINTS";
+            this.gv_pricingpoints.Visible = true;
+            this.gv_pricingpoints.VisibleIndex = 40;
+            this.gv_pricingpoints.Width = 94;
+            // 
+            // lb_standardpoints
+            // 
+            this.lb_standardpoints.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_standardpoints.Appearance.Options.UseFont = true;
+            this.lb_standardpoints.Location = new System.Drawing.Point(786, 308);
+            this.lb_standardpoints.Name = "lb_standardpoints";
+            this.lb_standardpoints.Size = new System.Drawing.Size(73, 21);
+            this.lb_standardpoints.TabIndex = 450;
+            this.lb_standardpoints.Text = "鏍囧噯鐐规暟 ";
+            // 
+            // txt_standardpoints
+            // 
+            this.txt_standardpoints.Location = new System.Drawing.Point(881, 308);
+            this.txt_standardpoints.Name = "txt_standardpoints";
+            this.txt_standardpoints.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_standardpoints.Properties.Appearance.Options.UseFont = true;
+            this.txt_standardpoints.Size = new System.Drawing.Size(150, 28);
+            this.txt_standardpoints.TabIndex = 450;
+            // 
+            // gv_standardpoints
+            // 
+            this.gv_standardpoints.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_standardpoints.AppearanceCell.Options.UseFont = true;
+            this.gv_standardpoints.Caption = "鏍囧噯鐐规暟 ";
+            this.gv_standardpoints.FieldName = "standardpoints";
+            this.gv_standardpoints.MinWidth = 50;
+            this.gv_standardpoints.Name = "gv_standardpoints";
+            this.gv_standardpoints.OptionsColumn.AllowEdit = false;
+            this.gv_standardpoints.Tag = "query_a.STANDARDPOINTS";
+            this.gv_standardpoints.Visible = true;
+            this.gv_standardpoints.VisibleIndex = 39;
+            this.gv_standardpoints.Width = 94;
+            // 
+            // lb_purchaseorderentryseq
+            // 
+            this.lb_purchaseorderentryseq.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_purchaseorderentryseq.Appearance.Options.UseFont = true;
+            this.lb_purchaseorderentryseq.Location = new System.Drawing.Point(538, 308);
+            this.lb_purchaseorderentryseq.Name = "lb_purchaseorderentryseq";
+            this.lb_purchaseorderentryseq.Size = new System.Drawing.Size(107, 21);
+            this.lb_purchaseorderentryseq.TabIndex = 438;
+            this.lb_purchaseorderentryseq.Text = "閲囪喘璁㈠崟琛屽彿 ";
+            // 
+            // txt_purchaseorderentryseq
+            // 
+            this.txt_purchaseorderentryseq.Location = new System.Drawing.Point(626, 308);
+            this.txt_purchaseorderentryseq.Name = "txt_purchaseorderentryseq";
+            this.txt_purchaseorderentryseq.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_purchaseorderentryseq.Properties.Appearance.Options.UseFont = true;
+            this.txt_purchaseorderentryseq.Size = new System.Drawing.Size(150, 28);
+            this.txt_purchaseorderentryseq.TabIndex = 438;
+            // 
+            // gv_purchaseorderentryseq
+            // 
+            this.gv_purchaseorderentryseq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_purchaseorderentryseq.AppearanceCell.Options.UseFont = true;
+            this.gv_purchaseorderentryseq.Caption = "閲囪喘璁㈠崟琛屽彿 ";
+            this.gv_purchaseorderentryseq.FieldName = "purchaseorderentryseq";
+            this.gv_purchaseorderentryseq.MinWidth = 50;
+            this.gv_purchaseorderentryseq.Name = "gv_purchaseorderentryseq";
+            this.gv_purchaseorderentryseq.OptionsColumn.AllowEdit = false;
+            this.gv_purchaseorderentryseq.Tag = "query_a.PURCHASEORDERENTRYSEQ";
+            this.gv_purchaseorderentryseq.Visible = true;
+            this.gv_purchaseorderentryseq.VisibleIndex = 38;
+            this.gv_purchaseorderentryseq.Width = 94;
+            // 
+            // lb_purchaseorderno
+            // 
+            this.lb_purchaseorderno.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_purchaseorderno.Appearance.Options.UseFont = true;
+            this.lb_purchaseorderno.Location = new System.Drawing.Point(289, 308);
+            this.lb_purchaseorderno.Name = "lb_purchaseorderno";
+            this.lb_purchaseorderno.Size = new System.Drawing.Size(73, 21);
+            this.lb_purchaseorderno.TabIndex = 427;
+            this.lb_purchaseorderno.Text = "閲囪喘璁㈠崟 ";
+            // 
+            // txt_purchaseorderno
+            // 
+            this.txt_purchaseorderno.Location = new System.Drawing.Point(376, 308);
+            this.txt_purchaseorderno.Name = "txt_purchaseorderno";
+            this.txt_purchaseorderno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_purchaseorderno.Properties.Appearance.Options.UseFont = true;
+            this.txt_purchaseorderno.Size = new System.Drawing.Size(150, 28);
+            this.txt_purchaseorderno.TabIndex = 427;
+            // 
+            // gv_purchaseorderno
+            // 
+            this.gv_purchaseorderno.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_purchaseorderno.AppearanceCell.Options.UseFont = true;
+            this.gv_purchaseorderno.Caption = "閲囪喘璁㈠崟 ";
+            this.gv_purchaseorderno.FieldName = "purchaseorderno";
+            this.gv_purchaseorderno.MinWidth = 50;
+            this.gv_purchaseorderno.Name = "gv_purchaseorderno";
+            this.gv_purchaseorderno.OptionsColumn.AllowEdit = false;
+            this.gv_purchaseorderno.Tag = "query_a.PURCHASEORDERNO";
+            this.gv_purchaseorderno.Visible = true;
+            this.gv_purchaseorderno.VisibleIndex = 37;
+            this.gv_purchaseorderno.Width = 94;
+            // 
+            // lb_erpProductionEntryCode
+            // 
+            this.lb_erpProductionEntryCode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_erpProductionEntryCode.Appearance.Options.UseFont = true;
+            this.lb_erpProductionEntryCode.Location = new System.Drawing.Point(25, 276);
+            this.lb_erpProductionEntryCode.Name = "lb_erpProductionEntryCode";
+            this.lb_erpProductionEntryCode.Size = new System.Drawing.Size(171, 21);
+            this.lb_erpProductionEntryCode.TabIndex = 417;
+            this.lb_erpProductionEntryCode.Text = "ERP鐢熶骇璁㈠崟鍒嗗綍鍐呯爜 ";
+            // 
+            // txt_erpProductionEntryCode
+            // 
+            this.txt_erpProductionEntryCode.Location = new System.Drawing.Point(123, 276);
+            this.txt_erpProductionEntryCode.Name = "txt_erpProductionEntryCode";
+            this.txt_erpProductionEntryCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_erpProductionEntryCode.Properties.Appearance.Options.UseFont = true;
+            this.txt_erpProductionEntryCode.Size = new System.Drawing.Size(150, 28);
+            this.txt_erpProductionEntryCode.TabIndex = 417;
+            // 
+            // gv_erpProductionEntryCode
+            // 
+            this.gv_erpProductionEntryCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_erpProductionEntryCode.AppearanceCell.Options.UseFont = true;
+            this.gv_erpProductionEntryCode.Caption = "ERP鐢熶骇璁㈠崟鍒嗗綍鍐呯爜 ";
+            this.gv_erpProductionEntryCode.FieldName = "erpProductionEntryCode";
+            this.gv_erpProductionEntryCode.MinWidth = 50;
+            this.gv_erpProductionEntryCode.Name = "gv_erpProductionEntryCode";
+            this.gv_erpProductionEntryCode.OptionsColumn.AllowEdit = false;
+            this.gv_erpProductionEntryCode.Tag = "query_a.ERP_PRODUCTION_ENTRY_CODE";
+            this.gv_erpProductionEntryCode.Visible = true;
+            this.gv_erpProductionEntryCode.VisibleIndex = 36;
+            this.gv_erpProductionEntryCode.Width = 94;
+            // 
+            // lb_erpId
+            // 
+            this.lb_erpId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_erpId.Appearance.Options.UseFont = true;
+            this.lb_erpId.Location = new System.Drawing.Point(786, 276);
+            this.lb_erpId.Name = "lb_erpId";
+            this.lb_erpId.Size = new System.Drawing.Size(53, 21);
+            this.lb_erpId.TabIndex = 408;
+            this.lb_erpId.Text = "ERPID ";
+            // 
+            // txt_erpId
+            // 
+            this.txt_erpId.Location = new System.Drawing.Point(881, 276);
+            this.txt_erpId.Name = "txt_erpId";
+            this.txt_erpId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_erpId.Properties.Appearance.Options.UseFont = true;
+            this.txt_erpId.Size = new System.Drawing.Size(150, 28);
+            this.txt_erpId.TabIndex = 408;
+            // 
+            // gv_erpId
+            // 
+            this.gv_erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_erpId.AppearanceCell.Options.UseFont = true;
+            this.gv_erpId.Caption = "ERPID ";
+            this.gv_erpId.FieldName = "erpId";
+            this.gv_erpId.MinWidth = 50;
+            this.gv_erpId.Name = "gv_erpId";
+            this.gv_erpId.OptionsColumn.AllowEdit = false;
+            this.gv_erpId.Tag = "query_a.ERP_ID";
+            this.gv_erpId.Visible = true;
+            this.gv_erpId.VisibleIndex = 35;
+            this.gv_erpId.Width = 94;
+            // 
+            // lb_remarks
+            // 
+            this.lb_remarks.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_remarks.Appearance.Options.UseFont = true;
+            this.lb_remarks.Location = new System.Drawing.Point(538, 276);
+            this.lb_remarks.Name = "lb_remarks";
+            this.lb_remarks.Size = new System.Drawing.Size(39, 21);
+            this.lb_remarks.TabIndex = 397;
+            this.lb_remarks.Text = "澶囨敞 ";
+            // 
+            // txt_remarks
+            // 
+            this.txt_remarks.Location = new System.Drawing.Point(626, 276);
+            this.txt_remarks.Name = "txt_remarks";
+            this.txt_remarks.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_remarks.Properties.Appearance.Options.UseFont = true;
+            this.txt_remarks.Size = new System.Drawing.Size(150, 28);
+            this.txt_remarks.TabIndex = 397;
+            // 
+            // gv_remarks
+            // 
+            this.gv_remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_remarks.AppearanceCell.Options.UseFont = true;
+            this.gv_remarks.Caption = "澶囨敞 ";
+            this.gv_remarks.FieldName = "remarks";
+            this.gv_remarks.MinWidth = 50;
+            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 = 34;
+            this.gv_remarks.Width = 94;
+            // 
+            // lb_splitOrderNo
+            // 
+            this.lb_splitOrderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_splitOrderNo.Appearance.Options.UseFont = true;
+            this.lb_splitOrderNo.Location = new System.Drawing.Point(289, 276);
+            this.lb_splitOrderNo.Name = "lb_splitOrderNo";
+            this.lb_splitOrderNo.Size = new System.Drawing.Size(124, 21);
+            this.lb_splitOrderNo.TabIndex = 387;
+            this.lb_splitOrderNo.Text = "婧愭媶鍒嗚鍗曠紪鍙� ";
+            // 
+            // txt_splitOrderNo
+            // 
+            this.txt_splitOrderNo.Location = new System.Drawing.Point(376, 276);
+            this.txt_splitOrderNo.Name = "txt_splitOrderNo";
+            this.txt_splitOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_splitOrderNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_splitOrderNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_splitOrderNo.TabIndex = 387;
+            // 
+            // gv_splitOrderNo
+            // 
+            this.gv_splitOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_splitOrderNo.AppearanceCell.Options.UseFont = true;
+            this.gv_splitOrderNo.Caption = "婧愭媶鍒嗚鍗曠紪鍙� ";
+            this.gv_splitOrderNo.FieldName = "splitOrderNo";
+            this.gv_splitOrderNo.MinWidth = 50;
+            this.gv_splitOrderNo.Name = "gv_splitOrderNo";
+            this.gv_splitOrderNo.OptionsColumn.AllowEdit = false;
+            this.gv_splitOrderNo.Tag = "query_a.SPLIT_ORDER_NO";
+            this.gv_splitOrderNo.Visible = true;
+            this.gv_splitOrderNo.VisibleIndex = 33;
+            this.gv_splitOrderNo.Width = 94;
+            // 
+            // lb_closingType
+            // 
+            this.lb_closingType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_closingType.Appearance.Options.UseFont = true;
+            this.lb_closingType.Location = new System.Drawing.Point(25, 244);
+            this.lb_closingType.Name = "lb_closingType";
+            this.lb_closingType.Size = new System.Drawing.Size(73, 21);
+            this.lb_closingType.TabIndex = 378;
+            this.lb_closingType.Text = "缁撴绫诲瀷 ";
+            // 
+            // txt_closingType
+            // 
+            this.txt_closingType.Location = new System.Drawing.Point(123, 244);
+            this.txt_closingType.Name = "txt_closingType";
+            this.txt_closingType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_closingType.Properties.Appearance.Options.UseFont = true;
+            this.txt_closingType.Size = new System.Drawing.Size(150, 28);
+            this.txt_closingType.TabIndex = 378;
+            // 
+            // gv_closingType
+            // 
+            this.gv_closingType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_closingType.AppearanceCell.Options.UseFont = true;
+            this.gv_closingType.Caption = "缁撴绫诲瀷 ";
+            this.gv_closingType.FieldName = "closingType";
+            this.gv_closingType.MinWidth = 50;
+            this.gv_closingType.Name = "gv_closingType";
+            this.gv_closingType.OptionsColumn.AllowEdit = false;
+            this.gv_closingType.Tag = "query_a.CLOSING_TYPE";
+            this.gv_closingType.Visible = true;
+            this.gv_closingType.VisibleIndex = 32;
+            this.gv_closingType.Width = 94;
+            // 
+            // lb_closingPerson
+            // 
+            this.lb_closingPerson.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_closingPerson.Appearance.Options.UseFont = true;
+            this.lb_closingPerson.Location = new System.Drawing.Point(786, 244);
+            this.lb_closingPerson.Name = "lb_closingPerson";
+            this.lb_closingPerson.Size = new System.Drawing.Size(56, 21);
+            this.lb_closingPerson.TabIndex = 370;
+            this.lb_closingPerson.Text = "缁撴浜� ";
+            // 
+            // txt_closingPerson
+            // 
+            this.txt_closingPerson.Location = new System.Drawing.Point(881, 244);
+            this.txt_closingPerson.Name = "txt_closingPerson";
+            this.txt_closingPerson.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_closingPerson.Properties.Appearance.Options.UseFont = true;
+            this.txt_closingPerson.Size = new System.Drawing.Size(150, 28);
+            this.txt_closingPerson.TabIndex = 370;
+            // 
+            // gv_closingPerson
+            // 
+            this.gv_closingPerson.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_closingPerson.AppearanceCell.Options.UseFont = true;
+            this.gv_closingPerson.Caption = "缁撴浜� ";
+            this.gv_closingPerson.FieldName = "closingPerson";
+            this.gv_closingPerson.MinWidth = 50;
+            this.gv_closingPerson.Name = "gv_closingPerson";
+            this.gv_closingPerson.OptionsColumn.AllowEdit = false;
+            this.gv_closingPerson.Tag = "query_a.CLOSING_PERSON";
+            this.gv_closingPerson.Visible = true;
+            this.gv_closingPerson.VisibleIndex = 31;
+            this.gv_closingPerson.Width = 94;
+            // 
+            // lb_demandOrderLineNo
+            // 
+            this.lb_demandOrderLineNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_demandOrderLineNo.Appearance.Options.UseFont = true;
+            this.lb_demandOrderLineNo.Location = new System.Drawing.Point(538, 244);
+            this.lb_demandOrderLineNo.Name = "lb_demandOrderLineNo";
+            this.lb_demandOrderLineNo.Size = new System.Drawing.Size(107, 21);
+            this.lb_demandOrderLineNo.TabIndex = 360;
+            this.lb_demandOrderLineNo.Text = "闇�姹傚崟鎹鍙� ";
+            // 
+            // txt_demandOrderLineNo
+            // 
+            this.txt_demandOrderLineNo.Location = new System.Drawing.Point(626, 244);
+            this.txt_demandOrderLineNo.Name = "txt_demandOrderLineNo";
+            this.txt_demandOrderLineNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_demandOrderLineNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_demandOrderLineNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_demandOrderLineNo.TabIndex = 360;
+            // 
+            // gv_demandOrderLineNo
+            // 
+            this.gv_demandOrderLineNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_demandOrderLineNo.AppearanceCell.Options.UseFont = true;
+            this.gv_demandOrderLineNo.Caption = "闇�姹傚崟鎹鍙� ";
+            this.gv_demandOrderLineNo.FieldName = "demandOrderLineNo";
+            this.gv_demandOrderLineNo.MinWidth = 50;
+            this.gv_demandOrderLineNo.Name = "gv_demandOrderLineNo";
+            this.gv_demandOrderLineNo.OptionsColumn.AllowEdit = false;
+            this.gv_demandOrderLineNo.Tag = "query_a.DEMAND_ORDER_LINE_NO";
+            this.gv_demandOrderLineNo.Visible = true;
+            this.gv_demandOrderLineNo.VisibleIndex = 30;
+            this.gv_demandOrderLineNo.Width = 94;
+            // 
+            // lb_demandOrderNo
+            // 
+            this.lb_demandOrderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_demandOrderNo.Appearance.Options.UseFont = true;
+            this.lb_demandOrderNo.Location = new System.Drawing.Point(289, 244);
+            this.lb_demandOrderNo.Name = "lb_demandOrderNo";
+            this.lb_demandOrderNo.Size = new System.Drawing.Size(90, 21);
+            this.lb_demandOrderNo.TabIndex = 351;
+            this.lb_demandOrderNo.Text = "闇�姹傚崟鎹彿 ";
+            // 
+            // txt_demandOrderNo
+            // 
+            this.txt_demandOrderNo.Location = new System.Drawing.Point(376, 244);
+            this.txt_demandOrderNo.Name = "txt_demandOrderNo";
+            this.txt_demandOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_demandOrderNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_demandOrderNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_demandOrderNo.TabIndex = 351;
+            // 
+            // gv_demandOrderNo
+            // 
+            this.gv_demandOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_demandOrderNo.AppearanceCell.Options.UseFont = true;
+            this.gv_demandOrderNo.Caption = "闇�姹傚崟鎹彿 ";
+            this.gv_demandOrderNo.FieldName = "demandOrderNo";
+            this.gv_demandOrderNo.MinWidth = 50;
+            this.gv_demandOrderNo.Name = "gv_demandOrderNo";
+            this.gv_demandOrderNo.OptionsColumn.AllowEdit = false;
+            this.gv_demandOrderNo.Tag = "query_a.DEMAND_ORDER_NO";
+            this.gv_demandOrderNo.Visible = true;
+            this.gv_demandOrderNo.VisibleIndex = 29;
+            this.gv_demandOrderNo.Width = 94;
+            // 
+            // lb_sourceOrderEntryNo
+            // 
+            this.lb_sourceOrderEntryNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_sourceOrderEntryNo.Appearance.Options.UseFont = true;
+            this.lb_sourceOrderEntryNo.Location = new System.Drawing.Point(25, 212);
+            this.lb_sourceOrderEntryNo.Name = "lb_sourceOrderEntryNo";
+            this.lb_sourceOrderEntryNo.Size = new System.Drawing.Size(107, 21);
+            this.lb_sourceOrderEntryNo.TabIndex = 343;
+            this.lb_sourceOrderEntryNo.Text = "婧愬崟鍒嗗綍琛屽彿 ";
+            // 
+            // txt_sourceOrderEntryNo
+            // 
+            this.txt_sourceOrderEntryNo.Location = new System.Drawing.Point(123, 212);
+            this.txt_sourceOrderEntryNo.Name = "txt_sourceOrderEntryNo";
+            this.txt_sourceOrderEntryNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_sourceOrderEntryNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_sourceOrderEntryNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_sourceOrderEntryNo.TabIndex = 343;
+            // 
+            // gv_sourceOrderEntryNo
+            // 
+            this.gv_sourceOrderEntryNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_sourceOrderEntryNo.AppearanceCell.Options.UseFont = true;
+            this.gv_sourceOrderEntryNo.Caption = "婧愬崟鍒嗗綍琛屽彿 ";
+            this.gv_sourceOrderEntryNo.FieldName = "sourceOrderEntryNo";
+            this.gv_sourceOrderEntryNo.MinWidth = 50;
+            this.gv_sourceOrderEntryNo.Name = "gv_sourceOrderEntryNo";
+            this.gv_sourceOrderEntryNo.OptionsColumn.AllowEdit = false;
+            this.gv_sourceOrderEntryNo.Tag = "query_a.SOURCE_ORDER_ENTRY_NO";
+            this.gv_sourceOrderEntryNo.Visible = true;
+            this.gv_sourceOrderEntryNo.VisibleIndex = 28;
+            this.gv_sourceOrderEntryNo.Width = 94;
+            // 
+            // lb_sourceOrderNo
+            // 
+            this.lb_sourceOrderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_sourceOrderNo.Appearance.Options.UseFont = true;
+            this.lb_sourceOrderNo.Location = new System.Drawing.Point(786, 212);
+            this.lb_sourceOrderNo.Name = "lb_sourceOrderNo";
+            this.lb_sourceOrderNo.Size = new System.Drawing.Size(73, 21);
+            this.lb_sourceOrderNo.TabIndex = 336;
+            this.lb_sourceOrderNo.Text = "婧愬崟缂栧彿 ";
+            // 
+            // txt_sourceOrderNo
+            // 
+            this.txt_sourceOrderNo.Location = new System.Drawing.Point(881, 212);
+            this.txt_sourceOrderNo.Name = "txt_sourceOrderNo";
+            this.txt_sourceOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_sourceOrderNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_sourceOrderNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_sourceOrderNo.TabIndex = 336;
+            // 
+            // gv_sourceOrderNo
+            // 
+            this.gv_sourceOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_sourceOrderNo.AppearanceCell.Options.UseFont = true;
+            this.gv_sourceOrderNo.Caption = "婧愬崟缂栧彿 ";
+            this.gv_sourceOrderNo.FieldName = "sourceOrderNo";
+            this.gv_sourceOrderNo.MinWidth = 50;
+            this.gv_sourceOrderNo.Name = "gv_sourceOrderNo";
+            this.gv_sourceOrderNo.OptionsColumn.AllowEdit = false;
+            this.gv_sourceOrderNo.Tag = "query_a.SOURCE_ORDER_NO";
+            this.gv_sourceOrderNo.Visible = true;
+            this.gv_sourceOrderNo.VisibleIndex = 27;
+            this.gv_sourceOrderNo.Width = 94;
+            // 
+            // lb_sourceOrderType
+            // 
+            this.lb_sourceOrderType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_sourceOrderType.Appearance.Options.UseFont = true;
+            this.lb_sourceOrderType.Location = new System.Drawing.Point(538, 212);
+            this.lb_sourceOrderType.Name = "lb_sourceOrderType";
+            this.lb_sourceOrderType.Size = new System.Drawing.Size(73, 21);
+            this.lb_sourceOrderType.TabIndex = 327;
+            this.lb_sourceOrderType.Text = "婧愬崟绫诲瀷 ";
+            // 
+            // txt_sourceOrderType
+            // 
+            this.txt_sourceOrderType.Location = new System.Drawing.Point(626, 212);
+            this.txt_sourceOrderType.Name = "txt_sourceOrderType";
+            this.txt_sourceOrderType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_sourceOrderType.Properties.Appearance.Options.UseFont = true;
+            this.txt_sourceOrderType.Size = new System.Drawing.Size(150, 28);
+            this.txt_sourceOrderType.TabIndex = 327;
+            // 
+            // gv_sourceOrderType
+            // 
+            this.gv_sourceOrderType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_sourceOrderType.AppearanceCell.Options.UseFont = true;
+            this.gv_sourceOrderType.Caption = "婧愬崟绫诲瀷 ";
+            this.gv_sourceOrderType.FieldName = "sourceOrderType";
+            this.gv_sourceOrderType.MinWidth = 50;
+            this.gv_sourceOrderType.Name = "gv_sourceOrderType";
+            this.gv_sourceOrderType.OptionsColumn.AllowEdit = false;
+            this.gv_sourceOrderType.Tag = "query_a.SOURCE_ORDER_TYPE";
+            this.gv_sourceOrderType.Visible = true;
+            this.gv_sourceOrderType.VisibleIndex = 26;
+            this.gv_sourceOrderType.Width = 94;
+            // 
+            // lb_erpProductionOrderNo
+            // 
+            this.lb_erpProductionOrderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_erpProductionOrderNo.Appearance.Options.UseFont = true;
+            this.lb_erpProductionOrderNo.Location = new System.Drawing.Point(289, 212);
+            this.lb_erpProductionOrderNo.Name = "lb_erpProductionOrderNo";
+            this.lb_erpProductionOrderNo.Size = new System.Drawing.Size(137, 21);
+            this.lb_erpProductionOrderNo.TabIndex = 319;
+            this.lb_erpProductionOrderNo.Text = "ERP鐢熶骇璁㈠崟鍗曞彿 ";
+            // 
+            // txt_erpProductionOrderNo
+            // 
+            this.txt_erpProductionOrderNo.Location = new System.Drawing.Point(376, 212);
+            this.txt_erpProductionOrderNo.Name = "txt_erpProductionOrderNo";
+            this.txt_erpProductionOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_erpProductionOrderNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_erpProductionOrderNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_erpProductionOrderNo.TabIndex = 319;
+            // 
+            // gv_erpProductionOrderNo
+            // 
+            this.gv_erpProductionOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_erpProductionOrderNo.AppearanceCell.Options.UseFont = true;
+            this.gv_erpProductionOrderNo.Caption = "ERP鐢熶骇璁㈠崟鍗曞彿 ";
+            this.gv_erpProductionOrderNo.FieldName = "erpProductionOrderNo";
+            this.gv_erpProductionOrderNo.MinWidth = 50;
+            this.gv_erpProductionOrderNo.Name = "gv_erpProductionOrderNo";
+            this.gv_erpProductionOrderNo.OptionsColumn.AllowEdit = false;
+            this.gv_erpProductionOrderNo.Tag = "query_a.ERP_PRODUCTION_ORDER_NO";
+            this.gv_erpProductionOrderNo.Visible = true;
+            this.gv_erpProductionOrderNo.VisibleIndex = 25;
+            this.gv_erpProductionOrderNo.Width = 94;
+            // 
+            // lb_erpProductionOrderLineNo
+            // 
+            this.lb_erpProductionOrderLineNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_erpProductionOrderLineNo.Appearance.Options.UseFont = true;
+            this.lb_erpProductionOrderLineNo.Location = new System.Drawing.Point(25, 180);
+            this.lb_erpProductionOrderLineNo.Name = "lb_erpProductionOrderLineNo";
+            this.lb_erpProductionOrderLineNo.Size = new System.Drawing.Size(137, 21);
+            this.lb_erpProductionOrderLineNo.TabIndex = 312;
+            this.lb_erpProductionOrderLineNo.Text = "ERP鐢熶骇璁㈠崟搴忓彿 ";
+            // 
+            // txt_erpProductionOrderLineNo
+            // 
+            this.txt_erpProductionOrderLineNo.Location = new System.Drawing.Point(123, 180);
+            this.txt_erpProductionOrderLineNo.Name = "txt_erpProductionOrderLineNo";
+            this.txt_erpProductionOrderLineNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_erpProductionOrderLineNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_erpProductionOrderLineNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_erpProductionOrderLineNo.TabIndex = 312;
+            // 
+            // gv_erpProductionOrderLineNo
+            // 
+            this.gv_erpProductionOrderLineNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_erpProductionOrderLineNo.AppearanceCell.Options.UseFont = true;
+            this.gv_erpProductionOrderLineNo.Caption = "ERP鐢熶骇璁㈠崟搴忓彿 ";
+            this.gv_erpProductionOrderLineNo.FieldName = "erpProductionOrderLineNo";
+            this.gv_erpProductionOrderLineNo.MinWidth = 50;
+            this.gv_erpProductionOrderLineNo.Name = "gv_erpProductionOrderLineNo";
+            this.gv_erpProductionOrderLineNo.OptionsColumn.AllowEdit = false;
+            this.gv_erpProductionOrderLineNo.Tag = "query_a.ERP_PRODUCTION_ORDER_LINE_NO";
+            this.gv_erpProductionOrderLineNo.Visible = true;
+            this.gv_erpProductionOrderLineNo.VisibleIndex = 24;
+            this.gv_erpProductionOrderLineNo.Width = 94;
+            // 
+            // lb_erpProductionOrderId
+            // 
+            this.lb_erpProductionOrderId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_erpProductionOrderId.Appearance.Options.UseFont = true;
+            this.lb_erpProductionOrderId.Location = new System.Drawing.Point(786, 180);
+            this.lb_erpProductionOrderId.Name = "lb_erpProductionOrderId";
+            this.lb_erpProductionOrderId.Size = new System.Drawing.Size(121, 21);
+            this.lb_erpProductionOrderId.TabIndex = 306;
+            this.lb_erpProductionOrderId.Text = "ERP鐢熶骇璁㈠崟ID ";
+            // 
+            // txt_erpProductionOrderId
+            // 
+            this.txt_erpProductionOrderId.Location = new System.Drawing.Point(881, 180);
+            this.txt_erpProductionOrderId.Name = "txt_erpProductionOrderId";
+            this.txt_erpProductionOrderId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_erpProductionOrderId.Properties.Appearance.Options.UseFont = true;
+            this.txt_erpProductionOrderId.Size = new System.Drawing.Size(150, 28);
+            this.txt_erpProductionOrderId.TabIndex = 306;
+            // 
+            // gv_erpProductionOrderId
+            // 
+            this.gv_erpProductionOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_erpProductionOrderId.AppearanceCell.Options.UseFont = true;
+            this.gv_erpProductionOrderId.Caption = "ERP鐢熶骇璁㈠崟ID ";
+            this.gv_erpProductionOrderId.FieldName = "erpProductionOrderId";
+            this.gv_erpProductionOrderId.MinWidth = 50;
+            this.gv_erpProductionOrderId.Name = "gv_erpProductionOrderId";
+            this.gv_erpProductionOrderId.OptionsColumn.AllowEdit = false;
+            this.gv_erpProductionOrderId.Tag = "query_a.ERP_PRODUCTION_ORDER_ID";
+            this.gv_erpProductionOrderId.Visible = true;
+            this.gv_erpProductionOrderId.VisibleIndex = 23;
+            this.gv_erpProductionOrderId.Width = 94;
+            // 
+            // lb_generationMethod
+            // 
+            this.lb_generationMethod.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_generationMethod.Appearance.Options.UseFont = true;
+            this.lb_generationMethod.Location = new System.Drawing.Point(538, 180);
+            this.lb_generationMethod.Name = "lb_generationMethod";
+            this.lb_generationMethod.Size = new System.Drawing.Size(73, 21);
+            this.lb_generationMethod.TabIndex = 298;
+            this.lb_generationMethod.Text = "鐢熸垚鏂瑰紡 ";
+            // 
+            // txt_generationMethod
+            // 
+            this.txt_generationMethod.Location = new System.Drawing.Point(626, 180);
+            this.txt_generationMethod.Name = "txt_generationMethod";
+            this.txt_generationMethod.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_generationMethod.Properties.Appearance.Options.UseFont = true;
+            this.txt_generationMethod.Size = new System.Drawing.Size(150, 28);
+            this.txt_generationMethod.TabIndex = 298;
+            // 
+            // gv_generationMethod
+            // 
+            this.gv_generationMethod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_generationMethod.AppearanceCell.Options.UseFont = true;
+            this.gv_generationMethod.Caption = "鐢熸垚鏂瑰紡 ";
+            this.gv_generationMethod.FieldName = "generationMethod";
+            this.gv_generationMethod.MinWidth = 50;
+            this.gv_generationMethod.Name = "gv_generationMethod";
+            this.gv_generationMethod.OptionsColumn.AllowEdit = false;
+            this.gv_generationMethod.Tag = "query_a.GENERATION_METHOD";
+            this.gv_generationMethod.Visible = true;
+            this.gv_generationMethod.VisibleIndex = 22;
+            this.gv_generationMethod.Width = 94;
+            // 
+            // lb_salesOrderLineNo
+            // 
+            this.lb_salesOrderLineNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_salesOrderLineNo.Appearance.Options.UseFont = true;
+            this.lb_salesOrderLineNo.Location = new System.Drawing.Point(289, 180);
+            this.lb_salesOrderLineNo.Name = "lb_salesOrderLineNo";
+            this.lb_salesOrderLineNo.Size = new System.Drawing.Size(107, 21);
+            this.lb_salesOrderLineNo.TabIndex = 291;
+            this.lb_salesOrderLineNo.Text = "閿�鍞鍗曡鍙� ";
+            // 
+            // txt_salesOrderLineNo
+            // 
+            this.txt_salesOrderLineNo.Location = new System.Drawing.Point(376, 180);
+            this.txt_salesOrderLineNo.Name = "txt_salesOrderLineNo";
+            this.txt_salesOrderLineNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_salesOrderLineNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_salesOrderLineNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_salesOrderLineNo.TabIndex = 291;
+            // 
+            // gv_salesOrderLineNo
+            // 
+            this.gv_salesOrderLineNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_salesOrderLineNo.AppearanceCell.Options.UseFont = true;
+            this.gv_salesOrderLineNo.Caption = "閿�鍞鍗曡鍙� ";
+            this.gv_salesOrderLineNo.FieldName = "salesOrderLineNo";
+            this.gv_salesOrderLineNo.MinWidth = 50;
+            this.gv_salesOrderLineNo.Name = "gv_salesOrderLineNo";
+            this.gv_salesOrderLineNo.OptionsColumn.AllowEdit = false;
+            this.gv_salesOrderLineNo.Tag = "query_a.SALES_ORDER_LINE_NO";
+            this.gv_salesOrderLineNo.Visible = true;
+            this.gv_salesOrderLineNo.VisibleIndex = 21;
+            this.gv_salesOrderLineNo.Width = 94;
+            // 
+            // lb_salesOrderNo
+            // 
+            this.lb_salesOrderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_salesOrderNo.Appearance.Options.UseFont = true;
+            this.lb_salesOrderNo.Location = new System.Drawing.Point(25, 148);
+            this.lb_salesOrderNo.Name = "lb_salesOrderNo";
+            this.lb_salesOrderNo.Size = new System.Drawing.Size(90, 21);
+            this.lb_salesOrderNo.TabIndex = 285;
+            this.lb_salesOrderNo.Text = "閿�鍞鍗曞彿 ";
+            // 
+            // txt_salesOrderNo
+            // 
+            this.txt_salesOrderNo.Location = new System.Drawing.Point(123, 148);
+            this.txt_salesOrderNo.Name = "txt_salesOrderNo";
+            this.txt_salesOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_salesOrderNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_salesOrderNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_salesOrderNo.TabIndex = 285;
+            // 
+            // gv_salesOrderNo
+            // 
+            this.gv_salesOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_salesOrderNo.AppearanceCell.Options.UseFont = true;
+            this.gv_salesOrderNo.Caption = "閿�鍞鍗曞彿 ";
+            this.gv_salesOrderNo.FieldName = "salesOrderNo";
+            this.gv_salesOrderNo.MinWidth = 50;
+            this.gv_salesOrderNo.Name = "gv_salesOrderNo";
+            this.gv_salesOrderNo.OptionsColumn.AllowEdit = false;
+            this.gv_salesOrderNo.Tag = "query_a.SALES_ORDER_NO";
+            this.gv_salesOrderNo.Visible = true;
+            this.gv_salesOrderNo.VisibleIndex = 20;
+            this.gv_salesOrderNo.Width = 94;
+            // 
+            // lb_bomVersion
+            // 
+            this.lb_bomVersion.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_bomVersion.Appearance.Options.UseFont = true;
+            this.lb_bomVersion.Location = new System.Drawing.Point(786, 148);
+            this.lb_bomVersion.Name = "lb_bomVersion";
+            this.lb_bomVersion.Size = new System.Drawing.Size(74, 21);
+            this.lb_bomVersion.TabIndex = 280;
+            this.lb_bomVersion.Text = "BOM鐗堟 ";
+            // 
+            // txt_bomVersion
+            // 
+            this.txt_bomVersion.Location = new System.Drawing.Point(881, 148);
+            this.txt_bomVersion.Name = "txt_bomVersion";
+            this.txt_bomVersion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_bomVersion.Properties.Appearance.Options.UseFont = true;
+            this.txt_bomVersion.Size = new System.Drawing.Size(150, 28);
+            this.txt_bomVersion.TabIndex = 280;
+            // 
+            // gv_bomVersion
+            // 
+            this.gv_bomVersion.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_bomVersion.AppearanceCell.Options.UseFont = true;
+            this.gv_bomVersion.Caption = "BOM鐗堟 ";
+            this.gv_bomVersion.FieldName = "bomVersion";
+            this.gv_bomVersion.MinWidth = 50;
+            this.gv_bomVersion.Name = "gv_bomVersion";
+            this.gv_bomVersion.OptionsColumn.AllowEdit = false;
+            this.gv_bomVersion.Tag = "query_a.BOM_VERSION";
+            this.gv_bomVersion.Visible = true;
+            this.gv_bomVersion.VisibleIndex = 19;
+            this.gv_bomVersion.Width = 94;
+            // 
+            // lb_batchNo
+            // 
+            this.lb_batchNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_batchNo.Appearance.Options.UseFont = true;
+            this.lb_batchNo.Location = new System.Drawing.Point(538, 148);
+            this.lb_batchNo.Name = "lb_batchNo";
+            this.lb_batchNo.Size = new System.Drawing.Size(39, 21);
+            this.lb_batchNo.TabIndex = 273;
+            this.lb_batchNo.Text = "鎵瑰彿 ";
+            // 
+            // txt_batchNo
+            // 
+            this.txt_batchNo.Location = new System.Drawing.Point(626, 148);
+            this.txt_batchNo.Name = "txt_batchNo";
+            this.txt_batchNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_batchNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_batchNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_batchNo.TabIndex = 273;
+            // 
+            // gv_batchNo
+            // 
+            this.gv_batchNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_batchNo.AppearanceCell.Options.UseFont = true;
+            this.gv_batchNo.Caption = "鎵瑰彿 ";
+            this.gv_batchNo.FieldName = "batchNo";
+            this.gv_batchNo.MinWidth = 50;
+            this.gv_batchNo.Name = "gv_batchNo";
+            this.gv_batchNo.OptionsColumn.AllowEdit = false;
+            this.gv_batchNo.Tag = "query_a.BATCH_NO";
+            this.gv_batchNo.Visible = true;
+            this.gv_batchNo.VisibleIndex = 18;
+            this.gv_batchNo.Width = 94;
+            // 
+            // lb_trackingNo
+            // 
+            this.lb_trackingNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_trackingNo.Appearance.Options.UseFont = true;
+            this.lb_trackingNo.Location = new System.Drawing.Point(289, 148);
+            this.lb_trackingNo.Name = "lb_trackingNo";
+            this.lb_trackingNo.Size = new System.Drawing.Size(90, 21);
+            this.lb_trackingNo.TabIndex = 267;
+            this.lb_trackingNo.Text = "璁″垝璺熻釜鍙� ";
+            // 
+            // txt_trackingNo
+            // 
+            this.txt_trackingNo.Location = new System.Drawing.Point(376, 148);
+            this.txt_trackingNo.Name = "txt_trackingNo";
+            this.txt_trackingNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_trackingNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_trackingNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_trackingNo.TabIndex = 267;
+            // 
+            // gv_trackingNo
+            // 
+            this.gv_trackingNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_trackingNo.AppearanceCell.Options.UseFont = true;
+            this.gv_trackingNo.Caption = "璁″垝璺熻釜鍙� ";
+            this.gv_trackingNo.FieldName = "trackingNo";
+            this.gv_trackingNo.MinWidth = 50;
+            this.gv_trackingNo.Name = "gv_trackingNo";
+            this.gv_trackingNo.OptionsColumn.AllowEdit = false;
+            this.gv_trackingNo.Tag = "query_a.TRACKING_NO";
+            this.gv_trackingNo.Visible = true;
+            this.gv_trackingNo.VisibleIndex = 17;
+            this.gv_trackingNo.Width = 94;
+            // 
+            // lb_storageLowerLimit
+            // 
+            this.lb_storageLowerLimit.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_storageLowerLimit.Appearance.Options.UseFont = true;
+            this.lb_storageLowerLimit.Location = new System.Drawing.Point(25, 116);
+            this.lb_storageLowerLimit.Name = "lb_storageLowerLimit";
+            this.lb_storageLowerLimit.Size = new System.Drawing.Size(73, 21);
+            this.lb_storageLowerLimit.TabIndex = 262;
+            this.lb_storageLowerLimit.Text = "鍏ュ簱涓嬮檺 ";
+            // 
+            // txt_storageLowerLimit
+            // 
+            this.txt_storageLowerLimit.Location = new System.Drawing.Point(123, 116);
+            this.txt_storageLowerLimit.Name = "txt_storageLowerLimit";
+            this.txt_storageLowerLimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_storageLowerLimit.Properties.Appearance.Options.UseFont = true;
+            this.txt_storageLowerLimit.Size = new System.Drawing.Size(150, 28);
+            this.txt_storageLowerLimit.TabIndex = 262;
+            // 
+            // gv_storageLowerLimit
+            // 
+            this.gv_storageLowerLimit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_storageLowerLimit.AppearanceCell.Options.UseFont = true;
+            this.gv_storageLowerLimit.Caption = "鍏ュ簱涓嬮檺 ";
+            this.gv_storageLowerLimit.FieldName = "storageLowerLimit";
+            this.gv_storageLowerLimit.MinWidth = 50;
+            this.gv_storageLowerLimit.Name = "gv_storageLowerLimit";
+            this.gv_storageLowerLimit.OptionsColumn.AllowEdit = false;
+            this.gv_storageLowerLimit.Tag = "query_a.STORAGE_LOWER_LIMIT";
+            this.gv_storageLowerLimit.Visible = true;
+            this.gv_storageLowerLimit.VisibleIndex = 16;
+            this.gv_storageLowerLimit.Width = 94;
+            // 
+            // lb_storageUpperLimit
+            // 
+            this.lb_storageUpperLimit.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_storageUpperLimit.Appearance.Options.UseFont = true;
+            this.lb_storageUpperLimit.Location = new System.Drawing.Point(786, 116);
+            this.lb_storageUpperLimit.Name = "lb_storageUpperLimit";
+            this.lb_storageUpperLimit.Size = new System.Drawing.Size(73, 21);
+            this.lb_storageUpperLimit.TabIndex = 258;
+            this.lb_storageUpperLimit.Text = "鍏ュ簱涓婇檺 ";
+            // 
+            // txt_storageUpperLimit
+            // 
+            this.txt_storageUpperLimit.Location = new System.Drawing.Point(881, 116);
+            this.txt_storageUpperLimit.Name = "txt_storageUpperLimit";
+            this.txt_storageUpperLimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_storageUpperLimit.Properties.Appearance.Options.UseFont = true;
+            this.txt_storageUpperLimit.Size = new System.Drawing.Size(150, 28);
+            this.txt_storageUpperLimit.TabIndex = 258;
+            // 
+            // gv_storageUpperLimit
+            // 
+            this.gv_storageUpperLimit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_storageUpperLimit.AppearanceCell.Options.UseFont = true;
+            this.gv_storageUpperLimit.Caption = "鍏ュ簱涓婇檺 ";
+            this.gv_storageUpperLimit.FieldName = "storageUpperLimit";
+            this.gv_storageUpperLimit.MinWidth = 50;
+            this.gv_storageUpperLimit.Name = "gv_storageUpperLimit";
+            this.gv_storageUpperLimit.OptionsColumn.AllowEdit = false;
+            this.gv_storageUpperLimit.Tag = "query_a.STORAGE_UPPER_LIMIT";
+            this.gv_storageUpperLimit.Visible = true;
+            this.gv_storageUpperLimit.VisibleIndex = 15;
+            this.gv_storageUpperLimit.Width = 94;
+            // 
+            // lb_planReleaseDate
+            // 
+            this.lb_planReleaseDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_planReleaseDate.Appearance.Options.UseFont = true;
+            this.lb_planReleaseDate.Location = new System.Drawing.Point(538, 116);
+            this.lb_planReleaseDate.Name = "lb_planReleaseDate";
+            this.lb_planReleaseDate.Size = new System.Drawing.Size(107, 21);
+            this.lb_planReleaseDate.TabIndex = 252;
+            this.lb_planReleaseDate.Text = "璁″垝涓嬭揪鏃ユ湡 ";
+            // 
+            // txt_planReleaseDate
+            // 
+            this.txt_planReleaseDate.Location = new System.Drawing.Point(626, 116);
+            this.txt_planReleaseDate.Name = "txt_planReleaseDate";
+            this.txt_planReleaseDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_planReleaseDate.Properties.Appearance.Options.UseFont = true;
+            this.txt_planReleaseDate.Size = new System.Drawing.Size(150, 28);
+            this.txt_planReleaseDate.TabIndex = 252;
+            // 
+            // gv_planReleaseDate
+            // 
+            this.gv_planReleaseDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_planReleaseDate.AppearanceCell.Options.UseFont = true;
+            this.gv_planReleaseDate.Caption = "璁″垝涓嬭揪鏃ユ湡 ";
+            this.gv_planReleaseDate.FieldName = "planReleaseDate";
+            this.gv_planReleaseDate.MinWidth = 50;
+            this.gv_planReleaseDate.Name = "gv_planReleaseDate";
+            this.gv_planReleaseDate.OptionsColumn.AllowEdit = false;
+            this.gv_planReleaseDate.Tag = "query_a.PLAN_RELEASE_DATE";
+            this.gv_planReleaseDate.Visible = true;
+            this.gv_planReleaseDate.VisibleIndex = 14;
+            this.gv_planReleaseDate.Width = 94;
+            // 
+            // lb_estimatedEndTime
+            // 
+            this.lb_estimatedEndTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_estimatedEndTime.Appearance.Options.UseFont = true;
+            this.lb_estimatedEndTime.Location = new System.Drawing.Point(289, 116);
+            this.lb_estimatedEndTime.Name = "lb_estimatedEndTime";
+            this.lb_estimatedEndTime.Size = new System.Drawing.Size(107, 21);
+            this.lb_estimatedEndTime.TabIndex = 247;
+            this.lb_estimatedEndTime.Text = "棰勮瀹屽伐鏃堕棿 ";
+            // 
+            // txt_estimatedEndTime
+            // 
+            this.txt_estimatedEndTime.Location = new System.Drawing.Point(376, 116);
+            this.txt_estimatedEndTime.Name = "txt_estimatedEndTime";
+            this.txt_estimatedEndTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_estimatedEndTime.Properties.Appearance.Options.UseFont = true;
+            this.txt_estimatedEndTime.Size = new System.Drawing.Size(150, 28);
+            this.txt_estimatedEndTime.TabIndex = 247;
+            // 
+            // gv_estimatedEndTime
+            // 
+            this.gv_estimatedEndTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_estimatedEndTime.AppearanceCell.Options.UseFont = true;
+            this.gv_estimatedEndTime.Caption = "棰勮瀹屽伐鏃堕棿 ";
+            this.gv_estimatedEndTime.FieldName = "estimatedEndTime";
+            this.gv_estimatedEndTime.MinWidth = 180;
+            this.gv_estimatedEndTime.Name = "gv_estimatedEndTime";
+            this.gv_estimatedEndTime.OptionsColumn.AllowEdit = false;
+            this.gv_estimatedEndTime.Tag = "query_a.ESTIMATED_END_TIME";
+            this.gv_estimatedEndTime.Visible = true;
+            this.gv_estimatedEndTime.VisibleIndex = 13;
+            this.gv_estimatedEndTime.Width = 180;
+            // 
+            // lb_estimatedStartTime
+            // 
+            this.lb_estimatedStartTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_estimatedStartTime.Appearance.Options.UseFont = true;
+            this.lb_estimatedStartTime.Location = new System.Drawing.Point(25, 84);
+            this.lb_estimatedStartTime.Name = "lb_estimatedStartTime";
+            this.lb_estimatedStartTime.Size = new System.Drawing.Size(107, 21);
+            this.lb_estimatedStartTime.TabIndex = 243;
+            this.lb_estimatedStartTime.Text = "棰勮寮�宸ユ椂闂� ";
+            // 
+            // txt_estimatedStartTime
+            // 
+            this.txt_estimatedStartTime.Location = new System.Drawing.Point(123, 84);
+            this.txt_estimatedStartTime.Name = "txt_estimatedStartTime";
+            this.txt_estimatedStartTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_estimatedStartTime.Properties.Appearance.Options.UseFont = true;
+            this.txt_estimatedStartTime.Size = new System.Drawing.Size(150, 28);
+            this.txt_estimatedStartTime.TabIndex = 243;
+            // 
+            // gv_estimatedStartTime
+            // 
+            this.gv_estimatedStartTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_estimatedStartTime.AppearanceCell.Options.UseFont = true;
+            this.gv_estimatedStartTime.Caption = "棰勮寮�宸ユ椂闂� ";
+            this.gv_estimatedStartTime.FieldName = "estimatedStartTime";
+            this.gv_estimatedStartTime.MinWidth = 180;
+            this.gv_estimatedStartTime.Name = "gv_estimatedStartTime";
+            this.gv_estimatedStartTime.OptionsColumn.AllowEdit = false;
+            this.gv_estimatedStartTime.Tag = "query_a.ESTIMATED_START_TIME";
+            this.gv_estimatedStartTime.Visible = true;
+            this.gv_estimatedStartTime.VisibleIndex = 12;
+            this.gv_estimatedStartTime.Width = 180;
+            // 
+            // lb_planner
+            // 
+            this.lb_planner.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_planner.Appearance.Options.UseFont = true;
+            this.lb_planner.Location = new System.Drawing.Point(786, 84);
+            this.lb_planner.Name = "lb_planner";
+            this.lb_planner.Size = new System.Drawing.Size(56, 21);
+            this.lb_planner.TabIndex = 240;
+            this.lb_planner.Text = "璁″垝鍛� ";
+            // 
+            // txt_planner
+            // 
+            this.txt_planner.Location = new System.Drawing.Point(881, 84);
+            this.txt_planner.Name = "txt_planner";
+            this.txt_planner.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_planner.Properties.Appearance.Options.UseFont = true;
+            this.txt_planner.Size = new System.Drawing.Size(150, 28);
+            this.txt_planner.TabIndex = 240;
+            // 
+            // gv_planner
+            // 
+            this.gv_planner.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_planner.AppearanceCell.Options.UseFont = true;
+            this.gv_planner.Caption = "璁″垝鍛� ";
+            this.gv_planner.FieldName = "planner";
+            this.gv_planner.MinWidth = 50;
+            this.gv_planner.Name = "gv_planner";
+            this.gv_planner.OptionsColumn.AllowEdit = false;
+            this.gv_planner.Tag = "query_a.PLANNER";
+            this.gv_planner.Visible = true;
+            this.gv_planner.VisibleIndex = 11;
+            this.gv_planner.Width = 94;
+            // 
+            // lb_planningGroup
+            // 
+            this.lb_planningGroup.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_planningGroup.Appearance.Options.UseFont = true;
+            this.lb_planningGroup.Location = new System.Drawing.Point(538, 84);
+            this.lb_planningGroup.Name = "lb_planningGroup";
+            this.lb_planningGroup.Size = new System.Drawing.Size(56, 21);
+            this.lb_planningGroup.TabIndex = 235;
+            this.lb_planningGroup.Text = "璁″垝缁� ";
+            // 
+            // txt_planningGroup
+            // 
+            this.txt_planningGroup.Location = new System.Drawing.Point(626, 84);
+            this.txt_planningGroup.Name = "txt_planningGroup";
+            this.txt_planningGroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_planningGroup.Properties.Appearance.Options.UseFont = true;
+            this.txt_planningGroup.Size = new System.Drawing.Size(150, 28);
+            this.txt_planningGroup.TabIndex = 235;
+            // 
+            // gv_planningGroup
+            // 
+            this.gv_planningGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_planningGroup.AppearanceCell.Options.UseFont = true;
+            this.gv_planningGroup.Caption = "璁″垝缁� ";
+            this.gv_planningGroup.FieldName = "planningGroup";
+            this.gv_planningGroup.MinWidth = 50;
+            this.gv_planningGroup.Name = "gv_planningGroup";
+            this.gv_planningGroup.OptionsColumn.AllowEdit = false;
+            this.gv_planningGroup.Tag = "query_a.PLANNING_GROUP";
+            this.gv_planningGroup.Visible = true;
+            this.gv_planningGroup.VisibleIndex = 10;
+            this.gv_planningGroup.Width = 94;
+            // 
+            // lb_workOrderQty
+            // 
+            this.lb_workOrderQty.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_workOrderQty.Appearance.Options.UseFont = true;
+            this.lb_workOrderQty.Location = new System.Drawing.Point(289, 84);
+            this.lb_workOrderQty.Name = "lb_workOrderQty";
+            this.lb_workOrderQty.Size = new System.Drawing.Size(73, 21);
+            this.lb_workOrderQty.TabIndex = 231;
+            this.lb_workOrderQty.Text = "宸ュ崟鏁伴噺 ";
+            // 
+            // txt_workOrderQty
+            // 
+            this.txt_workOrderQty.Location = new System.Drawing.Point(376, 84);
+            this.txt_workOrderQty.Name = "txt_workOrderQty";
+            this.txt_workOrderQty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_workOrderQty.Properties.Appearance.Options.UseFont = true;
+            this.txt_workOrderQty.Size = new System.Drawing.Size(150, 28);
+            this.txt_workOrderQty.TabIndex = 231;
+            // 
+            // gv_workOrderQty
+            // 
+            this.gv_workOrderQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_workOrderQty.AppearanceCell.Options.UseFont = true;
+            this.gv_workOrderQty.Caption = "宸ュ崟鏁伴噺 ";
+            this.gv_workOrderQty.FieldName = "workOrderQty";
+            this.gv_workOrderQty.MinWidth = 50;
+            this.gv_workOrderQty.Name = "gv_workOrderQty";
+            this.gv_workOrderQty.OptionsColumn.AllowEdit = false;
+            this.gv_workOrderQty.Tag = "query_a.WORK_ORDER_QTY";
+            this.gv_workOrderQty.Visible = true;
+            this.gv_workOrderQty.VisibleIndex = 9;
+            this.gv_workOrderQty.Width = 94;
+            // 
+            // lb_unit
+            // 
+            this.lb_unit.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_unit.Appearance.Options.UseFont = true;
+            this.lb_unit.Location = new System.Drawing.Point(25, 52);
+            this.lb_unit.Name = "lb_unit";
+            this.lb_unit.Size = new System.Drawing.Size(39, 21);
+            this.lb_unit.TabIndex = 228;
+            this.lb_unit.Text = "鍗曚綅 ";
+            // 
+            // txt_unit
+            // 
+            this.txt_unit.Location = new System.Drawing.Point(123, 52);
+            this.txt_unit.Name = "txt_unit";
+            this.txt_unit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_unit.Properties.Appearance.Options.UseFont = true;
+            this.txt_unit.Size = new System.Drawing.Size(150, 28);
+            this.txt_unit.TabIndex = 228;
+            // 
+            // gv_unit
+            // 
+            this.gv_unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_unit.AppearanceCell.Options.UseFont = true;
+            this.gv_unit.Caption = "鍗曚綅 ";
+            this.gv_unit.FieldName = "unit";
+            this.gv_unit.MinWidth = 50;
+            this.gv_unit.Name = "gv_unit";
+            this.gv_unit.OptionsColumn.AllowEdit = false;
+            this.gv_unit.Tag = "query_a.UNIT";
+            this.gv_unit.Visible = true;
+            this.gv_unit.VisibleIndex = 8;
+            this.gv_unit.Width = 94;
+            // 
+            // lb_productCode
+            // 
+            this.lb_productCode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_productCode.Appearance.Options.UseFont = true;
+            this.lb_productCode.Location = new System.Drawing.Point(786, 52);
+            this.lb_productCode.Name = "lb_productCode";
+            this.lb_productCode.Size = new System.Drawing.Size(73, 21);
+            this.lb_productCode.TabIndex = 226;
+            this.lb_productCode.Text = "浜у搧缂栫爜 ";
+            // 
+            // txt_productCode
+            // 
+            this.txt_productCode.Location = new System.Drawing.Point(881, 52);
+            this.txt_productCode.Name = "txt_productCode";
+            this.txt_productCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_productCode.Properties.Appearance.Options.UseFont = true;
+            this.txt_productCode.Size = new System.Drawing.Size(150, 28);
+            this.txt_productCode.TabIndex = 226;
+            // 
+            // gv_productCode
+            // 
+            this.gv_productCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_productCode.AppearanceCell.Options.UseFont = true;
+            this.gv_productCode.Caption = "浜у搧缂栫爜 ";
+            this.gv_productCode.FieldName = "productCode";
+            this.gv_productCode.MinWidth = 50;
+            this.gv_productCode.Name = "gv_productCode";
+            this.gv_productCode.OptionsColumn.AllowEdit = false;
+            this.gv_productCode.Tag = "query_a.PRODUCT_CODE";
+            this.gv_productCode.Visible = true;
+            this.gv_productCode.VisibleIndex = 7;
+            this.gv_productCode.Width = 94;
+            // 
+            // lb_businessStatus
+            // 
+            this.lb_businessStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_businessStatus.Appearance.Options.UseFont = true;
+            this.lb_businessStatus.Location = new System.Drawing.Point(538, 52);
+            this.lb_businessStatus.Name = "lb_businessStatus";
+            this.lb_businessStatus.Size = new System.Drawing.Size(68, 21);
+            this.lb_businessStatus.TabIndex = 222;
+            this.lb_businessStatus.Text = "涓氬姟鐘舵��";
+            // 
+            // txt_businessStatus
+            // 
+            this.txt_businessStatus.Location = new System.Drawing.Point(626, 52);
+            this.txt_businessStatus.Name = "txt_businessStatus";
+            this.txt_businessStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_businessStatus.Properties.Appearance.Options.UseFont = true;
+            this.txt_businessStatus.Size = new System.Drawing.Size(150, 28);
+            this.txt_businessStatus.TabIndex = 222;
+            // 
+            // gv_businessStatus
+            // 
+            this.gv_businessStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_businessStatus.AppearanceCell.Options.UseFont = true;
+            this.gv_businessStatus.Caption = "涓氬姟鐘舵�� 1璁″垝纭 2涓嬭揪 3寮�宸� 4瀹屽伐 5缁撴 ";
+            this.gv_businessStatus.FieldName = "businessStatus";
+            this.gv_businessStatus.MinWidth = 50;
+            this.gv_businessStatus.Name = "gv_businessStatus";
+            this.gv_businessStatus.OptionsColumn.AllowEdit = false;
+            this.gv_businessStatus.Tag = "query_a.BUSINESS_STATUS";
+            this.gv_businessStatus.Visible = true;
+            this.gv_businessStatus.VisibleIndex = 6;
+            this.gv_businessStatus.Width = 94;
+            // 
+            // lb_orderType
+            // 
+            this.lb_orderType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_orderType.Appearance.Options.UseFont = true;
+            this.lb_orderType.Location = new System.Drawing.Point(289, 52);
+            this.lb_orderType.Name = "lb_orderType";
+            this.lb_orderType.Size = new System.Drawing.Size(73, 21);
+            this.lb_orderType.TabIndex = 219;
+            this.lb_orderType.Text = "鍗曟嵁绫诲瀷 ";
+            // 
+            // txt_orderType
+            // 
+            this.txt_orderType.Location = new System.Drawing.Point(376, 52);
+            this.txt_orderType.Name = "txt_orderType";
+            this.txt_orderType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_orderType.Properties.Appearance.Options.UseFont = true;
+            this.txt_orderType.Size = new System.Drawing.Size(150, 28);
+            this.txt_orderType.TabIndex = 219;
+            // 
+            // gv_orderType
+            // 
+            this.gv_orderType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_orderType.AppearanceCell.Options.UseFont = true;
+            this.gv_orderType.Caption = "鍗曟嵁绫诲瀷 ";
+            this.gv_orderType.FieldName = "orderType";
+            this.gv_orderType.MinWidth = 50;
+            this.gv_orderType.Name = "gv_orderType";
+            this.gv_orderType.OptionsColumn.AllowEdit = false;
+            this.gv_orderType.Tag = "query_a.ORDER_TYPE";
+            this.gv_orderType.Visible = true;
+            this.gv_orderType.VisibleIndex = 5;
+            this.gv_orderType.Width = 94;
+            // 
+            // lb_orderDate
+            // 
+            this.lb_orderDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_orderDate.Appearance.Options.UseFont = true;
+            this.lb_orderDate.Location = new System.Drawing.Point(25, 20);
+            this.lb_orderDate.Name = "lb_orderDate";
+            this.lb_orderDate.Size = new System.Drawing.Size(73, 21);
+            this.lb_orderDate.TabIndex = 217;
+            this.lb_orderDate.Text = "鍗曟嵁鏃ユ湡 ";
+            // 
+            // txt_orderDate
+            // 
+            this.txt_orderDate.Location = new System.Drawing.Point(123, 20);
+            this.txt_orderDate.Name = "txt_orderDate";
+            this.txt_orderDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_orderDate.Properties.Appearance.Options.UseFont = true;
+            this.txt_orderDate.Size = new System.Drawing.Size(150, 28);
+            this.txt_orderDate.TabIndex = 217;
+            // 
+            // gv_orderDate
+            // 
+            this.gv_orderDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_orderDate.AppearanceCell.Options.UseFont = true;
+            this.gv_orderDate.Caption = "鍗曟嵁鏃ユ湡 ";
+            this.gv_orderDate.FieldName = "orderDate";
+            this.gv_orderDate.MinWidth = 50;
+            this.gv_orderDate.Name = "gv_orderDate";
+            this.gv_orderDate.OptionsColumn.AllowEdit = false;
+            this.gv_orderDate.Tag = "query_a.ORDER_DATE";
+            this.gv_orderDate.Visible = true;
+            this.gv_orderDate.VisibleIndex = 4;
+            this.gv_orderDate.Width = 94;
+            // 
+            // lb_warehouse
+            // 
+            this.lb_warehouse.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_warehouse.Appearance.Options.UseFont = true;
+            this.lb_warehouse.Location = new System.Drawing.Point(786, 20);
+            this.lb_warehouse.Name = "lb_warehouse";
+            this.lb_warehouse.Size = new System.Drawing.Size(39, 21);
+            this.lb_warehouse.TabIndex = 216;
+            this.lb_warehouse.Text = "浠撳簱 ";
+            // 
+            // txt_warehouse
+            // 
+            this.txt_warehouse.Location = new System.Drawing.Point(881, 20);
+            this.txt_warehouse.Name = "txt_warehouse";
+            this.txt_warehouse.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_warehouse.Properties.Appearance.Options.UseFont = true;
+            this.txt_warehouse.Size = new System.Drawing.Size(150, 28);
+            this.txt_warehouse.TabIndex = 216;
+            // 
+            // gv_warehouse
+            // 
+            this.gv_warehouse.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_warehouse.AppearanceCell.Options.UseFont = true;
+            this.gv_warehouse.Caption = "浠撳簱 ";
+            this.gv_warehouse.FieldName = "warehouse";
+            this.gv_warehouse.MinWidth = 50;
+            this.gv_warehouse.Name = "gv_warehouse";
+            this.gv_warehouse.OptionsColumn.AllowEdit = false;
+            this.gv_warehouse.Tag = "query_a.WAREHOUSE";
+            this.gv_warehouse.Visible = true;
+            this.gv_warehouse.VisibleIndex = 3;
+            this.gv_warehouse.Width = 94;
+            // 
+            // lb_smtProcessAttr
+            // 
+            this.lb_smtProcessAttr.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_smtProcessAttr.Appearance.Options.UseFont = true;
+            this.lb_smtProcessAttr.Location = new System.Drawing.Point(538, 20);
+            this.lb_smtProcessAttr.Name = "lb_smtProcessAttr";
+            this.lb_smtProcessAttr.Size = new System.Drawing.Size(107, 21);
+            this.lb_smtProcessAttr.TabIndex = 213;
+            this.lb_smtProcessAttr.Text = "璐寸墖宸ヨ壓灞炴�� ";
+            // 
+            // txt_smtProcessAttr
+            // 
+            this.txt_smtProcessAttr.Location = new System.Drawing.Point(626, 20);
+            this.txt_smtProcessAttr.Name = "txt_smtProcessAttr";
+            this.txt_smtProcessAttr.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_smtProcessAttr.Properties.Appearance.Options.UseFont = true;
+            this.txt_smtProcessAttr.Size = new System.Drawing.Size(150, 28);
+            this.txt_smtProcessAttr.TabIndex = 213;
+            // 
+            // gv_smtProcessAttr
+            // 
+            this.gv_smtProcessAttr.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_smtProcessAttr.AppearanceCell.Options.UseFont = true;
+            this.gv_smtProcessAttr.Caption = "璐寸墖宸ヨ壓灞炴�� ";
+            this.gv_smtProcessAttr.FieldName = "smtProcessAttr";
+            this.gv_smtProcessAttr.MinWidth = 50;
+            this.gv_smtProcessAttr.Name = "gv_smtProcessAttr";
+            this.gv_smtProcessAttr.OptionsColumn.AllowEdit = false;
+            this.gv_smtProcessAttr.Tag = "query_a.SMT_PROCESS_ATTR";
+            this.gv_smtProcessAttr.Visible = true;
+            this.gv_smtProcessAttr.VisibleIndex = 2;
+            this.gv_smtProcessAttr.Width = 94;
+            // 
+            // lb_orderNo
+            // 
+            this.lb_orderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_orderNo.Appearance.Options.UseFont = true;
+            this.lb_orderNo.Location = new System.Drawing.Point(289, 20);
+            this.lb_orderNo.Name = "lb_orderNo";
+            this.lb_orderNo.Size = new System.Drawing.Size(73, 21);
+            this.lb_orderNo.TabIndex = 211;
+            this.lb_orderNo.Text = "鍗曟嵁缂栧彿 ";
+            // 
+            // txt_orderNo
+            // 
+            this.txt_orderNo.Location = new System.Drawing.Point(376, 20);
+            this.txt_orderNo.Name = "txt_orderNo";
+            this.txt_orderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_orderNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_orderNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_orderNo.TabIndex = 211;
+            // 
+            // gv_orderNo
+            // 
+            this.gv_orderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_orderNo.AppearanceCell.Options.UseFont = true;
+            this.gv_orderNo.Caption = "鍗曟嵁缂栧彿 ";
+            this.gv_orderNo.FieldName = "orderNo";
+            this.gv_orderNo.MinWidth = 120;
+            this.gv_orderNo.Name = "gv_orderNo";
+            this.gv_orderNo.OptionsColumn.AllowEdit = false;
+            this.gv_orderNo.Tag = "query_a.ORDER_NO";
+            this.gv_orderNo.Visible = true;
+            this.gv_orderNo.VisibleIndex = 1;
+            this.gv_orderNo.Width = 120;
+            // 
+            // toolBarMenu1
+            // 
+            this.toolBarMenu1.chkParameter = null;
+            this.toolBarMenu1.currentAction = null;
+            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.toolBarMenu1.guidKey = null;
+            this.toolBarMenu1.isSetBtn = false;
+            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
+            this.toolBarMenu1.Name = "toolBarMenu1";
+            this.toolBarMenu1.rptParameter = null;
+            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
+            this.toolBarMenu1.TabIndex = 0;
+            this.toolBarMenu1.xlsInService = null;
+            this.toolBarMenu1.xlsOutParameter = null;
+            // 
+            // gcMain
+            // 
+            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gcMain.Location = new System.Drawing.Point(0, 0);
+            this.gcMain.MainView = this.gridView1;
+            this.gcMain.Name = "gcMain";
+            this.gcMain.Size = new System.Drawing.Size(1126, 531);
+            this.gcMain.TabIndex = 1;
+            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gridView1});
+            // 
+            // gridView1
+            // 
+            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
+            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
+            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gridView1.Appearance.Row.Options.UseFont = true;
+            this.gridView1.ColumnPanelRowHeight = 50;
+            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+            this.gv_auditStatus,
+            this.gv_orderNo,
+            this.gv_smtProcessAttr,
+            this.gv_warehouse,
+            this.gv_orderDate,
+            this.gv_orderType,
+            this.gv_businessStatus,
+            this.gv_productCode,
+            this.gv_unit,
+            this.gv_workOrderQty,
+            this.gv_planningGroup,
+            this.gv_planner,
+            this.gv_estimatedStartTime,
+            this.gv_estimatedEndTime,
+            this.gv_planReleaseDate,
+            this.gv_storageUpperLimit,
+            this.gv_storageLowerLimit,
+            this.gv_trackingNo,
+            this.gv_batchNo,
+            this.gv_bomVersion,
+            this.gv_salesOrderNo,
+            this.gv_salesOrderLineNo,
+            this.gv_generationMethod,
+            this.gv_erpProductionOrderId,
+            this.gv_erpProductionOrderLineNo,
+            this.gv_erpProductionOrderNo,
+            this.gv_sourceOrderType,
+            this.gv_sourceOrderNo,
+            this.gv_sourceOrderEntryNo,
+            this.gv_demandOrderNo,
+            this.gv_demandOrderLineNo,
+            this.gv_closingPerson,
+            this.gv_closingType,
+            this.gv_splitOrderNo,
+            this.gv_remarks,
+            this.gv_erpId,
+            this.gv_erpProductionEntryCode,
+            this.gv_purchaseorderno,
+            this.gv_purchaseorderentryseq,
+            this.gv_standardpoints,
+            this.gv_pricingpoints,
+            this.gv_stockinqty,
+            this.gv_nostockinqty,
+            this.gv_stockowner,
+            this.gv_auditor,
+            this.gv_auditDate,
+            this.gv_prepareFlag,
+            this.gv_preparer,
+            this.gv_prepareDate,
+            this.gv_suppNo,
+            this.gv_prepareCompDate,
+            this.gv_prepareCompFlag,
+            this.gv_planConfirmation,
+            this.gv_reqSrc,
+            this.gv_srcSplitSeq,
+            this.gv_typea});
+            this.gridView1.GridControl = this.gcMain;
+            this.gridView1.IndicatorWidth = 50;
+            this.gridView1.Name = "gridView1";
+            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
+            this.gridView1.OptionsView.ShowAutoFilterRow = true;
+            this.gridView1.OptionsView.ShowGroupPanel = false;
+            // 
+            // xtraTabControl1
+            // 
+            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
+            this.xtraTabControl1.Name = "xtraTabControl1";
+            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
+            this.xtraTabControl1.Size = new System.Drawing.Size(1128, 683);
+            this.xtraTabControl1.TabIndex = 3;
+            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.xtraTabPage1,
+            this.xtraTabPage2});
+            // 
+            // xtraTabPage1
+            // 
+            this.xtraTabPage1.Controls.Add(this.gcMain);
+            this.xtraTabPage1.Controls.Add(this.pageBar1);
+            this.xtraTabPage1.Name = "xtraTabPage1";
+            this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
+            this.xtraTabPage1.Text = "鏁版嵁鏌ヨ";
+            // 
+            // pageBar1
+            // 
+            this.pageBar1.CurrentPage = 1;
+            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.pageBar1.Location = new System.Drawing.Point(0, 531);
+            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
+            this.pageBar1.Name = "pageBar1";
+            this.pageBar1.RecordCount = 0;
+            this.pageBar1.Size = new System.Drawing.Size(1126, 39);
+            this.pageBar1.TabIndex = 3;
+            this.pageBar1.TotalPages = 0;
+            // 
+            // xtraTabPage2
+            // 
+            this.xtraTabPage2.Controls.Add(this.tabMx);
+            this.xtraTabPage2.Controls.Add(this.panel1);
+            this.xtraTabPage2.Name = "xtraTabPage2";
+            this.xtraTabPage2.PageEnabled = false;
+            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 651);
+            this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
+            // 
+            // tabMx
+            // 
+            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tabMx.Location = new System.Drawing.Point(0, 472);
+            this.tabMx.Name = "tabMx";
+            this.tabMx.SelectedTabPage = this.tabMxPage1;
+            this.tabMx.Size = new System.Drawing.Size(1126, 179);
+            this.tabMx.TabIndex = 2;
+            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.tabMxPage1});
+            // 
+            // panel1
+            // 
+            this.panel1.BackColor = System.Drawing.Color.White;
+            this.panel1.Controls.Add(this.labelControl11);
+            this.panel1.Controls.Add(this.lbGuid);
+            this.panel1.Controls.Add(this.lb_srcSplitSeq);
+            this.panel1.Controls.Add(this.txt_srcSplitSeq);
+            this.panel1.Controls.Add(this.lb_reqSrc);
+            this.panel1.Controls.Add(this.txt_reqSrc);
+            this.panel1.Controls.Add(this.lb_planConfirmation);
+            this.panel1.Controls.Add(this.txt_planConfirmation);
+            this.panel1.Controls.Add(this.lb_prepareCompFlag);
+            this.panel1.Controls.Add(this.txt_prepareCompFlag);
+            this.panel1.Controls.Add(this.lb_prepareCompDate);
+            this.panel1.Controls.Add(this.txt_prepareCompDate);
+            this.panel1.Controls.Add(this.lb_suppNo);
+            this.panel1.Controls.Add(this.txt_suppNo);
+            this.panel1.Controls.Add(this.lb_prepareDate);
+            this.panel1.Controls.Add(this.txt_prepareDate);
+            this.panel1.Controls.Add(this.lb_preparer);
+            this.panel1.Controls.Add(this.txt_preparer);
+            this.panel1.Controls.Add(this.lb_prepareFlag);
+            this.panel1.Controls.Add(this.txt_prepareFlag);
+            this.panel1.Controls.Add(this.lb_auditDate);
+            this.panel1.Controls.Add(this.txt_auditDate);
+            this.panel1.Controls.Add(this.lb_auditor);
+            this.panel1.Controls.Add(this.txt_auditor);
+            this.panel1.Controls.Add(this.lb_auditStatus);
+            this.panel1.Controls.Add(this.txt_auditStatus);
+            this.panel1.Controls.Add(this.lb_stockowner);
+            this.panel1.Controls.Add(this.txt_stockowner);
+            this.panel1.Controls.Add(this.lb_nostockinqty);
+            this.panel1.Controls.Add(this.txt_nostockinqty);
+            this.panel1.Controls.Add(this.lb_stockinqty);
+            this.panel1.Controls.Add(this.txt_stockinqty);
+            this.panel1.Controls.Add(this.lb_pricingpoints);
+            this.panel1.Controls.Add(this.txt_pricingpoints);
+            this.panel1.Controls.Add(this.lb_standardpoints);
+            this.panel1.Controls.Add(this.txt_standardpoints);
+            this.panel1.Controls.Add(this.lb_purchaseorderentryseq);
+            this.panel1.Controls.Add(this.txt_purchaseorderentryseq);
+            this.panel1.Controls.Add(this.lb_purchaseorderno);
+            this.panel1.Controls.Add(this.txt_purchaseorderno);
+            this.panel1.Controls.Add(this.lb_erpProductionEntryCode);
+            this.panel1.Controls.Add(this.txt_erpProductionEntryCode);
+            this.panel1.Controls.Add(this.lb_erpId);
+            this.panel1.Controls.Add(this.txt_erpId);
+            this.panel1.Controls.Add(this.lb_remarks);
+            this.panel1.Controls.Add(this.txt_remarks);
+            this.panel1.Controls.Add(this.lb_splitOrderNo);
+            this.panel1.Controls.Add(this.txt_splitOrderNo);
+            this.panel1.Controls.Add(this.lb_closingType);
+            this.panel1.Controls.Add(this.txt_closingType);
+            this.panel1.Controls.Add(this.lb_closingPerson);
+            this.panel1.Controls.Add(this.txt_closingPerson);
+            this.panel1.Controls.Add(this.lb_demandOrderLineNo);
+            this.panel1.Controls.Add(this.txt_demandOrderLineNo);
+            this.panel1.Controls.Add(this.lb_demandOrderNo);
+            this.panel1.Controls.Add(this.txt_demandOrderNo);
+            this.panel1.Controls.Add(this.lb_sourceOrderEntryNo);
+            this.panel1.Controls.Add(this.txt_sourceOrderEntryNo);
+            this.panel1.Controls.Add(this.lb_sourceOrderNo);
+            this.panel1.Controls.Add(this.txt_sourceOrderNo);
+            this.panel1.Controls.Add(this.lb_sourceOrderType);
+            this.panel1.Controls.Add(this.txt_sourceOrderType);
+            this.panel1.Controls.Add(this.lb_erpProductionOrderNo);
+            this.panel1.Controls.Add(this.txt_erpProductionOrderNo);
+            this.panel1.Controls.Add(this.lb_erpProductionOrderLineNo);
+            this.panel1.Controls.Add(this.txt_erpProductionOrderLineNo);
+            this.panel1.Controls.Add(this.lb_erpProductionOrderId);
+            this.panel1.Controls.Add(this.txt_erpProductionOrderId);
+            this.panel1.Controls.Add(this.lb_generationMethod);
+            this.panel1.Controls.Add(this.txt_generationMethod);
+            this.panel1.Controls.Add(this.lb_salesOrderLineNo);
+            this.panel1.Controls.Add(this.txt_salesOrderLineNo);
+            this.panel1.Controls.Add(this.lb_salesOrderNo);
+            this.panel1.Controls.Add(this.txt_salesOrderNo);
+            this.panel1.Controls.Add(this.lb_bomVersion);
+            this.panel1.Controls.Add(this.txt_bomVersion);
+            this.panel1.Controls.Add(this.lb_batchNo);
+            this.panel1.Controls.Add(this.txt_batchNo);
+            this.panel1.Controls.Add(this.lb_trackingNo);
+            this.panel1.Controls.Add(this.txt_trackingNo);
+            this.panel1.Controls.Add(this.lb_storageLowerLimit);
+            this.panel1.Controls.Add(this.txt_storageLowerLimit);
+            this.panel1.Controls.Add(this.lb_storageUpperLimit);
+            this.panel1.Controls.Add(this.txt_storageUpperLimit);
+            this.panel1.Controls.Add(this.lb_planReleaseDate);
+            this.panel1.Controls.Add(this.txt_planReleaseDate);
+            this.panel1.Controls.Add(this.lb_estimatedEndTime);
+            this.panel1.Controls.Add(this.txt_estimatedEndTime);
+            this.panel1.Controls.Add(this.lb_estimatedStartTime);
+            this.panel1.Controls.Add(this.txt_estimatedStartTime);
+            this.panel1.Controls.Add(this.lb_planner);
+            this.panel1.Controls.Add(this.txt_planner);
+            this.panel1.Controls.Add(this.lb_planningGroup);
+            this.panel1.Controls.Add(this.txt_planningGroup);
+            this.panel1.Controls.Add(this.lb_workOrderQty);
+            this.panel1.Controls.Add(this.txt_workOrderQty);
+            this.panel1.Controls.Add(this.lb_unit);
+            this.panel1.Controls.Add(this.txt_unit);
+            this.panel1.Controls.Add(this.lb_productCode);
+            this.panel1.Controls.Add(this.txt_productCode);
+            this.panel1.Controls.Add(this.lb_businessStatus);
+            this.panel1.Controls.Add(this.txt_businessStatus);
+            this.panel1.Controls.Add(this.lb_orderType);
+            this.panel1.Controls.Add(this.txt_orderType);
+            this.panel1.Controls.Add(this.lb_orderDate);
+            this.panel1.Controls.Add(this.txt_orderDate);
+            this.panel1.Controls.Add(this.lb_warehouse);
+            this.panel1.Controls.Add(this.txt_warehouse);
+            this.panel1.Controls.Add(this.lb_smtProcessAttr);
+            this.panel1.Controls.Add(this.txt_smtProcessAttr);
+            this.panel1.Controls.Add(this.lb_orderNo);
+            this.panel1.Controls.Add(this.txt_orderNo);
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.panel1.Location = new System.Drawing.Point(0, 0);
+            this.panel1.Name = "panel1";
+            this.panel1.Size = new System.Drawing.Size(1126, 472);
+            this.panel1.TabIndex = 1;
+            // 
+            // labelControl11
+            // 
+            this.labelControl11.Location = new System.Drawing.Point(1053, 43);
+            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.labelControl11.Name = "labelControl11";
+            this.labelControl11.Size = new System.Drawing.Size(45, 18);
+            this.labelControl11.TabIndex = 130;
+            this.labelControl11.Text = "涓婚敭锛�";
+            this.labelControl11.Visible = false;
+            // 
+            // lbGuid
+            // 
+            this.lbGuid.AutoSize = true;
+            this.lbGuid.Location = new System.Drawing.Point(1067, 9);
+            this.lbGuid.Name = "lbGuid";
+            this.lbGuid.Size = new System.Drawing.Size(0, 21);
+            this.lbGuid.TabIndex = 1;
+            this.lbGuid.Visible = false;
+            // 
+            // picCheckBox
+            // 
+            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
+            this.picCheckBox.Location = new System.Drawing.Point(929, 55);
+            this.picCheckBox.Name = "picCheckBox";
+            this.picCheckBox.Size = new System.Drawing.Size(100, 50);
+            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.picCheckBox.TabIndex = 8;
+            this.picCheckBox.TabStop = false;
+            this.picCheckBox.Visible = false;
+            // 
+            // Frm_ProductionOrder
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(1128, 763);
+            this.Controls.Add(this.picCheckBox);
+            this.Controls.Add(this.xtraTabControl1);
+            this.Controls.Add(this.toolBarMenu1);
+            this.Name = "Frm_ProductionOrder";
+            this.Text = "濮斿浠诲姟鍗�";
+            this.tabMxPage1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_srcSplitSeq.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_reqSrc.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planConfirmation.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareCompFlag.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareCompDate.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareDate.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_preparer.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_prepareFlag.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_auditDate.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_auditor.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_auditStatus.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_stockowner.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_nostockinqty.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_stockinqty.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_pricingpoints.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_standardpoints.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_purchaseorderentryseq.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_purchaseorderno.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionEntryCode.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpId.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_remarks.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_splitOrderNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_closingType.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_closingPerson.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_demandOrderLineNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_demandOrderNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_sourceOrderEntryNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_sourceOrderNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_sourceOrderType.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderLineNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_erpProductionOrderId.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_generationMethod.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_salesOrderLineNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_salesOrderNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_bomVersion.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_batchNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_trackingNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_storageLowerLimit.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_storageUpperLimit.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planReleaseDate.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_estimatedEndTime.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_estimatedStartTime.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planner.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_planningGroup.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_workOrderQty.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_unit.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_productCode.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_businessStatus.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orderType.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orderDate.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_warehouse.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_smtProcessAttr.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_orderNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+            this.xtraTabControl1.ResumeLayout(false);
+            this.xtraTabPage1.ResumeLayout(false);
+            this.xtraTabPage2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
+            this.tabMx.ResumeLayout(false);
+            this.panel1.ResumeLayout(false);
+            this.panel1.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
+            this.ResumeLayout(false);
+
+        }
+        #endregion
+        private UserControl.UcToolBarMenu toolBarMenu1;
+        private DevExpress.XtraGrid.GridControl gcMain;
+        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
+        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+        private UserControls.Data.UcPageBar pageBar1;
+        private System.Windows.Forms.Panel panel1;
+        private System.Windows.Forms.Label lbGuid;
+        private DevExpress.XtraEditors.LabelControl labelControl11;
+        private DevExpress.XtraTab.XtraTabControl tabMx;
+
+        //BQCreateConrolObejct
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1typeb;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fmemo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1freservetype;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fneeddate;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fstockstatusid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fsrctransstockid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fsrctransorgid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fiskeycomponent;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fisgetscrap;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1unit2;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpProductionEntryCode;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1blnum;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1tlnum3;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1tlnum2;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1tlnum1;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1supplyingOrg2;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1owner;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1ownerType;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1issuingOrg2;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1itemNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1salesOrderNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1subItemUnit;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1subItemType;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1variableLossRate;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fixedLoss;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpHeaderId;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpId;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1denominator;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1numerator;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1isSubstitute;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1compositionQty;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1supplyingType;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1unit;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1process;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1issuingMethod;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1warehouse;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1batchNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1trackingNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1stockOwner;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1issuingOrg;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1supplyingOrg;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1locationNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1issuedQty;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1requiredQty;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1materialCode;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1sequenceNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1workOrderNo;
+        private DevExpress.XtraTab.XtraTabPage tabMxPage1;
+        private DevExpress.XtraGrid.GridControl gcMx1;
+        private DevExpress.XtraGrid.Views.Grid.GridView gvMx1;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_typea;
+
+        private DevExpress.XtraEditors.LabelControl lb_srcSplitSeq;
+        private DevExpress.XtraEditors.TextEdit txt_srcSplitSeq;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_srcSplitSeq;
+
+        private DevExpress.XtraEditors.LabelControl lb_reqSrc;
+        private DevExpress.XtraEditors.TextEdit txt_reqSrc;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_reqSrc;
+
+        private DevExpress.XtraEditors.LabelControl lb_planConfirmation;
+        private DevExpress.XtraEditors.TextEdit txt_planConfirmation;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_planConfirmation;
+
+        private DevExpress.XtraEditors.LabelControl lb_prepareCompFlag;
+        private DevExpress.XtraEditors.TextEdit txt_prepareCompFlag;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_prepareCompFlag;
+
+        private DevExpress.XtraEditors.LabelControl lb_prepareCompDate;
+        private DevExpress.XtraEditors.TextEdit txt_prepareCompDate;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_prepareCompDate;
+
+        private DevExpress.XtraEditors.LabelControl lb_suppNo;
+        private DevExpress.XtraEditors.TextEdit txt_suppNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_suppNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_prepareDate;
+        private DevExpress.XtraEditors.TextEdit txt_prepareDate;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_prepareDate;
+
+        private DevExpress.XtraEditors.LabelControl lb_preparer;
+        private DevExpress.XtraEditors.TextEdit txt_preparer;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_preparer;
+
+        private DevExpress.XtraEditors.LabelControl lb_prepareFlag;
+        private DevExpress.XtraEditors.TextEdit txt_prepareFlag;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_prepareFlag;
+
+        private DevExpress.XtraEditors.LabelControl lb_auditDate;
+        private DevExpress.XtraEditors.TextEdit txt_auditDate;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_auditDate;
+
+        private DevExpress.XtraEditors.LabelControl lb_auditor;
+        private DevExpress.XtraEditors.TextEdit txt_auditor;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_auditor;
+
+        private DevExpress.XtraEditors.LabelControl lb_auditStatus;
+        private DevExpress.XtraEditors.TextEdit txt_auditStatus;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_auditStatus;
+
+        private DevExpress.XtraEditors.LabelControl lb_stockowner;
+        private DevExpress.XtraEditors.TextEdit txt_stockowner;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_stockowner;
+
+        private DevExpress.XtraEditors.LabelControl lb_nostockinqty;
+        private DevExpress.XtraEditors.TextEdit txt_nostockinqty;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_nostockinqty;
+
+        private DevExpress.XtraEditors.LabelControl lb_stockinqty;
+        private DevExpress.XtraEditors.TextEdit txt_stockinqty;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_stockinqty;
+
+        private DevExpress.XtraEditors.LabelControl lb_pricingpoints;
+        private DevExpress.XtraEditors.TextEdit txt_pricingpoints;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_pricingpoints;
+
+        private DevExpress.XtraEditors.LabelControl lb_standardpoints;
+        private DevExpress.XtraEditors.TextEdit txt_standardpoints;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_standardpoints;
+
+        private DevExpress.XtraEditors.LabelControl lb_purchaseorderentryseq;
+        private DevExpress.XtraEditors.TextEdit txt_purchaseorderentryseq;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseorderentryseq;
+
+        private DevExpress.XtraEditors.LabelControl lb_purchaseorderno;
+        private DevExpress.XtraEditors.TextEdit txt_purchaseorderno;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseorderno;
+
+        private DevExpress.XtraEditors.LabelControl lb_erpProductionEntryCode;
+        private DevExpress.XtraEditors.TextEdit txt_erpProductionEntryCode;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_erpProductionEntryCode;
+
+        private DevExpress.XtraEditors.LabelControl lb_erpId;
+        private DevExpress.XtraEditors.TextEdit txt_erpId;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_erpId;
+
+        private DevExpress.XtraEditors.LabelControl lb_remarks;
+        private DevExpress.XtraEditors.TextEdit txt_remarks;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_remarks;
+
+        private DevExpress.XtraEditors.LabelControl lb_splitOrderNo;
+        private DevExpress.XtraEditors.TextEdit txt_splitOrderNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_splitOrderNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_closingType;
+        private DevExpress.XtraEditors.TextEdit txt_closingType;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_closingType;
+
+        private DevExpress.XtraEditors.LabelControl lb_closingPerson;
+        private DevExpress.XtraEditors.TextEdit txt_closingPerson;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_closingPerson;
+
+        private DevExpress.XtraEditors.LabelControl lb_demandOrderLineNo;
+        private DevExpress.XtraEditors.TextEdit txt_demandOrderLineNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_demandOrderLineNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_demandOrderNo;
+        private DevExpress.XtraEditors.TextEdit txt_demandOrderNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_demandOrderNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_sourceOrderEntryNo;
+        private DevExpress.XtraEditors.TextEdit txt_sourceOrderEntryNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_sourceOrderEntryNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_sourceOrderNo;
+        private DevExpress.XtraEditors.TextEdit txt_sourceOrderNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_sourceOrderNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_sourceOrderType;
+        private DevExpress.XtraEditors.TextEdit txt_sourceOrderType;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_sourceOrderType;
+
+        private DevExpress.XtraEditors.LabelControl lb_erpProductionOrderNo;
+        private DevExpress.XtraEditors.TextEdit txt_erpProductionOrderNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_erpProductionOrderNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_erpProductionOrderLineNo;
+        private DevExpress.XtraEditors.TextEdit txt_erpProductionOrderLineNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_erpProductionOrderLineNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_erpProductionOrderId;
+        private DevExpress.XtraEditors.TextEdit txt_erpProductionOrderId;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_erpProductionOrderId;
+
+        private DevExpress.XtraEditors.LabelControl lb_generationMethod;
+        private DevExpress.XtraEditors.TextEdit txt_generationMethod;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_generationMethod;
+
+        private DevExpress.XtraEditors.LabelControl lb_salesOrderLineNo;
+        private DevExpress.XtraEditors.TextEdit txt_salesOrderLineNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderLineNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_salesOrderNo;
+        private DevExpress.XtraEditors.TextEdit txt_salesOrderNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_bomVersion;
+        private DevExpress.XtraEditors.TextEdit txt_bomVersion;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_bomVersion;
+
+        private DevExpress.XtraEditors.LabelControl lb_batchNo;
+        private DevExpress.XtraEditors.TextEdit txt_batchNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_batchNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_trackingNo;
+        private DevExpress.XtraEditors.TextEdit txt_trackingNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_trackingNo;
+
+        private DevExpress.XtraEditors.LabelControl lb_storageLowerLimit;
+        private DevExpress.XtraEditors.TextEdit txt_storageLowerLimit;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_storageLowerLimit;
+
+        private DevExpress.XtraEditors.LabelControl lb_storageUpperLimit;
+        private DevExpress.XtraEditors.TextEdit txt_storageUpperLimit;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_storageUpperLimit;
+
+        private DevExpress.XtraEditors.LabelControl lb_planReleaseDate;
+        private DevExpress.XtraEditors.TextEdit txt_planReleaseDate;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_planReleaseDate;
+
+        private DevExpress.XtraEditors.LabelControl lb_estimatedEndTime;
+        private DevExpress.XtraEditors.TextEdit txt_estimatedEndTime;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_estimatedEndTime;
+
+        private DevExpress.XtraEditors.LabelControl lb_estimatedStartTime;
+        private DevExpress.XtraEditors.TextEdit txt_estimatedStartTime;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_estimatedStartTime;
+
+        private DevExpress.XtraEditors.LabelControl lb_planner;
+        private DevExpress.XtraEditors.TextEdit txt_planner;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_planner;
+
+        private DevExpress.XtraEditors.LabelControl lb_planningGroup;
+        private DevExpress.XtraEditors.TextEdit txt_planningGroup;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_planningGroup;
+
+        private DevExpress.XtraEditors.LabelControl lb_workOrderQty;
+        private DevExpress.XtraEditors.TextEdit txt_workOrderQty;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_workOrderQty;
+
+        private DevExpress.XtraEditors.LabelControl lb_unit;
+        private DevExpress.XtraEditors.TextEdit txt_unit;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_unit;
+
+        private DevExpress.XtraEditors.LabelControl lb_productCode;
+        private DevExpress.XtraEditors.TextEdit txt_productCode;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_productCode;
+
+        private DevExpress.XtraEditors.LabelControl lb_businessStatus;
+        private DevExpress.XtraEditors.TextEdit txt_businessStatus;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_businessStatus;
+
+        private DevExpress.XtraEditors.LabelControl lb_orderType;
+        private DevExpress.XtraEditors.TextEdit txt_orderType;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_orderType;
+
+        private DevExpress.XtraEditors.LabelControl lb_orderDate;
+        private DevExpress.XtraEditors.TextEdit txt_orderDate;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_orderDate;
+
+        private DevExpress.XtraEditors.LabelControl lb_warehouse;
+        private DevExpress.XtraEditors.TextEdit txt_warehouse;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_warehouse;
+
+        private DevExpress.XtraEditors.LabelControl lb_smtProcessAttr;
+        private DevExpress.XtraEditors.TextEdit txt_smtProcessAttr;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_smtProcessAttr;
+
+        private DevExpress.XtraEditors.LabelControl lb_orderNo;
+        private DevExpress.XtraEditors.TextEdit txt_orderNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_orderNo;
+        private System.Windows.Forms.PictureBox picCheckBox;
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.cs
new file mode 100644
index 0000000..2f4896a
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.cs
@@ -0,0 +1,198 @@
+using DevExpress.RichEdit.Export;
+using DevExpress.XtraGrid.Views.Grid;
+using DevExpress.XtraGrid.Views.Grid.ViewInfo;
+using Gs.DevApp.Entity;
+using Gs.DevApp.ToolBox;
+using Gs.DevApp.UserControl;
+using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Drawing;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Gs.DevApp.DevFrm
+{
+    public partial class Frm_ProductionOrder : DevExpress.XtraEditors.XtraForm
+    {
+        string _webServiceName = "ProductionOrderManager/";
+        List<FilterEntity> _filterList = new List<FilterEntity>();
+        public Frm_ProductionOrder()
+        {
+            InitializeComponent();
+            this.toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
+            this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "auditStatusChk", "", (value) =>
+            {
+                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
+            });
+            Gs.DevApp.ToolBox.UtilityHelper.SetTabParameter(gridView1, xtraTabControl1, pageBar1, (value) =>
+            {
+                getModel(value);
+            }, (value) =>
+            {
+                getPageList(this.pageBar1.CurrentPage);
+            });
+            getPageList(1);
+            pageBar1.PagerEvent += PageBar1_PagerEvent;
+        }
+        private async void GridView1_ColumnFilterChanged(object sender, EventArgs e)
+        {
+            _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns);
+            await Task.Delay(100);
+            getPageList(1);
+        }
+       
+        /// <summary>
+        /// 鍒嗛〉浜嬩欢
+        /// </summary>
+        /// <param name="curPage"></param>
+        /// <param name="pageSize"></param>
+        private void PageBar1_PagerEvent(int curPage, int pageSize)
+        {
+            getPageList(curPage);
+        }
+        /// <summary>
+        /// 鏌ヨ浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnQueryClick(object sender, EventArgs e)
+        {
+            gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+            gridView1.ActiveFilter.Clear();
+            gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+            var frm = new ShowFilter(gridView1.Columns, _filterList);
+            frm.UpdateParent += Frm_UpdateParent;
+            frm.ShowDialog();
+        }
+        /// <summary>
+        /// 鏌ヨ鍥炶皟
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void Frm_UpdateParent(object sender, UpdateParentEventArgs e)
+        {
+            _filterList = e.FilterList;
+            getPageList(1);
+        }
+
+        /// <summary>
+        /// 鍒锋柊浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e)
+        {
+            if (xtraTabControl1.SelectedTabPageIndex == 1)
+                getModel(lbGuid.Text.Trim());
+            else
+            {
+                _filterList.Clear();
+                if (gridView1.ActiveFilter.Count > 0)
+                {
+                    gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+                    gridView1.ActiveFilter.Clear();
+                    gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+                }
+                getPageList(1);
+            }
+        }
+        
+        /// <summary>
+        /// 
+        /// </summary>
+        /// <param name="curPage">绗嚑椤�</param>
+        /// <param name="pageSize">姣忛〉鍑犳潯</param>
+        private  void getPageList(int curPage)
+        {
+            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
+            PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "order_no", "asc", "", _sbSqlWhere.ToString());
+            string json = JsonConvert.SerializeObject(pgq);
+            try
+            {
+                var strReturn =  UtilityHelper.HttpPost("", _webServiceName + "GetListPage", json);
+                ReturnModel<PageListModel> dd = UtilityHelper.ReturnToTablePage(strReturn);
+                if (dd.rtnCode > 0)
+                {
+                    DataTable dt = dd.rtnData.list;
+                    gcMain.BindingContext = new BindingContext();
+                    gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+                    if (dt.Rows.Count > 0)
+                    {
+                        gcMain.DataSource = dt;
+                        gcMain.ForceInitialize();
+                    }
+                    else
+                        UtilityHelper.SetDefaultTable(gcMain, gridView1);
+                    gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+                    pageBar1.TotalPages = dd.rtnData.pages;//鎬婚〉
+                    pageBar1.CurrentPage = curPage;//褰撳墠椤�
+                    pageBar1.RecordCount = dd.rtnData.total;//鎬昏褰曟暟
+                }
+                else
+                {
+                    ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + dd.rtnMsg);
+                }
+            }
+            catch (Exception ex)
+            {
+                ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+        private void getModel(string strGuid)
+        {
+            bool isEdit = false;
+            if (toolBarMenu1.currentAction == "add") return;
+            if (toolBarMenu1.currentAction == "edit") isEdit = true;
+            if (string.IsNullOrEmpty(strGuid))
+            {
+                ToolBox.MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            var _obj = new
+            {
+                guid = strGuid,//涓诲缓
+            };
+            try
+            {
+                string strJson = UtilityHelper.HttpPost("", _webServiceName + "GetModel", JsonConvert.SerializeObject(_obj));
+                ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson);
+                if (_rtn.rtnCode > 0)
+                {
+                    dynamic dy = _rtn.rtnData;
+                    lbGuid.Text = strGuid;
+                    List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
+                    gvList.Add(gvMx1);
+                    UtilityHelper.SetValueByObj(this.panel1.Controls, dy, isEdit, gvList);
+                    JObject _job = JObject.Parse(strJson);
+                    JArray array = new JArray();
+                    foreach (var a in _job["rtnData"]["list"])
+                    {
+                        array.Add(a);
+                    }
+                    DataTable dt = JsonConvert.DeserializeObject<DataTable>(array.ToString());
+                    if (dt.Rows.Count > 0)
+                    {
+                        gcMx1.BindingContext = new BindingContext();
+                        gcMx1.DataSource = dt;
+                        gcMx1.ForceInitialize();
+                    }
+                    else
+                    {
+                        Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+                    }
+                }
+                else
+                    ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg);
+            }
+            catch (Exception ex)
+            {
+                ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
+        }
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.resx b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.resx
new file mode 100644
index 0000000..d58980a
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.resx
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+</root>
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs
new file mode 100644
index 0000000..a0413df
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs
@@ -0,0 +1,988 @@
+/* Create By GS EasyCode */
+namespace Gs.DevApp.DevFrm
+{
+    partial class Frm_WwPc
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_WwPc));
+            this.gvMx1rwdGuid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1pcGuid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1departId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1daa013 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1pcTime = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1scheduleOrder = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1miCn = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1pcSh = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1pcId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1wgUser = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1wgTime = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1daa018 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1blUser = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1blTime = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1blState = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1mesEndProd = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1mesStartProd = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1daa011 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1daa014 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1unit = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1daa008 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1daa003 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1daa001 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1eid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1erpid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1id = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
+            this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.lb_departId = new DevExpress.XtraEditors.LabelControl();
+            this.txt_departId = new DevExpress.XtraEditors.TextEdit();
+            this.gv_departId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_wwDd = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_shState = new DevExpress.XtraEditors.LabelControl();
+            this.gv_shState = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_shTime = new DevExpress.XtraEditors.LabelControl();
+            this.txt_shTime = new DevExpress.XtraEditors.TextEdit();
+            this.gv_shTime = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_shBy = new DevExpress.XtraEditors.LabelControl();
+            this.txt_shBy = new DevExpress.XtraEditors.TextEdit();
+            this.gv_shBy = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_createTime = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.lb_hNo = new DevExpress.XtraEditors.LabelControl();
+            this.txt_hNo = new DevExpress.XtraEditors.TextEdit();
+            this.gv_hNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
+            this.gcMain = new DevExpress.XtraGrid.GridControl();
+            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.pageBar1 = new UserControls.Data.UcPageBar();
+            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+            this.tabMx = new DevExpress.XtraTab.XtraTabControl();
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.txt_shState = new DevExpress.XtraEditors.CheckEdit();
+            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
+            this.lbGuid = new System.Windows.Forms.Label();
+            this.picCheckBox = new System.Windows.Forms.PictureBox();
+            this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
+            this.tabMxPage1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_departId.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_shTime.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_shBy.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_hNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+            this.xtraTabControl1.SuspendLayout();
+            this.xtraTabPage1.SuspendLayout();
+            this.xtraTabPage2.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
+            this.tabMx.SuspendLayout();
+            this.panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_shState.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // gvMx1rwdGuid
+            // 
+            this.gvMx1rwdGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1rwdGuid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1rwdGuid.Caption = "浠诲姟鍗曠殑guid ";
+            this.gvMx1rwdGuid.FieldName = "rwdGuid";
+            this.gvMx1rwdGuid.MinWidth = 50;
+            this.gvMx1rwdGuid.Name = "gvMx1rwdGuid";
+            this.gvMx1rwdGuid.Tag = "query_a.rwdGuid";
+            this.gvMx1rwdGuid.Visible = true;
+            this.gvMx1rwdGuid.VisibleIndex = 25;
+            this.gvMx1rwdGuid.Width = 94;
+            // 
+            // gvMx1pcGuid
+            // 
+            this.gvMx1pcGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1pcGuid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1pcGuid.Caption = "鎺掍骇guid ";
+            this.gvMx1pcGuid.FieldName = "pcGuid";
+            this.gvMx1pcGuid.MinWidth = 50;
+            this.gvMx1pcGuid.Name = "gvMx1pcGuid";
+            this.gvMx1pcGuid.Tag = "query_a.pcGuid";
+            this.gvMx1pcGuid.Visible = true;
+            this.gvMx1pcGuid.VisibleIndex = 24;
+            this.gvMx1pcGuid.Width = 94;
+            // 
+            // gvMx1departId
+            // 
+            this.gvMx1departId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1departId.AppearanceCell.Options.UseFont = true;
+            this.gvMx1departId.Caption = "棰嗘枡閮ㄩ棬id ";
+            this.gvMx1departId.FieldName = "departId";
+            this.gvMx1departId.MinWidth = 50;
+            this.gvMx1departId.Name = "gvMx1departId";
+            this.gvMx1departId.Tag = "query_a.depart_id";
+            this.gvMx1departId.Visible = true;
+            this.gvMx1departId.VisibleIndex = 23;
+            this.gvMx1departId.Width = 94;
+            // 
+            // gvMx1daa013
+            // 
+            this.gvMx1daa013.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1daa013.AppearanceCell.Options.UseFont = true;
+            this.gvMx1daa013.Caption = "daa013 ";
+            this.gvMx1daa013.FieldName = "daa013";
+            this.gvMx1daa013.MinWidth = 50;
+            this.gvMx1daa013.Name = "gvMx1daa013";
+            this.gvMx1daa013.Tag = "query_a.daa013";
+            this.gvMx1daa013.Visible = true;
+            this.gvMx1daa013.VisibleIndex = 22;
+            this.gvMx1daa013.Width = 94;
+            // 
+            // gvMx1pcTime
+            // 
+            this.gvMx1pcTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1pcTime.AppearanceCell.Options.UseFont = true;
+            this.gvMx1pcTime.Caption = "鎺掍骇鏃堕棿 ";
+            this.gvMx1pcTime.FieldName = "pcTime";
+            this.gvMx1pcTime.MinWidth = 50;
+            this.gvMx1pcTime.Name = "gvMx1pcTime";
+            this.gvMx1pcTime.Tag = "query_a.pc_time";
+            this.gvMx1pcTime.Visible = true;
+            this.gvMx1pcTime.VisibleIndex = 21;
+            this.gvMx1pcTime.Width = 94;
+            // 
+            // gvMx1scheduleOrder
+            // 
+            this.gvMx1scheduleOrder.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1scheduleOrder.AppearanceCell.Options.UseFont = true;
+            this.gvMx1scheduleOrder.Caption = "搴忓彿 ";
+            this.gvMx1scheduleOrder.FieldName = "scheduleOrder";
+            this.gvMx1scheduleOrder.MinWidth = 50;
+            this.gvMx1scheduleOrder.Name = "gvMx1scheduleOrder";
+            this.gvMx1scheduleOrder.Tag = "query_a.schedule_order";
+            this.gvMx1scheduleOrder.Visible = true;
+            this.gvMx1scheduleOrder.VisibleIndex = 20;
+            this.gvMx1scheduleOrder.Width = 94;
+            // 
+            // gvMx1miCn
+            // 
+            this.gvMx1miCn.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1miCn.AppearanceCell.Options.UseFont = true;
+            this.gvMx1miCn.Caption = "鍒嗛挓浜ц兘 ";
+            this.gvMx1miCn.FieldName = "miCn";
+            this.gvMx1miCn.MinWidth = 50;
+            this.gvMx1miCn.Name = "gvMx1miCn";
+            this.gvMx1miCn.Tag = "query_a.mi_cn";
+            this.gvMx1miCn.Visible = true;
+            this.gvMx1miCn.VisibleIndex = 19;
+            this.gvMx1miCn.Width = 94;
+            // 
+            // gvMx1pcSh
+            // 
+            this.gvMx1pcSh.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1pcSh.AppearanceCell.Options.UseFont = true;
+            this.gvMx1pcSh.Caption = "鎺掍骇瀹℃牳 ";
+            this.gvMx1pcSh.FieldName = "pcSh";
+            this.gvMx1pcSh.MinWidth = 50;
+            this.gvMx1pcSh.Name = "gvMx1pcSh";
+            this.gvMx1pcSh.Tag = "query_a.pc_sh";
+            this.gvMx1pcSh.Visible = true;
+            this.gvMx1pcSh.VisibleIndex = 18;
+            this.gvMx1pcSh.Width = 94;
+            // 
+            // gvMx1pcId
+            // 
+            this.gvMx1pcId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1pcId.AppearanceCell.Options.UseFont = true;
+            this.gvMx1pcId.Caption = "鎺掍骇id ";
+            this.gvMx1pcId.FieldName = "pcId";
+            this.gvMx1pcId.MinWidth = 50;
+            this.gvMx1pcId.Name = "gvMx1pcId";
+            this.gvMx1pcId.Tag = "query_a.pc_id";
+            this.gvMx1pcId.Visible = true;
+            this.gvMx1pcId.VisibleIndex = 17;
+            this.gvMx1pcId.Width = 94;
+            // 
+            // gvMx1wgUser
+            // 
+            this.gvMx1wgUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1wgUser.AppearanceCell.Options.UseFont = true;
+            this.gvMx1wgUser.Caption = "瀹屽伐浜� ";
+            this.gvMx1wgUser.FieldName = "wgUser";
+            this.gvMx1wgUser.MinWidth = 50;
+            this.gvMx1wgUser.Name = "gvMx1wgUser";
+            this.gvMx1wgUser.Tag = "query_a.wg_user";
+            this.gvMx1wgUser.Visible = true;
+            this.gvMx1wgUser.VisibleIndex = 16;
+            this.gvMx1wgUser.Width = 94;
+            // 
+            // gvMx1wgTime
+            // 
+            this.gvMx1wgTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1wgTime.AppearanceCell.Options.UseFont = true;
+            this.gvMx1wgTime.Caption = "瀹屽伐鏃堕棿 ";
+            this.gvMx1wgTime.FieldName = "wgTime";
+            this.gvMx1wgTime.MinWidth = 50;
+            this.gvMx1wgTime.Name = "gvMx1wgTime";
+            this.gvMx1wgTime.Tag = "query_a.wg_time";
+            this.gvMx1wgTime.Visible = true;
+            this.gvMx1wgTime.VisibleIndex = 15;
+            this.gvMx1wgTime.Width = 94;
+            // 
+            // gvMx1daa018
+            // 
+            this.gvMx1daa018.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1daa018.AppearanceCell.Options.UseFont = true;
+            this.gvMx1daa018.Caption = "宸ュ崟鐘舵�� ";
+            this.gvMx1daa018.FieldName = "daa018";
+            this.gvMx1daa018.MinWidth = 50;
+            this.gvMx1daa018.Name = "gvMx1daa018";
+            this.gvMx1daa018.Tag = "query_a.daa018";
+            this.gvMx1daa018.Visible = true;
+            this.gvMx1daa018.VisibleIndex = 14;
+            this.gvMx1daa018.Width = 94;
+            // 
+            // gvMx1blUser
+            // 
+            this.gvMx1blUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1blUser.AppearanceCell.Options.UseFont = true;
+            this.gvMx1blUser.Caption = "澶囨枡浜� ";
+            this.gvMx1blUser.FieldName = "blUser";
+            this.gvMx1blUser.MinWidth = 50;
+            this.gvMx1blUser.Name = "gvMx1blUser";
+            this.gvMx1blUser.Tag = "query_a.bl_user";
+            this.gvMx1blUser.Visible = true;
+            this.gvMx1blUser.VisibleIndex = 13;
+            this.gvMx1blUser.Width = 94;
+            // 
+            // gvMx1blTime
+            // 
+            this.gvMx1blTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1blTime.AppearanceCell.Options.UseFont = true;
+            this.gvMx1blTime.Caption = "澶囨枡鏃堕棿 ";
+            this.gvMx1blTime.FieldName = "blTime";
+            this.gvMx1blTime.MinWidth = 50;
+            this.gvMx1blTime.Name = "gvMx1blTime";
+            this.gvMx1blTime.Tag = "query_a.bl_time";
+            this.gvMx1blTime.Visible = true;
+            this.gvMx1blTime.VisibleIndex = 12;
+            this.gvMx1blTime.Width = 94;
+            // 
+            // gvMx1blState
+            // 
+            this.gvMx1blState.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1blState.AppearanceCell.Options.UseFont = true;
+            this.gvMx1blState.Caption = "澶囨枡鐘舵�� ";
+            this.gvMx1blState.FieldName = "blState";
+            this.gvMx1blState.MinWidth = 50;
+            this.gvMx1blState.Name = "gvMx1blState";
+            this.gvMx1blState.Tag = "query_a.bl_state";
+            this.gvMx1blState.Visible = true;
+            this.gvMx1blState.VisibleIndex = 11;
+            this.gvMx1blState.Width = 94;
+            // 
+            // gvMx1mesEndProd
+            // 
+            this.gvMx1mesEndProd.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1mesEndProd.AppearanceCell.Options.UseFont = true;
+            this.gvMx1mesEndProd.Caption = "棰勮瀹屽伐鏃堕棿 ";
+            this.gvMx1mesEndProd.FieldName = "mesEndProd";
+            this.gvMx1mesEndProd.MinWidth = 50;
+            this.gvMx1mesEndProd.Name = "gvMx1mesEndProd";
+            this.gvMx1mesEndProd.Tag = "query_a.mes_end_prod";
+            this.gvMx1mesEndProd.Visible = true;
+            this.gvMx1mesEndProd.VisibleIndex = 10;
+            this.gvMx1mesEndProd.Width = 94;
+            // 
+            // gvMx1mesStartProd
+            // 
+            this.gvMx1mesStartProd.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1mesStartProd.AppearanceCell.Options.UseFont = true;
+            this.gvMx1mesStartProd.Caption = "棰勮寮�宸ユ椂闂� ";
+            this.gvMx1mesStartProd.FieldName = "mesStartProd";
+            this.gvMx1mesStartProd.MinWidth = 50;
+            this.gvMx1mesStartProd.Name = "gvMx1mesStartProd";
+            this.gvMx1mesStartProd.Tag = "query_a.mes_start_prod";
+            this.gvMx1mesStartProd.Visible = true;
+            this.gvMx1mesStartProd.VisibleIndex = 9;
+            this.gvMx1mesStartProd.Width = 94;
+            // 
+            // gvMx1daa011
+            // 
+            this.gvMx1daa011.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1daa011.AppearanceCell.Options.UseFont = true;
+            this.gvMx1daa011.Caption = "鐢熶骇鏁� ";
+            this.gvMx1daa011.FieldName = "daa011";
+            this.gvMx1daa011.MinWidth = 50;
+            this.gvMx1daa011.Name = "gvMx1daa011";
+            this.gvMx1daa011.Tag = "query_a.daa011";
+            this.gvMx1daa011.Visible = true;
+            this.gvMx1daa011.VisibleIndex = 8;
+            this.gvMx1daa011.Width = 94;
+            // 
+            // gvMx1daa014
+            // 
+            this.gvMx1daa014.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1daa014.AppearanceCell.Options.UseFont = true;
+            this.gvMx1daa014.Caption = "濮斿璁㈠崟鍙� ";
+            this.gvMx1daa014.FieldName = "daa014";
+            this.gvMx1daa014.MinWidth = 50;
+            this.gvMx1daa014.Name = "gvMx1daa014";
+            this.gvMx1daa014.Tag = "query_a.daa014";
+            this.gvMx1daa014.Visible = true;
+            this.gvMx1daa014.VisibleIndex = 7;
+            this.gvMx1daa014.Width = 94;
+            // 
+            // gvMx1unit
+            // 
+            this.gvMx1unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1unit.AppearanceCell.Options.UseFont = true;
+            this.gvMx1unit.Caption = "鍗曚綅id ";
+            this.gvMx1unit.FieldName = "unit";
+            this.gvMx1unit.MinWidth = 50;
+            this.gvMx1unit.Name = "gvMx1unit";
+            this.gvMx1unit.Tag = "query_a.unit";
+            this.gvMx1unit.Visible = true;
+            this.gvMx1unit.VisibleIndex = 6;
+            this.gvMx1unit.Width = 94;
+            // 
+            // gvMx1daa008
+            // 
+            this.gvMx1daa008.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1daa008.AppearanceCell.Options.UseFont = true;
+            this.gvMx1daa008.Caption = "宸ュ崟鏁伴噺 ";
+            this.gvMx1daa008.FieldName = "daa008";
+            this.gvMx1daa008.MinWidth = 50;
+            this.gvMx1daa008.Name = "gvMx1daa008";
+            this.gvMx1daa008.Tag = "query_a.daa008";
+            this.gvMx1daa008.Visible = true;
+            this.gvMx1daa008.VisibleIndex = 5;
+            this.gvMx1daa008.Width = 94;
+            // 
+            // gvMx1daa003
+            // 
+            this.gvMx1daa003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1daa003.AppearanceCell.Options.UseFont = true;
+            this.gvMx1daa003.Caption = "鐗╂枡id ";
+            this.gvMx1daa003.FieldName = "daa003";
+            this.gvMx1daa003.MinWidth = 50;
+            this.gvMx1daa003.Name = "gvMx1daa003";
+            this.gvMx1daa003.Tag = "query_a.daa003";
+            this.gvMx1daa003.Visible = true;
+            this.gvMx1daa003.VisibleIndex = 4;
+            this.gvMx1daa003.Width = 94;
+            // 
+            // gvMx1daa001
+            // 
+            this.gvMx1daa001.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1daa001.AppearanceCell.Options.UseFont = true;
+            this.gvMx1daa001.Caption = "宸ュ崟鍙� ";
+            this.gvMx1daa001.FieldName = "daa001";
+            this.gvMx1daa001.MinWidth = 50;
+            this.gvMx1daa001.Name = "gvMx1daa001";
+            this.gvMx1daa001.Tag = "query_a.daa001";
+            this.gvMx1daa001.Visible = true;
+            this.gvMx1daa001.VisibleIndex = 3;
+            this.gvMx1daa001.Width = 94;
+            // 
+            // gvMx1eid
+            // 
+            this.gvMx1eid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1eid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1eid.Caption = "eid ";
+            this.gvMx1eid.FieldName = "eid";
+            this.gvMx1eid.MinWidth = 50;
+            this.gvMx1eid.Name = "gvMx1eid";
+            this.gvMx1eid.Tag = "query_a.eid";
+            this.gvMx1eid.Visible = true;
+            this.gvMx1eid.VisibleIndex = 2;
+            this.gvMx1eid.Width = 94;
+            // 
+            // gvMx1erpid
+            // 
+            this.gvMx1erpid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1erpid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1erpid.Caption = "erpid ";
+            this.gvMx1erpid.FieldName = "erpid";
+            this.gvMx1erpid.MinWidth = 50;
+            this.gvMx1erpid.Name = "gvMx1erpid";
+            this.gvMx1erpid.Tag = "query_a.erpid";
+            this.gvMx1erpid.Visible = true;
+            this.gvMx1erpid.VisibleIndex = 1;
+            this.gvMx1erpid.Width = 94;
+            // 
+            // gvMx1id
+            // 
+            this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gvMx1id.AppearanceCell.Options.UseFont = true;
+            this.gvMx1id.Caption = "id ";
+            this.gvMx1id.FieldName = "id";
+            this.gvMx1id.MinWidth = 50;
+            this.gvMx1id.Name = "gvMx1id";
+            this.gvMx1id.Tag = "query_a.id";
+            this.gvMx1id.Visible = true;
+            this.gvMx1id.VisibleIndex = 0;
+            this.gvMx1id.Width = 94;
+            // 
+            // tabMxPage1
+            // 
+            this.tabMxPage1.Controls.Add(this.gcMx1);
+            this.tabMxPage1.Name = "tabMxPage1";
+            this.tabMxPage1.Size = new System.Drawing.Size(1124, 414);
+            this.tabMxPage1.Text = "濮斿浠诲姟鍗曟槑缁�";
+            // 
+            // gcMx1
+            // 
+            this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMx1.Location = new System.Drawing.Point(0, 0);
+            this.gcMx1.MainView = this.gvMx1;
+            this.gcMx1.Name = "gcMx1";
+            this.gcMx1.Size = new System.Drawing.Size(1124, 414);
+            this.gcMx1.TabIndex = 0;
+            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gvMx1});
+            // 
+            // gvMx1
+            // 
+            this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+            this.gvMx1id,
+            this.gvMx1erpid,
+            this.gvMx1eid,
+            this.gvMx1daa001,
+            this.gvMx1daa003,
+            this.gvMx1daa008,
+            this.gvMx1unit,
+            this.gvMx1daa014,
+            this.gvMx1daa011,
+            this.gvMx1mesStartProd,
+            this.gvMx1mesEndProd,
+            this.gvMx1blState,
+            this.gvMx1blTime,
+            this.gvMx1blUser,
+            this.gvMx1daa018,
+            this.gvMx1wgTime,
+            this.gvMx1wgUser,
+            this.gvMx1pcId,
+            this.gvMx1pcSh,
+            this.gvMx1miCn,
+            this.gvMx1scheduleOrder,
+            this.gvMx1pcTime,
+            this.gvMx1daa013,
+            this.gvMx1departId,
+            this.gvMx1pcGuid,
+            this.gvMx1rwdGuid});
+            this.gvMx1.GridControl = this.gcMx1;
+            this.gvMx1.Name = "gvMx1";
+            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
+            this.gvMx1.OptionsFind.ShowSearchNavButtons = false;
+            this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
+            this.gvMx1.OptionsView.ShowGroupPanel = false;
+            // 
+            // lb_departId
+            // 
+            this.lb_departId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_departId.Appearance.Options.UseFont = true;
+            this.lb_departId.Location = new System.Drawing.Point(12, 54);
+            this.lb_departId.Name = "lb_departId";
+            this.lb_departId.Size = new System.Drawing.Size(68, 21);
+            this.lb_departId.TabIndex = 228;
+            this.lb_departId.Text = "棰嗘枡閮ㄩ棬";
+            // 
+            // txt_departId
+            // 
+            this.txt_departId.Location = new System.Drawing.Point(86, 50);
+            this.txt_departId.Name = "txt_departId";
+            this.txt_departId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_departId.Properties.Appearance.Options.UseFont = true;
+            this.txt_departId.Size = new System.Drawing.Size(150, 28);
+            this.txt_departId.TabIndex = 228;
+            // 
+            // gv_departId
+            // 
+            this.gv_departId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_departId.AppearanceCell.Options.UseFont = true;
+            this.gv_departId.Caption = "棰嗘枡閮ㄩ棬id ";
+            this.gv_departId.FieldName = "departId";
+            this.gv_departId.MinWidth = 50;
+            this.gv_departId.Name = "gv_departId";
+            this.gv_departId.OptionsColumn.AllowEdit = false;
+            this.gv_departId.Tag = "query_a.depart_id";
+            this.gv_departId.Visible = true;
+            this.gv_departId.VisibleIndex = 8;
+            this.gv_departId.Width = 94;
+            // 
+            // gv_wwDd
+            // 
+            this.gv_wwDd.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_wwDd.AppearanceCell.Options.UseFont = true;
+            this.gv_wwDd.Caption = "濮斿璁㈠崟 ";
+            this.gv_wwDd.FieldName = "wwDd";
+            this.gv_wwDd.MinWidth = 50;
+            this.gv_wwDd.Name = "gv_wwDd";
+            this.gv_wwDd.OptionsColumn.AllowEdit = false;
+            this.gv_wwDd.Tag = "query_a.ww_dd";
+            this.gv_wwDd.Visible = true;
+            this.gv_wwDd.VisibleIndex = 7;
+            this.gv_wwDd.Width = 94;
+            // 
+            // lb_shState
+            // 
+            this.lb_shState.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_shState.Appearance.Options.UseFont = true;
+            this.lb_shState.Location = new System.Drawing.Point(245, 88);
+            this.lb_shState.Name = "lb_shState";
+            this.lb_shState.Size = new System.Drawing.Size(68, 21);
+            this.lb_shState.TabIndex = 222;
+            this.lb_shState.Text = "瀹℃牳鐘舵��";
+            // 
+            // gv_shState
+            // 
+            this.gv_shState.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_shState.AppearanceCell.Options.UseFont = true;
+            this.gv_shState.Caption = "瀹℃牳鐘舵�� ";
+            this.gv_shState.FieldName = "shState";
+            this.gv_shState.MinWidth = 50;
+            this.gv_shState.Name = "gv_shState";
+            this.gv_shState.OptionsColumn.AllowEdit = false;
+            this.gv_shState.Tag = "query_a.sh_state";
+            this.gv_shState.Visible = true;
+            this.gv_shState.VisibleIndex = 6;
+            this.gv_shState.Width = 94;
+            // 
+            // lb_shTime
+            // 
+            this.lb_shTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_shTime.Appearance.Options.UseFont = true;
+            this.lb_shTime.Location = new System.Drawing.Point(245, 54);
+            this.lb_shTime.Name = "lb_shTime";
+            this.lb_shTime.Size = new System.Drawing.Size(68, 21);
+            this.lb_shTime.TabIndex = 219;
+            this.lb_shTime.Text = "瀹℃牳鏃堕棿";
+            // 
+            // txt_shTime
+            // 
+            this.txt_shTime.Location = new System.Drawing.Point(322, 50);
+            this.txt_shTime.Name = "txt_shTime";
+            this.txt_shTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_shTime.Properties.Appearance.Options.UseFont = true;
+            this.txt_shTime.Size = new System.Drawing.Size(150, 28);
+            this.txt_shTime.TabIndex = 219;
+            // 
+            // gv_shTime
+            // 
+            this.gv_shTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_shTime.AppearanceCell.Options.UseFont = true;
+            this.gv_shTime.Caption = "瀹℃牳鏃堕棿 ";
+            this.gv_shTime.FieldName = "shTime";
+            this.gv_shTime.MinWidth = 50;
+            this.gv_shTime.Name = "gv_shTime";
+            this.gv_shTime.OptionsColumn.AllowEdit = false;
+            this.gv_shTime.Tag = "query_a.sh_time";
+            this.gv_shTime.Visible = true;
+            this.gv_shTime.VisibleIndex = 5;
+            this.gv_shTime.Width = 94;
+            // 
+            // lb_shBy
+            // 
+            this.lb_shBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_shBy.Appearance.Options.UseFont = true;
+            this.lb_shBy.Location = new System.Drawing.Point(262, 20);
+            this.lb_shBy.Name = "lb_shBy";
+            this.lb_shBy.Size = new System.Drawing.Size(51, 21);
+            this.lb_shBy.TabIndex = 217;
+            this.lb_shBy.Text = "瀹℃牳浜�";
+            // 
+            // txt_shBy
+            // 
+            this.txt_shBy.Location = new System.Drawing.Point(322, 16);
+            this.txt_shBy.Name = "txt_shBy";
+            this.txt_shBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_shBy.Properties.Appearance.Options.UseFont = true;
+            this.txt_shBy.Size = new System.Drawing.Size(150, 28);
+            this.txt_shBy.TabIndex = 217;
+            // 
+            // gv_shBy
+            // 
+            this.gv_shBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_shBy.AppearanceCell.Options.UseFont = true;
+            this.gv_shBy.Caption = "瀹℃牳浜� ";
+            this.gv_shBy.FieldName = "shBy";
+            this.gv_shBy.MinWidth = 50;
+            this.gv_shBy.Name = "gv_shBy";
+            this.gv_shBy.OptionsColumn.AllowEdit = false;
+            this.gv_shBy.Tag = "query_a.sh_by";
+            this.gv_shBy.Visible = true;
+            this.gv_shBy.VisibleIndex = 4;
+            this.gv_shBy.Width = 94;
+            // 
+            // gv_createBy
+            // 
+            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_createBy.AppearanceCell.Options.UseFont = true;
+            this.gv_createBy.Caption = "鍒涘缓浜� ";
+            this.gv_createBy.FieldName = "createBy";
+            this.gv_createBy.MinWidth = 50;
+            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 = 3;
+            this.gv_createBy.Width = 94;
+            // 
+            // gv_createTime
+            // 
+            this.gv_createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_createTime.AppearanceCell.Options.UseFont = true;
+            this.gv_createTime.Caption = "鍒涘缓鏃堕棿 ";
+            this.gv_createTime.FieldName = "createTime";
+            this.gv_createTime.MinWidth = 50;
+            this.gv_createTime.Name = "gv_createTime";
+            this.gv_createTime.OptionsColumn.AllowEdit = false;
+            this.gv_createTime.Tag = "query_a.create_time";
+            this.gv_createTime.Visible = true;
+            this.gv_createTime.VisibleIndex = 2;
+            this.gv_createTime.Width = 94;
+            // 
+            // lb_hNo
+            // 
+            this.lb_hNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lb_hNo.Appearance.Options.UseFont = true;
+            this.lb_hNo.Location = new System.Drawing.Point(12, 20);
+            this.lb_hNo.Name = "lb_hNo";
+            this.lb_hNo.Size = new System.Drawing.Size(68, 21);
+            this.lb_hNo.TabIndex = 211;
+            this.lb_hNo.Text = "鎺掍骇缂栧彿";
+            // 
+            // txt_hNo
+            // 
+            this.txt_hNo.Location = new System.Drawing.Point(86, 16);
+            this.txt_hNo.Name = "txt_hNo";
+            this.txt_hNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_hNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_hNo.Size = new System.Drawing.Size(150, 28);
+            this.txt_hNo.TabIndex = 211;
+            // 
+            // gv_hNo
+            // 
+            this.gv_hNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_hNo.AppearanceCell.Options.UseFont = true;
+            this.gv_hNo.Caption = "鎺掍骇缂栧彿 ";
+            this.gv_hNo.FieldName = "hNo";
+            this.gv_hNo.MinWidth = 50;
+            this.gv_hNo.Name = "gv_hNo";
+            this.gv_hNo.OptionsColumn.AllowEdit = false;
+            this.gv_hNo.Tag = "query_a.hNo";
+            this.gv_hNo.Visible = true;
+            this.gv_hNo.VisibleIndex = 1;
+            this.gv_hNo.Width = 94;
+            // 
+            // gv_id
+            // 
+            this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gv_id.AppearanceCell.Options.UseFont = true;
+            this.gv_id.Caption = "id ";
+            this.gv_id.FieldName = "id";
+            this.gv_id.MinWidth = 50;
+            this.gv_id.Name = "gv_id";
+            this.gv_id.OptionsColumn.AllowEdit = false;
+            this.gv_id.Tag = "query_a.id";
+            this.gv_id.Visible = true;
+            this.gv_id.VisibleIndex = 0;
+            this.gv_id.Width = 94;
+            // 
+            // toolBarMenu1
+            // 
+            this.toolBarMenu1.chkParameter = null;
+            this.toolBarMenu1.currentAction = null;
+            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.toolBarMenu1.guidKey = null;
+            this.toolBarMenu1.isSetBtn = false;
+            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
+            this.toolBarMenu1.Name = "toolBarMenu1";
+            this.toolBarMenu1.rptParameter = null;
+            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
+            this.toolBarMenu1.TabIndex = 0;
+            this.toolBarMenu1.xlsInService = null;
+            this.toolBarMenu1.xlsOutParameter = null;
+            // 
+            // gcMain
+            // 
+            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gcMain.Location = new System.Drawing.Point(0, 0);
+            this.gcMain.MainView = this.gridView1;
+            this.gcMain.Name = "gcMain";
+            this.gcMain.Size = new System.Drawing.Size(1126, 531);
+            this.gcMain.TabIndex = 1;
+            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gridView1});
+            // 
+            // gridView1
+            // 
+            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.gridView1.Appearance.Row.Options.UseFont = true;
+            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+            this.gv_id,
+            this.gv_hNo,
+            this.gv_createTime,
+            this.gv_createBy,
+            this.gv_shBy,
+            this.gv_shTime,
+            this.gv_shState,
+            this.gv_wwDd,
+            this.gv_departId});
+            this.gridView1.GridControl = this.gcMain;
+            this.gridView1.IndicatorWidth = 50;
+            this.gridView1.Name = "gridView1";
+            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
+            this.gridView1.OptionsView.ShowAutoFilterRow = true;
+            this.gridView1.OptionsView.ShowGroupPanel = false;
+            // 
+            // xtraTabControl1
+            // 
+            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
+            this.xtraTabControl1.Name = "xtraTabControl1";
+            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
+            this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602);
+            this.xtraTabControl1.TabIndex = 3;
+            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.xtraTabPage1,
+            this.xtraTabPage2});
+            // 
+            // xtraTabPage1
+            // 
+            this.xtraTabPage1.Controls.Add(this.gcMain);
+            this.xtraTabPage1.Controls.Add(this.pageBar1);
+            this.xtraTabPage1.Name = "xtraTabPage1";
+            this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
+            this.xtraTabPage1.Text = "鏁版嵁鏌ヨ";
+            // 
+            // pageBar1
+            // 
+            this.pageBar1.CurrentPage = 1;
+            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.pageBar1.Location = new System.Drawing.Point(0, 531);
+            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
+            this.pageBar1.Name = "pageBar1";
+            this.pageBar1.RecordCount = 0;
+            this.pageBar1.Size = new System.Drawing.Size(1126, 39);
+            this.pageBar1.TabIndex = 3;
+            this.pageBar1.TotalPages = 0;
+            // 
+            // xtraTabPage2
+            // 
+            this.xtraTabPage2.Controls.Add(this.tabMx);
+            this.xtraTabPage2.Controls.Add(this.panel1);
+            this.xtraTabPage2.Name = "xtraTabPage2";
+            this.xtraTabPage2.PageEnabled = false;
+            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
+            this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
+            // 
+            // tabMx
+            // 
+            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tabMx.Location = new System.Drawing.Point(0, 124);
+            this.tabMx.Name = "tabMx";
+            this.tabMx.SelectedTabPage = this.tabMxPage1;
+            this.tabMx.Size = new System.Drawing.Size(1126, 446);
+            this.tabMx.TabIndex = 2;
+            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.tabMxPage1});
+            // 
+            // panel1
+            // 
+            this.panel1.BackColor = System.Drawing.Color.White;
+            this.panel1.Controls.Add(this.btnSelect);
+            this.panel1.Controls.Add(this.txt_shState);
+            this.panel1.Controls.Add(this.labelControl11);
+            this.panel1.Controls.Add(this.lbGuid);
+            this.panel1.Controls.Add(this.lb_departId);
+            this.panel1.Controls.Add(this.txt_departId);
+            this.panel1.Controls.Add(this.lb_shState);
+            this.panel1.Controls.Add(this.lb_shTime);
+            this.panel1.Controls.Add(this.txt_shTime);
+            this.panel1.Controls.Add(this.lb_shBy);
+            this.panel1.Controls.Add(this.txt_shBy);
+            this.panel1.Controls.Add(this.lb_hNo);
+            this.panel1.Controls.Add(this.txt_hNo);
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.panel1.Location = new System.Drawing.Point(0, 0);
+            this.panel1.Name = "panel1";
+            this.panel1.Size = new System.Drawing.Size(1126, 124);
+            this.panel1.TabIndex = 1;
+            // 
+            // txt_shState
+            // 
+            this.txt_shState.Location = new System.Drawing.Point(319, 86);
+            this.txt_shState.Name = "txt_shState";
+            this.txt_shState.Properties.Caption = "";
+            this.txt_shState.Size = new System.Drawing.Size(94, 24);
+            this.txt_shState.TabIndex = 229;
+            // 
+            // labelControl11
+            // 
+            this.labelControl11.Location = new System.Drawing.Point(896, 25);
+            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.labelControl11.Name = "labelControl11";
+            this.labelControl11.Size = new System.Drawing.Size(45, 18);
+            this.labelControl11.TabIndex = 130;
+            this.labelControl11.Text = "涓婚敭锛�";
+            this.labelControl11.Visible = false;
+            // 
+            // lbGuid
+            // 
+            this.lbGuid.AutoSize = true;
+            this.lbGuid.Location = new System.Drawing.Point(947, 25);
+            this.lbGuid.Name = "lbGuid";
+            this.lbGuid.Size = new System.Drawing.Size(0, 21);
+            this.lbGuid.TabIndex = 1;
+            this.lbGuid.Visible = false;
+            // 
+            // picCheckBox
+            // 
+            this.picCheckBox.Image = ((System.Drawing.Image)(resources.GetObject("picCheckBox.Image")));
+            this.picCheckBox.Location = new System.Drawing.Point(914, 55);
+            this.picCheckBox.Name = "picCheckBox";
+            this.picCheckBox.Size = new System.Drawing.Size(100, 50);
+            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.picCheckBox.TabIndex = 8;
+            this.picCheckBox.TabStop = false;
+            this.picCheckBox.Visible = false;
+            // 
+            // btnSelect
+            // 
+            this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
+            this.btnSelect.Location = new System.Drawing.Point(12, 84);
+            this.btnSelect.Name = "btnSelect";
+            this.btnSelect.Size = new System.Drawing.Size(128, 29);
+            this.btnSelect.TabIndex = 457;
+            this.btnSelect.Text = "閫夊彇鐢熸垚鎶曟枡鍗�";
+            // 
+            // Frm_WwPc
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(1128, 682);
+            this.Controls.Add(this.picCheckBox);
+            this.Controls.Add(this.xtraTabControl1);
+            this.Controls.Add(this.toolBarMenu1);
+            this.Name = "Frm_WwPc";
+            this.tabMxPage1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_departId.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_shTime.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_shBy.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_hNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+            this.xtraTabControl1.ResumeLayout(false);
+            this.xtraTabPage1.ResumeLayout(false);
+            this.xtraTabPage2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
+            this.tabMx.ResumeLayout(false);
+            this.panel1.ResumeLayout(false);
+            this.panel1.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_shState.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
+            this.ResumeLayout(false);
+
+        }
+        #endregion
+        private UserControl.UcToolBarMenu toolBarMenu1;
+        private DevExpress.XtraGrid.GridControl gcMain;
+        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
+        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+        private UserControls.Data.UcPageBar pageBar1;
+        private System.Windows.Forms.Panel panel1;
+        private System.Windows.Forms.Label lbGuid;
+        private DevExpress.XtraEditors.LabelControl labelControl11;
+        private DevExpress.XtraTab.XtraTabControl tabMx;
+
+        //BQCreateConrolObejct
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1rwdGuid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1pcGuid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1departId;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa013;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1pcTime;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1scheduleOrder;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1miCn;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1pcSh;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1pcId;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1wgUser;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1wgTime;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa018;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1blUser;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1blTime;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1blState;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1mesEndProd;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1mesStartProd;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa011;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa014;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1unit;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa008;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa003;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa001;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1eid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1id;
+        private DevExpress.XtraTab.XtraTabPage tabMxPage1;
+        private DevExpress.XtraGrid.GridControl gcMx1;
+        private DevExpress.XtraGrid.Views.Grid.GridView gvMx1;
+        private DevExpress.XtraEditors.LabelControl lb_departId;
+        private DevExpress.XtraEditors.TextEdit txt_departId;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_departId;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_wwDd;
+
+        private DevExpress.XtraEditors.LabelControl lb_shState;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_shState;
+
+        private DevExpress.XtraEditors.LabelControl lb_shTime;
+        private DevExpress.XtraEditors.TextEdit txt_shTime;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_shTime;
+
+        private DevExpress.XtraEditors.LabelControl lb_shBy;
+        private DevExpress.XtraEditors.TextEdit txt_shBy;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_shBy;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_createBy;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_createTime;
+
+        private DevExpress.XtraEditors.LabelControl lb_hNo;
+        private DevExpress.XtraEditors.TextEdit txt_hNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_hNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_id;
+        private System.Windows.Forms.PictureBox picCheckBox;
+        private DevExpress.XtraEditors.CheckEdit txt_shState;
+        private DevExpress.XtraEditors.SimpleButton btnSelect;
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs
new file mode 100644
index 0000000..4bc0234
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.cs
@@ -0,0 +1,533 @@
+using DevExpress.RichEdit.Export;
+using DevExpress.XtraEditors;
+using DevExpress.XtraGrid.Views.Grid;
+using DevExpress.XtraGrid.Views.Grid.ViewInfo;
+using Gs.DevApp.Entity;
+using Gs.DevApp.ToolBox;
+using Gs.DevApp.UserControl;
+using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Drawing;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Gs.DevApp.DevFrm
+{
+    public partial class Frm_WwPc : DevExpress.XtraEditors.XtraForm
+    {
+        string _webServiceName = "WWPCManager/";
+        List<FilterEntity> _filterList = new List<FilterEntity>();
+        public Frm_WwPc()
+        {
+            InitializeComponent();
+            this.toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick;
+            this.toolBarMenu1.btnEdtClick += ToolBarMenu1_btnEdtClick;
+            this.toolBarMenu1.btnSaveClick += ToolBarMenu1_btnSaveClick;
+            this.toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
+            this.toolBarMenu1.btnDelClick += ToolBarMenu1_btnDelClick1;
+            this.toolBarMenu1.btnEscClick += ToolBarMenu1_btnEscClick;
+            this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
+            toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick;
+            toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick;
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "shState", "", (value) =>
+            {
+                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
+            });
+            Gs.DevApp.ToolBox.UtilityHelper.SetTabParameter(gridView1, xtraTabControl1, pageBar1, (value) =>
+            {
+                getModel(value);
+            }, (value) =>
+            {
+                getPageList(this.pageBar1.CurrentPage);
+            });
+            getPageList(1);
+            pageBar1.PagerEvent += PageBar1_PagerEvent;
+            //txt_pba013.EditChanged += (s, e) =>
+            //{
+            //    string workGuid = this.txt_pba013.GetGuid();
+            //    _getListJybz(workGuid);
+            //};
+            ////閫夋嫨闇�瑕佸叆搴撶殑鏄庣粏
+            //btnSelect.Click += (s, e) =>
+            //{
+            //    if (string.IsNullOrEmpty(this.txt_pba013.GetId()))
+            //    {
+            //        Gs.DevApp.ToolBox.MsgHelper.ShowError("璇峰厛閫夋嫨杞﹂棿锛屾墠鑳介�夋嫨浠诲姟鍗曪紒");
+            //        return;
+            //    }
+            //    var frm = new SelectWompba(this.txt_pba013.Text);
+            //    //璧嬪�肩粰鏄庣粏琛�
+            //    frm.UpdateParent += (ss, ee) =>
+            //    {
+            //        try
+            //        {
+            //            var lst = new List<string>();
+            //            lst = ee.StringList;
+            //            var _obj = lst;
+            //            var strReturn = UtilityHelper.HttpPost("",
+            //                "WompbaManager/SelectPbaToView",
+            //                JsonConvert.SerializeObject(_obj));
+            //            var dt = UtilityHelper.ReturnToList(strReturn);
+            //            DataTable _newTable = dt.rtnData;
+            //            DataTable _oldTable = (DataTable)gcMx1.DataSource;
+            //            DataRow[] sourceRows = _newTable.Select();
+            //            for (int i = 0; i < sourceRows.Length; i++)
+            //            {
+            //                _oldTable.ImportRow(sourceRows[i]);
+            //            }
+            //            gcMx1.BindingContext = new BindingContext();
+            //            gcMx1.DataSource = _oldTable;
+            //            gcMx1.ForceInitialize();
+            //        }
+            //        catch (Exception ex)
+            //        {
+            //            MessageBox.Show(ex.Message);
+            //        }
+            //    };
+            //    frm.ShowDialog();
+            //};
+        }
+        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
+        {
+            _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns);
+            Task.Delay(100);
+            getPageList(1);
+        }
+
+        /// <summary>
+        /// 鍒嗛〉浜嬩欢
+        /// </summary>
+        /// <param name="curPage"></param>
+        /// <param name="pageSize"></param>
+        private void PageBar1_PagerEvent(int curPage, int pageSize)
+        {
+            getPageList(curPage);
+        }
+        /// <summary>
+        /// 鏌ヨ浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnQueryClick(object sender, EventArgs e)
+        {
+            Gs.DevApp.UserControl.ShowFilter frm = new Gs.DevApp.UserControl.ShowFilter(gridView1.Columns, _filterList);
+            frm.UpdateParent += Frm_UpdateParent;
+            frm.ShowDialog();
+        }
+        /// <summary>
+        /// 鏌ヨ鍥炶皟
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void Frm_UpdateParent(object sender, UpdateParentEventArgs e)
+        {
+            gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+            gridView1.ActiveFilter.Clear();
+            gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+            var frm = new ShowFilter(gridView1.Columns, _filterList);
+            frm.UpdateParent += Frm_UpdateParent;
+            frm.ShowDialog();
+        }
+        /// <summary>
+        ///     瀹℃牳浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnChkClick(object sender, EventArgs e)
+        {
+            _toolCk(1, "EditModelSubmit");
+        }
+
+        /// <summary>
+        ///     鍙嶅鏍�
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        /// <exception cref="NotImplementedException"></exception>
+        private void ToolBarMenu1_btnFChkClick(object sender, EventArgs e)
+        {
+            _toolCk(0, "EditModelSubmitFSH");
+        }
+
+        /// <summary>
+        /// 鍙栨秷浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnEscClick(object sender, EventArgs e)
+        {
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 1);
+        }
+
+        /// <summary>
+        /// 鍒犻櫎浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnDelClick1(object sender, EventArgs e)
+        {
+            string rowGuid = "", rowName = "";
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
+                lbGuid, txt_hNo, gridView1, "hNo");
+            if (string.IsNullOrEmpty(rowGuid))
+            {
+                MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾鍒犻櫎鍚楋紵"))
+                return;
+            var _obj = new
+            {
+                guid = rowGuid,
+                mxGuid = Guid.Empty.ToString(),
+            };
+            try
+            {
+                var strJson = UtilityHelper.HttpPost("",
+                    _webServiceName + "DeleteModelOrMx",
+                    JsonConvert.SerializeObject(_obj));
+                var _rtn = UtilityHelper.ReturnToDynamic(strJson);
+                if (_rtn.rtnCode > 0)
+                {
+                    if (xtraTabControl1.SelectedTabPageIndex == 0)
+                        getPageList(this.pageBar1.CurrentPage);
+                    else
+                        Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 2);
+                }
+                MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg);
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
+        }
+
+        /// <summary>
+        /// 鍒锋柊浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e)
+        {
+            if (xtraTabControl1.SelectedTabPageIndex == 1)
+                getModel(lbGuid.Text.Trim());
+            else
+            {
+                _filterList.Clear();
+                if (gridView1.ActiveFilter.Count > 0)
+                {
+                    gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+                    gridView1.ActiveFilter.Clear();
+                    gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+                }
+                getPageList(1);
+            }
+        }
+        /// <summary>
+        /// 淇敼浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnEdtClick(object sender, EventArgs e)
+        {
+            string rowGuid = "", rowName = "";
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_hNo, gridView1);
+            if (string.IsNullOrEmpty(rowGuid))
+            {
+                ToolBox.MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 3);
+            List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
+            gvList.Add(gvMx1);
+            UtilityHelper.ChangeEnableByControl(panel1.Controls, true);
+        }
+        /// <summary>
+        /// 鏂板浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnAddClick(object sender, EventArgs e)
+        {
+            lbGuid.Text = "";
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 4);
+            UtilityHelper.CleanValueByControl(panel1.Controls, true);
+            Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+        }
+        /// <summary>
+        /// 淇濆瓨浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnSaveClick(object sender, EventArgs e)
+        {
+            toolBarMenu1.isSetBtn = false;
+            //string workId = txt_pba013.GetId();
+            //if (string.IsNullOrEmpty(workId.Trim()))
+            //{
+            //    Gs.DevApp.ToolBox.MsgHelper.Warning("璇烽�夋嫨杞﹂棿锛�");
+            //    txt_pba013.Focus();
+            //    return;
+            //}
+            //var _obj = new
+            //{
+            //    guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //涓诲缓
+            //    bz = txt_pba009.Text.Trim(),
+            //    cjId = workId,
+            //    list = new List<dynamic>(),
+            //};
+            gvMx1.CloseEditor();
+            gvMx1.UpdateCurrentRow();
+            if (gvMx1.DataRowCount <= 0)
+            {
+                MsgHelper.ShowError("鏄庣粏涓嶈兘涓虹┖锛岃閫夋嫨浣犵殑鏀舵枡鏄庣粏锛�");
+                return;
+            }
+            for (var i = 0; i < gvMx1.DataRowCount; i++)
+            {
+                var row = gvMx1.GetDataRow(i);
+                if (row != null)
+                {
+                    Guid? _guid = UtilityHelper.ToGuid(row["guid"].ToString());
+                    //string _LineId = row["daa015"].ToString();
+                    //if (string.IsNullOrEmpty(_LineId))
+                    //{
+                    //    MsgHelper.ShowError("浜х嚎缂栫爜涓嶈兘涓虹┖锛�");
+                    //    return;
+                    //}
+                    string _Pcsl = row["daa008"].ToString();
+                    if (string.IsNullOrEmpty(_Pcsl))
+                    {
+                        MsgHelper.ShowError("鎺掍骇鏁伴噺涓嶈兘涓虹┖锛�");
+                        return;
+                    }
+                    string _Yjkgsj = row["mesStartProd"].ToString();
+                    if (string.IsNullOrEmpty(_Yjkgsj))
+                    {
+                        MsgHelper.ShowError("棰勮寮�宸ユ椂闂翠笉鑳戒负绌猴紒");
+                        return;
+                    }
+                    //string _prepareTime = row["prepareTime"].ToString();
+                    //if (string.IsNullOrEmpty(_prepareTime))
+                    //{
+                    //    MsgHelper.ShowError("棰勮澶囨枡鏃堕棿涓嶈兘涓虹┖锛�");
+                    //    return;
+                    //}
+                    //string _planPersonnel = row["planPersonnel"].ToString();
+                    //if (string.IsNullOrEmpty(_planPersonnel))
+                    //{
+                    //    MsgHelper.ShowError("璁″垝浜烘暟锛�");
+                    //    return;
+                    //}
+                    //string _changeLinetime = row["changeLinetime"].ToString();
+                    //if (string.IsNullOrEmpty(_changeLinetime))
+                    //{
+                    //    MsgHelper.ShowError("鎹㈢嚎鏃堕棿涓嶈兘涓虹┖锛�");
+                    //    return;
+                    //}
+                    string _mesEndProd = row["mesEndProd"].ToString();
+                    if (string.IsNullOrEmpty(_mesEndProd))
+                    {
+                        MsgHelper.ShowError("棰勮瀹屽伐鏃堕棿涓嶈兘涓虹┖锛�");
+                        return;
+                    }
+                    //string _restTime = row["restTime"].ToString();
+                    //if (string.IsNullOrEmpty(_prepareTime))
+                    //{
+                    //    MsgHelper.ShowError("浼戞伅鏃堕棿涓嶈兘涓虹┖锛�");
+                    //    return;
+                    //}
+                    //_obj.list.Add(new
+                    //{
+                    //    Guid = _guid,
+                    //    AboutGuid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(row["caaGuid"].ToString()),
+                    //    LineId = row["daa015"].ToString(),//浜х嚎id
+                    //    Yjkgsj = (row["mesStartProd"].ToString()),//棰勮寮�宸ユ椂闂�
+                    //    Jhrs = row["planPersonnel"].ToString(),//璁″垝浜烘暟
+                    //    Hxsj = row["changeLinetime"].ToString(),//鎹㈢嚎鏃堕棿
+                    //    Bz = row["daa009"].ToString(),//澶囨敞
+                    //    Blsj = row["prepareTime"].ToString(),//棰勮澶囨枡鏃堕棿
+                    //    Pcsl = row["daa008"].ToString(),//鎺掍骇鏁伴噺
+                    //    Yjwgsj = row["mesEndProd"].ToString()//棰勮瀹屽伐鏃堕棿
+                    //});
+                }
+            }
+            try
+            {
+                //string strJson = UtilityHelper.HttpPost("", _webServiceName + "EditModel", JsonConvert.SerializeObject(_obj));
+                //ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson);
+                //ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg);
+                //if (_rtn.rtnCode > 0)
+                //{
+                //    lbGuid.Text = _rtn.rtnData;
+                //    toolBarMenu1.isSetBtn = true;
+                //    List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
+                //    gvList.Add(gvMx1);
+                //    UtilityHelper.ChangeEnableByControl(this.panel1.Controls, false, gvList);
+                //}
+            }
+            catch (Exception ex)
+            {
+                ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
+        }
+
+        /// <summary>
+        /// 
+        /// </summary>
+        /// <param name="curPage">绗嚑椤�</param>
+        /// <param name="pageSize">姣忛〉鍑犳潯</param>
+        private void getPageList(int curPage)
+        {
+            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
+            PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "create_date", "asc", "", _sbSqlWhere.ToString());
+            string json = JsonConvert.SerializeObject(pgq);
+            try
+            {
+                var strReturn = UtilityHelper.HttpPost("",
+                    _webServiceName + "GetListPage", json);
+                ReturnModel<PageListModel> dd = UtilityHelper.ReturnToTablePage(strReturn);
+                if (dd.rtnCode > 0)
+                {
+                    DataTable dt = dd.rtnData.list;
+                    gcMain.BindingContext = new BindingContext();
+                    gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+                    if (dt.Rows.Count > 0)
+                    {
+                        gcMain.DataSource = dt;
+                        gcMain.ForceInitialize();
+                    }
+                    else
+                        UtilityHelper.SetDefaultTable(gcMain, gridView1);
+                    gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+                    pageBar1.TotalPages = dd.rtnData.pages;//鎬婚〉
+                    pageBar1.CurrentPage = curPage;//褰撳墠椤�
+                    pageBar1.RecordCount = dd.rtnData.total;//鎬昏褰曟暟
+                }
+                else
+                {
+                    ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + dd.rtnMsg);
+                }
+            }
+            catch (Exception ex)
+            {
+                ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
+
+        }
+        private void getModel(string strGuid)
+        {
+            bool isEdit = false;
+            if (toolBarMenu1.currentAction == "add")
+            {
+                Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+                return;
+            };
+            if (toolBarMenu1.currentAction == "edit") isEdit = true;
+            if (string.IsNullOrEmpty(strGuid))
+            {
+                ToolBox.MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            var _obj = new
+            {
+                guid = strGuid,//涓诲缓
+            };
+            try
+            {
+                string strJson = UtilityHelper.HttpPost("", _webServiceName + "GetModel", JsonConvert.SerializeObject(_obj));
+                ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson);
+                if (_rtn.rtnCode > 0)
+                {
+                    dynamic dy = _rtn.rtnData;
+                    lbGuid.Text = strGuid;
+                    List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
+                    gvList.Add(gvMx1);
+                    UtilityHelper.SetValueByObj(this.panel1.Controls, dy, isEdit, gvList);
+                    JObject _job = JObject.Parse(strJson);
+                    JArray array = new JArray();
+                    foreach (var a in _job["rtnData"]["list"])
+                    {
+                        array.Add(a);
+                    }
+                    DataTable dt = JsonConvert.DeserializeObject<DataTable>(array.ToString());
+                    if (dt.Rows.Count > 0)
+                    {
+                        gcMx1.BindingContext = new BindingContext();
+                        gcMx1.DataSource = dt;
+                        gcMx1.ForceInitialize();
+                    }
+                    else
+                    {
+                        Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+                    }
+                }
+                else
+                    ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg);
+            }
+            catch (Exception ex)
+            {
+                ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
+        }
+
+
+
+        /// <summary>
+        /// 宸ュ叿鏉′簨浠�
+        /// </summary>
+        /// <param name="inFieldValue"></param>
+        private void _toolCk(int _inFieldValue, string _mth)
+        {
+            string strMsg = "";
+            switch (_inFieldValue)
+            {
+                case 1:
+                    strMsg = "瀹℃牳";
+                    break;
+                case 0:
+                    strMsg = "鍙嶅鏍�";
+                    break;
+            };
+            toolBarMenu1.guidKey = "";
+            string rowGuid, rowName;
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_hNo, gridView1, "hNo");
+            if (string.IsNullOrEmpty(rowGuid))
+            {
+                MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾" + strMsg + "鍚楋紵"))
+                return;
+            var _obj = new
+            {
+                guid = rowGuid,
+                inFieldValue = _inFieldValue,
+            };
+            try
+            {
+                var strJson = UtilityHelper.HttpPost("",
+                    _webServiceName + _mth,
+                    JsonConvert.SerializeObject(_obj));
+                var _rtn = UtilityHelper.ReturnToDynamic(strJson);
+                MsgHelper.Warning(_rtn.rtnData.outMsg.ToString());
+                if (_rtn.rtnCode > 0)
+                {
+                    if (xtraTabControl1.SelectedTabPageIndex == 1)
+                        getModel(lbGuid.Text.Trim());
+                    else
+                        getPageList(this.pageBar1.CurrentPage);
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
+
+        }
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.resx b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.resx
new file mode 100644
index 0000000..091f281
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.resx
@@ -0,0 +1,237 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <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="picCheckBox.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAXoAAADICAYAAADm1SpaAAAABGdBTUEAALGPC/xhBQAAGc1JREFUeF7t
+        nUuoLdldhzvOFCGgifgkgni7zzm9T/f10mKjwhVHxkESFREfoAQyycCIgiAJXsWBOAgqgm8bFSGDGJEE
+        BxnYE0VRB9GBItLGgcS8NHab1omgv/++/31unXVWVa1VtVbVqtrfBz/OPXvXetaqrx5nn3OfmsvV1dUL
+        ynueffbZDyqfUP6PEELI9Mip/6ivv6O88/r6+mnX7bJcXl7ePxwOv6FOfO7UMUIIIdXyivLTTz/99Fe6
+        hushuR/U2Ic7jRNCCFkw0vCv3L9//82u5XLYWUS3En8Qa5QQQsji+S85+b2u6Pmowu9U/qPTACGEkDby
+        MeXrXNfT8B+yxionhBDSRl49HA4PXNt5SPI/E6mQEEJIe3n9+vr6W13fadizn0hFhBBC2s1rcvcLrvFh
+        dAvwtkgFhBBC2s9n7t279ybXeZyLi4u3aMPXgoKEEEK2k4+60uNogz8KChBCCNlYrq6uvse1fht7kB8r
+        kJi/V8Xv19fvUq5Hbx0AAOAO/jtLLxwOhx+RS39b+bQSc+5YXvEqb6M3/irYMCX/ok59n1cBAAAFefDg
+        wRdJ+u+Ta/8ncO9o5OZ3ezWPUUVvj204kg+rE2/0KgAAoBLy7bXE/fHAwWP5lBd/jF74ULDBWP5Uxd7w
+        uDQAANTm8vLyy+XerD8kqYv47zgV/uLYBgP5VJU/qAMAAINI3G+NOHkov3ksqH+8I3hjMPZDgmNBAABY
+        HDn4j2Nu7snjxzf6x68Gbwzln46FAABgFeTh68DLg7Hfj7I/d/CXsTdj0bbv97YAAGAl5ON/C/3cF3n7
+        26xA8p8gvnmwDwAAqyF5vxRzdE9+yEQfe6Mv194OAACshC667bP1MUfH8uO5op/3B+4BAGA2Ev27In7u
+        y89lif76+vqrvR0AAFgJ+fh7Qz8P5BcRPQDAxpCPc0T/y4geAGBjyMeIHgBgz8jHiB4AYM/Ix4geAGDP
+        yMeIHgBgz8jHiB4AYM/Ix4geAGDPyMeIHgBgz8jHiB4AYM/Ix4geAGDPyMeIHgBgz8jHiB4AYM/Ix4ge
+        AGDPyMeIHgBgz8jHiB4AYM/Ix4geAGDPyMeIHgBgz8jHiB4AYM/Ix4geAGDPyMeIHgBgz8jHiB4AYM/I
+        x4geAGDPyMeIHgBgz8jHiB4AYM/Ix4geAGDPyMeIHgBgz8jHiB4AYM/Ix4geAGDPyMeIHiDk+eef/1qt
+        4YfKI+Vl+7e/BWeIrQdfE7YeLJtaD+ovoi/J4XD44aurq5dSojlCHg0QkXpsPT/yzWEAzdPD2FoPY8eJ
+        F2mOiNRja+Jl33wTqL+IviQad58o7qTlxX4OaB8k7yvJ6eNeDAbQXJkYo3MYpLkTpx2P6lfSmrD1YCcD
+        L9o86jOiL4nGjeg3gl1ZxvbLQLgDG0FztHXRx/ral83c5amviL4kGjei3wh+ex7dNz3h8c0INkfBnPWl
+        ubnMXQ9bustTfxF9STRuRL8hMq/qN/Vcdg00R5sVvWH9Cvo5lk3c5amfiL4kGjei3xA5V3E8px9H87Rp
+        0U+4y9vEyV/9RPQl0bgR/cZIvapH9ONonjYteiPzLs/S/FW9+ojoS6JxI/qNkXMVZ9t6MYigOdq86Cc8
+        q3/JizaL+onoS6JxI/oAjfVluxpuOeG+6UusbKtRfxeXqbXZna+BNCt6Q/1LPo5trr1Ys6ifiL4kGjei
+        D3DpROeAVA2in4j6Z79AF+t3X5p+fKP+IfqSaNyIPgDRrxZEPwP1MeuqXon+FnCpzHlsqD4i+pJo3Ig+
+        QIsU0a+TXYreyi6U5GN5iSD6htC4EX0Aol8tuxN97g9K9xRE3xAaN6IPQPSrBdHvKGcret/p9kOTZpIp
+        NTsoovWsFZ/aoiD61YLod5SzFb3aSF1UJDE+tUVB9KsF0e8oiJ4Ui09tURD9akH0OwqiJ8XiU1sURL9a
+        EP2OguhJsfjUFiVD9A9tMZPhaJ6qynQO1mbQh74g+szY2H0aslF5RE+exKe2KKmin7OQzwnNFaI/wyB6
+        Uiw+tUVB9GXRXJ216O1jyaWitZn7lyqPH4teIz4Fk1C/ET15Ep/aoiD6smiuqoveyk5M6u+R2Hax8n2p
+        8tFf1Zv1269zhbsW6juiJ0/iU1uULYle/bDfJwglE8tqf8TK24/OYZA5oo/Vt1rsytu7VgyTdqytgWz2
+        fxhT3xE9eRKf2qJsTPTVJToXazvoS18QfQ+21mLtjKT5/2CkD/Ud0a8VF6DdOjYTn9qiIPqyWNtBX/qC
+        6HtQnbbeo231ZLX9XQL1f7uit1svk0hLic1DX7b6vC+X1HlB9GlY20Ff+oLoI6g+ezwXbScWW79edLNo
+        HNsVfYto3MlXCoj+dhB9GtZ20Je+IPoIqeuxk80+sjmhMSD6kmjciD4A0ZfF2g760hdEH6C6UufulM3+
+        ALaLxoHoS6JxI/oARF8WazvoS18QfQfVk/XIxjJ3TfraX/2OQH1A9CXRuBF9AKIvi82T2r/509J9mTOf
+        Kh8b82opJPqsH8DOPT6tz6e61ha+2kb0JdG4EX2AjTMlvvmqaL80L/oliIx31cwVvepY9JGNn4zv1LuW
+        8NUmoi+Jxo3oZ2Bzormxg3KtpO6/vYs+NjeDcYnF5ioWm+doPbHMOVZU3u5wYn0YyiwZq/zgOlpa+GoL
+        0ZdE40b0M9C8JM/fyskSVY20tn7Up9g89WWxE2XmCcgyq28qn3xisb55saqoLURfEo0b0c9A87IV0beQ
+        Zj4R4ndisT72ZRHRq53c9TR7TnNOLNq22MdGh1BbiL4kGjein4HmBdGnpxnRm7Ai/RtKddFPOPlYZj1O
+        yZ2HpT6AoLYQfUk0bkQ/A80Lok9PS6Jf9PHIGKo/+7n83ONRdeS2udjjK7WF6EuicSP6GWheEH16mhF9
+        pG9jqSY51T3lh69LP7JZ9M8qqE1EXxKNG9HPQPOC6NPThOinPCIx0dV4bNH3scahlOiL6slat0sf+2oT
+        0ZdE40b0M9C8IPr0NCF6iTL7f2mylL6qVZ1TruQtcz9Kmdvu4vtNbSL6kmjciH4GmhdEn55WRJ/7fL6b
+        ImNQPfaR01j9Y5n9WfZInWNZ7PPzJ9Qmoi+Jxo3oZ6B5QfTpWV30Ux7bhLE7Aq9uEqpj6poZ/DmBPc7x
+        R0EPfZw3v8NgffbknuRW2WdqF9GXRONG9DPQvCTNnx1k+npz4BVM6v6z7WLl5yZHWquL3vdDrG+5yf7h
+        rB0/E0R7Exf1Mfre5v3lOfWlpMbPJVJQ2+2LXnXFDogmk7lQasmiRha53VQ7qaKr0h/Va2ONtRemyqdG
+        Mq+QWxB9STFmzam2zzkptpDFH9mcUNtti37KT9FJ+dhVj++SqqgtRB9vL5ZVRZ/Z19H4SSN5v9q23fKN
+        Z9V9pfYRPRkPor+Tsxe9rYlIn2bFZJ/6eGNLbvAur4b6gOjJeBD9nZy96CP9KRKTvTcxirbfwuOb6Fq1
+        fW1j1ftV1lIXtYHoyXgQ/Z2ctehLP7YJk7retG3Toh8aR7BdVeGrbkRPxoPo7+SsRW/rIdKf0hmdY23T
+        7HN6k7d38w56P7rOaglfdSJ6Mh5EfydnLfpIX4rHpTe4nxv3Q7TvKX0uLXzVhejJeBD9nZyt6Es8tnGR
+        Rd/rxrbzZnvRdqNrxuo5Rd/b5+VPn5+3/X38T1xO0fd2l/DQt43Wl5De9an3kh83WR+92CxUF6In4ym1
+        4MZQW4g+3l4sq4je2g36MSU2z0n1jK29rpxPMW9YfJMs3Dlzxti7NvRe7qOmIutc9SB6Mp7WRG/90dfj
+        1VjhpB7gtl2s/Kz4uGLtxbK46MdOROp/6lXwo8xju8qJNaSA5Af3ib0fbN+bksec6tuE6KMHxRoZW8gZ
+        Cz0pfuBH+7Jk7AD3XVIVtTXnIDu3LC56azPow634eo2+F+Qo7tQ7GD+uqtzFnZh7UWl99KqiZN6tFf3s
+        veprW/QtoTGN3XbZQZAjKpNo7PWbjC2evaExI/r0LCp6tTe4/jsXJdH3g9xcoevfSfvcjgWTsRcriurP
+        faQSy+CJyE9WsXJ3UvrCSnUi+lQ0prEFaYslWVR+hh/d3g4g78Lu0XgRfXqWFv3gvvH1nC36nCvpGhc+
+        qre65PV+zrouvl9VJ6JPIeG267hz7Gvwem+szoxFXvW2tRU0TkSfnsVEr7ZGZejbZYve8LuB2HZ3UvLC
+        J+G4TsmY5HNPJMWPddWJ6MdIlPFx5+hrluhTy9S4kmkRjRXRp2dJ0Q/ul5N89e9Jos+8qp8tem+vxFob
+        lHLOuCwlT2JdVDeiH0NjGVsQNwec/Tt4rzcn0acuhlqLoCU0TkSfnkVEr3ZGr0g7Fy2TRG+kXl375pNR
+        HXM/I3/K6JW3tklez9YnL1Yc1Y/oh0hZfKdFbuj7bNEbJvHYNmG6ZfaIxojo07OU6Ef3iW9q204WfeJV
+        9qzHGiqf2r+xpEg+t61ZYxtCdSP6PjSGlGdrtw42+z54vzddaWdc1Vf75EELaIyIPj3VRa82Ro+B7p2m
+        vp8semPkOJg83sSTSGpSJJ/1XL47hzVQG4i+D40hZWHc2un6fpLoDfs+tl0ki1zJrYGNLRgr6U/1dWAX
+        FpF2w9wcA/r3LNEb9l6w7SmTrnitXFDPnCT1Qdslr2ObYy9WDbWD6GOo/6M7KnYW1uuTRZ951dF7oGwZ
+        jStp/Db3+mpCKJ3U+bftYuXnJnn9KFVF73Mca7ebW33Q9zaG2HZhetevHQeRE0z2evd6kj/NMxTvT3HJ
+        eyadwHJQG4g+RH1PugKwheRFbtDryTs59rxdrye1nbPwtoTGlDp/VcauemeLag4Zd3WWaqJX3UnrMFzD
+        eq3I/PlFz3FbW+v+chJeNrUfKUmeZ22b1a6diLxoVdQWou+ifqfe5kUXql6fJXpD7yXVsUfZazyIPt5e
+        LNVE72sr1uat+OY36LVi82fb+LbJ+7pTpkhyRKztsx4R5Z7A5qD2EP2J7lXEUIZ2kN6fLfrUflisL7E7
+        i62iMSH6eHuxVBG9yS3S1p3EJKjXi82freu+YyRE9ZX6yGQ3yftY22ZJ3rPYRZraQvQn1OfZktF7s0Vv
+        5Bzwe5K9xoPo4+3FUlz0qjNHWHf2gV5bdP78oij5mEuJnzCS15dt2y2fmCrrpw+1h+gN9TdpscSuYrpo
+        myKiN7RNcl17kb3Ggujj7cVSQ/Sp8x9tW68vMn9WvsIVvCVrTv1EE6tnKFXuxIZQm4hefU2V/OgzNW1X
+        TPS2iHIW8x5kr3Eg+nh7sRQVRqa0ovOv16vNn/cvtf4pye6TyiQf75YUh9RAbZ+36NXPnB01KhdtU0z0
+        RuaBv9pCKoXGgOjj7cVS/MpQ6yf7I5Vd9F7x+ast+KkXSCqbJXlPlXU7hto9X9Grjzk7KmlharuiojcS
+        D76bbFn26j+ij7cXS3HRq86U5829c6/3is5f7oXOhGTvRz/xZEs+9Xivgdo/T9Grf8k7Kkec2r646G1h
+        WR9idfTFTg5efFOo74g+3l4sVZ71Wr1BO90Mtqn3i8+fbRuUnR0/nrLX0FTJK1X2VSpq//xEbxKM9Xcg
+        yQtC2xYXveELLFpPX3JOUK2gfifNn+9DE0DppO4/2y5WflYy12YVeYycbAaPBb1v44iVC5N1orTtg/KT
+        YsfE1CvrKRdcnlUlb6gP5yV69Sv3bJx11tf2VURvZF7tHWML0xaoV9E86nPu/jnnVBHIwEXFaHvaporo
+        vU9zZT/5LmzKhZbFjj+vYlXUl/MQve+oXIlkLwyVqSZ6Q+WyF7tfhUxe5EuifiL69FS7UtSauXNnkXLB
+        oO2qiN6YeAxbZq19lZ/yOflTqjxizEX92L/oJy6QSQeRlQvq6c0U0U9d7FuRvfqI6NNTTfSqO5Rb0tqx
+        7YJyfZm0Fm39+1qO1Xkrtl3KyWkI1bN5yRvqy75F72KM9q8vtkC8eDYqX1X0Rs5ij6Rp2at/iD491URv
+        WP3WTs7xoO2rit5IWP+P5gresHqCerNS4kRTCvVnv6Kf8kzbM/lMrLLVRW9MOYGd0tICDFH/EH16qoq+
+        c/wkHw/atrrojZ71X0TwXneRddjKsaa+7FP0muDcT9acMut2S+UXEb3Rs9iT0qrs1TdEn56qorf1YceR
+        f5uE+rSI6A07fmwdl6jrhOqa86gmmhaONfVjX6J3+U2VxexnaqpjMdEbnauu7JQ+SEqg/iD69FQV/RTU
+        p8VEXxrrU9DHYvFjbbVn9mp7P6JXm5PPxiWka6iuRUVvzJG9p5mDTn1B9OlB9AWYeXGYHJN9qWM+F7W/
+        fdH7jppzNi5567e46A3VN+tqZO0rjhPqA6JPD6KfifpR/FHNUNa6i1ab2xa92pm1ozTxRf9UgOpcRfSG
+        6iwh+1UPQLWfNH+23/TVxlsjWznZIPqJFLg4PMbXYfS9vqxxnKm9bYq+0I4qfqBYnUEbvalxG6d6Syze
+        1a7u1W7q/FXrn+pOnUPrq21bNBnyQPQTsLaDvmSne4zo69T6FpsDtbU90avu2bdbdjB5dUVR3auK3lDd
+        sxeyZ/GDUW1uSfRV5kf1pq5vRJ9BqWfxJnmv8ga93rTs1c52RF/whybVJld1ry56Q/UXkf3SV/dqC9Ej
+        +qKUekzj6Z1zvdes7NVG+6IvuaNqytVQG02I3lAbpRa3ZakrD0SP6Ith7QTtzslon22boExSaj1hOKE2
+        2ha96im5o6pfmaqNZkRvqJ1i87fE1b3qR/SIfjZWv6/XWNtZyV332nbqMVdtTlR3u6K3K/lSO0upLnlD
+        7TQlekNtlTxZLnIltiY2xmDMfUH0AerT2nNXcq0fJW8e8uqTUdmmZK96276iNxnG6k7NElehXdRWc6I3
+        1F6qPIbSnFhqoHGuKisTS0p886awOQnmqC9F587qC+ovkVl9tPJBfakpvq5UZ9uitwWtupLlGWRxMVmb
+        QR96s6ToDZvLqXdIVs6r2T0a76qi3zI2J8Ec9aXI3Fk9Qb2zU/LiUPVk98/aL+0G1dv+D2NV15Sr0VUO
+        QrXbrOiNGbJf7K5obTRWRD8Rm5Ngjvoyee784q+44D1F9+nUvpY82Riqq33RG6ovSaClJygXtd206A2X
+        fc5v9J2N5A2NF9FPxOYkmKO+ZM3dSZgTL1JGU9MbE463Y6xPVtarmYXq24bofUdH2zml5MRMRf1oXvTG
+        6cAJ+xTJWTyX76IxI/qJ2JwEc9SXpLnLWKdzUn0/+jiS3XBKKaeprm2I3hg5KzZx0KkfmxD9CfVj6CA6
+        O8kbGjein4jNSTBHfRmcOzs2THKRcsXi9S92t2rCnjKmErJXPdsRvZ8Vb7Wx9M4aQ33ZlOiNvgVY4kpi
+        i2jsiH4iNifBHPVlcO70folPiUVja33lx6aTZO9VTEJ1bEf0hu2gThvNHWjq0+ZEb/hJtHuQntVz+S7B
+        PAwF0QfYnARz1JfRuZPcsp9rD8UFu/o+i12wjmWuK1THtkTvk2QybVJE3rfofIRpSfRGR/ZnLTCfg+g+
+        C4LoA2xOgjnqy+jcTb36DdOK4LsEF6yDKeEJ1bMt0beOxr1Z0cNjtG8Q/URsToI56kvS3OUIMUyLgu9i
+        fev2N5ZSjlBdiL4kGjei3zjaN4h+IjYnwRz1JXnutG3yMWVpXfBd1Nfex1Ml/aD6EH1JNG5Ev3G0bxD9
+        RGxOgjnqS/LcZTzTtrY39bOlvsdTpd2gOhF9STRuRL9xtG8Q/URsToI56kvW3Nn2QfljtnT13kd4Iqvh
+        BdWL6EuicSP6jaN9g+gnYnMSzFFfsubOZXg8tk5yt9f87c1jLrCx1XKC6kb0JfEdZos9JWf7EcaW8X0T
+        XdNBEH2A5sQ+/x6u81iy176Jfc8XR1PmJBXVjegBumjtmoiiazoIoodNoLWK6AG6+F2ZPSYYzJ6vLmFf
+        aL0iegCAPSMfI3oAgD0jHyN6AIA9Ix8jegCAPSMfI3oAgD0jHyN6AIA9Ix8jegCAPSMfI3oAgD0jHyN6
+        AIA9Ix8jegCAPSMfI3oAgD0jHyN6AIA9Ix8jegCAPSMfI3oAgD0jHyN6AIA9Ix8jegCAPSMfI3oAgD0j
+        HyN6AIA9Ix8jegCAPSMfI3oAgD0jH+eI/peswH8HL/bm8vLyytsBAICVOBwO74o5uie/YKL/dPDiUB56
+        OwAAsBIS/fsifu7LIxP9x4IXh/JObwcAAFZCLv7dwM29ubq6ercV+GD4xkA+5O0AAMA6vEEufjVwc290
+        9f+2p2T798be7Mnr2v5LvDEAAFgYifutETf35viz1evr62+KvTmQR94eAAAsjBz854GTh/J5FfmCU8HP
+        BG8O5dWLi4uvPxYEAIDFkH9/MPDxWD7gRY+Ffy14cyz/rDuBL/PiAABQGTn32yMuHss7vPhT9pz+myMb
+        jOWT9tjHqwAAgErI0T8WcfBYPuvFn6AXPxpslJL/VX7r4uLiK7waAAAoxOXl5bfIsX/dcW5OftSreYIq
+        vB/ZMCcfORwO36+v1/fu3XuTVwsAAIk899xzXyUXf6M8+lPK37pbp+QVr/IuevP3go0JIYRsLFdXV9/t
+        Wr+LPYLRRp8MCxFCCNlM/tCV3o/OBM9pw9eDgoQQQtrP37z44otf6Dof5nA4vD1SASGEkHbzifv377/Z
+        NZ6GCtkPA2KVEUIIaSuv2QdqXN95XF1dvSdSISGEkHbyWeXatT0Nf4zzn51KCSGEtJG/UL7GdT0P+y8E
+        VdnvdyonhBCyXj5nT1xc0WWR8L9BDXwkaJAQQsgy+bwE/7MPHjx4o2u5HvabW2rs163RoBOEEELK5x8O
+        h8NPPvPMM1/qGl4WNf6iOvETJn7lT/Tvv1P+3TtHCCEkPf+q/JnyAfn05+XXH7i4uHiL63YiTz31/x/a
+        2OyW1yHZAAAAAElFTkSuQmCC
+</value>
+  </data>
+</root>
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs
index 3e01724..5e292d9 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs
@@ -1,12 +1,9 @@
 using System;
 using System.Collections.Generic;
 using System.Data;
-using System.Drawing;
-using System.Text;
 using System.Threading.Tasks;
 using System.Windows.Forms;
 using DevExpress.XtraEditors;
-using DevExpress.XtraGrid.Views.BandedGrid;
 using DevExpress.XtraGrid.Views.Grid;
 using Gs.DevApp.Entity;
 using Gs.DevApp.ToolBox;
@@ -25,9 +22,18 @@
             InitializeComponent();
             toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
             toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
-            
-            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, "", "", (value) =>
+            {
+                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
+            });
+            Gs.DevApp.ToolBox.UtilityHelper.SetTabParameter(gridView1, xtraTabControl1, pageBar1, (value) =>
+            {
+                getModel(value);
+            }, (value) =>
+            {
+                getPageList(this.pageBar1.CurrentPage);
+            });
             getPageList(1);
             pageBar1.PagerEvent += PageBar1_PagerEvent;
             txt_supplier.getSuppler("");
@@ -38,19 +44,7 @@
            Task.Delay(100);
             getPageList(1);
         }
-        /// <summary>
-        ///     鍙屽嚮浜嬩欢
-        /// </summary>
-        /// <param name="sender"></param>
-        /// <param name="e"></param>
-        private void GcMain_MouseDoubleClick(object sender, MouseEventArgs e)
-        {
-            var rowGuid =
-                UtilityHelper.GetCurrentDoubleRow(gridView1, e, "guid");
-            if (!string.IsNullOrEmpty(rowGuid))
-                getModel(rowGuid, false, 999);
-        }
-
+       
         /// <summary>
         ///     鍒嗛〉浜嬩欢
         /// </summary>
@@ -95,7 +89,7 @@
         private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e)
         {
             if (xtraTabControl1.SelectedTabPageIndex == 1)
-                getModel(lbGuid.Text.Trim(), false, 999);
+                getModel(lbGuid.Text.Trim());
             else
             {
                 _filterList.Clear();
@@ -152,16 +146,16 @@
             }
             
         }
-        private   void getModel(string strGuid, bool isEdit, int tabIdx)
+        private   void getModel(string strGuid)
         {
+            bool isEdit = false;
+            if (toolBarMenu1.currentAction == "add") return;
+            if (toolBarMenu1.currentAction == "edit") isEdit = true;
             if (string.IsNullOrEmpty(strGuid))
             {
                 MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
                 return;
             }
-
-            UtilityHelper.JumpToTab(xtraTabControl1, tabIdx);
-            
             var _obj = new
             {
                 guid = strGuid //涓诲缓
diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj
index d692694..3fe86d3 100644
--- a/DevApp/Gs.DevApp/Gs.DevApp.csproj
+++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj
@@ -578,6 +578,18 @@
     <Compile Include="DevFrm\WOM\Frm_Wompba.Designer.cs">
       <DependentUpon>Frm_Wompba.cs</DependentUpon>
     </Compile>
+    <Compile Include="DevFrm\WW\Frm_ProductionOrder.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="DevFrm\WW\Frm_ProductionOrder.Designer.cs">
+      <DependentUpon>Frm_ProductionOrder.cs</DependentUpon>
+    </Compile>
+    <Compile Include="DevFrm\WW\Frm_WwPc.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="DevFrm\WW\Frm_WwPc.Designer.cs">
+      <DependentUpon>Frm_WwPc.cs</DependentUpon>
+    </Compile>
     <Compile Include="Entity\LoginInfoModel.cs" />
     <Compile Include="Entity\PageQueryModel.cs" />
     <Compile Include="Entity\ReturnModel.cs" />
@@ -984,6 +996,12 @@
     <EmbeddedResource Include="DevFrm\WOM\Frm_Wompba.resx">
       <DependentUpon>Frm_Wompba.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="DevFrm\WW\Frm_ProductionOrder.resx">
+      <DependentUpon>Frm_ProductionOrder.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="DevFrm\WW\Frm_WwPc.resx">
+      <DependentUpon>Frm_WwPc.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="Properties\licenses.licx" />
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>

--
Gitblit v1.9.3