From bf2175e2869b53650be4ace6f57bb28c45341257 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期六, 24 二月 2024 11:35:46 +0800
Subject: [PATCH] 金蝶云升级问题解决

---
 WorkM/车间管理/MES_StationOutBill.resx        |   10 
 DAL/车间管理/ClsSc_StationOutBill.cs          |   10 
 DAL/车间管理/ClsSc_StationEntrustOutBill.cs   |   10 
 WorkM/车间管理/MES_StationOutBill.designer.cs |  596 +++++++++++++++++++++++++++--------------------------
 DAL/车间管理/ClsSc_StationInBill.cs           |    4 
 5 files changed, 320 insertions(+), 310 deletions(-)

diff --git "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs" "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
index 9daef44..cb57cc4 100644
--- "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
+++ "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
@@ -496,9 +496,11 @@
                             sJson_BatchNo = " ";
                         }
                         string sJson = "{\"Creator\":\"\",\"NeedUpDateFields\":[], \"IsEntryBatchFill\": \"True\", \"Model\": { \"FID\":\"0\", \"FBILLNO\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HBillNO"]) + "\", \"FStockOrgId\":{\"FNumber\":\"201\"},  " +
-                        "\"FPRDORGID\":{\"FNumber\":\"201\"}, \"FOwnerId0\":{\"FNumber\":\"201\"}, \"FBillType\": {\"FNumber\":\"SCRKD02_SYS\" " +
+                        "\"FPRDORGID\":{\"FNumber\":\"201\"}, \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"}, \"FOwnerId0\":{\"FNumber\":\"201\"}, \"FBillType\": {\"FNumber\":\"SCRKD02_SYS\" " +
                         " },  \"FEntity\": [   " +
-                        " {  \"FOWNERID\":{\"FNumber\":\"201\"}, \"FSEQ\":\"1\",  " +
+                        " { " +
+                        "  \"FIsNew\":false," +
+                        "  \"FOWNERID\":{\"FNumber\":\"201\"}, \"FSEQ\":\"1\",  " +
                         "  \"FMOBILLNO\" :  \"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["hicmobillno"]) + "\" , " +
                         "  \"FMOID\" : " + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HICMOInterID"]) + " ,  " +
                         " \"FMOENTRYID\" : " + Pub_Class.ClsPub.isLong(ds2.Tables[0].Rows[0]["HICMOEntryID"]) + " , " +
@@ -509,7 +511,7 @@
                         " \"FSRCENTRYID\" : " + Pub_Class.ClsPub.isLong(ds2.Tables[0].Rows[0]["HICMOENtryID"]) + " ,  " +
                         " \"FSRCENTRYSEQ\" : " + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HICMOSubID"]) + " , " +
                         "  \"FMATERIALID\":{\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HMaterNumber"]) + "\"} ,  " +
-                        "  \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"}," +
+                        "  \"FWORKSHOPID1\":    {\"FNumber\":\"02.01\"}," +
                         " \"FUNITID\":    {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["FUNITID"]) + "\"}, " + 
                         " \"FBASEUNITID\" :  {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["FBASEUNITID"]) + "\"} , " +
                         "  \"FSTOCKID\":    {\"FNumber\":\"023\"}, \"FPRODUCTTYPE\" : 1  ,  " +
@@ -541,7 +543,7 @@
                         " \"FSRCENTRYID\" : " + Pub_Class.ClsPub.isLong(ds2.Tables[0].Rows[0]["HICMOENtryID"]) + " ,  " +
                         " \"FSRCENTRYSEQ\" : " + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HICMOSubID"]) + " , " +
                         "  \"FMATERIALID\":{\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HMaterNumber"]) + "\"} ,  " +
-                        "  \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"},   \"FUNITID\":    {\"FNumber\":\"009\"},  \"FBASEUNITID\" :  {\"FNumber\":\"Pcs\"} , " +
+                        "  \"FWORKSHOPID1\":    {\"FNumber\":\"02.01\"},   \"FUNITID\":    {\"FNumber\":\"009\"},  \"FBASEUNITID\" :  {\"FNumber\":\"Pcs\"} , " +
                         "  \"FSTOCKID\":    {\"FNumber\":\"023\"}, \"FPRODUCTTYPE\" : 1  ,  " +
                         " \"FMUSTQty\":" + omodel.HWasterQty.ToString() + ", " +
                         "  \"FRealQty\":" + omodel.HWasterQty.ToString() + ",  " +
diff --git "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationInBill.cs" "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationInBill.cs"
index d408462..1019c3e 100644
--- "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationInBill.cs"
+++ "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationInBill.cs"
@@ -386,7 +386,7 @@
                     else
                     {
                         string sJson_Main = "{\"Creator\":\"\",\"NeedUpDateFields\":[],\"Model\": { \"FID\":\"0\", \"FBILLNO\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HBillNO"]) + "\", \"FStockOrgId\":{\"FNumber\":\"201\"},  " +
-                        "\"FPRDORGID\":{\"FNumber\":\"201\"},  \"FBillType\": {\"FNumber\":\"SCLLD01_SYS\"  " +
+                        "\"FPRDORGID\":{\"FNumber\":\"201\"}, \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"},  \"FBillType\": {\"FNumber\":\"SCLLD01_SYS\"  " +
                         " },  \"FEntity\": [  ";
 
                         string sJson_Entry = "";
@@ -420,7 +420,7 @@
                             "  \"FPPBOMBILLNO\" :  \"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[i]["HPPBOMBILLNO"]) + "\" , " +
                             "  \"FPPBOMENTRYID\" : " + Pub_Class.ClsPub.isLong(ds2.Tables[0].Rows[i]["HPPBOMENTRYID"]) + " ,  " +
                             " \"FMATERIALID\":{\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[i]["HMATERNUMBER"]) + "\"} ,  " +
-                            "   \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"},   " +
+                            "   \"FEntryWorkShopId\":    {\"FNumber\":\"02.01\"},   " +
                             "  \"FSTOCKID\":    {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[i]["HWHNumber"]) + "\"},    \"FAPPQTY\":" + Pub_Class.ClsPub.isDoule(ds2.Tables[0].Rows[i]["USEQTY"]) + ", " +
                             "  \"FACTUALQTY\":" + Pub_Class.ClsPub.isDoule(ds2.Tables[0].Rows[i]["USEQTY"]) + ", " +
                             " \"FSRCBILLTYPE\" : \"PRD_PPBOM\" ,  \"FSRCBILLNO\" :  \"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[i]["HPPBOMBILLNO"]) + "\" , " +
diff --git "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs" "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs"
index 8f371d3..47cd322 100644
--- "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs"
+++ "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs"
@@ -468,9 +468,11 @@
                             sJson_BatchNo = " ";
                         }
                         string sJson = "{\"Creator\":\"\",\"NeedUpDateFields\":[], \"IsEntryBatchFill\": \"True\", \"Model\": { \"FID\":\"0\", \"FBILLNO\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HBillNO"]) + "\", \"FStockOrgId\":{\"FNumber\":\"201\"},  " +
-                        "\"FPRDORGID\":{\"FNumber\":\"201\"}, \"FOwnerId0\":{\"FNumber\":\"201\"}, \"FBillType\": {\"FNumber\":\"SCRKD02_SYS\" " +
+                        "\"FPRDORGID\":{\"FNumber\":\"201\"}, \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"}, \"FOwnerId0\":{\"FNumber\":\"201\"}, \"FBillType\": {\"FNumber\":\"SCRKD02_SYS\" " +
                         " },  \"FEntity\": [   " +
-                        " {  \"FOWNERID\":{\"FNumber\":\"201\"}, \"FSEQ\":\"1\",  " +
+                        " { " +
+                        "  \"FIsNew\":false," +
+                        "  \"FOWNERID\":{\"FNumber\":\"201\"}, \"FSEQ\":\"1\",  " +
                         "  \"FMOBILLNO\" :  \"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["hicmobillno"]) + "\" , " +
                         "  \"FMOID\" : " + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HICMOInterID"]) + " ,  " +
                         " \"FMOENTRYID\" : " + Pub_Class.ClsPub.isLong(ds2.Tables[0].Rows[0]["HICMOEntryID"]) + " , " +
@@ -481,7 +483,7 @@
                         " \"FSRCENTRYID\" : " + Pub_Class.ClsPub.isLong(ds2.Tables[0].Rows[0]["HICMOENtryID"]) + " ,  " +
                         " \"FSRCENTRYSEQ\" : " + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HICMOSubID"]) + " , " +
                         "  \"FMATERIALID\":{\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HMaterNumber"]) + "\"} ,  " +
-                        "  \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"},   \"FUNITID\":    {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["FUNITID"]) + "\"},  \"FBASEUNITID\" :  {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["FBASEUNITID"]) + "\"} , " +
+                        "  \"FWORKSHOPID1\":    {\"FNumber\":\"02.01\"},   \"FUNITID\":    {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["FUNITID"]) + "\"},  \"FBASEUNITID\" :  {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["FBASEUNITID"]) + "\"} , " +
                         "  \"FSTOCKID\":    {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HWHNumber"]) + "\"}, \"FPRODUCTTYPE\" : 1  ,  " +
                         " \"FMUSTQty\":" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HQTY"]) + ", " +
                         "  \"FRealQty\":" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HQTY"]) + ",  " +
@@ -511,7 +513,7 @@
                         " \"FSRCENTRYID\" : " + Pub_Class.ClsPub.isLong(ds2.Tables[0].Rows[0]["HICMOENtryID"]) + " ,  " +
                         " \"FSRCENTRYSEQ\" : " + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HICMOSubID"]) + " , " +
                         "  \"FMATERIALID\":{\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HMaterNumber"]) + "\"} ,  " +
-                        "  \"FWORKSHOPID\":    {\"FNumber\":\"02.01\"},   \"FUNITID\":    {\"FNumber\":\"009\"},  \"FBASEUNITID\" :  {\"FNumber\":\"Pcs\"} , " +
+                        "  \"FWORKSHOPID1\":    {\"FNumber\":\"02.01\"},   \"FUNITID\":    {\"FNumber\":\"009\"},  \"FBASEUNITID\" :  {\"FNumber\":\"Pcs\"} , " +
                         "  \"FSTOCKID\":    {\"FNumber\":\"009\"}, \"FPRODUCTTYPE\" : 1  ,  " +
                         " \"FMUSTQty\":" + omodel.HWasterQty.ToString() + ", " +
                         "  \"FRealQty\":" + omodel.HWasterQty.ToString() + ",  " +
diff --git "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.designer.cs" "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.designer.cs"
index d4af20c..16a248b 100644
--- "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.designer.cs"
+++ "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.designer.cs"
@@ -131,7 +131,7 @@
             this.panel2 = new System.Windows.Forms.Panel();
             this.tabControl1 = new System.Windows.Forms.TabControl();
             this.tabPage1 = new System.Windows.Forms.TabPage();
