yxj
2021-09-28 50a7dddf67ff38c5cbf104e6d0a90e25fdc3e4e0
工序进站单、工序出站单新增按钮功能完善
4个文件已修改
967 ■■■■■ 已修改文件
WorkM/流转卡管理/MES_StationInBill.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WorkM/流转卡管理/MES_StationInBill.designer.cs 135 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WorkM/流转卡管理/MES_StationOutBill.cs 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WorkM/流转卡管理/MES_StationOutBill.designer.cs 811 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WorkM/Á÷ת¿¨¹ÜÀí/MES_StationInBill.cs
@@ -42,7 +42,14 @@
        public void Sub_ClearBill()
        {
            DBUtility.Xt_BaseBillFun.Sub_ClearBill(gbUp);
            DBUtility.Xt_BaseBillFun.Sub_ClearBill1(tabPage1);
            DBUtility.Xt_BaseBillFun.Sub_ClearBill1(tabPage2);
            initGrid();
            txtHBarCode.Text = "";
            txtHProcExchBillNo.Enabled = true;
            txtHProcNo.Enabled = true;
            txtHBarCode.Enabled = true;
            tabControl1.SelectedIndex = 0;
            txtHBarCode.Focus();
            //得到接收人信息(进站接收人默认为登录人,根据登录人用户名,找到职员同名的记录,默认写入 æŽ¥æ”¶äºº æ–‡æœ¬æ¡†ï¼›å¦‚果没找到则为空;)
            DataSet Ds;
@@ -67,6 +74,7 @@
            DBUtility.Xt_BaseBillFun.initGridMESList(grdCardList, this.Name + "grdCardList");
            DBUtility.Xt_BaseBillFun.initGridList(grdSub, this.Name);
            grdSub.SelectionMode = DataGridViewSelectionMode.CellSelect;
            grdCardList.DataSource = null;
        }
        private void Display()
WorkM/Á÷ת¿¨¹ÜÀí/MES_StationInBill.designer.cs
@@ -107,12 +107,12 @@
            this.label19 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.cmdXZ = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.cmdHDelBill = new System.Windows.Forms.Button();
            this.cmdXG = new System.Windows.Forms.Button();
            this.cmdAddNew = new System.Windows.Forms.Button();
            this.cmdXZ = new System.Windows.Forms.Button();
            this.gbUp.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdSub)).BeginInit();
            this.tabControl1.SuspendLayout();
@@ -129,7 +129,7 @@
            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(712, 273);
            this.cmdHMaterID.Location = new System.Drawing.Point(712, 263);
            this.cmdHMaterID.Name = "cmdHMaterID";
            this.cmdHMaterID.Size = new System.Drawing.Size(30, 32);
            this.cmdHMaterID.TabIndex = 86;
