雅琪诺MES智能条码管理系统
jingh
2021-06-26 858320d898475d9481fa2d256be8d65566af4978
验收清单
4个文件已修改
1085 ■■■■■ 已修改文件
SCM/单据资料/Sc_ICMOReportToBarCode.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Sc_ICMOReportToBarCode.designer.cs 873 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Sc_ICMOReportToBarCode.resx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/生产管理/Gy_BadReasonList.Designer.cs 201 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/µ¥¾Ý×ÊÁÏ/Sc_ICMOReportToBarCode.cs
@@ -256,6 +256,9 @@
                txtHSYQty.Text = oTable.Rows[0]["未生成条码数量"].ToString();
                txtHKSQty.Text = lblHNowQty.Text;
                txtHDQQty.Text = lblHNowQty.Text;
                txtHICMOBillNo.Text = oTable.Rows[0]["生产订单"].ToString();
                txtHICMOQty.Text = oTable.Rows[0]["订单数量"].ToString();
                txtHICMODate.Text = oTable.Rows[0]["订单日期"].ToString();
                if (DBUtility.ClsPub.isDoule(txtHDQQty.Text) - DBUtility.ClsPub.isDoule(txtHKSQty.Text) > 0)
                {
                    txtHSJQty.Text = DBUtility.ClsPub.isDoule(DBUtility.ClsPub.isDoule(txtHDQQty.Text) - DBUtility.ClsPub.isDoule(txtHKSQty.Text), 2);
@@ -1501,6 +1504,7 @@
                else
                {
                    txtHBadQty.Text = oGy_BadReasonList.txtHBadQty.Text;
                    txtHProcID.Tag = DBUtility.ClsPub.isLong(oGy_BadReasonList.txtHProcName.Tag);
                }
                if (SaveBadReasonBill())
                {
@@ -1603,9 +1607,10 @@
                oQC_NoPassProdCheckBillMain.HProcExchBillNo = HSourceBillTypeID;//源单类型
                oQC_NoPassProdCheckBillMain.HMainSourceInterID = 0;
                oQC_NoPassProdCheckBillMain.HGroupName = "";
                oQC_NoPassProdCheckBillMain.HOrderProcNo = "";
                oQC_NoPassProdCheckBillMain.HOrderProcNo = txtHBatchNo.Text;
                oQC_NoPassProdCheckBillMain.HProcExchQty = 0;
                oQC_NoPassProdCheckBillMain.HBarCode = HBarCode;
                if (oWeb.set_SaveNoPassProdCheckBill_New(oQC_NoPassProdCheckBillMain, HSourceBillTypeID, txtHReasonList.Text.Trim(), ref DBUtility.ClsPub.sExeReturnInfo))
                {
                    txtHReasonList.Text = "";
SCM/µ¥¾Ý×ÊÁÏ/Sc_ICMOReportToBarCode.designer.cs
@@ -43,6 +43,7 @@
            this.grdSum = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.gbUp = new System.Windows.Forms.GroupBox();
            this.chkFinishFlag = new System.Windows.Forms.CheckBox();
            this.tabControl3 = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.cmdNext = new System.Windows.Forms.Button();
@@ -122,11 +123,13 @@
            this.label21 = new System.Windows.Forms.Label();
            this.txtPortName = new System.Windows.Forms.TextBox();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.txtHProcID = new System.Windows.Forms.TextBox();
            this.cmdHProcID = new System.Windows.Forms.Button();
            this.label34 = new System.Windows.Forms.Label();
            this.txtHBadQty = new System.Windows.Forms.TextBox();
            this.label33 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.chkFinishFlag = new System.Windows.Forms.CheckBox();
            this.cmdSaveAndDown2 = new System.Windows.Forms.Button();
            this.cmdSaveAndDown = new System.Windows.Forms.Button();
            this.cmdSaveAndNext = new System.Windows.Forms.Button();
@@ -163,9 +166,14 @@
            this.label12 = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.timer3 = new System.Windows.Forms.Timer(this.components);
            this.label34 = new System.Windows.Forms.Label();
            this.txtHProcID = new System.Windows.Forms.TextBox();
            this.cmdHProcID = new System.Windows.Forms.Button();
            this.cmdFinish = new System.Windows.Forms.Button();
            this.cmdReWork = new System.Windows.Forms.Button();
            this.txtHICMOBillNo = new System.Windows.Forms.TextBox();
            this.label35 = new System.Windows.Forms.Label();
            this.txtHICMODate = new System.Windows.Forms.TextBox();
            this.label36 = new System.Windows.Forms.Label();
            this.txtHICMOQty = new System.Windows.Forms.TextBox();
            this.label37 = new System.Windows.Forms.Label();
            this.Tool.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
@@ -210,7 +218,7 @@
            this.Tool.Location = new System.Drawing.Point(0, 0);
            this.Tool.Name = "Tool";
            this.Tool.Padding = new System.Windows.Forms.Padding(0);
            this.Tool.Size = new System.Drawing.Size(1172, 50);
            this.Tool.Size = new System.Drawing.Size(1563, 62);
            this.Tool.Stretch = true;
            this.Tool.TabIndex = 16;
            this.Tool.Text = "toolStrip1";
@@ -219,13 +227,13 @@
            // 
            this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50);
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 62);
            // 
            // toolStripSeparator11
            // 
            this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator11.Name = "toolStripSeparator11";
            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50);
            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 62);
            // 
            // mrlk
            // 
@@ -235,7 +243,7 @@
            this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
            this.mrlk.Name = "mrlk";
            this.mrlk.Size = new System.Drawing.Size(60, 47);
            this.mrlk.Size = new System.Drawing.Size(73, 59);
            this.mrlk.Text = "默认列宽";
            this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -245,7 +253,7 @@
            // 
            this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62);
            // 
            // bclk
            // 
@@ -255,7 +263,7 @@
            this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.bclk.ImageTransparentColor = System.Drawing.Color.White;
            this.bclk.Name = "bclk";
            this.bclk.Size = new System.Drawing.Size(60, 47);
            this.bclk.Size = new System.Drawing.Size(73, 59);
            this.bclk.Text = "保存列宽";
            this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -265,7 +273,7 @@
            // 
            this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50);
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62);
            // 
            // timer1
            // 
@@ -282,11 +290,12 @@
            // grdPrint
            // 
            this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdPrint.Location = new System.Drawing.Point(772, 146);
            this.grdPrint.Location = new System.Drawing.Point(1029, 182);
            this.grdPrint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.grdPrint.Name = "grdPrint";
            this.grdPrint.RowHeadersWidth = 51;
            this.grdPrint.RowTemplate.Height = 23;
            this.grdPrint.Size = new System.Drawing.Size(25, 24);
            this.grdPrint.Size = new System.Drawing.Size(33, 30);
            this.grdPrint.TabIndex = 8;
            this.grdPrint.Visible = false;
            // 
@@ -297,13 +306,14 @@
            this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control;
            this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.grdSum.Location = new System.Drawing.Point(0, 580);
            this.grdSum.Location = new System.Drawing.Point(0, 725);
            this.grdSum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.grdSum.Name = "grdSum";
            this.grdSum.ReadOnly = true;
            this.grdSum.RowHeadersWidth = 51;
            this.grdSum.RowTemplate.Height = 23;
            this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.grdSum.Size = new System.Drawing.Size(1172, 19);
            this.grdSum.Size = new System.Drawing.Size(1563, 24);
            this.grdSum.TabIndex = 47;
            // 
            // groupBox1
@@ -313,9 +323,11 @@
            this.groupBox1.Controls.Add(this.cmdDel);
            this.groupBox1.Controls.Add(this.cmdHWaitList);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 50);
            this.groupBox1.Location = new System.Drawing.Point(0, 62);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1172, 306);
            this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.groupBox1.Size = new System.Drawing.Size(1563, 382);
            this.groupBox1.TabIndex = 50;
            this.groupBox1.TabStop = false;
            // 
@@ -327,11 +339,26 @@
            this.gbUp.Controls.Add(this.groupBox4);
            this.gbUp.Controls.Add(this.cmdHSaveBill);
            this.gbUp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gbUp.Location = new System.Drawing.Point(3, 17);
            this.gbUp.Location = new System.Drawing.Point(4, 22);
            this.gbUp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.gbUp.Name = "gbUp";
            this.gbUp.Size = new System.Drawing.Size(1166, 286);
            this.gbUp.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.gbUp.Size = new System.Drawing.Size(1555, 356);
            this.gbUp.TabIndex = 34;
            this.gbUp.TabStop = false;
            //
            // chkFinishFlag
            //
            this.chkFinishFlag.AutoSize = true;
            this.chkFinishFlag.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chkFinishFlag.Location = new System.Drawing.Point(745, -9);
            this.chkFinishFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.chkFinishFlag.Name = "chkFinishFlag";
            this.chkFinishFlag.Size = new System.Drawing.Size(128, 28);
            this.chkFinishFlag.TabIndex = 142;
            this.chkFinishFlag.Text = "检验完成";
            this.chkFinishFlag.UseVisualStyleBackColor = true;
            this.chkFinishFlag.Visible = false;
            // 
            // tabControl3
            // 
@@ -339,16 +366,22 @@
            this.tabControl3.Controls.Add(this.tabPage4);
            this.tabControl3.Controls.Add(this.tabPage5);
            this.tabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl3.Location = new System.Drawing.Point(3, 112);
            this.tabControl3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl3.Location = new System.Drawing.Point(4, 141);
            this.tabControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabControl3.Name = "tabControl3";
            this.tabControl3.SelectedIndex = 0;
            this.tabControl3.Size = new System.Drawing.Size(1160, 171);
            this.tabControl3.Size = new System.Drawing.Size(1547, 211);
            this.tabControl3.TabIndex = 136;
            // 
            // tabPage3
            // 
            this.tabPage3.BackColor = System.Drawing.Color.Lavender;
            this.tabPage3.Controls.Add(this.txtHICMOQty);
            this.tabPage3.Controls.Add(this.label37);
            this.tabPage3.Controls.Add(this.txtHICMODate);
            this.tabPage3.Controls.Add(this.label36);
            this.tabPage3.Controls.Add(this.txtHICMOBillNo);
            this.tabPage3.Controls.Add(this.label35);
            this.tabPage3.Controls.Add(this.cmdNext);
            this.tabPage3.Controls.Add(this.cmdSaveAndSmall);
            this.tabPage3.Controls.Add(this.cmdZero);
@@ -365,8 +398,6 @@
            this.tabPage3.Controls.Add(this.txtHEmpID);
            this.tabPage3.Controls.Add(this.cmdHGroupID);
            this.tabPage3.Controls.Add(this.label28);
            this.tabPage3.Controls.Add(this.txtHMaker);
            this.tabPage3.Controls.Add(this.label8);
            this.tabPage3.Controls.Add(this.txtHGroupID);
            this.tabPage3.Controls.Add(this.txtHSumQty);
            this.tabPage3.Controls.Add(this.label9);
@@ -391,28 +422,26 @@
            this.tabPage3.Controls.Add(this.txtHMaterName);
            this.tabPage3.Controls.Add(this.cmdHDeptID);
            this.tabPage3.Controls.Add(this.txtHSourceBillNo);
            this.tabPage3.Controls.Add(this.label2);
            this.tabPage3.Controls.Add(this.label11);
            this.tabPage3.Controls.Add(this.dtpHDate);
            this.tabPage3.Controls.Add(this.txtHDQQty);
            this.tabPage3.Controls.Add(this.label7);
            this.tabPage3.Controls.Add(this.txtHSJQty);
            this.tabPage3.Controls.Add(this.label6);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Location = new System.Drawing.Point(4, 25);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Size = new System.Drawing.Size(1152, 145);
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Size = new System.Drawing.Size(1539, 182);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "订单信息";
            // 
            // cmdNext
            // 
            this.cmdNext.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdNext.Location = new System.Drawing.Point(748, 78);
            this.cmdNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdNext.Location = new System.Drawing.Point(997, 98);
            this.cmdNext.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdNext.Name = "cmdNext";
            this.cmdNext.Size = new System.Drawing.Size(60, 27);
            this.cmdNext.Size = new System.Drawing.Size(80, 34);
            this.cmdNext.TabIndex = 162;
            this.cmdNext.Text = "下一行";
            this.cmdNext.UseVisualStyleBackColor = true;