-            this.grdSub = new FlickerFreeListView();
+            this.grdSub = new DBUtility.FlickerFreeListView();
             this.panel4 = new System.Windows.Forms.Panel();
             this.txtHBadCount = new System.Windows.Forms.TextBox();
             this.label17 = new System.Windows.Forms.Label();
@@ -149,8 +149,10 @@
             ((System.ComponentModel.ISupportInitialize)(this.grdSub)).BeginInit();
             this.panel4.SuspendLayout();
             this.panel7.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
             this.splitContainer1.Panel1.SuspendLayout();
             this.splitContainer1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
             this.splitContainer2.Panel1.SuspendLayout();
             this.splitContainer2.SuspendLayout();
             this.SuspendLayout();
@@ -160,10 +162,10 @@
             this.cmdHMaterID.BackColor = System.Drawing.Color.Transparent;
             this.cmdHMaterID.Enabled = false;
             this.cmdHMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID.Image")));
-            this.cmdHMaterID.Location = new System.Drawing.Point(370, 171);
-            this.cmdHMaterID.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHMaterID.Location = new System.Drawing.Point(416, 205);
+            this.cmdHMaterID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHMaterID.Name = "cmdHMaterID";
-            this.cmdHMaterID.Size = new System.Drawing.Size(35, 35);
+            this.cmdHMaterID.Size = new System.Drawing.Size(39, 42);
             this.cmdHMaterID.TabIndex = 86;
             this.cmdHMaterID.TabStop = false;
             this.cmdHMaterID.UseVisualStyleBackColor = false;
@@ -176,11 +178,11 @@
             this.txtHMaterID.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHMaterID.ForeColor = System.Drawing.Color.Green;
             this.txtHMaterID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHMaterID.Location = new System.Drawing.Point(156, 171);
-            this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHMaterID.Location = new System.Drawing.Point(176, 205);
+            this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHMaterID.Name = "txtHMaterID";
             this.txtHMaterID.ReadOnly = true;
-            this.txtHMaterID.Size = new System.Drawing.Size(212, 27);
+            this.txtHMaterID.Size = new System.Drawing.Size(238, 31);
             this.txtHMaterID.TabIndex = 85;
             this.txtHMaterID.TabStop = false;
             this.txtHMaterID.Tag = "0";
@@ -192,10 +194,10 @@
             this.label16.BackColor = System.Drawing.Color.Gray;
             this.label16.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label16.ForeColor = System.Drawing.Color.Yellow;
-            this.label16.Location = new System.Drawing.Point(20, 171);
+            this.label16.Location = new System.Drawing.Point(22, 205);
             this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label16.Name = "label16";
-            this.label16.Size = new System.Drawing.Size(112, 27);
+            this.label16.Size = new System.Drawing.Size(134, 31);
             this.label16.TabIndex = 84;
             this.label16.Text = "浜у搧浠g爜锛�";
             // 
@@ -205,10 +207,10 @@
             this.label9.BackColor = System.Drawing.Color.Gray;
             this.label9.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label9.ForeColor = System.Drawing.Color.Yellow;
-            this.label9.Location = new System.Drawing.Point(446, 60);
+            this.label9.Location = new System.Drawing.Point(502, 72);
             this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label9.Name = "label9";
-            this.label9.Size = new System.Drawing.Size(112, 27);
+            this.label9.Size = new System.Drawing.Size(134, 31);
             this.label9.TabIndex = 82;
             this.label9.Text = "姹囨姤鏃堕棿锛�";
             // 
@@ -217,10 +219,10 @@
             this.label2.AutoSize = true;
             this.label2.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label2.ForeColor = System.Drawing.Color.Yellow;
-            this.label2.Location = new System.Drawing.Point(500, 30);
+            this.label2.Location = new System.Drawing.Point(562, 36);
             this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(104, 27);
+            this.label2.Size = new System.Drawing.Size(124, 31);
             this.label2.TabIndex = 80;
             this.label2.Text = "浠� 鍔� 鍗曪細";
             this.label2.Visible = false;
@@ -230,11 +232,11 @@
             this.txtHICMOBillNo.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHICMOBillNo.ForeColor = System.Drawing.Color.Green;
             this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHICMOBillNo.Location = new System.Drawing.Point(685, 30);
-            this.txtHICMOBillNo.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHICMOBillNo.Location = new System.Drawing.Point(771, 36);
+            this.txtHICMOBillNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHICMOBillNo.Name = "txtHICMOBillNo";
             this.txtHICMOBillNo.ReadOnly = true;
-            this.txtHICMOBillNo.Size = new System.Drawing.Size(79, 27);
+            this.txtHICMOBillNo.Size = new System.Drawing.Size(88, 31);
             this.txtHICMOBillNo.TabIndex = 81;
             this.txtHICMOBillNo.TabStop = false;
             this.txtHICMOBillNo.Visible = false;
@@ -244,10 +246,10 @@
             this.txtHProcExchBillNo.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHProcExchBillNo.ForeColor = System.Drawing.Color.Green;
             this.txtHProcExchBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHProcExchBillNo.Location = new System.Drawing.Point(156, 23);
-            this.txtHProcExchBillNo.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHProcExchBillNo.Location = new System.Drawing.Point(176, 28);
+            this.txtHProcExchBillNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHProcExchBillNo.Name = "txtHProcExchBillNo";
-            this.txtHProcExchBillNo.Size = new System.Drawing.Size(249, 27);
+            this.txtHProcExchBillNo.Size = new System.Drawing.Size(280, 31);
             this.txtHProcExchBillNo.TabIndex = 1;
             this.txtHProcExchBillNo.TabStop = false;
             this.txtHProcExchBillNo.Tag = "0";
@@ -259,10 +261,10 @@
             this.label1.BackColor = System.Drawing.Color.Gray;
             this.label1.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label1.ForeColor = System.Drawing.Color.Yellow;
-            this.label1.Location = new System.Drawing.Point(20, 23);
+            this.label1.Location = new System.Drawing.Point(22, 28);
             this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(92, 27);
+            this.label1.Size = new System.Drawing.Size(110, 31);
             this.label1.TabIndex = 87;
             this.label1.Text = "娴佽浆鍗★細";
             // 
@@ -272,11 +274,11 @@
             this.txtHMaterModel.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHMaterModel.ForeColor = System.Drawing.Color.Green;
             this.txtHMaterModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHMaterModel.Location = new System.Drawing.Point(156, 244);
-            this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHMaterModel.Location = new System.Drawing.Point(176, 293);
+            this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHMaterModel.Name = "txtHMaterModel";
             this.txtHMaterModel.ReadOnly = true;
-            this.txtHMaterModel.Size = new System.Drawing.Size(249, 27);
+            this.txtHMaterModel.Size = new System.Drawing.Size(280, 31);
             this.txtHMaterModel.TabIndex = 90;
             this.txtHMaterModel.TabStop = false;
             this.txtHMaterModel.Tag = "0";
@@ -287,10 +289,10 @@
             this.label3.BackColor = System.Drawing.Color.Gray;
             this.label3.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label3.ForeColor = System.Drawing.Color.Yellow;
-            this.label3.Location = new System.Drawing.Point(20, 244);
+            this.label3.Location = new System.Drawing.Point(22, 293);
             this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(112, 27);
+            this.label3.Size = new System.Drawing.Size(134, 31);
             this.label3.TabIndex = 89;
             this.label3.Text = "瑙勬牸鍨嬪彿锛�";
             // 
@@ -298,10 +300,10 @@
             // 
             this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent;
             this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image")));
-            this.cmdHEmpID.Location = new System.Drawing.Point(791, 171);
-            this.cmdHEmpID.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHEmpID.Location = new System.Drawing.Point(890, 205);
+            this.cmdHEmpID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHEmpID.Name = "cmdHEmpID";
-            this.cmdHEmpID.Size = new System.Drawing.Size(35, 35);
+            this.cmdHEmpID.Size = new System.Drawing.Size(39, 42);
             this.cmdHEmpID.TabIndex = 93;
             this.cmdHEmpID.UseVisualStyleBackColor = false;
             this.cmdHEmpID.Click += new System.EventHandler(this.cmdHEmpID_Click);
@@ -311,10 +313,10 @@
             this.txtHEmpID.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpID.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpID.Location = new System.Drawing.Point(577, 171);
-            this.txtHEmpID.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpID.Location = new System.Drawing.Point(649, 205);
+            this.txtHEmpID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpID.Name = "txtHEmpID";
-            this.txtHEmpID.Size = new System.Drawing.Size(110, 27);
+            this.txtHEmpID.Size = new System.Drawing.Size(123, 31);
             this.txtHEmpID.TabIndex = 2;
             this.txtHEmpID.Tag = "0";
             this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged);
@@ -326,10 +328,10 @@
             this.label4.BackColor = System.Drawing.Color.Gray;
             this.label4.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label4.ForeColor = System.Drawing.Color.Yellow;
-            this.label4.Location = new System.Drawing.Point(453, 171);
+            this.label4.Location = new System.Drawing.Point(510, 205);
             this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(104, 27);
+            this.label4.Size = new System.Drawing.Size(124, 31);
             this.label4.TabIndex = 91;
             this.label4.Text = "鎿� 浣� 鍛橈細";
             // 
@@ -338,10 +340,10 @@
             this.cmdHSourceID.BackColor = System.Drawing.Color.Transparent;
             this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image")));
             this.cmdHSourceID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
-            this.cmdHSourceID.Location = new System.Drawing.Point(1292, 16);
-            this.cmdHSourceID.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHSourceID.Location = new System.Drawing.Point(1454, 19);
+            this.cmdHSourceID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHSourceID.Name = "cmdHSourceID";
-            this.cmdHSourceID.Size = new System.Drawing.Size(29, 28);
+            this.cmdHSourceID.Size = new System.Drawing.Size(33, 34);
             this.cmdHSourceID.TabIndex = 96;
             this.cmdHSourceID.TabStop = false;
             this.cmdHSourceID.UseVisualStyleBackColor = false;
@@ -353,10 +355,10 @@
             this.txtHSourceID.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHSourceID.ForeColor = System.Drawing.Color.Green;
             this.txtHSourceID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHSourceID.Location = new System.Drawing.Point(1071, 16);
-            this.txtHSourceID.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHSourceID.Location = new System.Drawing.Point(1205, 19);
+            this.txtHSourceID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHSourceID.Name = "txtHSourceID";
-            this.txtHSourceID.Size = new System.Drawing.Size(220, 27);
+            this.txtHSourceID.Size = new System.Drawing.Size(247, 31);
             this.txtHSourceID.TabIndex = 95;
             this.txtHSourceID.TabStop = false;
             this.txtHSourceID.Tag = "0";
@@ -369,10 +371,10 @@
             this.label5.AutoSize = true;
             this.label5.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label5.ForeColor = System.Drawing.Color.Yellow;
-            this.label5.Location = new System.Drawing.Point(948, 18);
+            this.label5.Location = new System.Drawing.Point(1066, 22);
             this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(112, 27);
+            this.label5.Size = new System.Drawing.Size(134, 31);
             this.label5.TabIndex = 94;
             this.label5.Text = "鐢熶骇璧勬簮锛�";
             this.label5.Visible = false;