@@ -143,11 +143,11 @@
            this.txtHMaterID.Font = new System.Drawing.Font("微软雅黑", 10.8F, 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(100, 160);
            this.txtHMaterID.Location = new System.Drawing.Point(100, 158);
            this.txtHMaterID.Multiline = true;
            this.txtHMaterID.Name = "txtHMaterID";
            this.txtHMaterID.ReadOnly = true;
            this.txtHMaterID.Size = new System.Drawing.Size(251, 33);
            this.txtHMaterID.Size = new System.Drawing.Size(247, 33);
            this.txtHMaterID.TabIndex = 85;
            this.txtHMaterID.Tag = "0";
            this.txtHMaterID.TextChanged += new System.EventHandler(this.txtHMaterID_TextChanged);
@@ -158,7 +158,7 @@
            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(8, 160);
            this.label16.Location = new System.Drawing.Point(8, 164);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(90, 21);
            this.label16.TabIndex = 84;
@@ -170,7 +170,7 @@
            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(8, 231);
            this.label9.Location = new System.Drawing.Point(8, 234);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(90, 21);
            this.label9.TabIndex = 82;
@@ -181,7 +181,7 @@
            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(378, 238);
            this.label2.Location = new System.Drawing.Point(378, 234);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(84, 21);
            this.label2.TabIndex = 80;
@@ -192,7 +192,7 @@
            this.txtHICMOBillNo.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(491, 238);
            this.txtHICMOBillNo.Location = new System.Drawing.Point(490, 228);
            this.txtHICMOBillNo.Multiline = true;
            this.txtHICMOBillNo.Name = "txtHICMOBillNo";
            this.txtHICMOBillNo.ReadOnly = true;
@@ -219,7 +219,7 @@
            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(8, 19);
            this.label1.Location = new System.Drawing.Point(8, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(74, 21);
            this.label1.TabIndex = 87;
@@ -231,7 +231,7 @@
            this.txtHMaterModel.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(490, 95);
            this.txtHMaterModel.Location = new System.Drawing.Point(490, 88);
            this.txtHMaterModel.Multiline = true;
            this.txtHMaterModel.Name = "txtHMaterModel";
            this.txtHMaterModel.ReadOnly = true;
@@ -245,7 +245,7 @@
            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(377, 95);
            this.label3.Location = new System.Drawing.Point(377, 94);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(90, 21);
            this.label3.TabIndex = 89;
@@ -255,7 +255,7 @@
            // 
            this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image")));
            this.cmdHEmpID.Location = new System.Drawing.Point(710, 166);
            this.cmdHEmpID.Location = new System.Drawing.Point(712, 158);
            this.cmdHEmpID.Name = "cmdHEmpID";
            this.cmdHEmpID.Size = new System.Drawing.Size(30, 32);
            this.cmdHEmpID.TabIndex = 93;
@@ -267,7 +267,7 @@
            this.txtHEmpID.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(597, 166);
            this.txtHEmpID.Location = new System.Drawing.Point(596, 158);
            this.txtHEmpID.Name = "txtHEmpID";
            this.txtHEmpID.ReadOnly = true;
            this.txtHEmpID.Size = new System.Drawing.Size(114, 32);
@@ -281,7 +281,7 @@
            this.label4.AutoSize = true;
            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(377, 166);
            this.label4.Location = new System.Drawing.Point(377, 164);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(84, 21);
            this.label4.TabIndex = 91;
@@ -291,7 +291,7 @@
            // 
            this.cmdHSourceID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image")));
            this.cmdHSourceID.Location = new System.Drawing.Point(316, 303);
            this.cmdHSourceID.Location = new System.Drawing.Point(317, 297);
            this.cmdHSourceID.Name = "cmdHSourceID";
            this.cmdHSourceID.Size = new System.Drawing.Size(30, 32);
            this.cmdHSourceID.TabIndex = 96;
@@ -303,7 +303,7 @@
            this.txtHSourceID.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceID.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceID.Location = new System.Drawing.Point(100, 303);
            this.txtHSourceID.Location = new System.Drawing.Point(100, 297);
            this.txtHSourceID.Name = "txtHSourceID";
            this.txtHSourceID.Size = new System.Drawing.Size(101, 32);
            this.txtHSourceID.TabIndex = 95;
@@ -316,7 +316,7 @@
            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(8, 302);
            this.label5.Location = new System.Drawing.Point(8, 303);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(90, 21);
            this.label5.TabIndex = 94;
@@ -327,7 +327,7 @@
            this.txtHICMOQty.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(491, 273);
            this.txtHICMOQty.Location = new System.Drawing.Point(490, 263);
            this.txtHICMOQty.Multiline = true;
            this.txtHICMOQty.Name = "txtHICMOQty";
            this.txtHICMOQty.ReadOnly = true;
@@ -352,7 +352,7 @@
            this.txtHPlanQty.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(490, 60);
            this.txtHPlanQty.Location = new System.Drawing.Point(490, 54);
            this.txtHPlanQty.Multiline = true;
            this.txtHPlanQty.Name = "txtHPlanQty";
            this.txtHPlanQty.ReadOnly = true;
@@ -366,7 +366,7 @@
            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(377, 130);
            this.label7.Location = new System.Drawing.Point(377, 129);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(90, 21);
            this.label7.TabIndex = 99;
@@ -376,7 +376,7 @@
            // 
            this.cmdHGroupID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
            this.cmdHGroupID.Location = new System.Drawing.Point(316, 267);
            this.cmdHGroupID.Location = new System.Drawing.Point(317, 263);
            this.cmdHGroupID.Name = "cmdHGroupID";
            this.cmdHGroupID.Size = new System.Drawing.Size(30, 32);
            this.cmdHGroupID.TabIndex = 103;
@@ -388,7 +388,7 @@
            this.txtHGroupID.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(100, 267);
            this.txtHGroupID.Location = new System.Drawing.Point(100, 263);
            this.txtHGroupID.Name = "txtHGroupID";
            this.txtHGroupID.Size = new System.Drawing.Size(101, 32);
            this.txtHGroupID.TabIndex = 102;
@@ -401,7 +401,7 @@
            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(8, 270);
            this.label8.Location = new System.Drawing.Point(8, 269);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(90, 21);
            this.label8.TabIndex = 101;
@@ -412,7 +412,7 @@
            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(320, 88);
            this.cmdHProcID.Location = new System.Drawing.Point(317, 88);
            this.cmdHProcID.Name = "cmdHProcID";
            this.cmdHProcID.Size = new System.Drawing.Size(30, 32);
            this.cmdHProcID.TabIndex = 106;
@@ -425,11 +425,11 @@
            this.txtHProcID.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(100, 90);
            this.txtHProcID.Location = new System.Drawing.Point(100, 88);
            this.txtHProcID.Multiline = true;
            this.txtHProcID.Name = "txtHProcID";
            this.txtHProcID.ReadOnly = true;
            this.txtHProcID.Size = new System.Drawing.Size(220, 33);
            this.txtHProcID.Size = new System.Drawing.Size(216, 33);
            this.txtHProcID.TabIndex = 105;
            this.txtHProcID.Tag = "0";
            this.txtHProcID.TextChanged += new System.EventHandler(this.txtHProcID_TextChanged);
@@ -441,7 +441,7 @@
            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(8, 90);
            this.label10.Location = new System.Drawing.Point(8, 94);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(90, 21);
            this.label10.TabIndex = 104;
@@ -453,7 +453,7 @@
            this.txtHMaterName.Font = new System.Drawing.Font("微软雅黑", 10.8F, 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(100, 195);
            this.txtHMaterName.Location = new System.Drawing.Point(100, 193);
            this.txtHMaterName.Multiline = true;
            this.txtHMaterName.Name = "txtHMaterName";
            this.txtHMaterName.ReadOnly = true;
@@ -467,7 +467,7 @@
            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(8, 195);
            this.label11.Location = new System.Drawing.Point(8, 199);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(90, 21);
            this.label11.TabIndex = 107;
@@ -524,7 +524,7 @@
            this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdSub.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdSub.Location = new System.Drawing.Point(3, 454);
            this.grdSub.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grdSub.Margin = new System.Windows.Forms.Padding(2);
            this.grdSub.Name = "grdSub";
            this.grdSub.RowHeadersWidth = 51;
            this.grdSub.RowTemplate.Height = 27;
@@ -537,7 +537,7 @@
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tabControl1.Location = new System.Drawing.Point(3, 74);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(752, 380);
@@ -590,9 +590,9 @@
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
            this.tabPage1.Size = new System.Drawing.Size(744, 354);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "进站信息";
@@ -603,7 +603,7 @@
            this.txtHGroupName.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHGroupName.ForeColor = System.Drawing.Color.Green;
            this.txtHGroupName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHGroupName.Location = new System.Drawing.Point(202, 268);
            this.txtHGroupName.Location = new System.Drawing.Point(202, 263);
            this.txtHGroupName.Name = "txtHGroupName";
            this.txtHGroupName.ReadOnly = true;
            this.txtHGroupName.Size = new System.Drawing.Size(114, 32);
@@ -615,7 +615,7 @@
            this.txtHEmpNumber.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHEmpNumber.ForeColor = System.Drawing.Color.Green;
            this.txtHEmpNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHEmpNumber.Location = new System.Drawing.Point(491, 166);
            this.txtHEmpNumber.Location = new System.Drawing.Point(490, 158);
            this.txtHEmpNumber.Name = "txtHEmpNumber";
            this.txtHEmpNumber.Size = new System.Drawing.Size(105, 32);
            this.txtHEmpNumber.TabIndex = 149;
@@ -628,7 +628,7 @@
            this.txtHSourceName.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceName.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceName.Location = new System.Drawing.Point(202, 303);
            this.txtHSourceName.Location = new System.Drawing.Point(202, 297);
            this.txtHSourceName.Name = "txtHSourceName";
            this.txtHSourceName.ReadOnly = true;
            this.txtHSourceName.Size = new System.Drawing.Size(114, 32);
@@ -641,7 +641,7 @@
            this.txtHOrderProcNO.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(491, 202);
            this.txtHOrderProcNO.Location = new System.Drawing.Point(490, 193);
            this.txtHOrderProcNO.Multiline = true;
            this.txtHOrderProcNO.Name = "txtHOrderProcNO";
            this.txtHOrderProcNO.ReadOnly = true;
@@ -655,7 +655,7 @@
            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(378, 202);
            this.label18.Location = new System.Drawing.Point(378, 199);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(106, 21);
            this.label18.TabIndex = 147;
@@ -667,7 +667,7 @@
            this.label17.BackColor = System.Drawing.Color.Gray;
            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(8, 54);
            this.label17.Location = new System.Drawing.Point(8, 60);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(74, 21);
            this.label17.TabIndex = 145;
@@ -691,7 +691,7 @@
            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(372, 273);
            this.label13.Location = new System.Drawing.Point(372, 269);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(106, 21);
            this.label13.TabIndex = 116;
@@ -702,7 +702,7 @@
            this.txtHQty.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(490, 130);
            this.txtHQty.Location = new System.Drawing.Point(490, 123);
            this.txtHQty.Name = "txtHQty";
            this.txtHQty.Size = new System.Drawing.Size(220, 32);
            this.txtHQty.TabIndex = 117;
@@ -716,7 +716,7 @@
            this.cmdHCenterID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHCenterID.Enabled = false;
            this.cmdHCenterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHCenterID.Image")));
            this.cmdHCenterID.Location = new System.Drawing.Point(320, 123);
            this.cmdHCenterID.Location = new System.Drawing.Point(317, 123);
            this.cmdHCenterID.Name = "cmdHCenterID";
            this.cmdHCenterID.Size = new System.Drawing.Size(30, 32);
            this.cmdHCenterID.TabIndex = 144;
@@ -741,7 +741,7 @@
            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(8, 125);
            this.label20.Location = new System.Drawing.Point(8, 129);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(90, 21);
            this.label20.TabIndex = 142;
@@ -753,7 +753,7 @@
            this.txtHBillNo.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(490, 25);
            this.txtHBillNo.Location = new System.Drawing.Point(490, 19);
            this.txtHBillNo.Multiline = true;
            this.txtHBillNo.Name = "txtHBillNo";
            this.txtHBillNo.ReadOnly = true;
@@ -766,11 +766,11 @@
            this.txtHCenterID.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(100, 125);
            this.txtHCenterID.Location = new System.Drawing.Point(100, 123);
            this.txtHCenterID.Multiline = true;
            this.txtHCenterID.Name = "txtHCenterID";
            this.txtHCenterID.ReadOnly = true;
            this.txtHCenterID.Size = new System.Drawing.Size(219, 33);
            this.txtHCenterID.Size = new System.Drawing.Size(216, 33);
            this.txtHCenterID.TabIndex = 143;
            this.txtHCenterID.TabStop = false;
            // 
@@ -780,7 +780,7 @@
            this.txtHStationInTime.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHStationInTime.ForeColor = System.Drawing.Color.Green;
            this.txtHStationInTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHStationInTime.Location = new System.Drawing.Point(100, 231);
            this.txtHStationInTime.Location = new System.Drawing.Point(100, 228);
            this.txtHStationInTime.Multiline = true;
            this.txtHStationInTime.Name = "txtHStationInTime";
            this.txtHStationInTime.ReadOnly = true;
@@ -791,29 +791,29 @@
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.Gray;
            this.tabPage2.Controls.Add(this.label24);
            this.tabPage2.Controls.Add(this.txtHSourceName5);
            this.tabPage2.Controls.Add(this.txtHSourceID5);
            this.tabPage2.Controls.Add(this.cmdHSourceID5);
            this.tabPage2.Controls.Add(this.label23);
            this.tabPage2.Controls.Add(this.txtHSourceName4);
            this.tabPage2.Controls.Add(this.txtHSourceID4);
            this.tabPage2.Controls.Add(this.cmdHSourceID4);
            this.tabPage2.Controls.Add(this.label22);
            this.tabPage2.Controls.Add(this.txtHSourceName3);
            this.tabPage2.Controls.Add(this.txtHSourceID3);
            this.tabPage2.Controls.Add(this.cmdHSourceID3);
            this.tabPage2.Controls.Add(this.label21);
            this.tabPage2.Controls.Add(this.txtHSourceName2);
            this.tabPage2.Controls.Add(this.txtHSourceID2);
            this.tabPage2.Controls.Add(this.cmdHSourceID2);
            this.tabPage2.Controls.Add(this.txtHPieceQty);
            this.tabPage2.Controls.Add(this.label15);
            this.tabPage2.Controls.Add(this.label14);
            this.tabPage2.Controls.Add(this.label24);
            this.tabPage2.Controls.Add(this.label23);
            this.tabPage2.Controls.Add(this.label22);
            this.tabPage2.Controls.Add(this.label21);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
            this.tabPage2.Size = new System.Drawing.Size(744, 354);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "其他信息";
@@ -1048,9 +1048,9 @@
            this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.ForeColor = System.Drawing.Color.Yellow;
            this.groupBox1.Location = new System.Drawing.Point(755, 74);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox1.Size = new System.Drawing.Size(278, 462);
            this.groupBox1.TabIndex = 152;
            this.groupBox1.TabStop = false;
@@ -1061,7 +1061,7 @@
            this.grdCardList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdCardList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdCardList.Location = new System.Drawing.Point(2, 21);
            this.grdCardList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grdCardList.Margin = new System.Windows.Forms.Padding(2);
            this.grdCardList.Name = "grdCardList";
            this.grdCardList.RowHeadersWidth = 51;
            this.grdCardList.RowTemplate.Height = 27;
@@ -1075,7 +1075,7 @@
            this.panel2.Controls.Add(this.lblCaption);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(3, 17);
            this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.panel2.Margin = new System.Windows.Forms.Padding(2);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1030, 57);
            this.panel2.TabIndex = 151;
@@ -1125,6 +1125,16 @@
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1036, 65);
            this.panel1.TabIndex = 115;
            //
            // cmdXZ
            //
            this.cmdXZ.Location = new System.Drawing.Point(15, 10);
            this.cmdXZ.Name = "cmdXZ";
            this.cmdXZ.Size = new System.Drawing.Size(85, 42);
            this.cmdXZ.TabIndex = 124;
            this.cmdXZ.Text = "新    å¢ž";
            this.cmdXZ.UseVisualStyleBackColor = true;
            this.cmdXZ.Click += new System.EventHandler(this.cmdXZ_Click);
            // 
            // button2
            // 
@@ -1177,17 +1187,8 @@
            this.cmdAddNew.TabIndex = 114;
            this.cmdAddNew.Text = "清    ç©º";
            this.cmdAddNew.UseVisualStyleBackColor = true;
            this.cmdAddNew.Visible = false;
            this.cmdAddNew.Click += new System.EventHandler(this.cmdAddNew_Click);
            //
            // cmdXZ
            //
            this.cmdXZ.Location = new System.Drawing.Point(15, 10);
            this.cmdXZ.Name = "cmdXZ";
            this.cmdXZ.Size = new System.Drawing.Size(85, 42);
            this.cmdXZ.TabIndex = 124;
            this.cmdXZ.Text = "新    å¢ž";
            this.cmdXZ.UseVisualStyleBackColor = true;
            this.cmdXZ.Click += new System.EventHandler(this.cmdXZ_Click);
            // 
            // MES_StationInBill
            // 
WorkM/Á÷ת¿¨¹ÜÀí/MES_StationOutBill.cs
@@ -60,9 +60,16 @@
        public void Sub_ClearBill()
        {
            DBUtility.Xt_BaseBillFun.Sub_ClearBill(gbUp);
            txtHSourceName.Focus();
            DBUtility.Xt_BaseBillFun.Sub_ClearBill1(tabPage2);
            DBUtility.Xt_BaseBillFun.Sub_ClearBill1(tabPage3);
            initGrid();
            initGrid_Sub();
            txtHBarCode.Text = "";
            txtHProcExchBillNo.Enabled = true;
            txtHProcNo.Enabled = true;
            txtHBarCode.Enabled = true;
            tabControl2.SelectedIndex = 0;
            txtHSourceName.Focus();
            //得到操作员信息(出站操作员默认为登录人,根据登录人用户名,找到职员同名的记录,默认写入 æ“ä½œå‘˜ æ–‡æœ¬æ¡†ï¼›å¦‚果没找到则为空;)
            DataSet Ds;
            SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
@@ -183,7 +190,8 @@
                    cmdBF.Enabled = true;
                    cmdXG.Enabled = true;
                    cmdCancel.Enabled = true;
                    cmdChecker.Enabled = true;
                    cmdChecker.Enabled = true;
                    txtHBarCode.Enabled = false;
                    Sub_LrtextStatus(false);
                    break;
                case DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew:
@@ -791,6 +799,7 @@
        private void initGrid()
        {
            DBUtility.Xt_BaseBillFun.initGridMESList(grdCardList, this.Name + "grdCardList");
            grdCardList.DataSource = null;
        }
WorkM/Á÷ת¿¨¹ÜÀí/MES_StationOutBill.designer.cs
@@ -202,10 +202,9 @@
            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(411, 158);
            this.cmdHMaterID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHMaterID.Location = new System.Drawing.Point(308, 124);
            this.cmdHMaterID.Name = "cmdHMaterID";
            this.cmdHMaterID.Size = new System.Drawing.Size(35, 35);
            this.cmdHMaterID.Size = new System.Drawing.Size(26, 28);
            this.cmdHMaterID.TabIndex = 86;
            this.cmdHMaterID.TabStop = false;
            this.cmdHMaterID.UseVisualStyleBackColor = false;
@@ -218,11 +217,10 @@
            this.txtHMaterID.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 154);
            this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMaterID.Location = new System.Drawing.Point(120, 124);
            this.txtHMaterID.Name = "txtHMaterID";
            this.txtHMaterID.ReadOnly = true;
            this.txtHMaterID.Size = new System.Drawing.Size(249, 34);
            this.txtHMaterID.Size = new System.Drawing.Size(188, 28);
            this.txtHMaterID.TabIndex = 85;
            this.txtHMaterID.TabStop = false;
            this.txtHMaterID.Tag = "0";
@@ -234,10 +232,9 @@
            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(23, 154);
            this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label16.Location = new System.Drawing.Point(17, 128);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(112, 27);
            this.label16.Size = new System.Drawing.Size(90, 21);
            this.label16.TabIndex = 84;
            this.label16.Text = "产品代码:";
            // 
@@ -247,10 +244,9 @@
            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(460, 47);
            this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label9.Location = new System.Drawing.Point(345, 41);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(112, 27);
            this.label9.Size = new System.Drawing.Size(90, 21);
            this.label9.TabIndex = 82;
            this.label9.Text = "汇报时间:";
            // 
@@ -259,10 +255,9 @@
            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(23, 370);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Location = new System.Drawing.Point(17, 302);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(104, 27);
            this.label2.Size = new System.Drawing.Size(84, 21);
            this.label2.TabIndex = 80;
            this.label2.Text = "ä»» åŠ¡ å•:";
            // 
@@ -271,11 +266,10 @@
            this.txtHICMOBillNo.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 370);
            this.txtHICMOBillNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHICMOBillNo.Location = new System.Drawing.Point(120, 298);
            this.txtHICMOBillNo.Name = "txtHICMOBillNo";
            this.txtHICMOBillNo.ReadOnly = true;
            this.txtHICMOBillNo.Size = new System.Drawing.Size(249, 34);
            this.txtHICMOBillNo.Size = new System.Drawing.Size(188, 28);
            this.txtHICMOBillNo.TabIndex = 81;
            this.txtHICMOBillNo.TabStop = false;
            // 
@@ -284,11 +278,10 @@
            this.txtHProcExchBillNo.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 10);
            this.txtHProcExchBillNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHProcExchBillNo.Location = new System.Drawing.Point(120, 8);
            this.txtHProcExchBillNo.Name = "txtHProcExchBillNo";
            this.txtHProcExchBillNo.ReadOnly = true;
            this.txtHProcExchBillNo.Size = new System.Drawing.Size(249, 34);
            this.txtHProcExchBillNo.Size = new System.Drawing.Size(188, 28);
            this.txtHProcExchBillNo.TabIndex = 1;
            this.txtHProcExchBillNo.TabStop = false;
            this.txtHProcExchBillNo.Tag = "0";
@@ -300,10 +293,9 @@
            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(23, 10);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Location = new System.Drawing.Point(17, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(92, 27);
            this.label1.Size = new System.Drawing.Size(74, 21);
            this.label1.TabIndex = 87;
            this.label1.Text = "流转卡:";
            // 
@@ -313,11 +305,10 @@
            this.txtHMaterModel.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 227);
            this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMaterModel.Location = new System.Drawing.Point(120, 182);
            this.txtHMaterModel.Name = "txtHMaterModel";
            this.txtHMaterModel.ReadOnly = true;
            this.txtHMaterModel.Size = new System.Drawing.Size(249, 34);
            this.txtHMaterModel.Size = new System.Drawing.Size(188, 28);
            this.txtHMaterModel.TabIndex = 90;
            this.txtHMaterModel.TabStop = false;
            this.txtHMaterModel.Tag = "0";
@@ -328,10 +319,9 @@
            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(23, 227);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Location = new System.Drawing.Point(17, 186);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(112, 27);
            this.label3.Size = new System.Drawing.Size(90, 21);
            this.label3.TabIndex = 89;
            this.label3.Text = "规格型号:";
            // 