@@ -421,10 +450,10 @@
            // cmdSaveAndSmall
            // 
            this.cmdSaveAndSmall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdSaveAndSmall.Location = new System.Drawing.Point(216, 74);
            this.cmdSaveAndSmall.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndSmall.Location = new System.Drawing.Point(288, 92);
            this.cmdSaveAndSmall.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndSmall.Name = "cmdSaveAndSmall";
            this.cmdSaveAndSmall.Size = new System.Drawing.Size(60, 27);
            this.cmdSaveAndSmall.Size = new System.Drawing.Size(80, 34);
            this.cmdSaveAndSmall.TabIndex = 161;
            this.cmdSaveAndSmall.Text = "小米数";
            this.cmdSaveAndSmall.UseVisualStyleBackColor = true;
@@ -433,10 +462,10 @@
            // cmdZero
            // 
            this.cmdZero.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdZero.Location = new System.Drawing.Point(216, 7);
            this.cmdZero.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdZero.Location = new System.Drawing.Point(288, 9);
            this.cmdZero.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdZero.Name = "cmdZero";
            this.cmdZero.Size = new System.Drawing.Size(45, 27);
            this.cmdZero.Size = new System.Drawing.Size(60, 34);
            this.cmdZero.TabIndex = 139;
            this.cmdZero.Text = "归零";
            this.cmdZero.UseVisualStyleBackColor = true;
@@ -445,9 +474,10 @@
            // cmdHEmp3
            // 
            this.cmdHEmp3.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmp3.Image")));
            this.cmdHEmp3.Location = new System.Drawing.Point(1208, 110);
            this.cmdHEmp3.Location = new System.Drawing.Point(1611, 138);
            this.cmdHEmp3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHEmp3.Name = "cmdHEmp3";
            this.cmdHEmp3.Size = new System.Drawing.Size(32, 32);
            this.cmdHEmp3.Size = new System.Drawing.Size(43, 40);
            this.cmdHEmp3.TabIndex = 160;
            this.cmdHEmp3.UseVisualStyleBackColor = true;
            this.cmdHEmp3.Click += new System.EventHandler(this.cmdHEmp3_Click);
@@ -457,9 +487,10 @@
            this.label32.AutoSize = true;
            this.label32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label32.ForeColor = System.Drawing.Color.Black;
            this.label32.Location = new System.Drawing.Point(1028, 117);
            this.label32.Location = new System.Drawing.Point(1371, 146);
            this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(48, 16);
            this.label32.Size = new System.Drawing.Size(59, 20);
            this.label32.TabIndex = 158;
            this.label32.Text = "职员3";
            // 
@@ -467,10 +498,11 @@
            // 
            this.txtHEmpID3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHEmpID3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHEmpID3.Location = new System.Drawing.Point(1100, 111);
            this.txtHEmpID3.Location = new System.Drawing.Point(1467, 139);
            this.txtHEmpID3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHEmpID3.Name = "txtHEmpID3";
            this.txtHEmpID3.ReadOnly = true;
            this.txtHEmpID3.Size = new System.Drawing.Size(104, 30);
            this.txtHEmpID3.Size = new System.Drawing.Size(137, 36);
            this.txtHEmpID3.TabIndex = 159;
            this.txtHEmpID3.TextChanged += new System.EventHandler(this.txtHEmpID3_TextChanged);
            // 
@@ -479,9 +511,10 @@
            this.label31.AutoSize = true;
            this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label31.ForeColor = System.Drawing.Color.Black;
            this.label31.Location = new System.Drawing.Point(808, 49);
            this.label31.Location = new System.Drawing.Point(1077, 61);
            this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(88, 16);
            this.label31.Size = new System.Drawing.Size(109, 20);
            this.label31.TabIndex = 157;
            this.label31.Text = "旧物料编码";
            // 
@@ -489,18 +522,20 @@
            // 
            this.txtHOldMaterNumber.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHOldMaterNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHOldMaterNumber.Location = new System.Drawing.Point(897, 42);
            this.txtHOldMaterNumber.Location = new System.Drawing.Point(1196, 52);
            this.txtHOldMaterNumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHOldMaterNumber.Name = "txtHOldMaterNumber";
            this.txtHOldMaterNumber.ReadOnly = true;
            this.txtHOldMaterNumber.Size = new System.Drawing.Size(124, 30);
            this.txtHOldMaterNumber.Size = new System.Drawing.Size(164, 36);
            this.txtHOldMaterNumber.TabIndex = 156;
            // 
            // cmdHEmp2
            // 
            this.cmdHEmp2.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmp2.Image")));
            this.cmdHEmp2.Location = new System.Drawing.Point(1208, 75);
            this.cmdHEmp2.Location = new System.Drawing.Point(1611, 94);
            this.cmdHEmp2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHEmp2.Name = "cmdHEmp2";
            this.cmdHEmp2.Size = new System.Drawing.Size(32, 32);
            this.cmdHEmp2.Size = new System.Drawing.Size(43, 40);
            this.cmdHEmp2.TabIndex = 155;
            this.cmdHEmp2.UseVisualStyleBackColor = true;
            this.cmdHEmp2.Click += new System.EventHandler(this.cmdHEmp2_Click);
@@ -510,9 +545,10 @@
            this.label30.AutoSize = true;
            this.label30.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label30.ForeColor = System.Drawing.Color.Black;
            this.label30.Location = new System.Drawing.Point(1028, 82);
            this.label30.Location = new System.Drawing.Point(1371, 102);
            this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(48, 16);
            this.label30.Size = new System.Drawing.Size(59, 20);
            this.label30.TabIndex = 153;
            this.label30.Text = "职员2";
            // 
@@ -520,19 +556,21 @@
            // 
            this.txtHEmpID2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHEmpID2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHEmpID2.Location = new System.Drawing.Point(1100, 77);
            this.txtHEmpID2.Location = new System.Drawing.Point(1467, 96);
            this.txtHEmpID2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHEmpID2.Name = "txtHEmpID2";
            this.txtHEmpID2.ReadOnly = true;
            this.txtHEmpID2.Size = new System.Drawing.Size(104, 30);
            this.txtHEmpID2.Size = new System.Drawing.Size(137, 36);
            this.txtHEmpID2.TabIndex = 154;
            this.txtHEmpID2.TextChanged += new System.EventHandler(this.txtHEmpID2_TextChanged);
            // 
            // cmdHEmp
            // 
            this.cmdHEmp.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmp.Image")));
            this.cmdHEmp.Location = new System.Drawing.Point(1208, 42);
            this.cmdHEmp.Location = new System.Drawing.Point(1611, 52);
            this.cmdHEmp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHEmp.Name = "cmdHEmp";
            this.cmdHEmp.Size = new System.Drawing.Size(32, 32);
            this.cmdHEmp.Size = new System.Drawing.Size(43, 40);
            this.cmdHEmp.TabIndex = 152;
            this.cmdHEmp.UseVisualStyleBackColor = true;
            this.cmdHEmp.Click += new System.EventHandler(this.cmdHEmp_Click);
@@ -542,9 +580,10 @@
            this.label29.AutoSize = true;
            this.label29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label29.ForeColor = System.Drawing.Color.Black;
            this.label29.Location = new System.Drawing.Point(1028, 49);
            this.label29.Location = new System.Drawing.Point(1371, 61);
            this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(48, 16);
            this.label29.Size = new System.Drawing.Size(59, 20);
            this.label29.TabIndex = 150;
            this.label29.Text = "职员1";
            // 
@@ -552,19 +591,21 @@
            // 
            this.txtHEmpID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHEmpID.Location = new System.Drawing.Point(1100, 43);
            this.txtHEmpID.Location = new System.Drawing.Point(1467, 54);
            this.txtHEmpID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHEmpID.Name = "txtHEmpID";
            this.txtHEmpID.ReadOnly = true;
            this.txtHEmpID.Size = new System.Drawing.Size(104, 30);
            this.txtHEmpID.Size = new System.Drawing.Size(137, 36);
            this.txtHEmpID.TabIndex = 151;
            this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged);
            // 
            // cmdHGroupID
            // 
            this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
            this.cmdHGroupID.Location = new System.Drawing.Point(1208, 7);
            this.cmdHGroupID.Location = new System.Drawing.Point(1611, 9);
            this.cmdHGroupID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHGroupID.Name = "cmdHGroupID";
            this.cmdHGroupID.Size = new System.Drawing.Size(32, 32);
            this.cmdHGroupID.Size = new System.Drawing.Size(43, 40);
            this.cmdHGroupID.TabIndex = 149;
            this.cmdHGroupID.UseVisualStyleBackColor = true;
            this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
@@ -574,9 +615,10 @@
            this.label28.AutoSize = true;
            this.label28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label28.ForeColor = System.Drawing.Color.Black;
            this.label28.Location = new System.Drawing.Point(1026, 14);
            this.label28.Location = new System.Drawing.Point(1368, 18);
            this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(72, 16);
            this.label28.Size = new System.Drawing.Size(89, 20);
            this.label28.TabIndex = 147;
            this.label28.Text = "生产班组";
            // 
@@ -584,10 +626,11 @@
            // 
            this.txtHMaker.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHMaker.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHMaker.Location = new System.Drawing.Point(96, 108);
            this.txtHMaker.Location = new System.Drawing.Point(138, 21);
            this.txtHMaker.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHMaker.Name = "txtHMaker";
            this.txtHMaker.ReadOnly = true;
            this.txtHMaker.Size = new System.Drawing.Size(119, 30);
            this.txtHMaker.Size = new System.Drawing.Size(157, 36);
            this.txtHMaker.TabIndex = 104;
            // 
            // label8
@@ -595,9 +638,10 @@
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.ForeColor = System.Drawing.Color.Black;
            this.label8.Location = new System.Drawing.Point(28, 108);
            this.label8.Location = new System.Drawing.Point(47, 21);
            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(56, 16);
            this.label8.Size = new System.Drawing.Size(69, 20);
            this.label8.TabIndex = 108;
            this.label8.Text = "制单人";
            // 
@@ -605,10 +649,11 @@
            // 
            this.txtHGroupID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHGroupID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHGroupID.Location = new System.Drawing.Point(1100, 9);
            this.txtHGroupID.Location = new System.Drawing.Point(1467, 11);
            this.txtHGroupID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHGroupID.Name = "txtHGroupID";
            this.txtHGroupID.ReadOnly = true;
            this.txtHGroupID.Size = new System.Drawing.Size(104, 30);
            this.txtHGroupID.Size = new System.Drawing.Size(137, 36);
            this.txtHGroupID.TabIndex = 148;
            this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged);
            // 
@@ -616,10 +661,11 @@
            // 
            this.txtHSumQty.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSumQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSumQty.Location = new System.Drawing.Point(339, 74);
            this.txtHSumQty.Location = new System.Drawing.Point(452, 92);
            this.txtHSumQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHSumQty.Name = "txtHSumQty";
            this.txtHSumQty.ReadOnly = true;
            this.txtHSumQty.Size = new System.Drawing.Size(180, 30);
            this.txtHSumQty.Size = new System.Drawing.Size(239, 36);
            this.txtHSumQty.TabIndex = 110;
            // 
            // label9