@@ -382,11 +384,11 @@
             this.txtHICMOQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHICMOQty.ForeColor = System.Drawing.Color.Green;
             this.txtHICMOQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHICMOQty.Location = new System.Drawing.Point(629, 16);
-            this.txtHICMOQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHICMOQty.Location = new System.Drawing.Point(708, 19);
+            this.txtHICMOQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHICMOQty.Name = "txtHICMOQty";
             this.txtHICMOQty.ReadOnly = true;
-            this.txtHICMOQty.Size = new System.Drawing.Size(57, 27);
+            this.txtHICMOQty.Size = new System.Drawing.Size(64, 31);
             this.txtHICMOQty.TabIndex = 98;
             this.txtHICMOQty.TabStop = false;
             this.txtHICMOQty.Tag = "0";
@@ -398,10 +400,10 @@
             this.label6.BackColor = System.Drawing.Color.Gray;
             this.label6.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label6.ForeColor = System.Drawing.Color.Yellow;
-            this.label6.Location = new System.Drawing.Point(233, 21);
+            this.label6.Location = new System.Drawing.Point(262, 25);
             this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(135, 27);
+            this.label6.Size = new System.Drawing.Size(162, 31);
             this.label6.TabIndex = 97;
             this.label6.Text = "杩涚珯 PCS鏁帮細";
             this.label6.Visible = false;
@@ -411,11 +413,11 @@
             this.txtHPlanQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHPlanQty.ForeColor = System.Drawing.Color.Green;
             this.txtHPlanQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHPlanQty.Location = new System.Drawing.Point(629, 21);
-            this.txtHPlanQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHPlanQty.Location = new System.Drawing.Point(708, 25);
+            this.txtHPlanQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHPlanQty.Name = "txtHPlanQty";
             this.txtHPlanQty.ReadOnly = true;
-            this.txtHPlanQty.Size = new System.Drawing.Size(74, 27);
+            this.txtHPlanQty.Size = new System.Drawing.Size(83, 31);
             this.txtHPlanQty.TabIndex = 100;
             this.txtHPlanQty.TabStop = false;
             this.txtHPlanQty.Tag = "0";
@@ -427,10 +429,10 @@
             this.label7.BackColor = System.Drawing.Color.Gray;
             this.label7.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label7.ForeColor = System.Drawing.Color.Yellow;
-            this.label7.Location = new System.Drawing.Point(445, 208);
+            this.label7.Location = new System.Drawing.Point(501, 250);
             this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label7.Name = "label7";
-            this.label7.Size = new System.Drawing.Size(112, 27);
+            this.label7.Size = new System.Drawing.Size(134, 31);
             this.label7.TabIndex = 99;
             this.label7.Text = "鍚堟牸鏁伴噺锛�";
             // 
@@ -438,10 +440,10 @@
             // 
             this.cmdHGroupID.BackColor = System.Drawing.Color.Transparent;
             this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
-            this.cmdHGroupID.Location = new System.Drawing.Point(790, 23);
-            this.cmdHGroupID.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHGroupID.Location = new System.Drawing.Point(889, 28);
+            this.cmdHGroupID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHGroupID.Name = "cmdHGroupID";
-            this.cmdHGroupID.Size = new System.Drawing.Size(35, 35);
+            this.cmdHGroupID.Size = new System.Drawing.Size(39, 42);
             this.cmdHGroupID.TabIndex = 103;
             this.cmdHGroupID.UseVisualStyleBackColor = false;
             this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
@@ -452,10 +454,10 @@
             this.txtHGroupID.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHGroupID.ForeColor = System.Drawing.Color.Green;
             this.txtHGroupID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHGroupID.Location = new System.Drawing.Point(577, 23);
-            this.txtHGroupID.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHGroupID.Location = new System.Drawing.Point(649, 28);
+            this.txtHGroupID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHGroupID.Name = "txtHGroupID";
-            this.txtHGroupID.Size = new System.Drawing.Size(205, 27);
+            this.txtHGroupID.Size = new System.Drawing.Size(230, 31);
             this.txtHGroupID.TabIndex = 102;
             this.txtHGroupID.TabStop = false;
             this.txtHGroupID.Tag = "0";
@@ -467,10 +469,10 @@
             this.label8.AutoSize = true;
             this.label8.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label8.ForeColor = System.Drawing.Color.Yellow;
-            this.label8.Location = new System.Drawing.Point(447, 23);
+            this.label8.Location = new System.Drawing.Point(503, 28);
             this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label8.Name = "label8";
-            this.label8.Size = new System.Drawing.Size(112, 27);
+            this.label8.Size = new System.Drawing.Size(134, 31);
             this.label8.TabIndex = 101;
             this.label8.Text = "鐢熶骇鐝粍锛�";
             // 
@@ -479,10 +481,10 @@
             this.cmdHProcID.BackColor = System.Drawing.Color.Transparent;
             this.cmdHProcID.Enabled = false;
             this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
-            this.cmdHProcID.Location = new System.Drawing.Point(370, 134);
-            this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHProcID.Location = new System.Drawing.Point(416, 161);
+            this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHProcID.Name = "cmdHProcID";
-            this.cmdHProcID.Size = new System.Drawing.Size(35, 35);
+            this.cmdHProcID.Size = new System.Drawing.Size(39, 42);
             this.cmdHProcID.TabIndex = 106;
             this.cmdHProcID.TabStop = false;
             this.cmdHProcID.UseVisualStyleBackColor = false;
@@ -495,11 +497,11 @@
             this.txtHProcID.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHProcID.ForeColor = System.Drawing.Color.Green;
             this.txtHProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHProcID.Location = new System.Drawing.Point(156, 134);
-            this.txtHProcID.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHProcID.Location = new System.Drawing.Point(176, 161);
+            this.txtHProcID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHProcID.Name = "txtHProcID";
             this.txtHProcID.ReadOnly = true;
-            this.txtHProcID.Size = new System.Drawing.Size(212, 27);
+            this.txtHProcID.Size = new System.Drawing.Size(238, 31);
             this.txtHProcID.TabIndex = 105;
             this.txtHProcID.TabStop = false;
             this.txtHProcID.Tag = "0";
@@ -512,10 +514,10 @@
             this.label10.BackColor = System.Drawing.Color.Gray;
             this.label10.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label10.ForeColor = System.Drawing.Color.Yellow;
-            this.label10.Location = new System.Drawing.Point(20, 134);
+            this.label10.Location = new System.Drawing.Point(22, 161);
             this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label10.Name = "label10";
-            this.label10.Size = new System.Drawing.Size(112, 27);
+            this.label10.Size = new System.Drawing.Size(134, 31);
             this.label10.TabIndex = 104;
             this.label10.Text = "褰撳墠宸ュ簭锛�";
             // 
@@ -525,11 +527,11 @@
             this.txtHMaterName.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHMaterName.ForeColor = System.Drawing.Color.Green;
             this.txtHMaterName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHMaterName.Location = new System.Drawing.Point(156, 208);
-            this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHMaterName.Location = new System.Drawing.Point(176, 250);
+            this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHMaterName.Name = "txtHMaterName";
             this.txtHMaterName.ReadOnly = true;
-            this.txtHMaterName.Size = new System.Drawing.Size(249, 27);
+            this.txtHMaterName.Size = new System.Drawing.Size(280, 31);
             this.txtHMaterName.TabIndex = 108;
             this.txtHMaterName.TabStop = false;
             this.txtHMaterName.Tag = "0";
@@ -540,10 +542,10 @@
             this.label11.BackColor = System.Drawing.Color.Gray;
             this.label11.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label11.ForeColor = System.Drawing.Color.Yellow;
-            this.label11.Location = new System.Drawing.Point(20, 208);
+            this.label11.Location = new System.Drawing.Point(22, 250);
             this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label11.Name = "label11";
-            this.label11.Size = new System.Drawing.Size(112, 27);
+            this.label11.Size = new System.Drawing.Size(134, 31);
             this.label11.TabIndex = 107;
             this.label11.Text = "浜у搧鍚嶇О锛�";
             // 
@@ -622,10 +624,10 @@
             this.gbUp.Controls.Add(this.label11);
             this.gbUp.Dock = System.Windows.Forms.DockStyle.Top;
             this.gbUp.Location = new System.Drawing.Point(0, 0);
-            this.gbUp.Margin = new System.Windows.Forms.Padding(4);
+            this.gbUp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.gbUp.Name = "gbUp";
-            this.gbUp.Padding = new System.Windows.Forms.Padding(4);
-            this.gbUp.Size = new System.Drawing.Size(1270, 563);
+            this.gbUp.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.gbUp.Size = new System.Drawing.Size(1270, 676);
             this.gbUp.TabIndex = 114;
             this.gbUp.TabStop = false;
             // 
@@ -634,11 +636,11 @@
             this.txtHPriceRate.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHPriceRate.ForeColor = System.Drawing.Color.Green;
             this.txtHPriceRate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHPriceRate.Location = new System.Drawing.Point(156, 429);
-            this.txtHPriceRate.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHPriceRate.Location = new System.Drawing.Point(176, 515);
+            this.txtHPriceRate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHPriceRate.Name = "txtHPriceRate";
             this.txtHPriceRate.ReadOnly = true;
-            this.txtHPriceRate.Size = new System.Drawing.Size(249, 27);
+            this.txtHPriceRate.Size = new System.Drawing.Size(280, 31);
             this.txtHPriceRate.TabIndex = 178;
             this.txtHPriceRate.Tag = "0";
             // 
@@ -648,10 +650,10 @@
             this.label35.BackColor = System.Drawing.Color.Gray;
             this.label35.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label35.ForeColor = System.Drawing.Color.Yellow;
-            this.label35.Location = new System.Drawing.Point(20, 428);
+            this.label35.Location = new System.Drawing.Point(22, 514);
             this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label35.Name = "label35";
-            this.label35.Size = new System.Drawing.Size(108, 27);
+            this.label35.Size = new System.Drawing.Size(128, 31);
             this.label35.TabIndex = 179;
             this.label35.Text = "绯�      鏁帮細";
             // 
@@ -660,11 +662,11 @@
             this.txtHUnitChongQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHUnitChongQty.ForeColor = System.Drawing.Color.Green;
             this.txtHUnitChongQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHUnitChongQty.Location = new System.Drawing.Point(156, 391);
-            this.txtHUnitChongQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHUnitChongQty.Location = new System.Drawing.Point(176, 469);
+            this.txtHUnitChongQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHUnitChongQty.Name = "txtHUnitChongQty";
             this.txtHUnitChongQty.ReadOnly = true;
-            this.txtHUnitChongQty.Size = new System.Drawing.Size(249, 27);
+            this.txtHUnitChongQty.Size = new System.Drawing.Size(280, 31);
             this.txtHUnitChongQty.TabIndex = 176;
             this.txtHUnitChongQty.Tag = "0";
             // 
@@ -674,10 +676,10 @@
             this.label34.BackColor = System.Drawing.Color.Gray;
             this.label34.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label34.ForeColor = System.Drawing.Color.Yellow;