@@ -339,10 +329,9 @@
            // 
            this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image")));
            this.cmdHEmpID.Location = new System.Drawing.Point(825, 158);
            this.cmdHEmpID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmpID.Location = new System.Drawing.Point(619, 124);
            this.cmdHEmpID.Name = "cmdHEmpID";
            this.cmdHEmpID.Size = new System.Drawing.Size(35, 35);
            this.cmdHEmpID.Size = new System.Drawing.Size(26, 28);
            this.cmdHEmpID.TabIndex = 93;
            this.cmdHEmpID.UseVisualStyleBackColor = false;
            this.cmdHEmpID.Click += new System.EventHandler(this.cmdHEmpID_Click);
@@ -352,10 +341,9 @@
            this.txtHEmpID.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 158);
            this.txtHEmpID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID.Location = new System.Drawing.Point(431, 124);
            this.txtHEmpID.Name = "txtHEmpID";
            this.txtHEmpID.Size = new System.Drawing.Size(111, 34);
            this.txtHEmpID.Size = new System.Drawing.Size(84, 28);
            this.txtHEmpID.TabIndex = 2;
            this.txtHEmpID.Tag = "0";
            this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged);
@@ -367,10 +355,9 @@
            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(460, 158);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Location = new System.Drawing.Point(345, 128);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(104, 27);
            this.label4.Size = new System.Drawing.Size(84, 21);
            this.label4.TabIndex = 91;
            this.label4.Text = "操 ä½œ å‘˜ï¼š";
            // 
@@ -378,10 +365,9 @@
            // 
            this.cmdHSourceID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image")));
            this.cmdHSourceID.Location = new System.Drawing.Point(408, 405);
            this.cmdHSourceID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHSourceID.Location = new System.Drawing.Point(306, 327);
            this.cmdHSourceID.Name = "cmdHSourceID";
            this.cmdHSourceID.Size = new System.Drawing.Size(35, 35);
            this.cmdHSourceID.Size = new System.Drawing.Size(26, 28);
            this.cmdHSourceID.TabIndex = 96;
            this.cmdHSourceID.TabStop = false;
            this.cmdHSourceID.UseVisualStyleBackColor = false;
@@ -392,10 +378,9 @@
            this.txtHSourceID.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 407);
            this.txtHSourceID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceID.Location = new System.Drawing.Point(120, 327);
            this.txtHSourceID.Name = "txtHSourceID";
            this.txtHSourceID.Size = new System.Drawing.Size(121, 34);
            this.txtHSourceID.Size = new System.Drawing.Size(92, 28);
            this.txtHSourceID.TabIndex = 95;
            this.txtHSourceID.TabStop = false;
            this.txtHSourceID.Tag = "0";
@@ -407,10 +392,9 @@
            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(23, 407);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Location = new System.Drawing.Point(17, 331);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(112, 27);
            this.label5.Size = new System.Drawing.Size(90, 21);
            this.label5.TabIndex = 94;
            this.label5.Text = "生产资源:";
            // 
@@ -419,11 +403,10 @@
            this.txtHICMOQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 334);
            this.txtHICMOQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHICMOQty.Location = new System.Drawing.Point(120, 269);
            this.txtHICMOQty.Name = "txtHICMOQty";
            this.txtHICMOQty.ReadOnly = true;
            this.txtHICMOQty.Size = new System.Drawing.Size(249, 34);
            this.txtHICMOQty.Size = new System.Drawing.Size(188, 28);
            this.txtHICMOQty.TabIndex = 98;
            this.txtHICMOQty.TabStop = false;
            this.txtHICMOQty.Tag = "0";
@@ -434,10 +417,9 @@
            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(485, 44);
            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label6.Location = new System.Drawing.Point(364, 35);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(135, 27);
            this.label6.Size = new System.Drawing.Size(109, 21);
            this.label6.TabIndex = 97;
            this.label6.Text = "进站 PCS数:";
            // 
@@ -446,11 +428,10 @@
            this.txtHPlanQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(168, 186);
            this.txtHPlanQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHPlanQty.Location = new System.Drawing.Point(126, 149);
            this.txtHPlanQty.Name = "txtHPlanQty";
            this.txtHPlanQty.ReadOnly = true;
            this.txtHPlanQty.Size = new System.Drawing.Size(248, 34);
            this.txtHPlanQty.Size = new System.Drawing.Size(187, 28);
            this.txtHPlanQty.TabIndex = 100;
            this.txtHPlanQty.TabStop = false;
            this.txtHPlanQty.Tag = "0";
@@ -461,10 +442,9 @@
            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(460, 195);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Location = new System.Drawing.Point(345, 157);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(112, 27);
            this.label7.Size = new System.Drawing.Size(90, 21);
            this.label7.TabIndex = 99;
            this.label7.Text = "合格数量:";
            // 
@@ -472,10 +452,9 @@
            // 
            this.cmdHGroupID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
            this.cmdHGroupID.Location = new System.Drawing.Point(825, 10);
            this.cmdHGroupID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHGroupID.Location = new System.Drawing.Point(619, 8);
            this.cmdHGroupID.Name = "cmdHGroupID";
            this.cmdHGroupID.Size = new System.Drawing.Size(35, 35);
            this.cmdHGroupID.Size = new System.Drawing.Size(26, 28);
            this.cmdHGroupID.TabIndex = 103;
            this.cmdHGroupID.UseVisualStyleBackColor = false;
            this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
@@ -486,10 +465,9 @@
            this.txtHGroupID.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 10);
            this.txtHGroupID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHGroupID.Location = new System.Drawing.Point(431, 8);
            this.txtHGroupID.Name = "txtHGroupID";
            this.txtHGroupID.Size = new System.Drawing.Size(111, 34);
            this.txtHGroupID.Size = new System.Drawing.Size(84, 28);
            this.txtHGroupID.TabIndex = 102;
            this.txtHGroupID.TabStop = false;
            this.txtHGroupID.Tag = "0";
@@ -501,10 +479,9 @@
            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(460, 10);
            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label8.Location = new System.Drawing.Point(345, 12);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(112, 27);
            this.label8.Size = new System.Drawing.Size(90, 21);
            this.label8.TabIndex = 101;
            this.label8.Text = "生产班组:";
            // 
@@ -513,10 +490,9 @@
            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(411, 121);
            this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHProcID.Location = new System.Drawing.Point(308, 95);
            this.cmdHProcID.Name = "cmdHProcID";
            this.cmdHProcID.Size = new System.Drawing.Size(35, 35);
            this.cmdHProcID.Size = new System.Drawing.Size(26, 28);
            this.cmdHProcID.TabIndex = 106;
            this.cmdHProcID.TabStop = false;
            this.cmdHProcID.UseVisualStyleBackColor = false;
@@ -529,11 +505,10 @@
            this.txtHProcID.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 118);
            this.txtHProcID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHProcID.Location = new System.Drawing.Point(120, 95);
            this.txtHProcID.Name = "txtHProcID";
            this.txtHProcID.ReadOnly = true;
            this.txtHProcID.Size = new System.Drawing.Size(249, 34);
            this.txtHProcID.Size = new System.Drawing.Size(188, 28);
            this.txtHProcID.TabIndex = 105;
            this.txtHProcID.TabStop = false;
            this.txtHProcID.Tag = "0";
@@ -546,10 +521,9 @@
            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(23, 118);
            this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label10.Location = new System.Drawing.Point(17, 99);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(112, 27);
            this.label10.Size = new System.Drawing.Size(90, 21);
            this.label10.TabIndex = 104;
            this.label10.Text = "当前工序:";
            // 
@@ -559,11 +533,10 @@
            this.txtHMaterName.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 190);
            this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMaterName.Location = new System.Drawing.Point(120, 153);
            this.txtHMaterName.Name = "txtHMaterName";
            this.txtHMaterName.ReadOnly = true;
            this.txtHMaterName.Size = new System.Drawing.Size(249, 34);
            this.txtHMaterName.Size = new System.Drawing.Size(188, 28);
            this.txtHMaterName.TabIndex = 108;
            this.txtHMaterName.TabStop = false;
            this.txtHMaterName.Tag = "0";
@@ -574,10 +547,9 @@
            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(23, 190);
            this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label11.Location = new System.Drawing.Point(17, 157);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(112, 27);
            this.label11.Size = new System.Drawing.Size(90, 21);
            this.label11.TabIndex = 107;
            this.label11.Text = "产品名称:";
            // 
@@ -588,10 +560,8 @@
            this.gbUp.Controls.Add(this.tabControl2);
            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.Name = "gbUp";
            this.gbUp.Padding = new System.Windows.Forms.Padding(4);
            this.gbUp.Size = new System.Drawing.Size(935, 606);
            this.gbUp.Size = new System.Drawing.Size(935, 485);
            this.gbUp.TabIndex = 114;
            this.gbUp.TabStop = false;
            // 
@@ -601,11 +571,11 @@
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.ForeColor = System.Drawing.Color.Yellow;
            this.groupBox1.Location = new System.Drawing.Point(903, 22);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox1.Location = new System.Drawing.Point(677, 17);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox1.Size = new System.Drawing.Size(28, 580);
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Size = new System.Drawing.Size(255, 465);
            this.groupBox1.TabIndex = 181;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "本站工单";
@@ -614,12 +584,12 @@
            // 
            this.grdCardList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdCardList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdCardList.Location = new System.Drawing.Point(3, 25);
            this.grdCardList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.grdCardList.Location = new System.Drawing.Point(2, 21);
            this.grdCardList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grdCardList.Name = "grdCardList";
            this.grdCardList.RowHeadersWidth = 51;
            this.grdCardList.RowTemplate.Height = 27;
            this.grdCardList.Size = new System.Drawing.Size(22, 553);
            this.grdCardList.Size = new System.Drawing.Size(251, 442);
            this.grdCardList.TabIndex = 150;
            // 
            // tabControl2
@@ -627,94 +597,94 @@
            this.tabControl2.Controls.Add(this.tabPage2);
            this.tabControl2.Controls.Add(this.tabPage3);
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Left;
            this.tabControl2.Location = new System.Drawing.Point(4, 22);
            this.tabControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabControl2.Location = new System.Drawing.Point(3, 17);
            this.tabControl2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(899, 580);
            this.tabControl2.Size = new System.Drawing.Size(674, 465);
            this.tabControl2.TabIndex = 180;
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.Gray;
            this.tabPage2.Controls.Add(this.txtHSourceNameList);
            this.tabPage2.Controls.Add(this.label40);
            this.tabPage2.Controls.Add(this.txtHGroupName);
            this.tabPage2.Controls.Add(this.label39);
            this.tabPage2.Controls.Add(this.txtHQCCheckName);
            this.tabPage2.Controls.Add(this.txtHQCCheckID);
            this.tabPage2.Controls.Add(this.txtHSourceName);
            this.tabPage2.Controls.Add(this.cmdHQCCheckID);
            this.tabPage2.Controls.Add(this.txtHWorkTimes);
            this.tabPage2.Controls.Add(this.label38);
            this.tabPage2.Controls.Add(this.txtHMouldNum);
            this.tabPage2.Controls.Add(this.label37);
            this.tabPage2.Controls.Add(this.txtHProcExchBillNo);
            this.tabPage2.Controls.Add(this.cmdHSourceID);
            this.tabPage2.Controls.Add(this.txtHSourceID);
            this.tabPage2.Controls.Add(this.label5);
            this.tabPage2.Controls.Add(this.label13);
            this.tabPage2.Controls.Add(this.label11);
            this.tabPage2.Controls.Add(this.txtHICMOQty);
            this.tabPage2.Controls.Add(this.label10);
            this.tabPage2.Controls.Add(this.txtHMaterID);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.label1);
            this.tabPage2.Controls.Add(this.txtHICMOBillNo);
            this.tabPage2.Controls.Add(this.txtHProcID);
            this.tabPage2.Controls.Add(this.txtHEmpName5);
            this.tabPage2.Controls.Add(this.txtHEmpName4);
            this.tabPage2.Controls.Add(this.label16);
            this.tabPage2.Controls.Add(this.txtHMaterName);
            this.tabPage2.Controls.Add(this.txtHEmpName3);
            this.tabPage2.Controls.Add(this.txtHMaterModel);
            this.tabPage2.Controls.Add(this.txtHEmpName2);
            this.tabPage2.Controls.Add(this.label12);
            this.tabPage2.Controls.Add(this.txtHBillNo);
            this.tabPage2.Controls.Add(this.cmdHEmpID5);
            this.tabPage2.Controls.Add(this.txtHCenterID);
            this.tabPage2.Controls.Add(this.cmdHEmpID4);
            this.tabPage2.Controls.Add(this.label20);
            this.tabPage2.Controls.Add(this.cmdHEmpID3);
            this.tabPage2.Controls.Add(this.txtHProcNo);
            this.tabPage2.Controls.Add(this.cmdHEmpID2);
            this.tabPage2.Controls.Add(this.label23);
            this.tabPage2.Controls.Add(this.txtHRemark);
            this.tabPage2.Controls.Add(this.label29);
            this.tabPage2.Controls.Add(this.label24);
            this.tabPage2.Controls.Add(this.txtHEmpID5);
            this.tabPage2.Controls.Add(this.label30);
            this.tabPage2.Controls.Add(this.txtHOrderProcNO);
            this.tabPage2.Controls.Add(this.label28);
            this.tabPage2.Controls.Add(this.txtHEmpID4);
            this.tabPage2.Controls.Add(this.label4);
            this.tabPage2.Controls.Add(this.label27);
            this.tabPage2.Controls.Add(this.label7);
            this.tabPage2.Controls.Add(this.txtHEmpID3);
            this.tabPage2.Controls.Add(this.txtHEmpName);
            this.tabPage2.Controls.Add(this.txtHEmpID);
            this.tabPage2.Controls.Add(this.label26);
            this.tabPage2.Controls.Add(this.label9);
            this.tabPage2.Controls.Add(this.txtHEmpID2);
            this.tabPage2.Controls.Add(this.txtHStationOutTime);
            this.tabPage2.Controls.Add(this.cmdHProcID);
            this.tabPage2.Controls.Add(this.cmdHEmpID);
            this.tabPage2.Controls.Add(this.cmdHMaterID);
            this.tabPage2.Controls.Add(this.txtHQty);
            this.tabPage2.Controls.Add(this.label8);
            this.tabPage2.Controls.Add(this.txtHGroupID);
            this.tabPage2.Controls.Add(this.txtHWasterQty);
            this.tabPage2.Controls.Add(this.cmdHGroupID);
            this.tabPage2.Controls.Add(this.label18);
            this.tabPage2.Controls.Add(this.label25);
            this.tabPage2.Controls.Add(this.txtHPayProcID);
            this.tabPage2.Controls.Add(this.chkHLastSubProc);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage2.Controls.Add(this.label40);
            this.tabPage2.Controls.Add(this.label39);
            this.tabPage2.Controls.Add(this.label38);
            this.tabPage2.Controls.Add(this.label37);
            this.tabPage2.Controls.Add(this.label5);
            this.tabPage2.Controls.Add(this.label13);
            this.tabPage2.Controls.Add(this.label11);
            this.tabPage2.Controls.Add(this.label10);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.label1);
            this.tabPage2.Controls.Add(this.label16);
            this.tabPage2.Controls.Add(this.label12);
            this.tabPage2.Controls.Add(this.label20);
            this.tabPage2.Controls.Add(this.label23);
            this.tabPage2.Controls.Add(this.label29);
            this.tabPage2.Controls.Add(this.label24);
            this.tabPage2.Controls.Add(this.label30);
            this.tabPage2.Controls.Add(this.label28);
            this.tabPage2.Controls.Add(this.label4);
            this.tabPage2.Controls.Add(this.label27);
            this.tabPage2.Controls.Add(this.label7);
            this.tabPage2.Controls.Add(this.label26);
            this.tabPage2.Controls.Add(this.label9);
            this.tabPage2.Controls.Add(this.label8);
            this.tabPage2.Controls.Add(this.label18);
            this.tabPage2.Controls.Add(this.label25);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage2.Size = new System.Drawing.Size(891, 551);
            this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage2.Size = new System.Drawing.Size(666, 439);
            this.tabPage2.TabIndex = 0;
            this.tabPage2.Text = "基本信息";
            // 