@@ -627,9 +673,10 @@
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.ForeColor = System.Drawing.Color.Black;
            this.label9.Location = new System.Drawing.Point(281, 82);
            this.label9.Location = new System.Drawing.Point(375, 102);
            this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(56, 16);
            this.label9.Size = new System.Drawing.Size(69, 20);
            this.label9.TabIndex = 112;
            this.label9.Text = "总数量";
            // 
@@ -637,10 +684,11 @@
            // 
            this.txtHRelationQty.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHRelationQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHRelationQty.Location = new System.Drawing.Point(614, 77);
            this.txtHRelationQty.Location = new System.Drawing.Point(819, 96);
            this.txtHRelationQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHRelationQty.Name = "txtHRelationQty";
            this.txtHRelationQty.ReadOnly = true;
            this.txtHRelationQty.Size = new System.Drawing.Size(131, 30);
            this.txtHRelationQty.Size = new System.Drawing.Size(173, 36);
            this.txtHRelationQty.TabIndex = 115;
            // 
            // label17
@@ -648,9 +696,10 @@
            this.label17.AutoSize = true;
            this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label17.ForeColor = System.Drawing.Color.Black;
            this.label17.Location = new System.Drawing.Point(820, 18);
            this.label17.Location = new System.Drawing.Point(1093, 22);
            this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(72, 16);
            this.label17.Size = new System.Drawing.Size(89, 20);
            this.label17.TabIndex = 129;
            this.label17.Text = "计量单位";
            // 
@@ -659,9 +708,10 @@
            this.label27.AutoSize = true;
            this.label27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label27.ForeColor = System.Drawing.Color.Black;
            this.label27.Location = new System.Drawing.Point(823, 118);
            this.label27.Location = new System.Drawing.Point(1097, 148);
            this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(72, 16);
            this.label27.Size = new System.Drawing.Size(89, 20);
            this.label27.TabIndex = 144;
            this.label27.Text = "生产资源";
            // 
@@ -670,9 +720,10 @@
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ForeColor = System.Drawing.Color.Black;
            this.label5.Location = new System.Drawing.Point(10, 9);
            this.label5.Location = new System.Drawing.Point(13, 11);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(72, 16);
            this.label5.Size = new System.Drawing.Size(89, 20);
            this.label5.TabIndex = 105;
            this.label5.Text = "开始数量";
            // 
@@ -680,19 +731,21 @@
            // 
            this.txtHSourceID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSourceID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceID.Location = new System.Drawing.Point(897, 112);
            this.txtHSourceID.Location = new System.Drawing.Point(1196, 140);
            this.txtHSourceID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHSourceID.Name = "txtHSourceID";
            this.txtHSourceID.ReadOnly = true;
            this.txtHSourceID.Size = new System.Drawing.Size(94, 30);
            this.txtHSourceID.Size = new System.Drawing.Size(124, 36);
            this.txtHSourceID.TabIndex = 145;
            this.txtHSourceID.TextChanged += new System.EventHandler(this.txtHSourceID_TextChanged);
            // 
            // cmdHSourceID
            // 
            this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image")));
            this.cmdHSourceID.Location = new System.Drawing.Point(988, 111);
            this.cmdHSourceID.Location = new System.Drawing.Point(1317, 139);
            this.cmdHSourceID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHSourceID.Name = "cmdHSourceID";
            this.cmdHSourceID.Size = new System.Drawing.Size(32, 32);
            this.cmdHSourceID.Size = new System.Drawing.Size(43, 40);
            this.cmdHSourceID.TabIndex = 146;
            this.cmdHSourceID.UseVisualStyleBackColor = true;
            this.cmdHSourceID.Click += new System.EventHandler(this.cmdHSourceID_Click);
@@ -701,10 +754,11 @@
            // 
            this.txtHKSQty.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHKSQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHKSQty.Location = new System.Drawing.Point(96, 6);
            this.txtHKSQty.Location = new System.Drawing.Point(128, 8);
            this.txtHKSQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHKSQty.Name = "txtHKSQty";
            this.txtHKSQty.ReadOnly = true;
            this.txtHKSQty.Size = new System.Drawing.Size(119, 30);
            this.txtHKSQty.Size = new System.Drawing.Size(157, 36);
            this.txtHKSQty.TabIndex = 101;
            this.txtHKSQty.Text = "0";
            // 
@@ -713,9 +767,10 @@
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label18.ForeColor = System.Drawing.Color.Black;
            this.label18.Location = new System.Drawing.Point(559, 114);
            this.label18.Location = new System.Drawing.Point(745, 142);
            this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(40, 16);
            this.label18.Size = new System.Drawing.Size(49, 20);
            this.label18.TabIndex = 128;
            this.label18.Text = "批次";
            // 
@@ -724,9 +779,10 @@
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.Black;
            this.label1.Location = new System.Drawing.Point(529, 78);
            this.label1.Location = new System.Drawing.Point(705, 98);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 16);
            this.label1.Size = new System.Drawing.Size(89, 20);
            this.label1.TabIndex = 118;
            this.label1.Text = "关联数量";
            // 
@@ -734,30 +790,33 @@
            // 
            this.txtHUnitName.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHUnitName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHUnitName.Location = new System.Drawing.Point(897, 6);
            this.txtHUnitName.Location = new System.Drawing.Point(1196, 8);
            this.txtHUnitName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHUnitName.Name = "txtHUnitName";
            this.txtHUnitName.ReadOnly = true;
            this.txtHUnitName.Size = new System.Drawing.Size(124, 30);
            this.txtHUnitName.Size = new System.Drawing.Size(164, 36);
            this.txtHUnitName.TabIndex = 126;
            // 
            // txtHSYQty
            // 
            this.txtHSYQty.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSYQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSYQty.Location = new System.Drawing.Point(897, 77);
            this.txtHSYQty.Location = new System.Drawing.Point(1196, 96);
            this.txtHSYQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHSYQty.Name = "txtHSYQty";
            this.txtHSYQty.ReadOnly = true;
            this.txtHSYQty.Size = new System.Drawing.Size(124, 30);
            this.txtHSYQty.Size = new System.Drawing.Size(164, 36);
            this.txtHSYQty.TabIndex = 120;
            // 
            // txtHBatchNo
            // 
            this.txtHBatchNo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHBatchNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHBatchNo.Location = new System.Drawing.Point(614, 112);
            this.txtHBatchNo.Location = new System.Drawing.Point(819, 140);
            this.txtHBatchNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHBatchNo.Name = "txtHBatchNo";
            this.txtHBatchNo.ReadOnly = true;
            this.txtHBatchNo.Size = new System.Drawing.Size(166, 30);
            this.txtHBatchNo.Size = new System.Drawing.Size(220, 36);
            this.txtHBatchNo.TabIndex = 125;
            // 
            // label13
@@ -765,9 +824,10 @@
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label13.ForeColor = System.Drawing.Color.Black;
            this.label13.Location = new System.Drawing.Point(820, 83);
            this.label13.Location = new System.Drawing.Point(1093, 104);
            this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(72, 16);
            this.label13.Size = new System.Drawing.Size(89, 20);
            this.label13.TabIndex = 123;
            this.label13.Text = "剩余数量";
            // 
@@ -775,10 +835,11 @@
            // 
            this.txtHMaterNumber.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHMaterNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHMaterNumber.Location = new System.Drawing.Point(339, 40);
            this.txtHMaterNumber.Location = new System.Drawing.Point(452, 50);
            this.txtHMaterNumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHMaterNumber.Name = "txtHMaterNumber";
            this.txtHMaterNumber.ReadOnly = true;
            this.txtHMaterNumber.Size = new System.Drawing.Size(180, 30);
            this.txtHMaterNumber.Size = new System.Drawing.Size(239, 36);
            this.txtHMaterNumber.TabIndex = 109;
            // 
            // label4
@@ -786,9 +847,10 @@
            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.Black;
            this.label4.Location = new System.Drawing.Point(529, 42);
            this.label4.Location = new System.Drawing.Point(705, 52);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(72, 16);
            this.label4.Size = new System.Drawing.Size(89, 20);
            this.label4.TabIndex = 117;
            this.label4.Text = "物料名称";
            // 
@@ -797,9 +859,10 @@
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.ForeColor = System.Drawing.Color.Black;
            this.label14.Location = new System.Drawing.Point(529, 13);
            this.label14.Location = new System.Drawing.Point(705, 16);
            this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(80, 16);
            this.label14.Size = new System.Drawing.Size(99, 20);
            this.label14.TabIndex = 40;
            this.label14.Text = "部门/车间";
            // 
@@ -808,9 +871,10 @@
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.ForeColor = System.Drawing.Color.Black;
            this.label10.Location = new System.Drawing.Point(266, 13);
            this.label10.Location = new System.Drawing.Point(355, 16);
            this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(72, 16);
            this.label10.Size = new System.Drawing.Size(89, 20);
            this.label10.TabIndex = 116;
            this.label10.Text = "源单单号";
            // 
@@ -818,10 +882,11 @@
            // 
            this.txtHDeptID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHDeptID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHDeptID.Location = new System.Drawing.Point(614, 7);
            this.txtHDeptID.Location = new System.Drawing.Point(819, 9);
            this.txtHDeptID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHDeptID.Name = "txtHDeptID";
            this.txtHDeptID.ReadOnly = true;
            this.txtHDeptID.Size = new System.Drawing.Size(166, 30);
            this.txtHDeptID.Size = new System.Drawing.Size(220, 36);
            this.txtHDeptID.TabIndex = 41;
            this.txtHDeptID.TextChanged += new System.EventHandler(this.txtHDeptID_TextChanged);
            // 
@@ -829,18 +894,20 @@
            // 
            this.txtHMaterName.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHMaterName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHMaterName.Location = new System.Drawing.Point(614, 42);
            this.txtHMaterName.Location = new System.Drawing.Point(819, 52);
            this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHMaterName.Name = "txtHMaterName";
            this.txtHMaterName.ReadOnly = true;
            this.txtHMaterName.Size = new System.Drawing.Size(166, 30);
            this.txtHMaterName.Size = new System.Drawing.Size(220, 36);
            this.txtHMaterName.TabIndex = 114;
            // 
            // cmdHDeptID
            // 
            this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image")));
            this.cmdHDeptID.Location = new System.Drawing.Point(777, 6);
            this.cmdHDeptID.Location = new System.Drawing.Point(1036, 8);
            this.cmdHDeptID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHDeptID.Name = "cmdHDeptID";
            this.cmdHDeptID.Size = new System.Drawing.Size(32, 32);
            this.cmdHDeptID.Size = new System.Drawing.Size(43, 40);
            this.cmdHDeptID.TabIndex = 42;
            this.cmdHDeptID.UseVisualStyleBackColor = true;
            this.cmdHDeptID.Visible = false;
@@ -850,20 +917,20 @@
            // 
            this.txtHSourceBillNo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSourceBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSourceBillNo.Location = new System.Drawing.Point(339, 7);
            this.txtHSourceBillNo.Location = new System.Drawing.Point(452, 9);
            this.txtHSourceBillNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHSourceBillNo.Name = "txtHSourceBillNo";
            this.txtHSourceBillNo.ReadOnly = true;
            this.txtHSourceBillNo.Size = new System.Drawing.Size(180, 30);
            this.txtHSourceBillNo.Size = new System.Drawing.Size(239, 36);
            this.txtHSourceBillNo.TabIndex = 113;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(289, 110);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Location = new System.Drawing.Point(326, 27);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(40, 16);
            this.label2.Size = new System.Drawing.Size(49, 20);
            this.label2.TabIndex = 93;
            this.label2.Text = "日期";
            // 