-            this.label34.Location = new System.Drawing.Point(20, 390);
+            this.label34.Location = new System.Drawing.Point(22, 468);
             this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label34.Name = "label34";
-            this.label34.Size = new System.Drawing.Size(112, 27);
+            this.label34.Size = new System.Drawing.Size(136, 31);
             this.label34.TabIndex = 177;
             this.label34.Text = "NCT鍗曟锛�";
             // 
@@ -686,10 +688,10 @@
             this.txtHChongQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHChongQty.ForeColor = System.Drawing.Color.Green;
             this.txtHChongQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHChongQty.Location = new System.Drawing.Point(577, 280);
-            this.txtHChongQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHChongQty.Location = new System.Drawing.Point(649, 336);
+            this.txtHChongQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHChongQty.Name = "txtHChongQty";
-            this.txtHChongQty.Size = new System.Drawing.Size(249, 27);
+            this.txtHChongQty.Size = new System.Drawing.Size(280, 31);
             this.txtHChongQty.TabIndex = 174;
             this.txtHChongQty.Tag = "0";
             // 
@@ -699,10 +701,10 @@
             this.label33.BackColor = System.Drawing.Color.Gray;
             this.label33.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label33.ForeColor = System.Drawing.Color.Yellow;
-            this.label33.Location = new System.Drawing.Point(444, 280);
+            this.label33.Location = new System.Drawing.Point(500, 336);
             this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label33.Name = "label33";
-            this.label33.Size = new System.Drawing.Size(132, 27);
+            this.label33.Size = new System.Drawing.Size(160, 31);
             this.label33.TabIndex = 175;
             this.label33.Text = "NCT鍐叉鏁帮細";
             // 
@@ -711,10 +713,10 @@
             this.txtHDSQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHDSQty.ForeColor = System.Drawing.Color.Green;
             this.txtHDSQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHDSQty.Location = new System.Drawing.Point(577, 244);
-            this.txtHDSQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHDSQty.Location = new System.Drawing.Point(649, 293);
+            this.txtHDSQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHDSQty.Name = "txtHDSQty";
-            this.txtHDSQty.Size = new System.Drawing.Size(249, 27);
+            this.txtHDSQty.Size = new System.Drawing.Size(280, 31);
             this.txtHDSQty.TabIndex = 172;
             this.txtHDSQty.Tag = "0";
             this.txtHDSQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHDSQty_KeyDown);
@@ -725,10 +727,10 @@
             this.label32.BackColor = System.Drawing.Color.Gray;
             this.label32.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label32.ForeColor = System.Drawing.Color.Yellow;
-            this.label32.Location = new System.Drawing.Point(444, 244);
+            this.label32.Location = new System.Drawing.Point(500, 293);
             this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label32.Name = "label32";
-            this.label32.Size = new System.Drawing.Size(112, 27);
+            this.label32.Size = new System.Drawing.Size(134, 31);
             this.label32.TabIndex = 173;
             this.label32.Text = "鎶樺集鍒�鏁帮細";
             // 
@@ -738,10 +740,10 @@
             this.label31.BackColor = System.Drawing.Color.Gray;
             this.label31.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label31.ForeColor = System.Drawing.Color.Yellow;
-            this.label31.Location = new System.Drawing.Point(20, 355);
+            this.label31.Location = new System.Drawing.Point(22, 426);
             this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label31.Name = "label31";
-            this.label31.Size = new System.Drawing.Size(132, 27);
+            this.label31.Size = new System.Drawing.Size(158, 31);
             this.label31.TabIndex = 170;
             this.label31.Text = "濮斿宸ュ崟鍙凤細";
             this.label31.Visible = false;
@@ -751,10 +753,10 @@
             this.txtHWWWorkOrderBillNo.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHWWWorkOrderBillNo.ForeColor = System.Drawing.Color.Green;
             this.txtHWWWorkOrderBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHWWWorkOrderBillNo.Location = new System.Drawing.Point(156, 354);
-            this.txtHWWWorkOrderBillNo.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHWWWorkOrderBillNo.Location = new System.Drawing.Point(176, 425);
+            this.txtHWWWorkOrderBillNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHWWWorkOrderBillNo.Name = "txtHWWWorkOrderBillNo";
-            this.txtHWWWorkOrderBillNo.Size = new System.Drawing.Size(249, 27);
+            this.txtHWWWorkOrderBillNo.Size = new System.Drawing.Size(280, 31);
             this.txtHWWWorkOrderBillNo.TabIndex = 171;
             this.txtHWWWorkOrderBillNo.Visible = false;
             this.txtHWWWorkOrderBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHWWWorkOrderBillNo_KeyDown);
@@ -764,10 +766,10 @@
             this.txtHRemark.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHRemark.ForeColor = System.Drawing.Color.Green;
             this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHRemark.Location = new System.Drawing.Point(577, 134);
-            this.txtHRemark.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHRemark.Location = new System.Drawing.Point(649, 161);
+            this.txtHRemark.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHRemark.Name = "txtHRemark";
-            this.txtHRemark.Size = new System.Drawing.Size(249, 27);
+            this.txtHRemark.Size = new System.Drawing.Size(280, 31);
             this.txtHRemark.TabIndex = 169;
             this.txtHRemark.TabStop = false;
             this.txtHRemark.Tag = "0";
@@ -778,10 +780,10 @@
             this.label30.BackColor = System.Drawing.Color.Gray;
             this.label30.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label30.ForeColor = System.Drawing.Color.Yellow;
-            this.label30.Location = new System.Drawing.Point(444, 134);
+            this.label30.Location = new System.Drawing.Point(500, 161);
             this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label30.Name = "label30";
-            this.label30.Size = new System.Drawing.Size(72, 27);
+            this.label30.Size = new System.Drawing.Size(86, 31);
             this.label30.TabIndex = 168;
             this.label30.Text = "澶囨敞锛�";
             // 
@@ -791,12 +793,12 @@
             this.txtHEmpName5.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpName5.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpName5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpName5.Location = new System.Drawing.Point(699, 459);
-            this.txtHEmpName5.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpName5.Location = new System.Drawing.Point(786, 551);
+            this.txtHEmpName5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpName5.Multiline = true;
             this.txtHEmpName5.Name = "txtHEmpName5";
             this.txtHEmpName5.ReadOnly = true;
-            this.txtHEmpName5.Size = new System.Drawing.Size(107, 35);
+            this.txtHEmpName5.Size = new System.Drawing.Size(120, 41);
             this.txtHEmpName5.TabIndex = 167;
             this.txtHEmpName5.TabStop = false;
             // 
@@ -806,12 +808,12 @@
             this.txtHEmpName4.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpName4.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpName4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpName4.Location = new System.Drawing.Point(699, 425);
-            this.txtHEmpName4.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpName4.Location = new System.Drawing.Point(786, 510);
+            this.txtHEmpName4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpName4.Multiline = true;
             this.txtHEmpName4.Name = "txtHEmpName4";
             this.txtHEmpName4.ReadOnly = true;
-            this.txtHEmpName4.Size = new System.Drawing.Size(107, 35);
+            this.txtHEmpName4.Size = new System.Drawing.Size(120, 41);
             this.txtHEmpName4.TabIndex = 166;
             this.txtHEmpName4.TabStop = false;
             // 
@@ -821,12 +823,12 @@
             this.txtHEmpName3.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpName3.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpName3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpName3.Location = new System.Drawing.Point(699, 389);
-            this.txtHEmpName3.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpName3.Location = new System.Drawing.Point(786, 467);
+            this.txtHEmpName3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpName3.Multiline = true;
             this.txtHEmpName3.Name = "txtHEmpName3";
             this.txtHEmpName3.ReadOnly = true;
-            this.txtHEmpName3.Size = new System.Drawing.Size(107, 35);
+            this.txtHEmpName3.Size = new System.Drawing.Size(120, 41);
             this.txtHEmpName3.TabIndex = 165;
             this.txtHEmpName3.TabStop = false;
             // 
@@ -836,12 +838,12 @@
             this.txtHEmpName2.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpName2.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpName2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpName2.Location = new System.Drawing.Point(699, 355);
-            this.txtHEmpName2.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpName2.Location = new System.Drawing.Point(786, 426);
+            this.txtHEmpName2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpName2.Multiline = true;
             this.txtHEmpName2.Name = "txtHEmpName2";
             this.txtHEmpName2.ReadOnly = true;
-            this.txtHEmpName2.Size = new System.Drawing.Size(107, 35);
+            this.txtHEmpName2.Size = new System.Drawing.Size(120, 41);
             this.txtHEmpName2.TabIndex = 164;
             this.txtHEmpName2.TabStop = false;
             // 
@@ -851,12 +853,12 @@
             this.txtHEmpName.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpName.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpName.Location = new System.Drawing.Point(695, 171);
-            this.txtHEmpName.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpName.Location = new System.Drawing.Point(782, 205);
+            this.txtHEmpName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpName.Multiline = true;
             this.txtHEmpName.Name = "txtHEmpName";
             this.txtHEmpName.ReadOnly = true;
-            this.txtHEmpName.Size = new System.Drawing.Size(96, 35);
+            this.txtHEmpName.Size = new System.Drawing.Size(108, 41);
             this.txtHEmpName.TabIndex = 163;
             this.txtHEmpName.TabStop = false;
             // 
@@ -864,10 +866,10 @@
             // 
             this.cmdHEmpID5.BackColor = System.Drawing.Color.Transparent;
             this.cmdHEmpID5.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID5.Image")));
-            this.cmdHEmpID5.Location = new System.Drawing.Point(809, 458);
-            this.cmdHEmpID5.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHEmpID5.Location = new System.Drawing.Point(910, 550);
+            this.cmdHEmpID5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHEmpID5.Name = "cmdHEmpID5";
-            this.cmdHEmpID5.Size = new System.Drawing.Size(35, 35);
+            this.cmdHEmpID5.Size = new System.Drawing.Size(39, 42);
             this.cmdHEmpID5.TabIndex = 162;
             this.cmdHEmpID5.UseVisualStyleBackColor = false;
             this.cmdHEmpID5.Click += new System.EventHandler(this.cmdHEmpID5_Click);
@@ -878,10 +880,10 @@
             this.label29.BackColor = System.Drawing.Color.Gray;
             this.label29.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label29.ForeColor = System.Drawing.Color.Yellow;
-            this.label29.Location = new System.Drawing.Point(452, 461);
+            this.label29.Location = new System.Drawing.Point(508, 553);
             this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label29.Name = "label29";
-            this.label29.Size = new System.Drawing.Size(104, 27);
+            this.label29.Size = new System.Drawing.Size(124, 31);
             this.label29.TabIndex = 161;
             this.label29.Text = "鎿嶄綔鍛�5锛�";
             // 
@@ -890,10 +892,10 @@
             this.txtHEmpID5.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpID5.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpID5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpID5.Location = new System.Drawing.Point(577, 460);