@@ -723,10 +693,9 @@
            this.txtHSourceNameList.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSourceNameList.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceNameList.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceNameList.Location = new System.Drawing.Point(160, 444);
            this.txtHSourceNameList.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceNameList.Location = new System.Drawing.Point(120, 356);
            this.txtHSourceNameList.Name = "txtHSourceNameList";
            this.txtHSourceNameList.Size = new System.Drawing.Size(249, 34);
            this.txtHSourceNameList.Size = new System.Drawing.Size(188, 28);
            this.txtHSourceNameList.TabIndex = 180;
            this.txtHSourceNameList.TabStop = false;
            this.txtHSourceNameList.Tag = "0";
@@ -736,10 +705,9 @@
            this.label40.AutoSize = true;
            this.label40.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label40.ForeColor = System.Drawing.Color.Yellow;
            this.label40.Location = new System.Drawing.Point(21, 444);
            this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label40.Location = new System.Drawing.Point(16, 360);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(112, 27);
            this.label40.Size = new System.Drawing.Size(90, 21);
            this.label40.TabIndex = 179;
            this.label40.Text = "设备清单:";
            // 
@@ -749,11 +717,10 @@
            this.txtHGroupName.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHGroupName.ForeColor = System.Drawing.Color.Green;
            this.txtHGroupName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHGroupName.Location = new System.Drawing.Point(687, 11);
            this.txtHGroupName.Margin = new System.Windows.Forms.Padding(4);
            this.txtHGroupName.Location = new System.Drawing.Point(515, 8);
            this.txtHGroupName.Name = "txtHGroupName";
            this.txtHGroupName.ReadOnly = true;
            this.txtHGroupName.Size = new System.Drawing.Size(137, 34);
            this.txtHGroupName.Size = new System.Drawing.Size(104, 28);
            this.txtHGroupName.TabIndex = 178;
            this.txtHGroupName.TabStop = false;
            this.txtHGroupName.Tag = "0";
@@ -764,10 +731,9 @@
            this.label39.BackColor = System.Drawing.Color.Gray;
            this.label39.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label39.ForeColor = System.Drawing.Color.Yellow;
            this.label39.Location = new System.Drawing.Point(460, 231);
            this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label39.Location = new System.Drawing.Point(345, 186);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(110, 27);
            this.label39.Size = new System.Drawing.Size(89, 21);
            this.label39.TabIndex = 175;
            this.label39.Text = "检  éªŒ å‘˜ï¼š";
            this.label39.Click += new System.EventHandler(this.label39_Click);
@@ -778,11 +744,10 @@
            this.txtHQCCheckName.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHQCCheckName.ForeColor = System.Drawing.Color.Green;
            this.txtHQCCheckName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHQCCheckName.Location = new System.Drawing.Point(688, 231);
            this.txtHQCCheckName.Margin = new System.Windows.Forms.Padding(4);
            this.txtHQCCheckName.Location = new System.Drawing.Point(516, 180);
            this.txtHQCCheckName.Name = "txtHQCCheckName";
            this.txtHQCCheckName.ReadOnly = true;
            this.txtHQCCheckName.Size = new System.Drawing.Size(136, 38);
            this.txtHQCCheckName.Size = new System.Drawing.Size(104, 32);
            this.txtHQCCheckName.TabIndex = 177;
            this.txtHQCCheckName.TabStop = false;
            // 
@@ -791,10 +756,9 @@
            this.txtHQCCheckID.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHQCCheckID.ForeColor = System.Drawing.Color.Green;
            this.txtHQCCheckID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHQCCheckID.Location = new System.Drawing.Point(575, 231);
            this.txtHQCCheckID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHQCCheckID.Location = new System.Drawing.Point(431, 182);
            this.txtHQCCheckID.Name = "txtHQCCheckID";
            this.txtHQCCheckID.Size = new System.Drawing.Size(111, 34);
            this.txtHQCCheckID.Size = new System.Drawing.Size(84, 28);
            this.txtHQCCheckID.TabIndex = 174;
            this.txtHQCCheckID.Tag = "0";
            this.txtHQCCheckID.TextChanged += new System.EventHandler(this.txtHQCCheckID_TextChanged);
@@ -805,11 +769,10 @@
            this.txtHSourceName.Font = new System.Drawing.Font("宋体", 13.8F, 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(284, 407);
            this.txtHSourceName.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceName.Location = new System.Drawing.Point(213, 327);
            this.txtHSourceName.Name = "txtHSourceName";
            this.txtHSourceName.ReadOnly = true;
            this.txtHSourceName.Size = new System.Drawing.Size(125, 34);
            this.txtHSourceName.Size = new System.Drawing.Size(95, 28);
            this.txtHSourceName.TabIndex = 1;
            this.txtHSourceName.Tag = "0";
            this.txtHSourceName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHSourceName_KeyDown);
@@ -818,10 +781,9 @@
            // 
            this.cmdHQCCheckID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHQCCheckID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHQCCheckID.Image")));
            this.cmdHQCCheckID.Location = new System.Drawing.Point(825, 231);
            this.cmdHQCCheckID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHQCCheckID.Location = new System.Drawing.Point(619, 182);
            this.cmdHQCCheckID.Name = "cmdHQCCheckID";
            this.cmdHQCCheckID.Size = new System.Drawing.Size(35, 35);
            this.cmdHQCCheckID.Size = new System.Drawing.Size(26, 28);
            this.cmdHQCCheckID.TabIndex = 176;
            this.cmdHQCCheckID.UseVisualStyleBackColor = false;
            this.cmdHQCCheckID.Visible = false;
@@ -833,10 +795,9 @@
            this.txtHWorkTimes.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHWorkTimes.ForeColor = System.Drawing.Color.Green;
            this.txtHWorkTimes.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHWorkTimes.Location = new System.Drawing.Point(575, 308);
            this.txtHWorkTimes.Margin = new System.Windows.Forms.Padding(4);
            this.txtHWorkTimes.Location = new System.Drawing.Point(431, 240);
            this.txtHWorkTimes.Name = "txtHWorkTimes";
            this.txtHWorkTimes.Size = new System.Drawing.Size(249, 34);
            this.txtHWorkTimes.Size = new System.Drawing.Size(188, 28);
            this.txtHWorkTimes.TabIndex = 172;
            this.txtHWorkTimes.Tag = "0";
            // 
@@ -846,10 +807,9 @@
            this.label38.BackColor = System.Drawing.Color.Gray;
            this.label38.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label38.ForeColor = System.Drawing.Color.Yellow;
            this.label38.Location = new System.Drawing.Point(460, 309);
            this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label38.Location = new System.Drawing.Point(345, 244);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(72, 27);
            this.label38.Size = new System.Drawing.Size(58, 21);
            this.label38.TabIndex = 173;
            this.label38.Text = "工时:";
            // 
@@ -858,10 +818,9 @@
            this.txtHMouldNum.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHMouldNum.ForeColor = System.Drawing.Color.Green;
            this.txtHMouldNum.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHMouldNum.Location = new System.Drawing.Point(160, 483);
            this.txtHMouldNum.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMouldNum.Location = new System.Drawing.Point(120, 385);
            this.txtHMouldNum.Name = "txtHMouldNum";
            this.txtHMouldNum.Size = new System.Drawing.Size(249, 34);
            this.txtHMouldNum.Size = new System.Drawing.Size(188, 28);
            this.txtHMouldNum.TabIndex = 171;
            this.txtHMouldNum.TabStop = false;
            this.txtHMouldNum.Tag = "0";
@@ -871,10 +830,9 @@
            this.label37.AutoSize = true;
            this.label37.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label37.ForeColor = System.Drawing.Color.Yellow;
            this.label37.Location = new System.Drawing.Point(23, 488);
            this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label37.Location = new System.Drawing.Point(17, 390);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(92, 27);
            this.label37.Size = new System.Drawing.Size(74, 21);
            this.label37.TabIndex = 170;
            this.label37.Text = "模穴号:";
            // 
@@ -884,10 +842,9 @@
            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(23, 334);
            this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label13.Location = new System.Drawing.Point(17, 273);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(132, 27);
            this.label13.Size = new System.Drawing.Size(106, 21);
            this.label13.TabIndex = 119;
            this.label13.Text = "任务单数量:";
            // 
@@ -897,11 +854,10 @@
            this.txtHEmpName5.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(687, 464);
            this.txtHEmpName5.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpName5.Location = new System.Drawing.Point(515, 354);
            this.txtHEmpName5.Name = "txtHEmpName5";
            this.txtHEmpName5.ReadOnly = true;
            this.txtHEmpName5.Size = new System.Drawing.Size(137, 38);
            this.txtHEmpName5.Size = new System.Drawing.Size(104, 32);
            this.txtHEmpName5.TabIndex = 167;
            this.txtHEmpName5.TabStop = false;
            // 
@@ -911,11 +867,10 @@
            this.txtHEmpName4.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(687, 427);
            this.txtHEmpName4.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpName4.Location = new System.Drawing.Point(515, 325);
            this.txtHEmpName4.Name = "txtHEmpName4";
            this.txtHEmpName4.ReadOnly = true;
            this.txtHEmpName4.Size = new System.Drawing.Size(137, 38);
            this.txtHEmpName4.Size = new System.Drawing.Size(104, 32);
            this.txtHEmpName4.TabIndex = 166;
            this.txtHEmpName4.TabStop = false;
            // 
@@ -925,11 +880,10 @@
            this.txtHEmpName3.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(687, 388);
            this.txtHEmpName3.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpName3.Location = new System.Drawing.Point(515, 296);
            this.txtHEmpName3.Name = "txtHEmpName3";
            this.txtHEmpName3.ReadOnly = true;
            this.txtHEmpName3.Size = new System.Drawing.Size(137, 38);
            this.txtHEmpName3.Size = new System.Drawing.Size(104, 32);
            this.txtHEmpName3.TabIndex = 165;
            this.txtHEmpName3.TabStop = false;
            // 
@@ -939,11 +893,10 @@
            this.txtHEmpName2.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(687, 350);
            this.txtHEmpName2.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpName2.Location = new System.Drawing.Point(515, 267);
            this.txtHEmpName2.Name = "txtHEmpName2";
            this.txtHEmpName2.ReadOnly = true;
            this.txtHEmpName2.Size = new System.Drawing.Size(137, 38);
            this.txtHEmpName2.Size = new System.Drawing.Size(104, 32);
            this.txtHEmpName2.TabIndex = 164;
            this.txtHEmpName2.TabStop = false;
            // 