@@ -872,9 +939,10 @@
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label11.ForeColor = System.Drawing.Color.Black;
            this.label11.Location = new System.Drawing.Point(266, 47);
            this.label11.Location = new System.Drawing.Point(355, 59);
            this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(72, 16);
            this.label11.Size = new System.Drawing.Size(89, 20);
            this.label11.TabIndex = 111;
            this.label11.Text = "物料代码";
            // 
@@ -883,20 +951,21 @@
            this.dtpHDate.Enabled = false;
            this.dtpHDate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dtpHDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpHDate.Location = new System.Drawing.Point(339, 106);
            this.dtpHDate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.dtpHDate.Location = new System.Drawing.Point(393, 21);
            this.dtpHDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.dtpHDate.Name = "dtpHDate";
            this.dtpHDate.Size = new System.Drawing.Size(180, 30);
            this.dtpHDate.Size = new System.Drawing.Size(239, 36);
            this.dtpHDate.TabIndex = 94;
            // 
            // txtHDQQty
            // 
            this.txtHDQQty.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHDQQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHDQQty.Location = new System.Drawing.Point(96, 40);
            this.txtHDQQty.Location = new System.Drawing.Point(128, 50);
            this.txtHDQQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHDQQty.Name = "txtHDQQty";
            this.txtHDQQty.ReadOnly = true;
            this.txtHDQQty.Size = new System.Drawing.Size(119, 30);
            this.txtHDQQty.Size = new System.Drawing.Size(157, 36);
            this.txtHDQQty.TabIndex = 102;
            // 
            // label7
@@ -904,9 +973,10 @@
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.ForeColor = System.Drawing.Color.Black;
            this.label7.Location = new System.Drawing.Point(10, 78);
            this.label7.Location = new System.Drawing.Point(13, 98);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(72, 16);
            this.label7.Size = new System.Drawing.Size(89, 20);
            this.label7.TabIndex = 107;
            this.label7.Text = "实际数量";
            // 
@@ -914,10 +984,11 @@
            // 
            this.txtHSJQty.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSJQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSJQty.Location = new System.Drawing.Point(96, 74);
            this.txtHSJQty.Location = new System.Drawing.Point(128, 92);
            this.txtHSJQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHSJQty.Name = "txtHSJQty";
            this.txtHSJQty.ReadOnly = true;
            this.txtHSJQty.Size = new System.Drawing.Size(119, 30);
            this.txtHSJQty.Size = new System.Drawing.Size(157, 36);
            this.txtHSJQty.TabIndex = 103;
            // 
            // label6
@@ -925,9 +996,10 @@
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.ForeColor = System.Drawing.Color.Black;
            this.label6.Location = new System.Drawing.Point(10, 43);
            this.label6.Location = new System.Drawing.Point(13, 54);
            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(72, 16);
            this.label6.Size = new System.Drawing.Size(89, 20);
            this.label6.TabIndex = 106;
            this.label6.Text = "当前数量";
            // 
@@ -960,10 +1032,10 @@
            this.tabPage4.Controls.Add(this.txtBaudRate);
            this.tabPage4.Controls.Add(this.label21);
            this.tabPage4.Controls.Add(this.txtPortName);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage4.Location = new System.Drawing.Point(4, 25);
            this.tabPage4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(1152, 145);
            this.tabPage4.Size = new System.Drawing.Size(1539, 182);
            this.tabPage4.TabIndex = 1;
            this.tabPage4.Text = "串口信息";
            // 
@@ -972,9 +1044,10 @@
            this.lblHCusModel.AutoSize = true;
            this.lblHCusModel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblHCusModel.ForeColor = System.Drawing.Color.Black;
            this.lblHCusModel.Location = new System.Drawing.Point(712, 105);
            this.lblHCusModel.Location = new System.Drawing.Point(949, 131);
            this.lblHCusModel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblHCusModel.Name = "lblHCusModel";
            this.lblHCusModel.Size = new System.Drawing.Size(72, 16);
            this.lblHCusModel.Size = new System.Drawing.Size(89, 20);
            this.lblHCusModel.TabIndex = 152;
            this.lblHCusModel.Text = "客户型号";
            // 
@@ -982,10 +1055,11 @@
            // 
            this.txtHCusModel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHCusModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHCusModel.Location = new System.Drawing.Point(784, 102);
            this.txtHCusModel.Location = new System.Drawing.Point(1045, 128);
            this.txtHCusModel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHCusModel.Name = "txtHCusModel";
            this.txtHCusModel.ReadOnly = true;
            this.txtHCusModel.Size = new System.Drawing.Size(124, 30);
            this.txtHCusModel.Size = new System.Drawing.Size(164, 36);
            this.txtHCusModel.TabIndex = 151;
            // 
            // label15
@@ -993,9 +1067,10 @@
            this.label15.AutoSize = true;
            this.label15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label15.ForeColor = System.Drawing.Color.Black;
            this.label15.Location = new System.Drawing.Point(710, 66);
            this.label15.Location = new System.Drawing.Point(947, 82);
            this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(72, 16);
            this.label15.Size = new System.Drawing.Size(89, 20);
            this.label15.TabIndex = 122;
            this.label15.Text = "规格型号";
            // 
@@ -1005,9 +1080,10 @@
            this.cmbHOrgID.Enabled = false;
            this.cmbHOrgID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbHOrgID.FormattingEnabled = true;
            this.cmbHOrgID.Location = new System.Drawing.Point(53, 126);
            this.cmbHOrgID.Location = new System.Drawing.Point(71, 158);
            this.cmbHOrgID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmbHOrgID.Name = "cmbHOrgID";
            this.cmbHOrgID.Size = new System.Drawing.Size(221, 28);
            this.cmbHOrgID.Size = new System.Drawing.Size(293, 33);
            this.cmbHOrgID.TabIndex = 85;
            this.cmbHOrgID.Visible = false;
            // 
@@ -1016,9 +1092,10 @@
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.Color.Black;
            this.label3.Location = new System.Drawing.Point(20, 130);
            this.label3.Location = new System.Drawing.Point(27, 162);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 16);
            this.label3.Size = new System.Drawing.Size(49, 20);
            this.label3.TabIndex = 84;
            this.label3.Text = "组织";
            this.label3.Visible = false;
@@ -1027,22 +1104,23 @@
            // 
            this.txtHMaterModel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHMaterModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHMaterModel.Location = new System.Drawing.Point(783, 63);
            this.txtHMaterModel.Location = new System.Drawing.Point(1044, 79);
            this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHMaterModel.Name = "txtHMaterModel";
            this.txtHMaterModel.ReadOnly = true;
            this.txtHMaterModel.Size = new System.Drawing.Size(124, 30);
            this.txtHMaterModel.Size = new System.Drawing.Size(164, 36);
            this.txtHMaterModel.TabIndex = 119;
            // 
            // grdEmp
            // 
            this.grdEmp.BackgroundColor = System.Drawing.Color.White;
            this.grdEmp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdEmp.Location = new System.Drawing.Point(931, 14);
            this.grdEmp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grdEmp.Location = new System.Drawing.Point(1241, 18);
            this.grdEmp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.grdEmp.Name = "grdEmp";
            this.grdEmp.RowHeadersWidth = 51;
            this.grdEmp.RowTemplate.Height = 27;
            this.grdEmp.Size = new System.Drawing.Size(62, 28);
            this.grdEmp.Size = new System.Drawing.Size(83, 35);
            this.grdEmp.TabIndex = 150;
            this.grdEmp.Visible = false;
            // 
@@ -1051,9 +1129,10 @@
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label16.ForeColor = System.Drawing.Color.Black;
            this.label16.Location = new System.Drawing.Point(974, 63);
            this.label16.Location = new System.Drawing.Point(1299, 79);
            this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(56, 16);
            this.label16.Size = new System.Drawing.Size(69, 20);
            this.label16.TabIndex = 130;
            this.label16.Text = "流水号";
            this.label16.Visible = false;
@@ -1062,20 +1141,21 @@
            // 
            this.txtHLSH.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHLSH.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHLSH.Location = new System.Drawing.Point(1042, 61);
            this.txtHLSH.Location = new System.Drawing.Point(1389, 76);
            this.txtHLSH.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHLSH.Name = "txtHLSH";
            this.txtHLSH.ReadOnly = true;
            this.txtHLSH.Size = new System.Drawing.Size(96, 30);
            this.txtHLSH.Size = new System.Drawing.Size(127, 36);
            this.txtHLSH.TabIndex = 127;
            this.txtHLSH.Visible = false;
            // 
            // cmdHSaveInfo
            // 
            this.cmdHSaveInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdHSaveInfo.Location = new System.Drawing.Point(610, 90);
            this.cmdHSaveInfo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSaveInfo.Location = new System.Drawing.Point(813, 112);
            this.cmdHSaveInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSaveInfo.Name = "cmdHSaveInfo";
            this.cmdHSaveInfo.Size = new System.Drawing.Size(96, 38);
            this.cmdHSaveInfo.Size = new System.Drawing.Size(128, 48);
            this.cmdHSaveInfo.TabIndex = 143;
            this.cmdHSaveInfo.Text = "保存参数";
            this.cmdHSaveInfo.UseVisualStyleBackColor = true;
@@ -1086,9 +1166,10 @@
            this.label26.AutoSize = true;
            this.label26.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label26.ForeColor = System.Drawing.Color.Black;
            this.label26.Location = new System.Drawing.Point(236, 102);
            this.label26.Location = new System.Drawing.Point(315, 128);
            this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(56, 16);
            this.label26.Size = new System.Drawing.Size(69, 20);
            this.label26.TabIndex = 142;
            this.label26.Text = "发送码";
            // 
@@ -1096,9 +1177,10 @@
            // 
            this.txtHSend.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSend.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSend.Location = new System.Drawing.Point(303, 102);
            this.txtHSend.Location = new System.Drawing.Point(404, 128);
            this.txtHSend.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHSend.Name = "txtHSend";
            this.txtHSend.Size = new System.Drawing.Size(288, 30);
            this.txtHSend.Size = new System.Drawing.Size(383, 36);
            this.txtHSend.TabIndex = 141;
            this.txtHSend.Text = "01 03 00 01 00 02 95 CB";
            // 
@@ -1107,9 +1189,10 @@
            this.label20.AutoSize = true;
            this.label20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label20.ForeColor = System.Drawing.Color.Black;
            this.label20.Location = new System.Drawing.Point(236, 66);
            this.label20.Location = new System.Drawing.Point(315, 82);
            this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(56, 16);
            this.label20.Size = new System.Drawing.Size(69, 20);
            this.label20.TabIndex = 140;
            this.label20.Text = "清零码";
            // 
@@ -1117,19 +1200,20 @@
            // 
            this.txtHSend0.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHSend0.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHSend0.Location = new System.Drawing.Point(303, 66);
            this.txtHSend0.Location = new System.Drawing.Point(404, 82);
            this.txtHSend0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHSend0.Name = "txtHSend0";
            this.txtHSend0.Size = new System.Drawing.Size(288, 30);
            this.txtHSend0.Size = new System.Drawing.Size(383, 36);
            this.txtHSend0.TabIndex = 139;
            this.txtHSend0.Text = "01 06 00 00 00 03 C9 CB";
            // 
            // cmdCloseCom
            // 
            this.cmdCloseCom.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdCloseCom.Location = new System.Drawing.Point(122, 77);
            this.cmdCloseCom.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdCloseCom.Location = new System.Drawing.Point(163, 96);
            this.cmdCloseCom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdCloseCom.Name = "cmdCloseCom";
            this.cmdCloseCom.Size = new System.Drawing.Size(96, 38);
            this.cmdCloseCom.Size = new System.Drawing.Size(128, 48);
            this.cmdCloseCom.TabIndex = 138;
            this.cmdCloseCom.Text = "关闭串口";
            this.cmdCloseCom.UseVisualStyleBackColor = true;