-            this.txtHEmpID5.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpID5.Location = new System.Drawing.Point(649, 552);
+            this.txtHEmpID5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpID5.Name = "txtHEmpID5";
-            this.txtHEmpID5.Size = new System.Drawing.Size(109, 27);
+            this.txtHEmpID5.Size = new System.Drawing.Size(122, 31);
             this.txtHEmpID5.TabIndex = 160;
             this.txtHEmpID5.Tag = "0";
             this.txtHEmpID5.TextChanged += new System.EventHandler(this.txtHEmpID5_TextChanged);
@@ -903,10 +905,10 @@
             // 
             this.cmdHEmpID4.BackColor = System.Drawing.Color.Transparent;
             this.cmdHEmpID4.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID4.Image")));
-            this.cmdHEmpID4.Location = new System.Drawing.Point(809, 423);
-            this.cmdHEmpID4.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHEmpID4.Location = new System.Drawing.Point(910, 508);
+            this.cmdHEmpID4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHEmpID4.Name = "cmdHEmpID4";
-            this.cmdHEmpID4.Size = new System.Drawing.Size(35, 35);
+            this.cmdHEmpID4.Size = new System.Drawing.Size(39, 42);
             this.cmdHEmpID4.TabIndex = 159;
             this.cmdHEmpID4.UseVisualStyleBackColor = false;
             this.cmdHEmpID4.Click += new System.EventHandler(this.cmdHEmpID4_Click);
@@ -917,10 +919,10 @@
             this.label28.BackColor = System.Drawing.Color.Gray;
             this.label28.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label28.ForeColor = System.Drawing.Color.Yellow;
-            this.label28.Location = new System.Drawing.Point(452, 426);
+            this.label28.Location = new System.Drawing.Point(508, 511);
             this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label28.Name = "label28";
-            this.label28.Size = new System.Drawing.Size(104, 27);
+            this.label28.Size = new System.Drawing.Size(124, 31);
             this.label28.TabIndex = 158;
             this.label28.Text = "鎿嶄綔鍛�4锛�";
             // 
@@ -929,10 +931,10 @@
             this.txtHEmpID4.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpID4.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpID4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpID4.Location = new System.Drawing.Point(577, 425);
-            this.txtHEmpID4.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpID4.Location = new System.Drawing.Point(649, 510);
+            this.txtHEmpID4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpID4.Name = "txtHEmpID4";
-            this.txtHEmpID4.Size = new System.Drawing.Size(109, 27);
+            this.txtHEmpID4.Size = new System.Drawing.Size(122, 31);
             this.txtHEmpID4.TabIndex = 157;
             this.txtHEmpID4.Tag = "0";
             this.txtHEmpID4.TextChanged += new System.EventHandler(this.txtHEmpID4_TextChanged);
@@ -942,10 +944,10 @@
             // 
             this.cmdHEmpID3.BackColor = System.Drawing.Color.Transparent;
             this.cmdHEmpID3.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID3.Image")));
-            this.cmdHEmpID3.Location = new System.Drawing.Point(809, 388);
-            this.cmdHEmpID3.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHEmpID3.Location = new System.Drawing.Point(910, 466);
+            this.cmdHEmpID3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHEmpID3.Name = "cmdHEmpID3";
-            this.cmdHEmpID3.Size = new System.Drawing.Size(35, 35);
+            this.cmdHEmpID3.Size = new System.Drawing.Size(39, 42);
             this.cmdHEmpID3.TabIndex = 156;
             this.cmdHEmpID3.UseVisualStyleBackColor = false;
             this.cmdHEmpID3.Click += new System.EventHandler(this.cmdHEmpID3_Click);
@@ -956,10 +958,10 @@
             this.label27.BackColor = System.Drawing.Color.Gray;
             this.label27.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label27.ForeColor = System.Drawing.Color.Yellow;
-            this.label27.Location = new System.Drawing.Point(452, 391);
+            this.label27.Location = new System.Drawing.Point(508, 469);
             this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label27.Name = "label27";
-            this.label27.Size = new System.Drawing.Size(104, 27);
+            this.label27.Size = new System.Drawing.Size(124, 31);
             this.label27.TabIndex = 155;
             this.label27.Text = "鎿嶄綔鍛�3锛�";
             // 
@@ -968,10 +970,10 @@
             this.txtHEmpID3.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpID3.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpID3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpID3.Location = new System.Drawing.Point(577, 390);
-            this.txtHEmpID3.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpID3.Location = new System.Drawing.Point(649, 468);
+            this.txtHEmpID3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpID3.Name = "txtHEmpID3";
-            this.txtHEmpID3.Size = new System.Drawing.Size(109, 27);
+            this.txtHEmpID3.Size = new System.Drawing.Size(122, 31);
             this.txtHEmpID3.TabIndex = 154;
             this.txtHEmpID3.Tag = "0";
             this.txtHEmpID3.TextChanged += new System.EventHandler(this.txtHEmpID3_TextChanged);
@@ -981,10 +983,10 @@
             // 
             this.cmdHEmpID2.BackColor = System.Drawing.Color.Transparent;
             this.cmdHEmpID2.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID2.Image")));
-            this.cmdHEmpID2.Location = new System.Drawing.Point(809, 353);
-            this.cmdHEmpID2.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdHEmpID2.Location = new System.Drawing.Point(910, 424);
+            this.cmdHEmpID2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdHEmpID2.Name = "cmdHEmpID2";
-            this.cmdHEmpID2.Size = new System.Drawing.Size(35, 35);
+            this.cmdHEmpID2.Size = new System.Drawing.Size(39, 42);
             this.cmdHEmpID2.TabIndex = 153;
             this.cmdHEmpID2.UseVisualStyleBackColor = false;
             this.cmdHEmpID2.Click += new System.EventHandler(this.cmdHEmpID2_Click);
@@ -995,10 +997,10 @@
             this.label26.BackColor = System.Drawing.Color.Gray;
             this.label26.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label26.ForeColor = System.Drawing.Color.Yellow;
-            this.label26.Location = new System.Drawing.Point(452, 356);
+            this.label26.Location = new System.Drawing.Point(508, 427);
             this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label26.Name = "label26";
-            this.label26.Size = new System.Drawing.Size(104, 27);
+            this.label26.Size = new System.Drawing.Size(124, 31);
             this.label26.TabIndex = 152;
             this.label26.Text = "鎿嶄綔鍛�2锛�";
             // 
@@ -1007,10 +1009,10 @@
             this.txtHEmpID2.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHEmpID2.ForeColor = System.Drawing.Color.Green;
             this.txtHEmpID2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHEmpID2.Location = new System.Drawing.Point(577, 355);
-            this.txtHEmpID2.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHEmpID2.Location = new System.Drawing.Point(649, 426);
+            this.txtHEmpID2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHEmpID2.Name = "txtHEmpID2";
-            this.txtHEmpID2.Size = new System.Drawing.Size(110, 27);
+            this.txtHEmpID2.Size = new System.Drawing.Size(123, 31);
             this.txtHEmpID2.TabIndex = 151;
             this.txtHEmpID2.Tag = "0";
             this.txtHEmpID2.TextChanged += new System.EventHandler(this.txtHEmpID2_TextChanged);