@@ -953,10 +906,9 @@
            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(23, 261);
            this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label12.Location = new System.Drawing.Point(17, 215);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(104, 27);
            this.label12.Size = new System.Drawing.Size(84, 21);
            this.label12.TabIndex = 116;
            this.label12.Text = "单 æ® å·ï¼š";
            // 
@@ -966,11 +918,10 @@
            this.txtHBillNo.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 261);
            this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBillNo.Location = new System.Drawing.Point(120, 211);
            this.txtHBillNo.Name = "txtHBillNo";
            this.txtHBillNo.ReadOnly = true;
            this.txtHBillNo.Size = new System.Drawing.Size(249, 34);
            this.txtHBillNo.Size = new System.Drawing.Size(188, 28);
            this.txtHBillNo.TabIndex = 117;
            this.txtHBillNo.TabStop = false;
            // 
@@ -978,10 +929,9 @@
            // 
            this.cmdHEmpID5.BackColor = System.Drawing.Color.Transparent;
            this.cmdHEmpID5.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID5.Image")));
            this.cmdHEmpID5.Location = new System.Drawing.Point(825, 464);
            this.cmdHEmpID5.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmpID5.Location = new System.Drawing.Point(619, 356);
            this.cmdHEmpID5.Name = "cmdHEmpID5";
            this.cmdHEmpID5.Size = new System.Drawing.Size(35, 35);
            this.cmdHEmpID5.Size = new System.Drawing.Size(26, 28);
            this.cmdHEmpID5.TabIndex = 162;
            this.cmdHEmpID5.UseVisualStyleBackColor = false;
            this.cmdHEmpID5.Click += new System.EventHandler(this.cmdHEmpID5_Click);
@@ -992,11 +942,10 @@
            this.txtHCenterID.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 81);
            this.txtHCenterID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHCenterID.Location = new System.Drawing.Point(120, 66);
            this.txtHCenterID.Name = "txtHCenterID";
            this.txtHCenterID.ReadOnly = true;
            this.txtHCenterID.Size = new System.Drawing.Size(249, 34);
            this.txtHCenterID.Size = new System.Drawing.Size(188, 28);
            this.txtHCenterID.TabIndex = 141;
            this.txtHCenterID.TabStop = false;
            // 
@@ -1004,10 +953,9 @@
            // 
            this.cmdHEmpID4.BackColor = System.Drawing.Color.Transparent;
            this.cmdHEmpID4.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID4.Image")));
            this.cmdHEmpID4.Location = new System.Drawing.Point(825, 427);
            this.cmdHEmpID4.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmpID4.Location = new System.Drawing.Point(619, 327);
            this.cmdHEmpID4.Name = "cmdHEmpID4";
            this.cmdHEmpID4.Size = new System.Drawing.Size(35, 35);
            this.cmdHEmpID4.Size = new System.Drawing.Size(26, 28);
            this.cmdHEmpID4.TabIndex = 159;
            this.cmdHEmpID4.UseVisualStyleBackColor = false;
            this.cmdHEmpID4.Click += new System.EventHandler(this.cmdHEmpID4_Click);
@@ -1018,10 +966,9 @@
            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(23, 81);
            this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label20.Location = new System.Drawing.Point(17, 70);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(112, 27);
            this.label20.Size = new System.Drawing.Size(90, 21);
            this.label20.TabIndex = 140;
            this.label20.Text = "工作中心:";
            this.label20.Click += new System.EventHandler(this.label20_Click);
@@ -1030,10 +977,9 @@
            // 
            this.cmdHEmpID3.BackColor = System.Drawing.Color.Transparent;
            this.cmdHEmpID3.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID3.Image")));
            this.cmdHEmpID3.Location = new System.Drawing.Point(825, 389);
            this.cmdHEmpID3.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmpID3.Location = new System.Drawing.Point(619, 298);
            this.cmdHEmpID3.Name = "cmdHEmpID3";
            this.cmdHEmpID3.Size = new System.Drawing.Size(35, 35);
            this.cmdHEmpID3.Size = new System.Drawing.Size(26, 28);
            this.cmdHEmpID3.TabIndex = 156;
            this.cmdHEmpID3.UseVisualStyleBackColor = false;
            this.cmdHEmpID3.Click += new System.EventHandler(this.cmdHEmpID3_Click);
@@ -1043,10 +989,9 @@
            this.txtHProcNo.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 47);
            this.txtHProcNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHProcNo.Location = new System.Drawing.Point(120, 37);
            this.txtHProcNo.Name = "txtHProcNo";
            this.txtHProcNo.Size = new System.Drawing.Size(249, 34);
            this.txtHProcNo.Size = new System.Drawing.Size(188, 28);
            this.txtHProcNo.TabIndex = 145;
            this.txtHProcNo.TabStop = false;
            this.txtHProcNo.Tag = "0";
@@ -1056,10 +1001,9 @@
            // 
            this.cmdHEmpID2.BackColor = System.Drawing.Color.Transparent;
            this.cmdHEmpID2.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID2.Image")));
            this.cmdHEmpID2.Location = new System.Drawing.Point(825, 351);
            this.cmdHEmpID2.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmpID2.Location = new System.Drawing.Point(619, 269);
            this.cmdHEmpID2.Name = "cmdHEmpID2";
            this.cmdHEmpID2.Size = new System.Drawing.Size(35, 35);
            this.cmdHEmpID2.Size = new System.Drawing.Size(26, 28);
            this.cmdHEmpID2.TabIndex = 153;
            this.cmdHEmpID2.UseVisualStyleBackColor = false;
            this.cmdHEmpID2.Click += new System.EventHandler(this.cmdHEmpID2_Click);
@@ -1070,10 +1014,9 @@
            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(23, 47);
            this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label23.Location = new System.Drawing.Point(17, 41);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(92, 27);
            this.label23.Size = new System.Drawing.Size(74, 21);
            this.label23.TabIndex = 144;
            this.label23.Text = "流水号:";
            // 
@@ -1082,10 +1025,9 @@
            this.txtHRemark.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 121);
            this.txtHRemark.Margin = new System.Windows.Forms.Padding(4);
            this.txtHRemark.Location = new System.Drawing.Point(431, 95);
            this.txtHRemark.Name = "txtHRemark";
            this.txtHRemark.Size = new System.Drawing.Size(249, 34);
            this.txtHRemark.Size = new System.Drawing.Size(188, 28);
            this.txtHRemark.TabIndex = 169;
            this.txtHRemark.TabStop = false;
            this.txtHRemark.Tag = "0";
@@ -1096,10 +1038,9 @@
            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(460, 464);
            this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label29.Location = new System.Drawing.Point(345, 360);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(104, 27);
            this.label29.Size = new System.Drawing.Size(83, 21);
            this.label29.TabIndex = 161;
            this.label29.Text = "操作员5:";
            // 
@@ -1109,10 +1050,9 @@
            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(23, 298);
            this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label24.Location = new System.Drawing.Point(17, 244);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(132, 27);
            this.label24.Size = new System.Drawing.Size(106, 21);
            this.label24.TabIndex = 146;
            this.label24.Text = "订单跟踪号:";
            // 
@@ -1121,10 +1061,9 @@
            this.txtHEmpID5.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 464);
            this.txtHEmpID5.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID5.Location = new System.Drawing.Point(431, 356);
            this.txtHEmpID5.Name = "txtHEmpID5";
            this.txtHEmpID5.Size = new System.Drawing.Size(109, 34);
            this.txtHEmpID5.Size = new System.Drawing.Size(84, 28);
            this.txtHEmpID5.TabIndex = 160;
            this.txtHEmpID5.Tag = "0";
            this.txtHEmpID5.TextChanged += new System.EventHandler(this.txtHEmpID5_TextChanged);
@@ -1136,10 +1075,9 @@
            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(460, 121);
            this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label30.Location = new System.Drawing.Point(345, 99);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(72, 27);
            this.label30.Size = new System.Drawing.Size(58, 21);
            this.label30.TabIndex = 168;
            this.label30.Text = "备注:";
            // 
@@ -1149,11 +1087,10 @@
            this.txtHOrderProcNO.Font = new System.Drawing.Font("宋体", 13.8F, 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(160, 298);
            this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4);
            this.txtHOrderProcNO.Location = new System.Drawing.Point(120, 240);
            this.txtHOrderProcNO.Name = "txtHOrderProcNO";
            this.txtHOrderProcNO.ReadOnly = true;
            this.txtHOrderProcNO.Size = new System.Drawing.Size(249, 34);
            this.txtHOrderProcNO.Size = new System.Drawing.Size(188, 28);
            this.txtHOrderProcNO.TabIndex = 147;
            this.txtHOrderProcNO.TabStop = false;
            this.txtHOrderProcNO.Tag = "0";
@@ -1164,10 +1101,9 @@
            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(460, 427);
            this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label28.Location = new System.Drawing.Point(345, 331);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(104, 27);
            this.label28.Size = new System.Drawing.Size(83, 21);
            this.label28.TabIndex = 158;
            this.label28.Text = "操作员4:";
            // 
@@ -1176,10 +1112,9 @@
            this.txtHEmpID4.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 427);
            this.txtHEmpID4.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID4.Location = new System.Drawing.Point(431, 327);
            this.txtHEmpID4.Name = "txtHEmpID4";
            this.txtHEmpID4.Size = new System.Drawing.Size(109, 34);
            this.txtHEmpID4.Size = new System.Drawing.Size(84, 28);
            this.txtHEmpID4.TabIndex = 157;
            this.txtHEmpID4.Tag = "0";
            this.txtHEmpID4.TextChanged += new System.EventHandler(this.txtHEmpID4_TextChanged);
@@ -1191,10 +1126,9 @@
            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(460, 390);
            this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label27.Location = new System.Drawing.Point(345, 302);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(104, 27);
            this.label27.Size = new System.Drawing.Size(83, 21);
            this.label27.TabIndex = 155;
            this.label27.Text = "操作员3:";
            // 
@@ -1203,10 +1137,9 @@
            this.txtHEmpID3.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 390);
            this.txtHEmpID3.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID3.Location = new System.Drawing.Point(431, 298);
            this.txtHEmpID3.Name = "txtHEmpID3";
            this.txtHEmpID3.Size = new System.Drawing.Size(109, 34);
            this.txtHEmpID3.Size = new System.Drawing.Size(84, 28);
            this.txtHEmpID3.TabIndex = 154;
            this.txtHEmpID3.Tag = "0";
            this.txtHEmpID3.TextChanged += new System.EventHandler(this.txtHEmpID3_TextChanged);
@@ -1218,11 +1151,10 @@
            this.txtHEmpName.Font = new System.Drawing.Font("微软雅黑", 13.8F, 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(688, 157);
            this.txtHEmpName.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpName.Location = new System.Drawing.Point(516, 122);
            this.txtHEmpName.Name = "txtHEmpName";
            this.txtHEmpName.ReadOnly = true;
            this.txtHEmpName.Size = new System.Drawing.Size(136, 38);
            this.txtHEmpName.Size = new System.Drawing.Size(104, 32);
            this.txtHEmpName.TabIndex = 163;
            this.txtHEmpName.TabStop = false;
            // 
@@ -1232,10 +1164,9 @@
            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(460, 353);
            this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label26.Location = new System.Drawing.Point(345, 273);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(104, 27);
            this.label26.Size = new System.Drawing.Size(83, 21);
            this.label26.TabIndex = 152;
            this.label26.Text = "操作员2:";
            this.label26.Click += new System.EventHandler(this.label26_Click);
@@ -1245,10 +1176,9 @@
            this.txtHEmpID2.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 353);
            this.txtHEmpID2.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID2.Location = new System.Drawing.Point(431, 269);
            this.txtHEmpID2.Name = "txtHEmpID2";
            this.txtHEmpID2.Size = new System.Drawing.Size(111, 34);
            this.txtHEmpID2.Size = new System.Drawing.Size(84, 28);
            this.txtHEmpID2.TabIndex = 151;
            this.txtHEmpID2.Tag = "0";
            this.txtHEmpID2.TextChanged += new System.EventHandler(this.txtHEmpID2_TextChanged);
@@ -1260,11 +1190,10 @@
            this.txtHStationOutTime.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 47);
            this.txtHStationOutTime.Margin = new System.Windows.Forms.Padding(4);
            this.txtHStationOutTime.Location = new System.Drawing.Point(431, 37);
            this.txtHStationOutTime.Name = "txtHStationOutTime";
            this.txtHStationOutTime.ReadOnly = true;
            this.txtHStationOutTime.Size = new System.Drawing.Size(249, 34);
            this.txtHStationOutTime.Size = new System.Drawing.Size(188, 28);
            this.txtHStationOutTime.TabIndex = 112;
            this.txtHStationOutTime.TabStop = false;
            this.txtHStationOutTime.Tag = "0";
@@ -1274,10 +1203,9 @@
            this.txtHQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 195);
            this.txtHQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHQty.Location = new System.Drawing.Point(431, 153);
            this.txtHQty.Name = "txtHQty";
            this.txtHQty.Size = new System.Drawing.Size(249, 34);
            this.txtHQty.Size = new System.Drawing.Size(188, 28);
            this.txtHQty.TabIndex = 4;
            this.txtHQty.Tag = "0";
            this.txtHQty.TextChanged += new System.EventHandler(this.txtHQty_TextChanged);