@@ -1138,10 +1222,10 @@
            // cmdOpenCom
            // 
            this.cmdOpenCom.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdOpenCom.Location = new System.Drawing.Point(14, 77);
            this.cmdOpenCom.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdOpenCom.Location = new System.Drawing.Point(19, 96);
            this.cmdOpenCom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdOpenCom.Name = "cmdOpenCom";
            this.cmdOpenCom.Size = new System.Drawing.Size(96, 38);
            this.cmdOpenCom.Size = new System.Drawing.Size(128, 48);
            this.cmdOpenCom.TabIndex = 138;
            this.cmdOpenCom.Text = "打开串口";
            this.cmdOpenCom.UseVisualStyleBackColor = true;
@@ -1156,10 +1240,10 @@
            "1",
            "1.5",
            "2"});
            this.cmbStopBits.Location = new System.Drawing.Point(824, 29);
            this.cmbStopBits.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmbStopBits.Location = new System.Drawing.Point(1099, 36);
            this.cmbStopBits.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmbStopBits.Name = "cmbStopBits";
            this.cmbStopBits.Size = new System.Drawing.Size(84, 28);
            this.cmbStopBits.Size = new System.Drawing.Size(111, 33);
            this.cmbStopBits.TabIndex = 115;
            this.cmbStopBits.Text = "1";
            // 
@@ -1167,10 +1251,9 @@
            // 
            this.label25.AutoSize = true;
            this.label25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label25.Location = new System.Drawing.Point(752, 32);
            this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label25.Location = new System.Drawing.Point(1003, 40);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(56, 16);
            this.label25.Size = new System.Drawing.Size(69, 20);
            this.label25.TabIndex = 114;
            this.label25.Text = "停止位";
            // 
@@ -1178,9 +1261,10 @@
            // 
            this.txtDataBits.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDataBits.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtDataBits.Location = new System.Drawing.Point(656, 26);
            this.txtDataBits.Location = new System.Drawing.Point(875, 32);
            this.txtDataBits.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtDataBits.Name = "txtDataBits";
            this.txtDataBits.Size = new System.Drawing.Size(77, 30);
            this.txtDataBits.Size = new System.Drawing.Size(101, 36);
            this.txtDataBits.TabIndex = 113;
            this.txtDataBits.Text = "8";
            // 
@@ -1188,10 +1272,9 @@
            // 
            this.label24.AutoSize = true;
            this.label24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label24.Location = new System.Drawing.Point(601, 26);
            this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label24.Location = new System.Drawing.Point(801, 32);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(56, 16);
            this.label24.Size = new System.Drawing.Size(69, 20);
            this.label24.TabIndex = 112;
            this.label24.Text = "数据位";
            // 
@@ -1200,9 +1283,10 @@
            this.label23.AutoSize = true;
            this.label23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label23.ForeColor = System.Drawing.Color.Black;
            this.label23.Location = new System.Drawing.Point(421, 26);
            this.label23.Location = new System.Drawing.Point(561, 32);
            this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(56, 16);
            this.label23.Size = new System.Drawing.Size(69, 20);
            this.label23.TabIndex = 111;
            this.label23.Text = "校验位";
            // 
@@ -1216,10 +1300,10 @@
            "2",
            "3",
            "4"});
            this.cmbParity.Location = new System.Drawing.Point(488, 26);
            this.cmbParity.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmbParity.Location = new System.Drawing.Point(651, 32);
            this.cmbParity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmbParity.Name = "cmbParity";
            this.cmbParity.Size = new System.Drawing.Size(102, 28);
            this.cmbParity.Size = new System.Drawing.Size(135, 33);
            this.cmbParity.TabIndex = 110;
            this.cmbParity.Text = "0";
            // 
@@ -1228,9 +1312,10 @@
            this.label22.AutoSize = true;
            this.label22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label22.ForeColor = System.Drawing.Color.Black;
            this.label22.Location = new System.Drawing.Point(221, 26);
            this.label22.Location = new System.Drawing.Point(295, 32);
            this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(56, 16);
            this.label22.Size = new System.Drawing.Size(69, 20);
            this.label22.TabIndex = 109;
            this.label22.Text = "波特率";
            // 
@@ -1238,9 +1323,10 @@
            // 
            this.txtBaudRate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtBaudRate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtBaudRate.Location = new System.Drawing.Point(279, 26);
            this.txtBaudRate.Location = new System.Drawing.Point(372, 32);
            this.txtBaudRate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtBaudRate.Name = "txtBaudRate";
            this.txtBaudRate.Size = new System.Drawing.Size(120, 30);
            this.txtBaudRate.Size = new System.Drawing.Size(159, 36);
            this.txtBaudRate.TabIndex = 108;
            this.txtBaudRate.Text = "9600";
            // 
@@ -1249,9 +1335,10 @@
            this.label21.AutoSize = true;
            this.label21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label21.ForeColor = System.Drawing.Color.Black;
            this.label21.Location = new System.Drawing.Point(20, 26);
            this.label21.Location = new System.Drawing.Point(27, 32);
            this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(32, 16);
            this.label21.Size = new System.Drawing.Size(39, 20);
            this.label21.TabIndex = 107;
            this.label21.Text = "COM";
            // 
@@ -1259,9 +1346,10 @@
            // 
            this.txtPortName.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtPortName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtPortName.Location = new System.Drawing.Point(68, 26);
            this.txtPortName.Location = new System.Drawing.Point(91, 32);
            this.txtPortName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtPortName.Name = "txtPortName";
            this.txtPortName.Size = new System.Drawing.Size(120, 30);
            this.txtPortName.Size = new System.Drawing.Size(159, 36);
            this.txtPortName.TabIndex = 106;
            this.txtPortName.Text = "COM11";
            // 
@@ -1272,31 +1360,67 @@
            this.tabPage5.Controls.Add(this.cmdHProcID);
            this.tabPage5.Controls.Add(this.label34);
            this.tabPage5.Controls.Add(this.txtHBadQty);
            this.tabPage5.Controls.Add(this.dtpHDate);
            this.tabPage5.Controls.Add(this.label2);
            this.tabPage5.Controls.Add(this.txtHMaker);
            this.tabPage5.Controls.Add(this.label8);
            this.tabPage5.Controls.Add(this.label33);
            this.tabPage5.Location = new System.Drawing.Point(4, 22);
            this.tabPage5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage5.Location = new System.Drawing.Point(4, 25);
            this.tabPage5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(1152, 145);
            this.tabPage5.Size = new System.Drawing.Size(1539, 182);
            this.tabPage5.TabIndex = 2;
            this.tabPage5.Text = "其他信息";
            //
            // txtHProcID
            //
            this.txtHProcID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHProcID.Location = new System.Drawing.Point(399, 133);
            this.txtHProcID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHProcID.Name = "txtHProcID";
            this.txtHProcID.ReadOnly = true;
            this.txtHProcID.Size = new System.Drawing.Size(220, 36);
            this.txtHProcID.TabIndex = 117;
            //
            // cmdHProcID
            //
            this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
            this.cmdHProcID.Location = new System.Drawing.Point(617, 132);
            this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHProcID.Name = "cmdHProcID";
            this.cmdHProcID.Size = new System.Drawing.Size(43, 40);
            this.cmdHProcID.TabIndex = 118;
            this.cmdHProcID.UseVisualStyleBackColor = true;
            this.cmdHProcID.Visible = false;
            //
            // label34
            //
            this.label34.AutoSize = true;
            this.label34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label34.Location = new System.Drawing.Point(325, 134);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(49, 20);
            this.label34.TabIndex = 116;
            this.label34.Text = "工序";
            // 
            // txtHBadQty
            // 
            this.txtHBadQty.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHBadQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHBadQty.Location = new System.Drawing.Point(111, 18);
            this.txtHBadQty.Location = new System.Drawing.Point(138, 134);
            this.txtHBadQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHBadQty.Name = "txtHBadQty";
            this.txtHBadQty.Size = new System.Drawing.Size(104, 30);
            this.txtHBadQty.Size = new System.Drawing.Size(137, 36);
            this.txtHBadQty.TabIndex = 115;
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label33.Location = new System.Drawing.Point(28, 18);
            this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label33.Location = new System.Drawing.Point(27, 134);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(72, 16);
            this.label33.Size = new System.Drawing.Size(89, 20);
            this.label33.TabIndex = 114;
            this.label33.Text = "不良米数";
            // 
@@ -1308,11 +1432,11 @@
            this.groupBox4.Controls.Add(this.label19);
            this.groupBox4.Controls.Add(this.lblHNowQty);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox4.Location = new System.Drawing.Point(3, 17);
            this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox4.Location = new System.Drawing.Point(4, 22);
            this.groupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox4.Size = new System.Drawing.Size(1160, 95);
            this.groupBox4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox4.Size = new System.Drawing.Size(1547, 119);
            this.groupBox4.TabIndex = 137;
            this.groupBox4.TabStop = false;
            // 
@@ -1327,32 +1451,20 @@
            this.panel1.Controls.Add(this.cmdHSetZero);
            this.panel1.Controls.Add(this.cmdCancel);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(258, 16);
            this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.panel1.Location = new System.Drawing.Point(344, 20);
            this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(900, 77);
            this.panel1.Size = new System.Drawing.Size(1200, 97);
            this.panel1.TabIndex = 141;
            //
            // chkFinishFlag
            //
            this.chkFinishFlag.AutoSize = true;
            this.chkFinishFlag.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chkFinishFlag.Location = new System.Drawing.Point(371, 27);
            this.chkFinishFlag.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.chkFinishFlag.Name = "chkFinishFlag";
            this.chkFinishFlag.Size = new System.Drawing.Size(104, 23);
            this.chkFinishFlag.TabIndex = 142;
            this.chkFinishFlag.Text = "检验完成";
            this.chkFinishFlag.UseVisualStyleBackColor = true;
            // 
            // cmdSaveAndDown2
            // 
            this.cmdSaveAndDown2.BackColor = System.Drawing.Color.Red;
            this.cmdSaveAndDown2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdSaveAndDown2.Location = new System.Drawing.Point(2, 13);
            this.cmdSaveAndDown2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndDown2.Location = new System.Drawing.Point(3, 16);
            this.cmdSaveAndDown2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndDown2.Name = "cmdSaveAndDown2";
            this.cmdSaveAndDown2.Size = new System.Drawing.Size(109, 53);
            this.cmdSaveAndDown2.Size = new System.Drawing.Size(145, 66);
            this.cmdSaveAndDown2.TabIndex = 141;
            this.cmdSaveAndDown2.Text = "样本纸保存";
            this.cmdSaveAndDown2.UseVisualStyleBackColor = false;
@@ -1362,10 +1474,10 @@
            // 
            this.cmdSaveAndDown.BackColor = System.Drawing.Color.Red;
            this.cmdSaveAndDown.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdSaveAndDown.Location = new System.Drawing.Point(110, 13);
            this.cmdSaveAndDown.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndDown.Location = new System.Drawing.Point(147, 16);
            this.cmdSaveAndDown.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndDown.Name = "cmdSaveAndDown";
            this.cmdSaveAndDown.Size = new System.Drawing.Size(109, 53);
            this.cmdSaveAndDown.Size = new System.Drawing.Size(145, 66);
            this.cmdSaveAndDown.TabIndex = 140;
            this.cmdSaveAndDown.Text = "降等品保存";
            this.cmdSaveAndDown.UseVisualStyleBackColor = false;