@@ -1021,9 +1023,10 @@
             this.chkHLastSubProc.AutoSize = true;
             this.chkHLastSubProc.Font = new System.Drawing.Font("瀹嬩綋", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.chkHLastSubProc.ForeColor = System.Drawing.Color.Yellow;
-            this.chkHLastSubProc.Location = new System.Drawing.Point(833, 97);
+            this.chkHLastSubProc.Location = new System.Drawing.Point(937, 116);
+            this.chkHLastSubProc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.chkHLastSubProc.Name = "chkHLastSubProc";
-            this.chkHLastSubProc.Size = new System.Drawing.Size(111, 23);
+            this.chkHLastSubProc.Size = new System.Drawing.Size(128, 26);
             this.chkHLastSubProc.TabIndex = 150;
             this.chkHLastSubProc.Text = "杞笅宸ュ簭";
             this.chkHLastSubProc.UseVisualStyleBackColor = true;
@@ -1033,10 +1036,10 @@
             this.txtHPayProcID.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHPayProcID.ForeColor = System.Drawing.Color.Green;
             this.txtHPayProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHPayProcID.Location = new System.Drawing.Point(577, 97);
-            this.txtHPayProcID.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHPayProcID.Location = new System.Drawing.Point(649, 116);
+            this.txtHPayProcID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHPayProcID.Name = "txtHPayProcID";
-            this.txtHPayProcID.Size = new System.Drawing.Size(249, 27);
+            this.txtHPayProcID.Size = new System.Drawing.Size(280, 31);
             this.txtHPayProcID.TabIndex = 149;
             this.txtHPayProcID.TabStop = false;
             this.txtHPayProcID.Tag = "0";
@@ -1049,10 +1052,10 @@
             this.label25.BackColor = System.Drawing.Color.Gray;
             this.label25.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label25.ForeColor = System.Drawing.Color.Yellow;
-            this.label25.Location = new System.Drawing.Point(444, 97);
+            this.label25.Location = new System.Drawing.Point(500, 116);
             this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label25.Name = "label25";
-            this.label25.Size = new System.Drawing.Size(112, 27);
+            this.label25.Size = new System.Drawing.Size(134, 31);
             this.label25.TabIndex = 148;
             this.label25.Text = "鏍哥畻宸ュ簭锛�";
             // 
@@ -1062,11 +1065,11 @@
             this.txtHOrderProcNO.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHOrderProcNO.ForeColor = System.Drawing.Color.Green;
             this.txtHOrderProcNO.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHOrderProcNO.Location = new System.Drawing.Point(156, 317);
-            this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHOrderProcNO.Location = new System.Drawing.Point(176, 380);
+            this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHOrderProcNO.Name = "txtHOrderProcNO";
             this.txtHOrderProcNO.ReadOnly = true;
-            this.txtHOrderProcNO.Size = new System.Drawing.Size(249, 27);
+            this.txtHOrderProcNO.Size = new System.Drawing.Size(280, 31);
             this.txtHOrderProcNO.TabIndex = 147;
             this.txtHOrderProcNO.TabStop = false;
             this.txtHOrderProcNO.Tag = "0";
@@ -1077,10 +1080,10 @@
             this.label24.BackColor = System.Drawing.Color.Gray;
             this.label24.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label24.ForeColor = System.Drawing.Color.Yellow;
-            this.label24.Location = new System.Drawing.Point(20, 317);
+            this.label24.Location = new System.Drawing.Point(22, 380);
             this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label24.Name = "label24";
-            this.label24.Size = new System.Drawing.Size(132, 27);
+            this.label24.Size = new System.Drawing.Size(158, 31);
             this.label24.TabIndex = 146;
             this.label24.Text = "璁㈠崟璺熻釜鍙凤細";
             // 
@@ -1090,10 +1093,10 @@
             this.label23.BackColor = System.Drawing.Color.Gray;
             this.label23.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label23.ForeColor = System.Drawing.Color.Yellow;
-            this.label23.Location = new System.Drawing.Point(20, 60);
+            this.label23.Location = new System.Drawing.Point(22, 72);
             this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label23.Name = "label23";
-            this.label23.Size = new System.Drawing.Size(92, 27);
+            this.label23.Size = new System.Drawing.Size(110, 31);
             this.label23.TabIndex = 144;
             this.label23.Text = "娴佹按鍙凤細";
             // 
@@ -1102,10 +1105,10 @@
             this.txtHProcNo.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHProcNo.ForeColor = System.Drawing.Color.Green;
             this.txtHProcNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHProcNo.Location = new System.Drawing.Point(156, 60);
-            this.txtHProcNo.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHProcNo.Location = new System.Drawing.Point(176, 72);
+            this.txtHProcNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHProcNo.Name = "txtHProcNo";
-            this.txtHProcNo.Size = new System.Drawing.Size(249, 27);
+            this.txtHProcNo.Size = new System.Drawing.Size(280, 31);
             this.txtHProcNo.TabIndex = 145;
             this.txtHProcNo.TabStop = false;
             this.txtHProcNo.Tag = "0";
@@ -1117,10 +1120,10 @@
             this.txtHChecker.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHChecker.ForeColor = System.Drawing.Color.Green;
             this.txtHChecker.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHChecker.Location = new System.Drawing.Point(1017, 253);
-            this.txtHChecker.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHChecker.Location = new System.Drawing.Point(1144, 304);
+            this.txtHChecker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHChecker.Name = "txtHChecker";
-            this.txtHChecker.Size = new System.Drawing.Size(249, 27);
+            this.txtHChecker.Size = new System.Drawing.Size(280, 31);
             this.txtHChecker.TabIndex = 142;
             this.txtHChecker.Tag = "0";
             this.txtHChecker.Visible = false;
@@ -1131,10 +1134,10 @@
             this.label22.BackColor = System.Drawing.Color.Gray;
             this.label22.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label22.ForeColor = System.Drawing.Color.Yellow;
-            this.label22.Location = new System.Drawing.Point(876, 252);
+            this.label22.Location = new System.Drawing.Point(986, 302);
             this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label22.Name = "label22";
-            this.label22.Size = new System.Drawing.Size(132, 27);
+            this.label22.Size = new System.Drawing.Size(158, 31);
             this.label22.TabIndex = 143;
             this.label22.Text = "鍝佽川纭浜猴細";
             this.label22.Visible = false;
@@ -1145,10 +1148,10 @@
             this.label20.BackColor = System.Drawing.Color.Gray;
             this.label20.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label20.ForeColor = System.Drawing.Color.Yellow;
-            this.label20.Location = new System.Drawing.Point(20, 97);
+            this.label20.Location = new System.Drawing.Point(22, 116);
             this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label20.Name = "label20";
-            this.label20.Size = new System.Drawing.Size(112, 27);
+            this.label20.Size = new System.Drawing.Size(134, 31);
             this.label20.TabIndex = 140;
             this.label20.Text = "宸ヤ綔涓績锛�";
             this.label20.Click += new System.EventHandler(this.label20_Click);
@@ -1159,11 +1162,11 @@
             this.txtHCenterID.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHCenterID.ForeColor = System.Drawing.Color.Green;
             this.txtHCenterID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHCenterID.Location = new System.Drawing.Point(156, 97);
-            this.txtHCenterID.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHCenterID.Location = new System.Drawing.Point(176, 116);
+            this.txtHCenterID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHCenterID.Name = "txtHCenterID";
             this.txtHCenterID.ReadOnly = true;
-            this.txtHCenterID.Size = new System.Drawing.Size(249, 27);
+            this.txtHCenterID.Size = new System.Drawing.Size(280, 31);
             this.txtHCenterID.TabIndex = 141;
             this.txtHCenterID.TabStop = false;
             // 
@@ -1172,10 +1175,10 @@
             this.txtHBadPNL.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHBadPNL.ForeColor = System.Drawing.Color.Green;
             this.txtHBadPNL.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHBadPNL.Location = new System.Drawing.Point(1017, 216);
-            this.txtHBadPNL.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHBadPNL.Location = new System.Drawing.Point(1144, 259);
+            this.txtHBadPNL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHBadPNL.Name = "txtHBadPNL";
-            this.txtHBadPNL.Size = new System.Drawing.Size(249, 27);
+            this.txtHBadPNL.Size = new System.Drawing.Size(280, 31);
             this.txtHBadPNL.TabIndex = 6;
             this.txtHBadPNL.Tag = "0";
             this.txtHBadPNL.Visible = false;
@@ -1188,10 +1191,10 @@
             this.label21.BackColor = System.Drawing.Color.Gray;
             this.label21.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label21.ForeColor = System.Drawing.Color.Yellow;
-            this.label21.Location = new System.Drawing.Point(876, 214);
+            this.label21.Location = new System.Drawing.Point(986, 257);
             this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label21.Name = "label21";
-            this.label21.Size = new System.Drawing.Size(130, 27);
+            this.label21.Size = new System.Drawing.Size(157, 31);
             this.label21.TabIndex = 139;
             this.label21.Text = "鎶ュ簾PNL鏁帮細";
             this.label21.Visible = false;
@@ -1201,11 +1204,11 @@
             this.txtHPlanPieceQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHPlanPieceQty.ForeColor = System.Drawing.Color.Green;
             this.txtHPlanPieceQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHPlanPieceQty.Location = new System.Drawing.Point(1021, 171);
-            this.txtHPlanPieceQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHPlanPieceQty.Location = new System.Drawing.Point(1149, 205);
+            this.txtHPlanPieceQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHPlanPieceQty.Name = "txtHPlanPieceQty";
             this.txtHPlanPieceQty.ReadOnly = true;
-            this.txtHPlanPieceQty.Size = new System.Drawing.Size(249, 27);
+            this.txtHPlanPieceQty.Size = new System.Drawing.Size(280, 31);
             this.txtHPlanPieceQty.TabIndex = 127;
             this.txtHPlanPieceQty.TabStop = false;
             this.txtHPlanPieceQty.Tag = "0";
@@ -1217,10 +1220,10 @@
             this.label19.BackColor = System.Drawing.Color.Gray;
             this.label19.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label19.ForeColor = System.Drawing.Color.Yellow;
-            this.label19.Location = new System.Drawing.Point(875, 171);
+            this.label19.Location = new System.Drawing.Point(984, 205);
             this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label19.Name = "label19";
-            this.label19.Size = new System.Drawing.Size(136, 27);
+            this.label19.Size = new System.Drawing.Size(164, 31);
             this.label19.TabIndex = 126;
             this.label19.Text = "杩涚珯 PNL鏁帮細";
             this.label19.Visible = false;
@@ -1231,10 +1234,10 @@
             this.txtHWasterQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHWasterQty.ForeColor = System.Drawing.Color.Green;
             this.txtHWasterQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHWasterQty.Location = new System.Drawing.Point(577, 317);
-            this.txtHWasterQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHWasterQty.Location = new System.Drawing.Point(649, 380);
+            this.txtHWasterQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHWasterQty.Name = "txtHWasterQty";
-            this.txtHWasterQty.Size = new System.Drawing.Size(249, 27);
+            this.txtHWasterQty.Size = new System.Drawing.Size(280, 31);
             this.txtHWasterQty.TabIndex = 5;
             this.txtHWasterQty.Tag = "0";
             this.txtHWasterQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHWasterQty_KeyDown);
@@ -1246,10 +1249,10 @@
             this.label18.BackColor = System.Drawing.Color.Gray;
             this.label18.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label18.ForeColor = System.Drawing.Color.Yellow;
-            this.label18.Location = new System.Drawing.Point(445, 317);
+            this.label18.Location = new System.Drawing.Point(501, 380);
             this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label18.Name = "label18";
-            this.label18.Size = new System.Drawing.Size(112, 27);
+            this.label18.Size = new System.Drawing.Size(134, 31);
             this.label18.TabIndex = 124;
             this.label18.Text = "鎶ュ簾鏁伴噺锛�";
             // 
@@ -1259,11 +1262,11 @@
             this.txtHBillNo.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHBillNo.ForeColor = System.Drawing.Color.Green;
             this.txtHBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHBillNo.Location = new System.Drawing.Point(156, 280);
-            this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHBillNo.Location = new System.Drawing.Point(176, 336);
+            this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHBillNo.Name = "txtHBillNo";
             this.txtHBillNo.ReadOnly = true;
-            this.txtHBillNo.Size = new System.Drawing.Size(249, 27);
+            this.txtHBillNo.Size = new System.Drawing.Size(280, 31);
             this.txtHBillNo.TabIndex = 117;
             this.txtHBillNo.TabStop = false;
             // 
@@ -1273,10 +1276,10 @@
             this.label12.BackColor = System.Drawing.Color.Gray;
             this.label12.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label12.ForeColor = System.Drawing.Color.Yellow;
-            this.label12.Location = new System.Drawing.Point(20, 280);
+            this.label12.Location = new System.Drawing.Point(22, 336);
             this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label12.Name = "label12";
-            this.label12.Size = new System.Drawing.Size(104, 27);
+            this.label12.Size = new System.Drawing.Size(124, 31);
             this.label12.TabIndex = 116;
             this.label12.Text = "鍗� 鎹� 鍙凤細";
             // 
@@ -1285,10 +1288,10 @@
             this.txtHQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHQty.ForeColor = System.Drawing.Color.Green;
             this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHQty.Location = new System.Drawing.Point(577, 208);
-            this.txtHQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHQty.Location = new System.Drawing.Point(649, 250);
+            this.txtHQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHQty.Name = "txtHQty";
-            this.txtHQty.Size = new System.Drawing.Size(249, 27);
+            this.txtHQty.Size = new System.Drawing.Size(280, 31);
             this.txtHQty.TabIndex = 4;
             this.txtHQty.Tag = "0";
             this.txtHQty.TextChanged += new System.EventHandler(this.txtHQty_TextChanged);
@@ -1301,11 +1304,11 @@
             this.txtHStationOutTime.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHStationOutTime.ForeColor = System.Drawing.Color.Green;
             this.txtHStationOutTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHStationOutTime.Location = new System.Drawing.Point(577, 60);
-            this.txtHStationOutTime.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHStationOutTime.Location = new System.Drawing.Point(649, 72);
+            this.txtHStationOutTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHStationOutTime.Name = "txtHStationOutTime";
             this.txtHStationOutTime.ReadOnly = true;
-            this.txtHStationOutTime.Size = new System.Drawing.Size(249, 27);
+            this.txtHStationOutTime.Size = new System.Drawing.Size(280, 31);
             this.txtHStationOutTime.TabIndex = 112;
             this.txtHStationOutTime.TabStop = false;
             this.txtHStationOutTime.Tag = "0";
@@ -1315,10 +1318,10 @@
             this.txtHPieceQty.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHPieceQty.ForeColor = System.Drawing.Color.Green;
             this.txtHPieceQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHPieceQty.Location = new System.Drawing.Point(667, 13);