@@ -1291,10 +1219,9 @@
            this.txtHWasterQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 271);
            this.txtHWasterQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHWasterQty.Location = new System.Drawing.Point(431, 211);
            this.txtHWasterQty.Name = "txtHWasterQty";
            this.txtHWasterQty.Size = new System.Drawing.Size(249, 34);
            this.txtHWasterQty.Size = new System.Drawing.Size(188, 28);
            this.txtHWasterQty.TabIndex = 5;
            this.txtHWasterQty.Tag = "0";
            this.txtHWasterQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHWasterQty_KeyDown);
@@ -1307,10 +1234,9 @@
            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(460, 271);
            this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label18.Location = new System.Drawing.Point(345, 215);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(112, 27);
            this.label18.Size = new System.Drawing.Size(90, 21);
            this.label18.TabIndex = 124;
            this.label18.Text = "报废数量:";
            // 
@@ -1320,10 +1246,9 @@
            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(460, 84);
            this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label25.Location = new System.Drawing.Point(345, 70);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(112, 27);
            this.label25.Size = new System.Drawing.Size(90, 21);
            this.label25.TabIndex = 148;
            this.label25.Text = "核算工序:";
            // 
@@ -1332,10 +1257,9 @@
            this.txtHPayProcID.Font = new System.Drawing.Font("宋体", 13.8F, 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(575, 84);
            this.txtHPayProcID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHPayProcID.Location = new System.Drawing.Point(431, 66);
            this.txtHPayProcID.Name = "txtHPayProcID";
            this.txtHPayProcID.Size = new System.Drawing.Size(167, 34);
            this.txtHPayProcID.Size = new System.Drawing.Size(126, 28);
            this.txtHPayProcID.TabIndex = 149;
            this.txtHPayProcID.TabStop = false;
            this.txtHPayProcID.Tag = "0";
@@ -1350,10 +1274,10 @@
            this.chkHLastSubProc.Enabled = false;
            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(749, 91);
            this.chkHLastSubProc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.chkHLastSubProc.Location = new System.Drawing.Point(562, 71);
            this.chkHLastSubProc.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.chkHLastSubProc.Name = "chkHLastSubProc";
            this.chkHLastSubProc.Size = new System.Drawing.Size(111, 23);
            this.chkHLastSubProc.Size = new System.Drawing.Size(90, 19);
            this.chkHLastSubProc.TabIndex = 150;
            this.chkHLastSubProc.Text = "转下工序";
            this.chkHLastSubProc.UseVisualStyleBackColor = true;
@@ -1361,6 +1285,17 @@
            // tabPage3
            // 
            this.tabPage3.BackColor = System.Drawing.Color.Gray;
            this.tabPage3.Controls.Add(this.txtHDSQty);
            this.tabPage3.Controls.Add(this.txtHPriceRate);
            this.tabPage3.Controls.Add(this.txtHBadCount);
            this.tabPage3.Controls.Add(this.txtHWWWorkOrderBillNo);
            this.tabPage3.Controls.Add(this.txtHPlanPieceQty);
            this.tabPage3.Controls.Add(this.txtHUnitChongQty);
            this.tabPage3.Controls.Add(this.txtHBadPNL);
            this.tabPage3.Controls.Add(this.txtHPieceQty);
            this.tabPage3.Controls.Add(this.txtHPlanQty);
            this.tabPage3.Controls.Add(this.txtHChongQty);
            this.tabPage3.Controls.Add(this.txtHChecker);
            this.tabPage3.Controls.Add(this.label41);
            this.tabPage3.Controls.Add(this.txtHSourceName5);
            this.tabPage3.Controls.Add(this.txtHSourceID5);
@@ -1377,34 +1312,23 @@
            this.tabPage3.Controls.Add(this.txtHSourceName2);
            this.tabPage3.Controls.Add(this.txtHSourceID2);
            this.tabPage3.Controls.Add(this.cmdHSourceID2);
            this.tabPage3.Controls.Add(this.txtHDSQty);
            this.tabPage3.Controls.Add(this.label31);
            this.tabPage3.Controls.Add(this.txtHPriceRate);
            this.tabPage3.Controls.Add(this.txtHBadCount);
            this.tabPage3.Controls.Add(this.label17);
            this.tabPage3.Controls.Add(this.txtHWWWorkOrderBillNo);
            this.tabPage3.Controls.Add(this.label19);
            this.tabPage3.Controls.Add(this.label35);
            this.tabPage3.Controls.Add(this.txtHPlanPieceQty);
            this.tabPage3.Controls.Add(this.txtHUnitChongQty);
            this.tabPage3.Controls.Add(this.label34);
            this.tabPage3.Controls.Add(this.label21);
            this.tabPage3.Controls.Add(this.txtHBadPNL);
            this.tabPage3.Controls.Add(this.txtHPieceQty);
            this.tabPage3.Controls.Add(this.label14);
            this.tabPage3.Controls.Add(this.label32);
            this.tabPage3.Controls.Add(this.txtHPlanQty);
            this.tabPage3.Controls.Add(this.label33);
            this.tabPage3.Controls.Add(this.label6);
            this.tabPage3.Controls.Add(this.label15);
            this.tabPage3.Controls.Add(this.txtHChongQty);
            this.tabPage3.Controls.Add(this.txtHChecker);
            this.tabPage3.Controls.Add(this.label22);
            this.tabPage3.Location = new System.Drawing.Point(4, 25);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Size = new System.Drawing.Size(891, 551);
            this.tabPage3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Size = new System.Drawing.Size(666, 439);
            this.tabPage3.TabIndex = 1;
            this.tabPage3.Text = "其他信息";
            // 
@@ -1413,10 +1337,9 @@
            this.label41.AutoSize = true;
            this.label41.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label41.ForeColor = System.Drawing.Color.Yellow;
            this.label41.Location = new System.Drawing.Point(31, 392);
            this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label41.Location = new System.Drawing.Point(23, 314);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(124, 27);
            this.label41.Size = new System.Drawing.Size(99, 21);
            this.label41.TabIndex = 192;
            this.label41.Text = "生产资源5:";
            // 
@@ -1426,11 +1349,10 @@
            this.txtHSourceName5.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceName5.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceName5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceName5.Location = new System.Drawing.Point(272, 391);
            this.txtHSourceName5.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceName5.Location = new System.Drawing.Point(204, 313);
            this.txtHSourceName5.Name = "txtHSourceName5";
            this.txtHSourceName5.ReadOnly = true;
            this.txtHSourceName5.Size = new System.Drawing.Size(151, 38);
            this.txtHSourceName5.Size = new System.Drawing.Size(114, 32);
            this.txtHSourceName5.TabIndex = 195;
            this.txtHSourceName5.Tag = "0";
            // 
@@ -1439,10 +1361,9 @@
            this.txtHSourceID5.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceID5.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceID5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceID5.Location = new System.Drawing.Point(165, 391);
            this.txtHSourceID5.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceID5.Location = new System.Drawing.Point(124, 313);
            this.txtHSourceID5.Name = "txtHSourceID5";
            this.txtHSourceID5.Size = new System.Drawing.Size(104, 38);
            this.txtHSourceID5.Size = new System.Drawing.Size(79, 32);
            this.txtHSourceID5.TabIndex = 193;
            this.txtHSourceID5.Tag = "0";
            // 
@@ -1450,10 +1371,9 @@
            // 
            this.cmdHSourceID5.BackColor = System.Drawing.Color.Transparent;
            this.cmdHSourceID5.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID5.Image")));
            this.cmdHSourceID5.Location = new System.Drawing.Point(424, 391);
            this.cmdHSourceID5.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHSourceID5.Location = new System.Drawing.Point(318, 313);
            this.cmdHSourceID5.Name = "cmdHSourceID5";
            this.cmdHSourceID5.Size = new System.Drawing.Size(40, 40);
            this.cmdHSourceID5.Size = new System.Drawing.Size(30, 32);
            this.cmdHSourceID5.TabIndex = 194;
            this.cmdHSourceID5.UseVisualStyleBackColor = false;
            this.cmdHSourceID5.Click += new System.EventHandler(this.cmdHSourceID5_Click);
@@ -1463,10 +1383,9 @@
            this.label42.AutoSize = true;
            this.label42.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label42.ForeColor = System.Drawing.Color.Yellow;
            this.label42.Location = new System.Drawing.Point(31, 352);
            this.label42.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label42.Location = new System.Drawing.Point(23, 282);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(124, 27);
            this.label42.Size = new System.Drawing.Size(99, 21);
            this.label42.TabIndex = 188;
            this.label42.Text = "生产资源4:";
            // 
@@ -1476,11 +1395,10 @@
            this.txtHSourceName4.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceName4.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceName4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceName4.Location = new System.Drawing.Point(272, 352);
            this.txtHSourceName4.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceName4.Location = new System.Drawing.Point(204, 282);
            this.txtHSourceName4.Name = "txtHSourceName4";
            this.txtHSourceName4.ReadOnly = true;
            this.txtHSourceName4.Size = new System.Drawing.Size(151, 38);
            this.txtHSourceName4.Size = new System.Drawing.Size(114, 32);
            this.txtHSourceName4.TabIndex = 191;
            this.txtHSourceName4.Tag = "0";
            // 
@@ -1489,10 +1407,9 @@
            this.txtHSourceID4.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceID4.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceID4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceID4.Location = new System.Drawing.Point(165, 352);
            this.txtHSourceID4.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceID4.Location = new System.Drawing.Point(124, 282);
            this.txtHSourceID4.Name = "txtHSourceID4";
            this.txtHSourceID4.Size = new System.Drawing.Size(104, 38);
            this.txtHSourceID4.Size = new System.Drawing.Size(79, 32);
            this.txtHSourceID4.TabIndex = 189;
            this.txtHSourceID4.Tag = "0";
            // 
@@ -1500,10 +1417,9 @@
            // 
            this.cmdHSourceID4.BackColor = System.Drawing.Color.Transparent;
            this.cmdHSourceID4.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID4.Image")));
            this.cmdHSourceID4.Location = new System.Drawing.Point(424, 352);
            this.cmdHSourceID4.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHSourceID4.Location = new System.Drawing.Point(318, 282);
            this.cmdHSourceID4.Name = "cmdHSourceID4";
            this.cmdHSourceID4.Size = new System.Drawing.Size(40, 40);
            this.cmdHSourceID4.Size = new System.Drawing.Size(30, 32);
            this.cmdHSourceID4.TabIndex = 190;
            this.cmdHSourceID4.UseVisualStyleBackColor = false;
            this.cmdHSourceID4.Click += new System.EventHandler(this.cmdHSourceID4_Click);
@@ -1513,10 +1429,9 @@
            this.label43.AutoSize = true;
            this.label43.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label43.ForeColor = System.Drawing.Color.Yellow;
            this.label43.Location = new System.Drawing.Point(31, 314);
            this.label43.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label43.Location = new System.Drawing.Point(23, 251);
            this.label43.Name = "label43";
            this.label43.Size = new System.Drawing.Size(124, 27);
            this.label43.Size = new System.Drawing.Size(99, 21);
            this.label43.TabIndex = 184;
            this.label43.Text = "生产资源3:";
            // 
@@ -1526,11 +1441,10 @@
            this.txtHSourceName3.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceName3.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceName3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceName3.Location = new System.Drawing.Point(272, 312);
            this.txtHSourceName3.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceName3.Location = new System.Drawing.Point(204, 250);
            this.txtHSourceName3.Name = "txtHSourceName3";
            this.txtHSourceName3.ReadOnly = true;
            this.txtHSourceName3.Size = new System.Drawing.Size(151, 38);
            this.txtHSourceName3.Size = new System.Drawing.Size(114, 32);
            this.txtHSourceName3.TabIndex = 187;
            this.txtHSourceName3.Tag = "0";
            // 
@@ -1539,10 +1453,9 @@
            this.txtHSourceID3.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceID3.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceID3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceID3.Location = new System.Drawing.Point(165, 312);
            this.txtHSourceID3.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceID3.Location = new System.Drawing.Point(124, 250);
            this.txtHSourceID3.Name = "txtHSourceID3";
            this.txtHSourceID3.Size = new System.Drawing.Size(104, 38);
            this.txtHSourceID3.Size = new System.Drawing.Size(79, 32);
            this.txtHSourceID3.TabIndex = 185;
            this.txtHSourceID3.Tag = "0";
            // 
@@ -1550,10 +1463,9 @@
            // 
            this.cmdHSourceID3.BackColor = System.Drawing.Color.Transparent;
            this.cmdHSourceID3.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID3.Image")));
            this.cmdHSourceID3.Location = new System.Drawing.Point(424, 312);
            this.cmdHSourceID3.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHSourceID3.Location = new System.Drawing.Point(318, 250);
            this.cmdHSourceID3.Name = "cmdHSourceID3";
            this.cmdHSourceID3.Size = new System.Drawing.Size(40, 40);
            this.cmdHSourceID3.Size = new System.Drawing.Size(30, 32);
            this.cmdHSourceID3.TabIndex = 186;
            this.cmdHSourceID3.UseVisualStyleBackColor = false;
            this.cmdHSourceID3.Click += new System.EventHandler(this.cmdHSourceID3_Click);
@@ -1563,10 +1475,9 @@
            this.label44.AutoSize = true;
            this.label44.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label44.ForeColor = System.Drawing.Color.Yellow;
            this.label44.Location = new System.Drawing.Point(31, 275);
            this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label44.Location = new System.Drawing.Point(23, 220);
            this.label44.Name = "label44";
            this.label44.Size = new System.Drawing.Size(124, 27);
            this.label44.Size = new System.Drawing.Size(99, 21);
            this.label44.TabIndex = 180;
            this.label44.Text = "生产资源2:";
            // 
@@ -1576,11 +1487,10 @@
            this.txtHSourceName2.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceName2.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceName2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceName2.Location = new System.Drawing.Point(272, 274);
            this.txtHSourceName2.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceName2.Location = new System.Drawing.Point(204, 219);
            this.txtHSourceName2.Name = "txtHSourceName2";
            this.txtHSourceName2.ReadOnly = true;
            this.txtHSourceName2.Size = new System.Drawing.Size(151, 38);
            this.txtHSourceName2.Size = new System.Drawing.Size(114, 32);
            this.txtHSourceName2.TabIndex = 183;
            this.txtHSourceName2.Tag = "0";
            // 
@@ -1589,10 +1499,9 @@
            this.txtHSourceID2.Font = new System.Drawing.Font("微软雅黑", 13.8F);
            this.txtHSourceID2.ForeColor = System.Drawing.Color.Green;
            this.txtHSourceID2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceID2.Location = new System.Drawing.Point(165, 274);
            this.txtHSourceID2.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceID2.Location = new System.Drawing.Point(124, 219);
            this.txtHSourceID2.Name = "txtHSourceID2";
            this.txtHSourceID2.Size = new System.Drawing.Size(104, 38);
            this.txtHSourceID2.Size = new System.Drawing.Size(79, 32);
            this.txtHSourceID2.TabIndex = 181;
            this.txtHSourceID2.Tag = "0";
            // 
@@ -1600,10 +1509,9 @@
            // 
            this.cmdHSourceID2.BackColor = System.Drawing.Color.Transparent;
            this.cmdHSourceID2.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID2.Image")));
            this.cmdHSourceID2.Location = new System.Drawing.Point(424, 274);
            this.cmdHSourceID2.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHSourceID2.Location = new System.Drawing.Point(318, 219);
            this.cmdHSourceID2.Name = "cmdHSourceID2";
            this.cmdHSourceID2.Size = new System.Drawing.Size(40, 40);
            this.cmdHSourceID2.Size = new System.Drawing.Size(30, 32);
            this.cmdHSourceID2.TabIndex = 182;
            this.cmdHSourceID2.UseVisualStyleBackColor = false;
            this.cmdHSourceID2.Click += new System.EventHandler(this.cmdHSourceID2_Click);
@@ -1613,10 +1521,9 @@
            this.txtHDSQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(168, 114);
            this.txtHDSQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHDSQty.Location = new System.Drawing.Point(126, 91);
            this.txtHDSQty.Name = "txtHDSQty";
            this.txtHDSQty.Size = new System.Drawing.Size(249, 34);
            this.txtHDSQty.Size = new System.Drawing.Size(188, 28);
            this.txtHDSQty.TabIndex = 172;
            this.txtHDSQty.Tag = "0";
            this.txtHDSQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHDSQty_KeyDown);