@@ -1374,10 +1486,10 @@
            // cmdSaveAndNext
            // 
            this.cmdSaveAndNext.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdSaveAndNext.Location = new System.Drawing.Point(242, 13);
            this.cmdSaveAndNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndNext.Location = new System.Drawing.Point(300, 17);
            this.cmdSaveAndNext.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndNext.Name = "cmdSaveAndNext";
            this.cmdSaveAndNext.Size = new System.Drawing.Size(109, 53);
            this.cmdSaveAndNext.Size = new System.Drawing.Size(138, 66);
            this.cmdSaveAndNext.TabIndex = 138;
            this.cmdSaveAndNext.Text = "合格保存";
            this.cmdSaveAndNext.UseVisualStyleBackColor = true;
@@ -1386,10 +1498,10 @@
            // cmdHSourceBillNo
            // 
            this.cmdHSourceBillNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdHSourceBillNo.Location = new System.Drawing.Point(508, 13);
            this.cmdHSourceBillNo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSourceBillNo.Location = new System.Drawing.Point(696, 16);
            this.cmdHSourceBillNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSourceBillNo.Name = "cmdHSourceBillNo";
            this.cmdHSourceBillNo.Size = new System.Drawing.Size(104, 53);
            this.cmdHSourceBillNo.Size = new System.Drawing.Size(120, 66);
            this.cmdHSourceBillNo.TabIndex = 131;
            this.cmdHSourceBillNo.Text = "选单";
            this.cmdHSourceBillNo.UseVisualStyleBackColor = true;
@@ -1398,10 +1510,10 @@
            // cmdHSetZero
            // 
            this.cmdHSetZero.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdHSetZero.Location = new System.Drawing.Point(628, 13);
            this.cmdHSetZero.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSetZero.Location = new System.Drawing.Point(837, 16);
            this.cmdHSetZero.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSetZero.Name = "cmdHSetZero";
            this.cmdHSetZero.Size = new System.Drawing.Size(107, 53);
            this.cmdHSetZero.Size = new System.Drawing.Size(143, 66);
            this.cmdHSetZero.TabIndex = 132;
            this.cmdHSetZero.Text = "清零";
            this.cmdHSetZero.UseVisualStyleBackColor = true;
@@ -1410,10 +1522,10 @@
            // cmdCancel
            // 
            this.cmdCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdCancel.Location = new System.Drawing.Point(764, 13);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdCancel.Location = new System.Drawing.Point(1019, 16);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(101, 53);
            this.cmdCancel.Size = new System.Drawing.Size(135, 66);
            this.cmdCancel.TabIndex = 133;
            this.cmdCancel.Text = "退出";
            this.cmdCancel.UseVisualStyleBackColor = true;
@@ -1423,10 +1535,9 @@
            // 
            this.lblHRelQty.BackColor = System.Drawing.Color.Silver;
            this.lblHRelQty.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblHRelQty.Location = new System.Drawing.Point(214, 18);
            this.lblHRelQty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblHRelQty.Location = new System.Drawing.Point(285, 22);
            this.lblHRelQty.Name = "lblHRelQty";
            this.lblHRelQty.Size = new System.Drawing.Size(128, 49);
            this.lblHRelQty.Size = new System.Drawing.Size(171, 61);
            this.lblHRelQty.TabIndex = 140;
            this.lblHRelQty.Text = "0";
            this.lblHRelQty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -1435,10 +1546,9 @@
            // 
            this.lblComStatus.BackColor = System.Drawing.Color.Transparent;
            this.lblComStatus.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblComStatus.Location = new System.Drawing.Point(216, 66);
            this.lblComStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblComStatus.Location = new System.Drawing.Point(288, 82);
            this.lblComStatus.Name = "lblComStatus";
            this.lblComStatus.Size = new System.Drawing.Size(175, 31);
            this.lblComStatus.Size = new System.Drawing.Size(233, 39);
            this.lblComStatus.TabIndex = 137;
            this.lblComStatus.Text = "串口状态:";
            this.lblComStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -1447,9 +1557,10 @@
            // 
            this.label19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label19.ForeColor = System.Drawing.Color.Black;
            this.label19.Location = new System.Drawing.Point(14, 20);
            this.label19.Location = new System.Drawing.Point(19, 25);
            this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(49, 46);
            this.label19.Size = new System.Drawing.Size(65, 58);
            this.label19.TabIndex = 131;
            this.label19.Text = "当前米数";
            this.label19.Click += new System.EventHandler(this.label19_Click);
@@ -1458,10 +1569,9 @@
            // 
            this.lblHNowQty.BackColor = System.Drawing.Color.Silver;
            this.lblHNowQty.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblHNowQty.Location = new System.Drawing.Point(69, 17);
            this.lblHNowQty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblHNowQty.Location = new System.Drawing.Point(92, 21);
            this.lblHNowQty.Name = "lblHNowQty";
            this.lblHNowQty.Size = new System.Drawing.Size(140, 49);
            this.lblHNowQty.Size = new System.Drawing.Size(187, 61);
            this.lblHNowQty.TabIndex = 135;
            this.lblHNowQty.Text = "0";
            this.lblHNowQty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -1469,10 +1579,10 @@
            // cmdHSaveBill
            // 
            this.cmdHSaveBill.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdHSaveBill.Location = new System.Drawing.Point(1129, -14);
            this.cmdHSaveBill.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSaveBill.Location = new System.Drawing.Point(1505, -18);
            this.cmdHSaveBill.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSaveBill.Name = "cmdHSaveBill";
            this.cmdHSaveBill.Size = new System.Drawing.Size(96, 38);
            this.cmdHSaveBill.Size = new System.Drawing.Size(128, 48);
            this.cmdHSaveBill.TabIndex = 136;
            this.cmdHSaveBill.Text = "保存";
            this.cmdHSaveBill.UseVisualStyleBackColor = true;
@@ -1482,10 +1592,10 @@
            // cmdDel
            // 
            this.cmdDel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdDel.Location = new System.Drawing.Point(1234, 2);
            this.cmdDel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdDel.Location = new System.Drawing.Point(1645, 2);
            this.cmdDel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdDel.Name = "cmdDel";
            this.cmdDel.Size = new System.Drawing.Size(96, 38);
            this.cmdDel.Size = new System.Drawing.Size(128, 48);
            this.cmdDel.TabIndex = 134;
            this.cmdDel.Text = "快速盘点";
            this.cmdDel.UseVisualStyleBackColor = true;
@@ -1494,10 +1604,10 @@
            // cmdHWaitList
            // 
            this.cmdHWaitList.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdHWaitList.Location = new System.Drawing.Point(772, -11);
            this.cmdHWaitList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHWaitList.Location = new System.Drawing.Point(1029, -14);
            this.cmdHWaitList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHWaitList.Name = "cmdHWaitList";
            this.cmdHWaitList.Size = new System.Drawing.Size(131, 53);
            this.cmdHWaitList.Size = new System.Drawing.Size(175, 66);
            this.cmdHWaitList.TabIndex = 139;
            this.cmdHWaitList.Text = "待处理列表";
            this.cmdHWaitList.UseVisualStyleBackColor = true;
@@ -1507,7 +1617,8 @@
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 356);
            this.splitContainer1.Location = new System.Drawing.Point(0, 444);
            this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
@@ -1518,8 +1629,9 @@
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabControl2);
            this.splitContainer1.Size = new System.Drawing.Size(1172, 224);
            this.splitContainer1.SplitterDistance = 105;
            this.splitContainer1.Size = new System.Drawing.Size(1563, 281);
            this.splitContainer1.SplitterDistance = 131;
            this.splitContainer1.SplitterWidth = 5;
            this.splitContainer1.TabIndex = 51;
            // 
            // tabControl1
@@ -1527,19 +1639,21 @@
            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, 4, 4, 4);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1172, 105);
            this.tabControl1.Size = new System.Drawing.Size(1563, 131);
            this.tabControl1.TabIndex = 48;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.grdMain);
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage1.Size = new System.Drawing.Size(1164, 79);
            this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.tabPage1.Size = new System.Drawing.Size(1555, 102);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "检验分切记录";
            this.tabPage1.UseVisualStyleBackColor = true;
@@ -1553,12 +1667,13 @@
            this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdMain.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grdMain.Location = new System.Drawing.Point(3, 3);
            this.grdMain.Location = new System.Drawing.Point(4, 4);
            this.grdMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.grdMain.Name = "grdMain";
            this.grdMain.ReadOnly = true;
            this.grdMain.RowHeadersWidth = 30;
            this.grdMain.RowTemplate.Height = 23;
            this.grdMain.Size = new System.Drawing.Size(851, 73);
            this.grdMain.Size = new System.Drawing.Size(1138, 94);
            this.grdMain.TabIndex = 44;
            // 
            // groupBox2
@@ -1570,18 +1685,21 @@
            this.groupBox2.Controls.Add(this.cmbFQMB);
            this.groupBox2.Controls.Add(this.txtDataBits111);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Right;
            this.groupBox2.Location = new System.Drawing.Point(854, 3);
            this.groupBox2.Location = new System.Drawing.Point(1142, 4);
            this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(307, 73);
            this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.groupBox2.Size = new System.Drawing.Size(409, 94);
            this.groupBox2.TabIndex = 45;
            this.groupBox2.TabStop = false;
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(174, 56);
            this.pictureBox2.Location = new System.Drawing.Point(232, 70);
            this.pictureBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(80, 80);
            this.pictureBox2.Size = new System.Drawing.Size(107, 100);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 91;
            this.pictureBox2.TabStop = false;
@@ -1589,9 +1707,10 @@
            // btnFQSH
            // 
            this.btnFQSH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnFQSH.Location = new System.Drawing.Point(28, 78);
            this.btnFQSH.Location = new System.Drawing.Point(37, 98);
            this.btnFQSH.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnFQSH.Name = "btnFQSH";
            this.btnFQSH.Size = new System.Drawing.Size(112, 58);
            this.btnFQSH.Size = new System.Drawing.Size(149, 72);
            this.btnFQSH.TabIndex = 87;
            this.btnFQSH.Text = "删行";
            this.btnFQSH.UseVisualStyleBackColor = true;
@@ -1600,9 +1719,10 @@
            // btnFQBD
            // 
            this.btnFQBD.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnFQBD.Location = new System.Drawing.Point(28, 13);
            this.btnFQBD.Location = new System.Drawing.Point(37, 16);
            this.btnFQBD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnFQBD.Name = "btnFQBD";
            this.btnFQBD.Size = new System.Drawing.Size(112, 61);
            this.btnFQBD.Size = new System.Drawing.Size(149, 76);
            this.btnFQBD.TabIndex = 86;
            this.btnFQBD.Text = "补打";
            this.btnFQBD.UseVisualStyleBackColor = true;
@@ -1612,18 +1732,20 @@
            // 
            this.cmbFQMB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbFQMB.FormattingEnabled = true;
            this.cmbFQMB.Location = new System.Drawing.Point(174, 30);
            this.cmbFQMB.Location = new System.Drawing.Point(232, 38);
            this.cmbFQMB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmbFQMB.Name = "cmbFQMB";
            this.cmbFQMB.Size = new System.Drawing.Size(128, 20);
            this.cmbFQMB.Size = new System.Drawing.Size(169, 23);
            this.cmbFQMB.TabIndex = 85;
            // 
            // txtDataBits111
            // 
            this.txtDataBits111.AutoSize = true;
            this.txtDataBits111.ForeColor = System.Drawing.Color.Black;
            this.txtDataBits111.Location = new System.Drawing.Point(172, 15);
            this.txtDataBits111.Location = new System.Drawing.Point(229, 19);
            this.txtDataBits111.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.txtDataBits111.Name = "txtDataBits111";
            this.txtDataBits111.Size = new System.Drawing.Size(53, 12);
            this.txtDataBits111.Size = new System.Drawing.Size(67, 15);
            this.txtDataBits111.TabIndex = 84;
            this.txtDataBits111.Text = "打印模板";
            // 