-            this.txtHPieceQty.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHPieceQty.Location = new System.Drawing.Point(750, 16);
+            this.txtHPieceQty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHPieceQty.Name = "txtHPieceQty";
-            this.txtHPieceQty.Size = new System.Drawing.Size(87, 27);
+            this.txtHPieceQty.Size = new System.Drawing.Size(97, 31);
             this.txtHPieceQty.TabIndex = 3;
             this.txtHPieceQty.Tag = "0";
             this.txtHPieceQty.Visible = false;
@@ -1331,10 +1334,10 @@
             this.label15.BackColor = System.Drawing.Color.Gray;
             this.label15.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label15.ForeColor = System.Drawing.Color.Yellow;
-            this.label15.Location = new System.Drawing.Point(238, 18);
+            this.label15.Location = new System.Drawing.Point(268, 22);
             this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label15.Name = "label15";
-            this.label15.Size = new System.Drawing.Size(130, 27);
+            this.label15.Size = new System.Drawing.Size(157, 31);
             this.label15.TabIndex = 122;
             this.label15.Text = "绉讳氦PNL鏁帮細";
             this.label15.Visible = false;
@@ -1344,10 +1347,10 @@
             this.txtHSourceName.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHSourceName.ForeColor = System.Drawing.Color.Green;
             this.txtHSourceName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHSourceName.Location = new System.Drawing.Point(685, 13);
-            this.txtHSourceName.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHSourceName.Location = new System.Drawing.Point(771, 16);
+            this.txtHSourceName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHSourceName.Name = "txtHSourceName";
-            this.txtHSourceName.Size = new System.Drawing.Size(121, 27);
+            this.txtHSourceName.Size = new System.Drawing.Size(136, 31);
             this.txtHSourceName.TabIndex = 1;
             this.txtHSourceName.Tag = "0";
             this.txtHSourceName.Visible = false;
@@ -1359,10 +1362,10 @@
             this.label14.BackColor = System.Drawing.Color.Gray;
             this.label14.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label14.ForeColor = System.Drawing.Color.Yellow;
-            this.label14.Location = new System.Drawing.Point(437, 13);
+            this.label14.Location = new System.Drawing.Point(492, 16);
             this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label14.Name = "label14";
-            this.label14.Size = new System.Drawing.Size(108, 27);
+            this.label14.Size = new System.Drawing.Size(128, 31);
             this.label14.TabIndex = 120;
             this.label14.Text = "鏈�      鍙帮細";
             this.label14.Visible = false;
@@ -1373,10 +1376,10 @@
             this.label13.BackColor = System.Drawing.Color.Gray;
             this.label13.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label13.ForeColor = System.Drawing.Color.Yellow;
-            this.label13.Location = new System.Drawing.Point(183, 17);
+            this.label13.Location = new System.Drawing.Point(206, 20);
             this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label13.Name = "label13";
-            this.label13.Size = new System.Drawing.Size(132, 27);
+            this.label13.Size = new System.Drawing.Size(158, 31);
             this.label13.TabIndex = 119;
             this.label13.Text = "浠诲姟鍗曟暟閲忥細";
             this.label13.Visible = false;
@@ -1398,19 +1401,19 @@
             this.panel1.Controls.Add(this.cmdCancel);
             this.panel1.Controls.Add(this.cmdOK);
             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.panel1.Location = new System.Drawing.Point(57, 714);
-            this.panel1.Margin = new System.Windows.Forms.Padding(4);
+            this.panel1.Location = new System.Drawing.Point(64, 857);
+            this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(874, 56);
+            this.panel1.Size = new System.Drawing.Size(984, 67);
             this.panel1.TabIndex = 116;
             // 
             // button2
             // 
             this.button2.Enabled = false;
-            this.button2.Location = new System.Drawing.Point(704, 3);
-            this.button2.Margin = new System.Windows.Forms.Padding(4);
+            this.button2.Location = new System.Drawing.Point(792, 4);
+            this.button2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.button2.Name = "button2";
-            this.button2.Size = new System.Drawing.Size(102, 52);
+            this.button2.Size = new System.Drawing.Size(115, 62);
             this.button2.TabIndex = 147;
             this.button2.Text = "鍙嶅鏍�";
             this.button2.UseVisualStyleBackColor = true;
@@ -1419,10 +1422,10 @@
             // button1
             // 
             this.button1.Enabled = false;
-            this.button1.Location = new System.Drawing.Point(585, 4);
-            this.button1.Margin = new System.Windows.Forms.Padding(4);
+            this.button1.Location = new System.Drawing.Point(658, 5);
+            this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.button1.Name = "button1";
-            this.button1.Size = new System.Drawing.Size(102, 52);
+            this.button1.Size = new System.Drawing.Size(115, 62);
             this.button1.TabIndex = 146;
             this.button1.Text = "瀹�  鏍�";
             this.button1.UseVisualStyleBackColor = true;
@@ -1430,10 +1433,10 @@
             // 
             // cmdDelBill
             // 
-            this.cmdDelBill.Location = new System.Drawing.Point(103, 3);
-            this.cmdDelBill.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdDelBill.Location = new System.Drawing.Point(116, 4);
+            this.cmdDelBill.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdDelBill.Name = "cmdDelBill";
-            this.cmdDelBill.Size = new System.Drawing.Size(93, 50);
+            this.cmdDelBill.Size = new System.Drawing.Size(105, 60);
             this.cmdDelBill.TabIndex = 145;
             this.cmdDelBill.Text = "鍒犻櫎鍏ュ簱鍗�";
             this.cmdDelBill.UseVisualStyleBackColor = true;
@@ -1441,10 +1444,10 @@
             // 
             // cmdChecker
             // 
-            this.cmdChecker.Location = new System.Drawing.Point(208, 3);
-            this.cmdChecker.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdChecker.Location = new System.Drawing.Point(234, 4);
+            this.cmdChecker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdChecker.Name = "cmdChecker";
-            this.cmdChecker.Size = new System.Drawing.Size(97, 52);
+            this.cmdChecker.Size = new System.Drawing.Size(109, 62);
             this.cmdChecker.TabIndex = 144;
             this.cmdChecker.Text = "鍝佽川纭";
             this.cmdChecker.UseVisualStyleBackColor = true;
@@ -1453,9 +1456,9 @@
             // cmdXG
             // 
             this.cmdXG.Location = new System.Drawing.Point(0, 1);
-            this.cmdXG.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdXG.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdXG.Name = "cmdXG";
-            this.cmdXG.Size = new System.Drawing.Size(95, 52);
+            this.cmdXG.Size = new System.Drawing.Size(107, 62);
             this.cmdXG.TabIndex = 119;
             this.cmdXG.Text = "淇�    鏀�";
             this.cmdXG.UseVisualStyleBackColor = true;
@@ -1463,10 +1466,10 @@
             // 
             // cmdBF
             // 
-            this.cmdBF.Location = new System.Drawing.Point(1193, 1);
-            this.cmdBF.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdBF.Location = new System.Drawing.Point(1342, 1);
+            this.cmdBF.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdBF.Name = "cmdBF";
-            this.cmdBF.Size = new System.Drawing.Size(86, 52);
+            this.cmdBF.Size = new System.Drawing.Size(97, 62);
             this.cmdBF.TabIndex = 118;
             this.cmdBF.Text = "鎶�    搴�";
             this.cmdBF.UseVisualStyleBackColor = true;
@@ -1475,10 +1478,10 @@
             // 
             // bclk
             // 
-            this.bclk.Location = new System.Drawing.Point(1088, 2);
-            this.bclk.Margin = new System.Windows.Forms.Padding(4);
+            this.bclk.Location = new System.Drawing.Point(1224, 2);
+            this.bclk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.bclk.Name = "bclk";
-            this.bclk.Size = new System.Drawing.Size(88, 50);
+            this.bclk.Size = new System.Drawing.Size(99, 60);
             this.bclk.TabIndex = 116;
             this.bclk.Text = "淇濆瓨鍒楀";
             this.bclk.UseVisualStyleBackColor = true;
@@ -1486,10 +1489,10 @@
             // 
             // cmdCancel
             // 
-            this.cmdCancel.Location = new System.Drawing.Point(450, 4);
-            this.cmdCancel.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdCancel.Location = new System.Drawing.Point(506, 5);
+            this.cmdCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdCancel.Name = "cmdCancel";
-            this.cmdCancel.Size = new System.Drawing.Size(97, 52);
+            this.cmdCancel.Size = new System.Drawing.Size(109, 62);
             this.cmdCancel.TabIndex = 110;
             this.cmdCancel.Text = "鍙�  娑�";
             this.cmdCancel.UseVisualStyleBackColor = true;
@@ -1497,10 +1500,10 @@
             // 
             // cmdOK
             // 
-            this.cmdOK.Location = new System.Drawing.Point(336, 4);
-            this.cmdOK.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdOK.Location = new System.Drawing.Point(378, 5);
+            this.cmdOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdOK.Name = "cmdOK";
-            this.cmdOK.Size = new System.Drawing.Size(99, 52);
+            this.cmdOK.Size = new System.Drawing.Size(111, 62);
             this.cmdOK.TabIndex = 109;
             this.cmdOK.Text = "姹�  鎶�";
             this.cmdOK.UseVisualStyleBackColor = true;
@@ -1508,10 +1511,10 @@
             // 
             // cmdAddNew
             // 
-            this.cmdAddNew.Location = new System.Drawing.Point(837, 6);
-            this.cmdAddNew.Margin = new System.Windows.Forms.Padding(4);
+            this.cmdAddNew.Location = new System.Drawing.Point(942, 7);
+            this.cmdAddNew.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.cmdAddNew.Name = "cmdAddNew";
-            this.cmdAddNew.Size = new System.Drawing.Size(103, 52);
+            this.cmdAddNew.Size = new System.Drawing.Size(116, 62);
             this.cmdAddNew.TabIndex = 115;
             this.cmdAddNew.Text = "娓�    绌�";
             this.cmdAddNew.UseVisualStyleBackColor = true;
@@ -1522,10 +1525,10 @@
             // 
             this.panel2.Controls.Add(this.tabControl1);
             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.panel2.Location = new System.Drawing.Point(0, 563);
-            this.panel2.Margin = new System.Windows.Forms.Padding(4);
+            this.panel2.Location = new System.Drawing.Point(0, 676);
+            this.panel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.panel2.Name = "panel2";
-            this.panel2.Size = new System.Drawing.Size(1270, 26);
+            this.panel2.Size = new System.Drawing.Size(1270, 0);
             this.panel2.TabIndex = 117;
             // 
             // tabControl1
@@ -1533,10 +1536,10 @@
             this.tabControl1.Controls.Add(this.tabPage1);
             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.tabControl1.Location = new System.Drawing.Point(0, 0);
-            this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
+            this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.tabControl1.Name = "tabControl1";
             this.tabControl1.SelectedIndex = 0;
-            this.tabControl1.Size = new System.Drawing.Size(1270, 26);
+            this.tabControl1.Size = new System.Drawing.Size(1270, 0);
             this.tabControl1.TabIndex = 24;
             this.tabControl1.Visible = false;
             // 