@@ -1627,10 +1534,9 @@
            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(31, 218);
            this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label31.Location = new System.Drawing.Point(23, 174);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(132, 27);
            this.label31.Size = new System.Drawing.Size(106, 21);
            this.label31.TabIndex = 170;
            this.label31.Text = "委外工单号:";
            // 
@@ -1639,11 +1545,10 @@
            this.txtHPriceRate.Font = new System.Drawing.Font("宋体", 13.8F, 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(619, 185);
            this.txtHPriceRate.Margin = new System.Windows.Forms.Padding(4);
            this.txtHPriceRate.Location = new System.Drawing.Point(464, 148);
            this.txtHPriceRate.Name = "txtHPriceRate";
            this.txtHPriceRate.ReadOnly = true;
            this.txtHPriceRate.Size = new System.Drawing.Size(249, 34);
            this.txtHPriceRate.Size = new System.Drawing.Size(188, 28);
            this.txtHPriceRate.TabIndex = 178;
            this.txtHPriceRate.Tag = "0";
            // 
@@ -1653,10 +1558,9 @@
            this.txtHBadCount.Font = new System.Drawing.Font("宋体", 13.8F, 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(619, 228);
            this.txtHBadCount.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBadCount.Location = new System.Drawing.Point(464, 182);
            this.txtHBadCount.Name = "txtHBadCount";
            this.txtHBadCount.Size = new System.Drawing.Size(248, 34);
            this.txtHBadCount.Size = new System.Drawing.Size(187, 28);
            this.txtHBadCount.TabIndex = 114;
            this.txtHBadCount.TabStop = false;
            this.txtHBadCount.Tag = "0";
@@ -1666,10 +1570,9 @@
            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(487, 228);
            this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label17.Location = new System.Drawing.Point(365, 182);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(112, 27);
            this.label17.Size = new System.Drawing.Size(90, 21);
            this.label17.TabIndex = 113;
            this.label17.Text = "不良数量:";
            // 
@@ -1678,10 +1581,9 @@
            this.txtHWWWorkOrderBillNo.Font = new System.Drawing.Font("宋体", 13.8F, 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(167, 222);
            this.txtHWWWorkOrderBillNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHWWWorkOrderBillNo.Location = new System.Drawing.Point(125, 178);
            this.txtHWWWorkOrderBillNo.Name = "txtHWWWorkOrderBillNo";
            this.txtHWWWorkOrderBillNo.Size = new System.Drawing.Size(249, 34);
            this.txtHWWWorkOrderBillNo.Size = new System.Drawing.Size(188, 28);
            this.txtHWWWorkOrderBillNo.TabIndex = 171;
            this.txtHWWWorkOrderBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHWWWorkOrderBillNo_KeyDown);
            // 
@@ -1691,10 +1593,9 @@
            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(31, 48);
            this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label19.Location = new System.Drawing.Point(23, 38);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(136, 27);
            this.label19.Size = new System.Drawing.Size(110, 21);
            this.label19.TabIndex = 126;
            this.label19.Text = "进站 PNL数:";
            // 
@@ -1704,10 +1605,9 @@
            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(485, 192);
            this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label35.Location = new System.Drawing.Point(364, 154);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(108, 27);
            this.label35.Size = new System.Drawing.Size(88, 21);
            this.label35.TabIndex = 179;
            this.label35.Text = "ç³»      æ•°ï¼š";
            // 
@@ -1716,11 +1616,10 @@
            this.txtHPlanPieceQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(169, 42);
            this.txtHPlanPieceQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHPlanPieceQty.Location = new System.Drawing.Point(127, 34);
            this.txtHPlanPieceQty.Name = "txtHPlanPieceQty";
            this.txtHPlanPieceQty.ReadOnly = true;
            this.txtHPlanPieceQty.Size = new System.Drawing.Size(249, 34);
            this.txtHPlanPieceQty.Size = new System.Drawing.Size(188, 28);
            this.txtHPlanPieceQty.TabIndex = 127;
            this.txtHPlanPieceQty.TabStop = false;
            this.txtHPlanPieceQty.Tag = "0";
@@ -1730,11 +1629,10 @@
            this.txtHUnitChongQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(619, 149);
            this.txtHUnitChongQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHUnitChongQty.Location = new System.Drawing.Point(464, 119);
            this.txtHUnitChongQty.Name = "txtHUnitChongQty";
            this.txtHUnitChongQty.ReadOnly = true;
            this.txtHUnitChongQty.Size = new System.Drawing.Size(249, 34);
            this.txtHUnitChongQty.Size = new System.Drawing.Size(188, 28);
            this.txtHUnitChongQty.TabIndex = 176;
            this.txtHUnitChongQty.Tag = "0";
            // 
@@ -1744,10 +1642,9 @@
            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(485, 155);
            this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label34.Location = new System.Drawing.Point(364, 124);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(112, 27);
            this.label34.Size = new System.Drawing.Size(91, 21);
            this.label34.TabIndex = 177;
            this.label34.Text = "NCT单次:";
            // 
@@ -1757,10 +1654,9 @@
            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(31, 81);
            this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label21.Location = new System.Drawing.Point(23, 65);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(130, 27);
            this.label21.Size = new System.Drawing.Size(105, 21);
            this.label21.TabIndex = 139;
            this.label21.Text = "报废PNL数:";
            // 
@@ -1769,10 +1665,9 @@
            this.txtHBadPNL.Font = new System.Drawing.Font("宋体", 13.8F, 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(169, 78);
            this.txtHBadPNL.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBadPNL.Location = new System.Drawing.Point(127, 62);
            this.txtHBadPNL.Name = "txtHBadPNL";
            this.txtHBadPNL.Size = new System.Drawing.Size(249, 34);
            this.txtHBadPNL.Size = new System.Drawing.Size(188, 28);
            this.txtHBadPNL.TabIndex = 6;
            this.txtHBadPNL.Tag = "0";
            this.txtHBadPNL.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBadPNL_KeyDown);
@@ -1783,10 +1678,9 @@
            this.txtHPieceQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(619, 41);
            this.txtHPieceQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHPieceQty.Location = new System.Drawing.Point(464, 33);
            this.txtHPieceQty.Name = "txtHPieceQty";
            this.txtHPieceQty.Size = new System.Drawing.Size(249, 34);
            this.txtHPieceQty.Size = new System.Drawing.Size(188, 28);
            this.txtHPieceQty.TabIndex = 3;
            this.txtHPieceQty.Tag = "0";
            this.txtHPieceQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHPieceQty_KeyDown);
@@ -1798,10 +1692,9 @@
            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(485, 81);
            this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label14.Location = new System.Drawing.Point(364, 65);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(108, 27);
            this.label14.Size = new System.Drawing.Size(88, 21);
            this.label14.TabIndex = 120;
            this.label14.Text = "机      å°ï¼š";
            // 
@@ -1811,10 +1704,9 @@
            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(31, 115);
            this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label32.Location = new System.Drawing.Point(23, 92);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(112, 27);
            this.label32.Size = new System.Drawing.Size(90, 21);
            this.label32.TabIndex = 173;
            this.label32.Text = "折弯刀数:";
            // 
@@ -1824,10 +1716,9 @@
            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(31, 149);
            this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label33.Location = new System.Drawing.Point(23, 119);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(132, 27);
            this.label33.Size = new System.Drawing.Size(107, 21);
            this.label33.TabIndex = 175;
            this.label33.Text = "NCT冲次数:";
            // 
@@ -1837,10 +1728,9 @@
            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(31, 182);
            this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label15.Location = new System.Drawing.Point(23, 146);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(130, 27);
            this.label15.Size = new System.Drawing.Size(105, 21);
            this.label15.TabIndex = 122;
            this.label15.Text = "移交PNL数:";
            // 
@@ -1849,10 +1739,9 @@
            this.txtHChongQty.Font = new System.Drawing.Font("宋体", 13.8F, 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(168, 150);
            this.txtHChongQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHChongQty.Location = new System.Drawing.Point(126, 120);
            this.txtHChongQty.Name = "txtHChongQty";
            this.txtHChongQty.Size = new System.Drawing.Size(249, 34);
            this.txtHChongQty.Size = new System.Drawing.Size(188, 28);
            this.txtHChongQty.TabIndex = 174;
            this.txtHChongQty.Tag = "0";
            // 
@@ -1862,10 +1751,9 @@
            this.txtHChecker.Font = new System.Drawing.Font("宋体", 13.8F, 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(619, 112);
            this.txtHChecker.Margin = new System.Windows.Forms.Padding(4);
            this.txtHChecker.Location = new System.Drawing.Point(464, 90);
            this.txtHChecker.Name = "txtHChecker";
            this.txtHChecker.Size = new System.Drawing.Size(249, 34);
            this.txtHChecker.Size = new System.Drawing.Size(188, 28);
            this.txtHChecker.TabIndex = 142;
            this.txtHChecker.Tag = "0";
            // 
@@ -1875,10 +1763,9 @@
            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(485, 118);
            this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label22.Location = new System.Drawing.Point(364, 94);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(132, 27);
            this.label22.Size = new System.Drawing.Size(106, 21);
            this.label22.TabIndex = 143;
            this.label22.Text = "品质确认人:";
            // 
@@ -1903,18 +1790,16 @@
            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, 730);
            this.panel1.Margin = new System.Windows.Forms.Padding(4);
            this.panel1.Location = new System.Drawing.Point(43, 584);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1286, 98);
            this.panel1.Size = new System.Drawing.Size(964, 78);
            this.panel1.TabIndex = 116;
            // 
            // cmdXZ
            // 
            this.cmdXZ.Location = new System.Drawing.Point(21, 5);
            this.cmdXZ.Margin = new System.Windows.Forms.Padding(4);
            this.cmdXZ.Location = new System.Drawing.Point(16, 4);
            this.cmdXZ.Name = "cmdXZ";
            this.cmdXZ.Size = new System.Drawing.Size(93, 50);
            this.cmdXZ.Size = new System.Drawing.Size(70, 40);
            this.cmdXZ.TabIndex = 150;
            this.cmdXZ.Text = "新    å¢ž";
            this.cmdXZ.UseVisualStyleBackColor = true;
@@ -1922,10 +1807,9 @@
            // 
            // cmdHPrintCusCard
            // 
            this.cmdHPrintCusCard.Location = new System.Drawing.Point(1101, 5);
            this.cmdHPrintCusCard.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHPrintCusCard.Location = new System.Drawing.Point(826, 4);
            this.cmdHPrintCusCard.Name = "cmdHPrintCusCard";
            this.cmdHPrintCusCard.Size = new System.Drawing.Size(93, 50);
            this.cmdHPrintCusCard.Size = new System.Drawing.Size(70, 40);
            this.cmdHPrintCusCard.TabIndex = 149;
            this.cmdHPrintCusCard.Text = "打印客户码";
            this.cmdHPrintCusCard.UseVisualStyleBackColor = true;
@@ -1934,10 +1818,9 @@
            // 
            // cmdHPrint
            // 
            this.cmdHPrint.Location = new System.Drawing.Point(993, 5);
            this.cmdHPrint.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHPrint.Location = new System.Drawing.Point(745, 4);
            this.cmdHPrint.Name = "cmdHPrint";
            this.cmdHPrint.Size = new System.Drawing.Size(93, 50);
            this.cmdHPrint.Size = new System.Drawing.Size(70, 40);
            this.cmdHPrint.TabIndex = 148;
            this.cmdHPrint.Text = "打印标识卡";
            this.cmdHPrint.UseVisualStyleBackColor = true;
@@ -1947,10 +1830,9 @@
            // button2
            // 
            this.button2.Enabled = false;
            this.button2.Location = new System.Drawing.Point(777, 5);
            this.button2.Margin = new System.Windows.Forms.Padding(4);
            this.button2.Location = new System.Drawing.Point(583, 4);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(93, 50);
            this.button2.Size = new System.Drawing.Size(70, 40);
            this.button2.TabIndex = 147;
            this.button2.Text = "反审核";
            this.button2.UseVisualStyleBackColor = true;
@@ -1958,10 +1840,9 @@
            // 
            // cmdAddNew
            // 
            this.cmdAddNew.Location = new System.Drawing.Point(885, 5);
            this.cmdAddNew.Margin = new System.Windows.Forms.Padding(4);
            this.cmdAddNew.Location = new System.Drawing.Point(664, 4);
            this.cmdAddNew.Name = "cmdAddNew";
            this.cmdAddNew.Size = new System.Drawing.Size(93, 50);
            this.cmdAddNew.Size = new System.Drawing.Size(70, 40);
            this.cmdAddNew.TabIndex = 115;
            this.cmdAddNew.Text = "清    ç©º";
            this.cmdAddNew.UseVisualStyleBackColor = true;
@@ -1971,10 +1852,9 @@
            // button1
            // 
            this.button1.Enabled = false;
            this.button1.Location = new System.Drawing.Point(669, 5);
            this.button1.Margin = new System.Windows.Forms.Padding(4);
            this.button1.Location = new System.Drawing.Point(502, 4);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(93, 50);
            this.button1.Size = new System.Drawing.Size(70, 40);
            this.button1.TabIndex = 146;
            this.button1.Text = "审  æ ¸";
            this.button1.UseVisualStyleBackColor = true;
@@ -1982,10 +1862,9 @@
            // 
            // cmdDelBill
            // 
            this.cmdDelBill.Location = new System.Drawing.Point(237, 5);
            this.cmdDelBill.Margin = new System.Windows.Forms.Padding(4);
            this.cmdDelBill.Location = new System.Drawing.Point(178, 4);
            this.cmdDelBill.Name = "cmdDelBill";
            this.cmdDelBill.Size = new System.Drawing.Size(93, 50);
            this.cmdDelBill.Size = new System.Drawing.Size(70, 40);
            this.cmdDelBill.TabIndex = 145;
            this.cmdDelBill.Text = "删除入库单";
            this.cmdDelBill.UseVisualStyleBackColor = true;
@@ -1994,10 +1873,9 @@
            // 
            // cmdChecker
            // 
            this.cmdChecker.Location = new System.Drawing.Point(345, 5);
            this.cmdChecker.Margin = new System.Windows.Forms.Padding(4);
            this.cmdChecker.Location = new System.Drawing.Point(259, 4);
            this.cmdChecker.Name = "cmdChecker";
            this.cmdChecker.Size = new System.Drawing.Size(93, 50);
            this.cmdChecker.Size = new System.Drawing.Size(70, 40);
            this.cmdChecker.TabIndex = 144;
            this.cmdChecker.Text = "品质确认";
            this.cmdChecker.UseVisualStyleBackColor = true;
@@ -2005,10 +1883,9 @@
            // 
            // cmdXG
            // 
            this.cmdXG.Location = new System.Drawing.Point(129, 5);
            this.cmdXG.Margin = new System.Windows.Forms.Padding(4);
            this.cmdXG.Location = new System.Drawing.Point(97, 4);
            this.cmdXG.Name = "cmdXG";
            this.cmdXG.Size = new System.Drawing.Size(93, 50);
            this.cmdXG.Size = new System.Drawing.Size(70, 40);
            this.cmdXG.TabIndex = 119;
            this.cmdXG.Text = "ä¿®    æ”¹";
            this.cmdXG.UseVisualStyleBackColor = true;
@@ -2016,10 +1893,9 @@
            // 
            // cmdBF
            // 
            this.cmdBF.Location = new System.Drawing.Point(1333, 4);
            this.cmdBF.Margin = new System.Windows.Forms.Padding(4);
            this.cmdBF.Location = new System.Drawing.Point(1000, 3);
            this.cmdBF.Name = "cmdBF";
            this.cmdBF.Size = new System.Drawing.Size(85, 52);
            this.cmdBF.Size = new System.Drawing.Size(64, 42);
            this.cmdBF.TabIndex = 118;
            this.cmdBF.Text = "报    åºŸ";
            this.cmdBF.UseVisualStyleBackColor = true;
@@ -2028,10 +1904,9 @@
            // 
            // bclk
            // 
            this.bclk.Location = new System.Drawing.Point(1209, 5);
            this.bclk.Margin = new System.Windows.Forms.Padding(4);
            this.bclk.Location = new System.Drawing.Point(907, 4);
            this.bclk.Name = "bclk";
            this.bclk.Size = new System.Drawing.Size(93, 50);
            this.bclk.Size = new System.Drawing.Size(70, 40);
            this.bclk.TabIndex = 116;
            this.bclk.Text = "保存列宽";
            this.bclk.UseVisualStyleBackColor = true;
@@ -2040,10 +1915,9 @@
            // 
            // cmdCancel
            // 
            this.cmdCancel.Location = new System.Drawing.Point(561, 5);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(4);
            this.cmdCancel.Location = new System.Drawing.Point(421, 4);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(93, 50);
            this.cmdCancel.Size = new System.Drawing.Size(70, 40);
            this.cmdCancel.TabIndex = 110;
            this.cmdCancel.Text = "取  æ¶ˆ";
            this.cmdCancel.UseVisualStyleBackColor = true;
@@ -2051,10 +1925,9 @@
            // 
            // cmdOK
            // 
            this.cmdOK.Location = new System.Drawing.Point(453, 5);
            this.cmdOK.Margin = new System.Windows.Forms.Padding(4);
            this.cmdOK.Location = new System.Drawing.Point(340, 4);
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Size = new System.Drawing.Size(93, 50);
            this.cmdOK.Size = new System.Drawing.Size(70, 40);
            this.cmdOK.TabIndex = 109;
            this.cmdOK.Text = "汇  æŠ¥";
            this.cmdOK.UseVisualStyleBackColor = true;
@@ -2064,10 +1937,9 @@
            // 
            this.panel2.Controls.Add(this.tabControl1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 606);
            this.panel2.Margin = new System.Windows.Forms.Padding(4);
            this.panel2.Location = new System.Drawing.Point(0, 485);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(935, 27);
            this.panel2.Size = new System.Drawing.Size(935, 148);
            this.panel2.TabIndex = 117;
            // 
            // tabControl1
@@ -2075,10 +1947,9 @@
            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.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(935, 27);
            this.tabControl1.Size = new System.Drawing.Size(935, 148);
            this.tabControl1.TabIndex = 24;
            this.tabControl1.Visible = false;
            // 
@@ -2086,11 +1957,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, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage1.Size = new System.Drawing.Size(927, 0);
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage1.Size = new System.Drawing.Size(927, 122);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "职员清单";
            this.tabPage1.UseVisualStyleBackColor = true;
@@ -2102,13 +1972,12 @@
            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(3, 3);
            this.grdSub.Name = "grdSub";
            this.grdSub.ReadOnly = true;
            this.grdSub.RowHeadersWidth = 51;
            this.grdSub.RowTemplate.Height = 23;
            this.grdSub.Size = new System.Drawing.Size(919, 0);
            this.grdSub.Size = new System.Drawing.Size(921, 116);
            this.grdSub.TabIndex = 20;
            this.grdSub.RowHeadersWidthChanged += new System.EventHandler(this.grdSub_RowHeadersWidthChanged);
            this.grdSub.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdSub_CellBeginEdit);