@@ -1632,19 +1754,21 @@
            this.tabControl2.Controls.Add(this.tabPage2);
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl2.Location = new System.Drawing.Point(0, 0);
            this.tabControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(1172, 115);
            this.tabControl2.Size = new System.Drawing.Size(1563, 145);
            this.tabControl2.TabIndex = 49;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.grdSub);
            this.tabPage2.Controls.Add(this.groupBox3);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage2.Size = new System.Drawing.Size(1164, 89);
            this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.tabPage2.Size = new System.Drawing.Size(1555, 116);
            this.tabPage2.TabIndex = 0;
            this.tabPage2.Text = "不良记录";
            this.tabPage2.UseVisualStyleBackColor = true;
@@ -1658,12 +1782,13 @@
            this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdSub.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdSub.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grdSub.Location = new System.Drawing.Point(3, 3);
            this.grdSub.Location = new System.Drawing.Point(4, 4);
            this.grdSub.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.grdSub.Name = "grdSub";
            this.grdSub.ReadOnly = true;
            this.grdSub.RowHeadersWidth = 30;
            this.grdSub.RowTemplate.Height = 23;
            this.grdSub.Size = new System.Drawing.Size(851, 83);
            this.grdSub.Size = new System.Drawing.Size(1138, 108);
            this.grdSub.TabIndex = 44;
            // 
            // groupBox3
@@ -1678,18 +1803,21 @@
            this.groupBox3.Controls.Add(this.label12);
            this.groupBox3.Controls.Add(this.button4);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
            this.groupBox3.Location = new System.Drawing.Point(854, 3);
            this.groupBox3.Location = new System.Drawing.Point(1142, 4);
            this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(307, 83);
            this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.groupBox3.Size = new System.Drawing.Size(409, 108);
            this.groupBox3.TabIndex = 45;
            this.groupBox3.TabStop = false;
            // 
            // btnBLBD
            // 
            this.btnBLBD.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBLBD.Location = new System.Drawing.Point(190, 14);
            this.btnBLBD.Location = new System.Drawing.Point(253, 18);
            this.btnBLBD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnBLBD.Name = "btnBLBD";
            this.btnBLBD.Size = new System.Drawing.Size(112, 53);
            this.btnBLBD.Size = new System.Drawing.Size(149, 66);
            this.btnBLBD.TabIndex = 86;
            this.btnBLBD.Text = "补打";
            this.btnBLBD.UseVisualStyleBackColor = true;
@@ -1699,20 +1827,21 @@
            // txtHReasonList
            // 
            this.txtHReasonList.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHReasonList.Location = new System.Drawing.Point(158, 127);
            this.txtHReasonList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtHReasonList.Location = new System.Drawing.Point(211, 159);
            this.txtHReasonList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txtHReasonList.Name = "txtHReasonList";
            this.txtHReasonList.ReadOnly = true;
            this.txtHReasonList.Size = new System.Drawing.Size(144, 30);
            this.txtHReasonList.Size = new System.Drawing.Size(191, 36);
            this.txtHReasonList.TabIndex = 90;
            this.txtHReasonList.Visible = false;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(161, 61);
            this.pictureBox1.Location = new System.Drawing.Point(215, 76);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(80, 80);
            this.pictureBox1.Size = new System.Drawing.Size(107, 100);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 89;
            this.pictureBox1.TabStop = false;
@@ -1721,9 +1850,10 @@
            // 
            this.btnBLHB.BackColor = System.Drawing.Color.Gainsboro;
            this.btnBLHB.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBLHB.Location = new System.Drawing.Point(24, 14);
            this.btnBLHB.Location = new System.Drawing.Point(32, 18);
            this.btnBLHB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnBLHB.Name = "btnBLHB";
            this.btnBLHB.Size = new System.Drawing.Size(112, 59);
            this.btnBLHB.Size = new System.Drawing.Size(149, 74);
            this.btnBLHB.TabIndex = 88;
            this.btnBLHB.Text = "不良汇报";
            this.btnBLHB.UseVisualStyleBackColor = false;
@@ -1732,9 +1862,10 @@
            // btnBLSH
            // 
            this.btnBLSH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBLSH.Location = new System.Drawing.Point(24, 82);
            this.btnBLSH.Location = new System.Drawing.Point(32, 102);
            this.btnBLSH.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnBLSH.Name = "btnBLSH";
            this.btnBLSH.Size = new System.Drawing.Size(112, 58);
            this.btnBLSH.Size = new System.Drawing.Size(149, 72);
            this.btnBLSH.TabIndex = 87;
            this.btnBLSH.Text = "删行";
            this.btnBLSH.UseVisualStyleBackColor = true;
@@ -1744,18 +1875,20 @@
            // 
            this.cmbBLMB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbBLMB.FormattingEnabled = true;
            this.cmbBLMB.Location = new System.Drawing.Point(160, 36);
            this.cmbBLMB.Location = new System.Drawing.Point(213, 45);
            this.cmbBLMB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmbBLMB.Name = "cmbBLMB";
            this.cmbBLMB.Size = new System.Drawing.Size(128, 20);
            this.cmbBLMB.Size = new System.Drawing.Size(169, 23);
            this.cmbBLMB.TabIndex = 85;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.ForeColor = System.Drawing.Color.Black;
            this.label12.Location = new System.Drawing.Point(159, 21);
            this.label12.Location = new System.Drawing.Point(212, 26);
            this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(53, 12);
            this.label12.Size = new System.Drawing.Size(67, 15);
            this.label12.TabIndex = 84;
            this.label12.Text = "打印模板";
            // 
@@ -1764,9 +1897,10 @@
            this.button4.BackColor = System.Drawing.Color.Transparent;
            this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
            this.button4.ImageAlign = System.Drawing.ContentAlignment.TopRight;
            this.button4.Location = new System.Drawing.Point(892, -7);
            this.button4.Location = new System.Drawing.Point(1189, -9);
            this.button4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(22, 22);
            this.button4.Size = new System.Drawing.Size(29, 28);
            this.button4.TabIndex = 79;
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Visible = false;
@@ -1776,42 +1910,104 @@
            this.timer3.Interval = 300;
            this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
            // 
            // label34
            // cmdFinish
            // 
            this.label34.AutoSize = true;
            this.label34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label34.Location = new System.Drawing.Point(251, 18);
            this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(40, 16);
            this.label34.TabIndex = 116;
            this.label34.Text = "工序";
            this.cmdFinish.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdFinish.Location = new System.Drawing.Point(455, 16);
            this.cmdFinish.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdFinish.Name = "cmdFinish";
            this.cmdFinish.Size = new System.Drawing.Size(108, 66);
            this.cmdFinish.TabIndex = 142;
            this.cmdFinish.Text = "完工";
            this.cmdFinish.UseVisualStyleBackColor = true;
            this.cmdFinish.Click += new System.EventHandler(this.cmdFinish_Click);
            // 
            // txtHProcID
            // cmdReWork
            // 
            this.txtHProcID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHProcID.Location = new System.Drawing.Point(307, 17);
            this.txtHProcID.Name = "txtHProcID";
            this.txtHProcID.ReadOnly = true;
            this.txtHProcID.Size = new System.Drawing.Size(166, 30);
            this.txtHProcID.TabIndex = 117;
            this.cmdReWork.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdReWork.Location = new System.Drawing.Point(569, 16);
            this.cmdReWork.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdReWork.Name = "cmdReWork";
            this.cmdReWork.Size = new System.Drawing.Size(108, 66);
            this.cmdReWork.TabIndex = 143;
            this.cmdReWork.Text = "返工";
            this.cmdReWork.UseVisualStyleBackColor = true;
            this.cmdReWork.Click += new System.EventHandler(this.cmdReWork_Click);
            // 
            // cmdHProcID
            // txtHICMOBillNo
            // 
            this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
            this.cmdHProcID.Location = new System.Drawing.Point(470, 16);
            this.cmdHProcID.Name = "cmdHProcID";
            this.cmdHProcID.Size = new System.Drawing.Size(32, 32);
            this.cmdHProcID.TabIndex = 118;
            this.cmdHProcID.UseVisualStyleBackColor = true;
            this.cmdHProcID.Visible = false;
            this.txtHICMOBillNo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHICMOBillNo.Location = new System.Drawing.Point(128, 136);
            this.txtHICMOBillNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHICMOBillNo.Name = "txtHICMOBillNo";
            this.txtHICMOBillNo.ReadOnly = true;
            this.txtHICMOBillNo.Size = new System.Drawing.Size(146, 36);
            this.txtHICMOBillNo.TabIndex = 163;
            //
            // label35
            //
            this.label35.AutoSize = true;
            this.label35.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label35.ForeColor = System.Drawing.Color.Black;
            this.label35.Location = new System.Drawing.Point(24, 136);
            this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(89, 20);
            this.label35.TabIndex = 164;
            this.label35.Text = "生产订单";
            //
            // txtHICMODate
            //
            this.txtHICMODate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHICMODate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHICMODate.Location = new System.Drawing.Point(552, 136);
            this.txtHICMODate.Margin = new System.Windows.Forms.Padding(4);
            this.txtHICMODate.Name = "txtHICMODate";
            this.txtHICMODate.ReadOnly = true;
            this.txtHICMODate.Size = new System.Drawing.Size(142, 36);
            this.txtHICMODate.TabIndex = 165;
            //
            // label36
            //
            this.label36.AutoSize = true;
            this.label36.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label36.ForeColor = System.Drawing.Color.Black;
            this.label36.Location = new System.Drawing.Point(460, 136);
            this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(89, 20);
            this.label36.TabIndex = 166;
            this.label36.Text = "订单日期";
            //
            // txtHICMOQty
            //
            this.txtHICMOQty.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHICMOQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHICMOQty.Location = new System.Drawing.Point(369, 138);
            this.txtHICMOQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHICMOQty.Name = "txtHICMOQty";
            this.txtHICMOQty.ReadOnly = true;
            this.txtHICMOQty.Size = new System.Drawing.Size(95, 30);
            this.txtHICMOQty.TabIndex = 167;
            //
            // label37
            //
            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.Black;
            this.label37.Location = new System.Drawing.Point(278, 136);
            this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(89, 20);
            this.label37.TabIndex = 168;
            this.label37.Text = "订单数量";
            // 
            // Sc_ICMOReportToBarCode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1172, 599);
            this.ClientSize = new System.Drawing.Size(1563, 749);
            this.ControlBox = false;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.groupBox1);
@@ -1820,6 +2016,7 @@
            this.Controls.Add(this.Tool);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Sc_ICMOReportToBarCode";
@@ -2002,5 +2199,13 @@
        private System.Windows.Forms.Label label34;
        private System.Windows.Forms.TextBox txtHProcID;
        private System.Windows.Forms.Button cmdHProcID;
        private System.Windows.Forms.Button cmdFinish;
        private System.Windows.Forms.Button cmdReWork;
        private System.Windows.Forms.TextBox txtHICMOQty;
        private System.Windows.Forms.Label label37;
        private System.Windows.Forms.TextBox txtHICMODate;
        private System.Windows.Forms.Label label36;
        private System.Windows.Forms.TextBox txtHICMOBillNo;
        private System.Windows.Forms.Label label35;
    }
}
SCM/µ¥¾Ý×ÊÁÏ/Sc_ICMOReportToBarCode.resx
@@ -360,7 +360,7 @@
  <data name="mrlk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH/SURBVDhPfZHfS1NhGMefkCLQu/A/6MK6SbMQFlg3dudN
        YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAH/SURBVDhPfZHfS1NhGMefkCLQu/A/6MK6SbMQFlg3dudN
        oBFDY9BF05XMMAoLL3bhxGB4zjzoVCKim4iCgkCMSam1cqP9aO4YJlpIDmqh00IRv73Pe87OWuV54Mt7
        znm/n895z0aF8Stj6FdGoARDUAf/H97jTp96FyZmjC8QwuRUBB0zACkiwT0i9rxvgBcvX4MZEye65Vex
        vp6HJ7yJ+1nYpmNyE3nRZcbEiW74AljL5UB3gOk84J8HnFPA0UfirZqIaoZPMQDZZcbEibp6+vE9mwUF