@@ -1544,10 +1547,10 @@
             // 
             this.tabPage1.BackColor = System.Drawing.SystemColors.GrayText;
             this.tabPage1.Controls.Add(this.grdSub);
-            this.tabPage1.Location = new System.Drawing.Point(4, 25);
-            this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
+            this.tabPage1.Location = new System.Drawing.Point(4, 28);
+            this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.tabPage1.Name = "tabPage1";
-            this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
+            this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.tabPage1.Size = new System.Drawing.Size(1262, 0);
             this.tabPage1.TabIndex = 0;
             this.tabPage1.Text = "鑱屽憳娓呭崟";
@@ -1560,21 +1563,22 @@
             this.grdSub.BackgroundColor = System.Drawing.SystemColors.InactiveCaption;
             this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
             this.grdSub.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.grdSub.Location = new System.Drawing.Point(4, 4);
-            this.grdSub.Margin = new System.Windows.Forms.Padding(4);
+            this.grdSub.Location = new System.Drawing.Point(4, 5);
+            this.grdSub.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.grdSub.Name = "grdSub";
             this.grdSub.ReadOnly = true;
+            this.grdSub.RowHeadersWidth = 62;
             this.grdSub.RowTemplate.Height = 23;
             this.grdSub.Size = new System.Drawing.Size(1254, 0);
             this.grdSub.TabIndex = 20;
-            this.grdSub.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdSub_Scroll);
-            this.grdSub.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdSub_CellBeginEdit);
-            this.grdSub.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellEndEdit);
-            this.grdSub.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellClick);
             this.grdSub.RowHeadersWidthChanged += new System.EventHandler(this.grdSub_RowHeadersWidthChanged);
-            this.grdSub.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdSub_EditingControlShowing);
-            this.grdSub.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grdSub_KeyDown);
+            this.grdSub.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdSub_CellBeginEdit);
+            this.grdSub.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellClick);
+            this.grdSub.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellEndEdit);
             this.grdSub.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdSub_ColumnWidthChanged);
+            this.grdSub.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdSub_EditingControlShowing);
+            this.grdSub.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdSub_Scroll);
+            this.grdSub.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grdSub_KeyDown);
             // 
             // panel4
             // 
@@ -1596,10 +1600,10 @@
             this.panel4.Controls.Add(this.txtHPlanQty);
             this.panel4.Controls.Add(this.label6);
             this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
-            this.panel4.Location = new System.Drawing.Point(57, 0);
-            this.panel4.Margin = new System.Windows.Forms.Padding(4);
+            this.panel4.Location = new System.Drawing.Point(64, 0);
+            this.panel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.panel4.Name = "panel4";
-            this.panel4.Size = new System.Drawing.Size(874, 65);
+            this.panel4.Size = new System.Drawing.Size(984, 78);
             this.panel4.TabIndex = 119;
             // 
             // txtHBadCount
@@ -1608,10 +1612,10 @@
             this.txtHBadCount.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.txtHBadCount.ForeColor = System.Drawing.Color.Green;
             this.txtHBadCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHBadCount.Location = new System.Drawing.Point(717, 15);
-            this.txtHBadCount.Margin = new System.Windows.Forms.Padding(4);
+            this.txtHBadCount.Location = new System.Drawing.Point(807, 18);
+            this.txtHBadCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.txtHBadCount.Name = "txtHBadCount";
-            this.txtHBadCount.Size = new System.Drawing.Size(65, 27);
+            this.txtHBadCount.Size = new System.Drawing.Size(73, 31);
             this.txtHBadCount.TabIndex = 114;
             this.txtHBadCount.TabStop = false;
             this.txtHBadCount.Tag = "0";
@@ -1622,10 +1626,10 @@
             this.label17.AutoSize = true;
             this.label17.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label17.ForeColor = System.Drawing.Color.Yellow;
-            this.label17.Location = new System.Drawing.Point(203, 34);
+            this.label17.Location = new System.Drawing.Point(228, 41);
             this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label17.Name = "label17";
-            this.label17.Size = new System.Drawing.Size(112, 27);
+            this.label17.Size = new System.Drawing.Size(134, 31);
             this.label17.TabIndex = 113;
             this.label17.Text = "涓嶈壇鏁伴噺锛�";
             this.label17.Visible = false;
@@ -1635,10 +1639,10 @@
             this.lblCaption.AutoSize = true;
             this.lblCaption.Font = new System.Drawing.Font("寰蒋闆呴粦", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.lblCaption.ForeColor = System.Drawing.Color.LimeGreen;
-            this.lblCaption.Location = new System.Drawing.Point(23, 11);
+            this.lblCaption.Location = new System.Drawing.Point(26, 13);
             this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.lblCaption.Name = "lblCaption";
-            this.lblCaption.Size = new System.Drawing.Size(134, 31);
+            this.lblCaption.Size = new System.Drawing.Size(162, 39);
             this.lblCaption.TabIndex = 112;
             this.lblCaption.Text = "鍑虹珯姹囨姤鍗�";
             // 
@@ -1646,18 +1650,18 @@
             // 
             this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
             this.panel5.Location = new System.Drawing.Point(0, 0);
-            this.panel5.Margin = new System.Windows.Forms.Padding(4);
+            this.panel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.panel5.Name = "panel5";
-            this.panel5.Size = new System.Drawing.Size(57, 770);
+            this.panel5.Size = new System.Drawing.Size(64, 924);
             this.panel5.TabIndex = 120;
             // 
             // panel6
             // 
             this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
-            this.panel6.Location = new System.Drawing.Point(931, 0);
-            this.panel6.Margin = new System.Windows.Forms.Padding(4);
+            this.panel6.Location = new System.Drawing.Point(1048, 0);
+            this.panel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.panel6.Name = "panel6";
-            this.panel6.Size = new System.Drawing.Size(68, 770);
+            this.panel6.Size = new System.Drawing.Size(76, 924);
             this.panel6.TabIndex = 125;
             // 
             // panel7
@@ -1666,7 +1670,7 @@
             this.panel7.Controls.Add(this.gbUp);
             this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
             this.panel7.Location = new System.Drawing.Point(0, 0);
-            this.panel7.Margin = new System.Windows.Forms.Padding(4);
+            this.panel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.panel7.Name = "panel7";
             this.panel7.Size = new System.Drawing.Size(1270, 589);
             this.panel7.TabIndex = 126;
@@ -1674,17 +1678,17 @@
             // splitContainer1
             // 
             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
-            this.splitContainer1.Location = new System.Drawing.Point(57, 65);
-            this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
+            this.splitContainer1.Location = new System.Drawing.Point(64, 78);
+            this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.splitContainer1.Name = "splitContainer1";
             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
             // 
             // splitContainer1.Panel1
             // 
             this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
-            this.splitContainer1.Size = new System.Drawing.Size(1309, 622);
+            this.splitContainer1.Size = new System.Drawing.Size(1473, 746);
             this.splitContainer1.SplitterDistance = 589;
-            this.splitContainer1.SplitterWidth = 5;
+            this.splitContainer1.SplitterWidth = 6;
             this.splitContainer1.TabIndex = 127;
             // 
             // splitContainer2
@@ -1692,23 +1696,23 @@
             this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
             this.splitContainer2.Location = new System.Drawing.Point(0, 0);
-            this.splitContainer2.Margin = new System.Windows.Forms.Padding(4);
+            this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.splitContainer2.Name = "splitContainer2";
             // 
             // splitContainer2.Panel1
             // 
             this.splitContainer2.Panel1.Controls.Add(this.panel7);
-            this.splitContainer2.Size = new System.Drawing.Size(1309, 589);
+            this.splitContainer2.Size = new System.Drawing.Size(1473, 589);
             this.splitContainer2.SplitterDistance = 1270;
-            this.splitContainer2.SplitterWidth = 5;
+            this.splitContainer2.SplitterWidth = 6;
             this.splitContainer2.TabIndex = 0;
             // 
             // MES_StationOutBill
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.BackColor = System.Drawing.Color.Gray;
-            this.ClientSize = new System.Drawing.Size(999, 770);
+            this.ClientSize = new System.Drawing.Size(1124, 924);
             this.Controls.Add(this.splitContainer1);
             this.Controls.Add(this.panel4);
             this.Controls.Add(this.panel1);
@@ -1716,14 +1720,14 @@
             this.Controls.Add(this.panel5);
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
             this.KeyPreview = true;
-            this.Margin = new System.Windows.Forms.Padding(4);
+            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
             this.Name = "MES_StationOutBill";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
             this.Text = "鍑虹珯姹囨姤鍗�";
-            this.Load += new System.EventHandler(this.Sc_StationOutBill_Load);
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Sc_StationOutBill_FormClosing);
-            this.Resize += new System.EventHandler(this.Sc_StationOutBill_Resize);
+            this.Load += new System.EventHandler(this.Sc_StationOutBill_Load);
             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MES_StationOutBill_KeyDown);
+            this.Resize += new System.EventHandler(this.Sc_StationOutBill_Resize);
             this.gbUp.ResumeLayout(false);
             this.gbUp.PerformLayout();
             this.panel1.ResumeLayout(false);
@@ -1735,8 +1739,10 @@
             this.panel4.PerformLayout();
             this.panel7.ResumeLayout(false);
             this.splitContainer1.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
             this.splitContainer1.ResumeLayout(false);
             this.splitContainer2.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
             this.splitContainer2.ResumeLayout(false);
             this.ResumeLayout(false);
 
@@ -1793,7 +1799,6 @@
         private System.Windows.Forms.Panel panel5;
         private System.Windows.Forms.TabControl tabControl1;
         private System.Windows.Forms.TabPage tabPage1;
-        private System.Windows.Forms.DataGridView grdSub;
         private System.Windows.Forms.Panel panel6;
         private System.Windows.Forms.Panel panel7;
         private System.Windows.Forms.SplitContainer splitContainer1;
@@ -1853,5 +1858,6 @@
         private System.Windows.Forms.Label label34;
         private System.Windows.Forms.TextBox txtHPriceRate;
         private System.Windows.Forms.Label label35;
+        private FlickerFreeListView grdSub;
     }
 }
\ No newline at end of file
diff --git "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.resx" "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.resx"
index 191c676..51a5c6d 100644
--- "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.resx"
+++ "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/MES_StationOutBill.resx"
@@ -112,12 +112,12 @@
     <value>2.0</value>
   </resheader>
   <resheader name="reader">
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <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=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   <data name="cmdHMaterID.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
         R0lGODlhEAAQAIYAAAAzmQBmzP///1o7AJlmAOazAMTz/9mmAEW5//nNT+W5ToPV/5TW/cyZAAyf/7Dp
@@ -253,10 +253,10 @@
         FIYcEAA7
 </value>
   </data>
-  <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+  <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     <value>17, 17</value>
   </metadata>
-  <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+  <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>25</value>
   </metadata>
 </root>
\ No newline at end of file

--
Gitblit v1.9.1