@@ -2125,10 +1994,9 @@
            this.panel4.Controls.Add(this.label36);
            this.panel4.Controls.Add(this.lblCaption);
            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(43, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(1286, 65);
            this.panel4.Size = new System.Drawing.Size(964, 52);
            this.panel4.TabIndex = 119;
            // 
            // txtHBarCode
@@ -2136,11 +2004,10 @@
            this.txtHBarCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHBarCode.ForeColor = System.Drawing.Color.Green;
            this.txtHBarCode.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHBarCode.Location = new System.Drawing.Point(325, 15);
            this.txtHBarCode.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBarCode.Location = new System.Drawing.Point(244, 12);
            this.txtHBarCode.Multiline = true;
            this.txtHBarCode.Name = "txtHBarCode";
            this.txtHBarCode.Size = new System.Drawing.Size(304, 40);
            this.txtHBarCode.Size = new System.Drawing.Size(229, 33);
            this.txtHBarCode.TabIndex = 115;
            this.txtHBarCode.Tag = "0";
            this.txtHBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBarCode_KeyDown);
@@ -2151,10 +2018,9 @@
            this.label36.BackColor = System.Drawing.Color.Gray;
            this.label36.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label36.ForeColor = System.Drawing.Color.Yellow;
            this.label36.Location = new System.Drawing.Point(227, 19);
            this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label36.Location = new System.Drawing.Point(170, 15);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(92, 27);
            this.label36.Size = new System.Drawing.Size(74, 21);
            this.label36.TabIndex = 114;
            this.label36.Text = "条形码:";
            // 
@@ -2163,10 +2029,9 @@
            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(8, 9);
            this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblCaption.Location = new System.Drawing.Point(6, 7);
            this.lblCaption.Name = "lblCaption";
            this.lblCaption.Size = new System.Drawing.Size(134, 31);
            this.lblCaption.Size = new System.Drawing.Size(107, 26);
            this.lblCaption.TabIndex = 112;
            this.lblCaption.Text = "出站汇报单";
            // 
@@ -2174,18 +2039,16 @@
            // 
            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.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(57, 828);
            this.panel5.Size = new System.Drawing.Size(43, 662);
            this.panel5.TabIndex = 120;
            // 
            // panel6
            // 
            this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel6.Location = new System.Drawing.Point(1343, 0);
            this.panel6.Margin = new System.Windows.Forms.Padding(4);
            this.panel6.Location = new System.Drawing.Point(1007, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(28, 828);
            this.panel6.Size = new System.Drawing.Size(21, 662);
            this.panel6.TabIndex = 125;
            // 
            // panel7
@@ -2194,7 +2057,6 @@
            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.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(935, 633);
            this.panel7.TabIndex = 126;
@@ -2203,8 +2065,7 @@
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            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(43, 52);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
@@ -2215,9 +2076,8 @@
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint);
            this.splitContainer1.Size = new System.Drawing.Size(1286, 665);
            this.splitContainer1.Size = new System.Drawing.Size(964, 532);
            this.splitContainer1.SplitterDistance = 633;
            this.splitContainer1.SplitterWidth = 5;
            this.splitContainer1.TabIndex = 127;
            // 
            // splitContainer2
@@ -2225,23 +2085,21 @@
            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.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.panel7);
            this.splitContainer2.Size = new System.Drawing.Size(1286, 633);
            this.splitContainer2.Size = new System.Drawing.Size(964, 633);
            this.splitContainer2.SplitterDistance = 935;
            this.splitContainer2.SplitterWidth = 5;
            this.splitContainer2.TabIndex = 0;
            // 
            // MES_StationOutBill
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Gray;
            this.ClientSize = new System.Drawing.Size(1371, 828);
            this.ClientSize = new System.Drawing.Size(1028, 662);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel1);
@@ -2249,7 +2107,6 @@
            this.Controls.Add(this.panel5);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "MES_StationOutBill";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "出站汇报单";