@@ -375,7 +375,7 @@
  <data name="bclk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH4SURBVDhPjZPNS1RRGMZfI2jRLlqUEKLUQgsl3EauEoRW
        YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAH4SURBVDhPjZPNS1RRGMZfI2jRLlqUEKLUQgsl3EauEoRW
        /QN+phG4CQXTNrPLbzFrpZAuBIfEqChctFRndHI0YzKnxkHFYQgH50NH5+o8Pm/HwQ/s4oGHc++5z/O7
        77nnvSKPPZDyKYSfA8tN55N6NfMvK1XT+LIBxAH8PqfUqxnNitR+g1x/yQuRlJWCZVm2Uo965RozmpXq
        aRR/Io1jYgJwTdlLPeqt92QqqHLj7phZTCST2Nqxl3rUWzrOTKX7JGBykm9x2Us96r3p1ApOAf5G49iI
SCM/Éú²ú¹ÜÀí/Gy_BadReasonList.Designer.cs
@@ -45,14 +45,14 @@
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmdHProcID = new System.Windows.Forms.Button();
            this.txtHProcName = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtHBadQty = new System.Windows.Forms.TextBox();
            this.cmdHClear = new System.Windows.Forms.Button();
            this.cmdHOK = new System.Windows.Forms.Button();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.label7 = new System.Windows.Forms.Label();
            this.txtHProcName = new System.Windows.Forms.TextBox();
            this.cmdHProcID = new System.Windows.Forms.Button();
            this.tabPage3.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabControl1.SuspendLayout();
@@ -64,11 +64,11 @@
            // 
            this.tabPage3.BackColor = System.Drawing.Color.Lavender;
            this.tabPage3.Controls.Add(this.flowLayoutPanel1);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Location = new System.Drawing.Point(4, 25);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Size = new System.Drawing.Size(1034, 556);
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Size = new System.Drawing.Size(1381, 699);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "不良原因清单";
            // 
@@ -77,10 +77,10 @@
            this.flowLayoutPanel1.AutoScroll = true;
            this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 2);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1030, 552);
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1375, 695);
            this.flowLayoutPanel1.TabIndex = 13;
            // 
            // tabPage1
@@ -96,11 +96,11 @@
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.textBox4);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage1.Size = new System.Drawing.Size(1034, 72);
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage1.Size = new System.Drawing.Size(1381, 93);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "产品信息";
            // 
@@ -108,20 +108,19 @@
            // 
            this.textBox3.Enabled = false;
            this.textBox3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox3.Location = new System.Drawing.Point(390, 38);
            this.textBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox3.Location = new System.Drawing.Point(520, 48);
            this.textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(150, 30);
            this.textBox3.Size = new System.Drawing.Size(199, 36);
            this.textBox3.TabIndex = 8;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(9, 8);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Location = new System.Drawing.Point(12, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(109, 19);
            this.label1.Size = new System.Drawing.Size(135, 24);
            this.label1.TabIndex = 3;
            this.label1.Text = "不良清单:";
            // 
@@ -129,20 +128,19 @@
            // 
            this.txtHBadReason.Enabled = false;
            this.txtHBadReason.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHBadReason.Location = new System.Drawing.Point(131, 6);
            this.txtHBadReason.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtHBadReason.Location = new System.Drawing.Point(175, 8);
            this.txtHBadReason.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txtHBadReason.Name = "txtHBadReason";
            this.txtHBadReason.Size = new System.Drawing.Size(872, 30);
            this.txtHBadReason.Size = new System.Drawing.Size(1161, 36);
            this.txtHBadReason.TabIndex = 4;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(9, 42);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Location = new System.Drawing.Point(12, 52);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(109, 19);
            this.label2.Size = new System.Drawing.Size(135, 24);
            this.label2.TabIndex = 5;
            this.label2.Text = "物料代码:";
            // 
@@ -150,30 +148,29 @@
            // 
            this.textBox5.Enabled = false;
            this.textBox5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox5.Location = new System.Drawing.Point(892, 38);
            this.textBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox5.Location = new System.Drawing.Point(1189, 48);
            this.textBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(110, 30);
            this.textBox5.Size = new System.Drawing.Size(145, 36);
            this.textBox5.TabIndex = 12;
            // 
            // textBox2
            // 
            this.textBox2.Enabled = false;
            this.textBox2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox2.Location = new System.Drawing.Point(131, 38);
            this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox2.Location = new System.Drawing.Point(175, 48);
            this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(133, 30);
            this.textBox2.Size = new System.Drawing.Size(176, 36);
            this.textBox2.TabIndex = 6;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(787, 38);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Location = new System.Drawing.Point(1049, 48);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(109, 19);
            this.label5.Size = new System.Drawing.Size(135, 24);
            this.label5.TabIndex = 11;
            this.label5.Text = "计量单位:";
            // 
@@ -181,10 +178,9 @@
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(284, 38);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Location = new System.Drawing.Point(379, 48);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(109, 19);
            this.label3.Size = new System.Drawing.Size(135, 24);
            this.label3.TabIndex = 7;
            this.label3.Text = "物料名称:";
            // 
@@ -192,20 +188,19 @@
            // 
            this.textBox4.Enabled = false;
            this.textBox4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox4.Location = new System.Drawing.Point(650, 38);
            this.textBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox4.Location = new System.Drawing.Point(867, 48);
            this.textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(134, 30);
            this.textBox4.Size = new System.Drawing.Size(177, 36);
            this.textBox4.TabIndex = 10;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(544, 38);
            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label4.Location = new System.Drawing.Point(725, 48);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(109, 19);
            this.label4.Size = new System.Drawing.Size(135, 24);
            this.label4.TabIndex = 9;
            this.label4.Text = "规格型号:";
            // 
@@ -213,21 +208,20 @@
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tabControl1.Location = new System.Drawing.Point(0, 78);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl1.Location = new System.Drawing.Point(0, 98);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1042, 98);
            this.tabControl1.Size = new System.Drawing.Size(1389, 122);
            this.tabControl1.TabIndex = 19;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(9, 19);
            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label6.Location = new System.Drawing.Point(12, 24);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(129, 19);
            this.label6.Size = new System.Drawing.Size(160, 24);
            this.label6.TabIndex = 4;
            this.label6.Text = "不良原因清单";
            // 
@@ -243,29 +237,63 @@
            this.groupBox1.Controls.Add(this.cmdCancel);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Size = new System.Drawing.Size(1042, 78);
            this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox1.Size = new System.Drawing.Size(1389, 98);
            this.groupBox1.TabIndex = 18;
            this.groupBox1.TabStop = false;
            //
            // cmdHProcID
            //
            this.cmdHProcID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
            this.cmdHProcID.Location = new System.Drawing.Point(712, 31);
            this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdHProcID.Name = "cmdHProcID";
            this.cmdHProcID.Size = new System.Drawing.Size(36, 35);
            this.cmdHProcID.TabIndex = 120;
            this.cmdHProcID.UseVisualStyleBackColor = false;
            this.cmdHProcID.Click += new System.EventHandler(this.cmdHProcID_Click);
            //
            // txtHProcName
            //
            this.txtHProcName.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHProcName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHProcName.Location = new System.Drawing.Point(504, 30);
            this.txtHProcName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHProcName.Multiline = true;
            this.txtHProcName.Name = "txtHProcName";
            this.txtHProcName.Size = new System.Drawing.Size(207, 36);
            this.txtHProcName.TabIndex = 119;
            //
            // label7
            //
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(437, 34);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(60, 24);
            this.label7.TabIndex = 118;
            this.label7.Text = "工序";
            // 
            // txtHBadQty
            // 
            this.txtHBadQty.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHBadQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHBadQty.Location = new System.Drawing.Point(143, 14);
            this.txtHBadQty.Location = new System.Drawing.Point(191, 18);
            this.txtHBadQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtHBadQty.Name = "txtHBadQty";
            this.txtHBadQty.Size = new System.Drawing.Size(163, 44);
            this.txtHBadQty.Size = new System.Drawing.Size(216, 53);
            this.txtHBadQty.TabIndex = 117;
            // 
            // cmdHClear
            // 
            this.cmdHClear.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdHClear.Location = new System.Drawing.Point(614, 14);
            this.cmdHClear.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHClear.Location = new System.Drawing.Point(819, 18);
            this.cmdHClear.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHClear.Name = "cmdHClear";
            this.cmdHClear.Size = new System.Drawing.Size(112, 57);
            this.cmdHClear.Size = new System.Drawing.Size(149, 71);
            this.cmdHClear.TabIndex = 0;
            this.cmdHClear.Text = "清空";
            this.cmdHClear.UseVisualStyleBackColor = true;
@@ -274,10 +302,10 @@
            // cmdHOK
            // 
            this.cmdHOK.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdHOK.Location = new System.Drawing.Point(753, 14);
            this.cmdHOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHOK.Location = new System.Drawing.Point(1005, 18);
            this.cmdHOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHOK.Name = "cmdHOK";
            this.cmdHOK.Size = new System.Drawing.Size(100, 57);
            this.cmdHOK.Size = new System.Drawing.Size(133, 71);
            this.cmdHOK.TabIndex = 1;
            this.cmdHOK.Text = "提交";
            this.cmdHOK.UseVisualStyleBackColor = true;
@@ -286,10 +314,10 @@
            // cmdCancel
            // 
            this.cmdCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmdCancel.Location = new System.Drawing.Point(882, 14);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdCancel.Location = new System.Drawing.Point(1176, 18);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(105, 57);
            this.cmdCancel.Size = new System.Drawing.Size(140, 71);
            this.cmdCancel.TabIndex = 2;
            this.cmdCancel.Text = "退出";
            this.cmdCancel.UseVisualStyleBackColor = true;
@@ -299,57 +327,24 @@
            // 
            this.tabControl2.Controls.Add(this.tabPage3);
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl2.Location = new System.Drawing.Point(0, 176);
            this.tabControl2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl2.Location = new System.Drawing.Point(0, 220);
            this.tabControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(1042, 582);
            this.tabControl2.Size = new System.Drawing.Size(1389, 728);
            this.tabControl2.TabIndex = 20;
            //
            // label7
            //
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(325, 30);
            this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(49, 19);
            this.label7.TabIndex = 118;
            this.label7.Text = "工序";
            //
            // txtHProcName
            //
            this.txtHProcName.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHProcName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHProcName.Location = new System.Drawing.Point(378, 24);
            this.txtHProcName.Multiline = true;
            this.txtHProcName.Name = "txtHProcName";
            this.txtHProcName.Size = new System.Drawing.Size(127, 30);
            this.txtHProcName.TabIndex = 119;
            //
            // cmdHProcID
            //
            this.cmdHProcID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
            this.cmdHProcID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
            this.cmdHProcID.Location = new System.Drawing.Point(506, 25);
            this.cmdHProcID.Name = "cmdHProcID";
            this.cmdHProcID.Size = new System.Drawing.Size(27, 28);
            this.cmdHProcID.TabIndex = 120;
            this.cmdHProcID.UseVisualStyleBackColor = false;
            this.cmdHProcID.Click += new System.EventHandler(this.cmdHProcID_Click);
            // 
            // Gy_BadReasonList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Lavender;
            this.ClientSize = new System.Drawing.Size(1042, 758);
            this.ClientSize = new System.Drawing.Size(1389, 948);
            this.ControlBox = false;
            this.Controls.Add(this.tabControl2);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.groupBox1);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Gy_BadReasonList";