雅琪诺MES智能条码管理系统
ch
2021-06-26 001b98d5ee64e0778d4bec7b748eae4584eebaa5
增加选工序功能
11个文件已修改
983 ■■■■ 已修改文件
SCM/单据资料/Gy_BarCodeDetailList.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Gy_BarCodeMain.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Sc_ICMOReportToBarCode.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Sc_ICMOReportToBarCode.designer.cs 748 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Sc_ICMOReportToBarCode.resx 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/报表/Qk_OutProcessList.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/报表/Qk_ProcessBillDetail.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/报表/Qk_ProcessbillMain.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/生产管理/Gy_BadReasonList.Designer.cs 168 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/生产管理/Gy_BadReasonList.cs 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/生产管理/Gy_BadReasonList.resx 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/µ¥¾Ý×ÊÁÏ/Gy_BarCodeDetailList.cs
@@ -47,6 +47,7 @@
        }
        private void Display()
        {
            StringBuilder whereBuilder = new StringBuilder();
            if (string.IsNullOrEmpty(dateTimePicker1.Text) || string.IsNullOrEmpty(dateTimePicker2.Text))
            {
@@ -96,6 +97,7 @@
                orderBy = " order by c.HBatchNo desc";
            }
            string execSql = "exec "+ViewName+" '"+whereBuilder+"','"+orderBy+"'";
            oWeb.Timeout = 300000;
            DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
            //生成首行标题
            if (DSet == null)
SCM/µ¥¾Ý×ÊÁÏ/Gy_BarCodeMain.cs
@@ -33,6 +33,7 @@
        }
        private void Display()
        {
            StringBuilder whereBuilder = new StringBuilder();
            if (string.IsNullOrEmpty(dateTimePicker1.Text) || string.IsNullOrEmpty(dateTimePicker2.Text))
            {
@@ -60,6 +61,7 @@
            else if(comboBox1.Text=="未检验")
                whereBuilder.Append(" and c.HMaterName is null");
            var execSql = "exec "+ViewName+" '"+whereBuilder+"'";
            oWeb.Timeout = 300000;
            DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
            //生成首行标题
            if (DSet == null)
SCM/µ¥¾Ý×ÊÁÏ/Sc_ICMOReportToBarCode.cs
@@ -1492,6 +1492,8 @@
            {
                txtHReasonList.Text = "";
                txtHReasonList.Text = oGy_BadReasonList.txtHBadReason.Text;
                if (HSourceBillType == "生产订单") //销售裁切
                {
                    txtHBadQty.Text = oGy_BadReasonList.txtHBadQty.Text;
@@ -1569,7 +1571,8 @@
                oQC_NoPassProdCheckBillMain.HSourceID = DBUtility.ClsPub.isLong(txtHSourceID.Tag);
                oQC_NoPassProdCheckBillMain.HMaterID = DBUtility.ClsPub.isLong(txtHMaterNumber.Tag);
                oQC_NoPassProdCheckBillMain.HGroupName = txtHGroupID.Text;
                oQC_NoPassProdCheckBillMain.HProcID = DBUtility.ClsPub.isLong(0);
                //oQC_NoPassProdCheckBillMain.HProcID = DBUtility.ClsPub.isLong(0);
                oQC_NoPassProdCheckBillMain.HProcID = DBUtility.ClsPub.isLong(txtHProcID.Tag);                      //20210526更新
                oQC_NoPassProdCheckBillMain.HWorkCenterID = DBUtility.ClsPub.isLong(0);
                oQC_NoPassProdCheckBillMain.HICMOInterID = 0;
                oQC_NoPassProdCheckBillMain.HICMOBillNo = "";
@@ -1637,6 +1640,12 @@
            {
                txtHReasonList.Text = "";
                txtHReasonList.Text = oGy_BadReasonList.txtHBadReason.Text;
                txtHProcID.Text = "";
                txtHProcID.Text = oGy_BadReasonList.txtHProcName.Text;
                txtHProcID.Tag = oGy_BadReasonList.txtHProcName.Tag;
                oGy_BadReasonList = null;
                if (SaveBill("SaveDown"))
                {
SCM/µ¥¾Ý×ÊÁÏ/Sc_ICMOReportToBarCode.designer.cs
@@ -126,9 +126,9 @@
            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.cmdHWaitList = new System.Windows.Forms.Button();
            this.cmdSaveAndNext = new System.Windows.Forms.Button();
            this.cmdHSourceBillNo = new System.Windows.Forms.Button();
            this.cmdHSetZero = new System.Windows.Forms.Button();
@@ -139,6 +139,7 @@
            this.lblHNowQty = new System.Windows.Forms.Label();
            this.cmdHSaveBill = new System.Windows.Forms.Button();
            this.cmdDel = new System.Windows.Forms.Button();
            this.cmdHWaitList = new System.Windows.Forms.Button();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
@@ -162,7 +163,9 @@
            this.label12 = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.timer3 = new System.Windows.Forms.Timer(this.components);
            this.chkFinishFlag = new System.Windows.Forms.CheckBox();
            this.label34 = new System.Windows.Forms.Label();
            this.txtHProcID = new System.Windows.Forms.TextBox();
            this.cmdHProcID = new System.Windows.Forms.Button();
            this.Tool.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
@@ -207,7 +210,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(1562, 62);
            this.Tool.Size = new System.Drawing.Size(1172, 50);
            this.Tool.Stretch = true;
            this.Tool.TabIndex = 16;
            this.Tool.Text = "toolStrip1";
@@ -216,13 +219,13 @@
            // 
            this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 62);
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50);
            // 
            // toolStripSeparator11
            // 
            this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator11.Name = "toolStripSeparator11";
            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 62);
            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50);
            // 
            // mrlk
            // 
@@ -232,7 +235,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(73, 59);
            this.mrlk.Size = new System.Drawing.Size(60, 47);
            this.mrlk.Text = "默认列宽";
            this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -242,7 +245,7 @@
            // 
            this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62);
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
            // 
            // bclk
            // 
@@ -252,7 +255,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(73, 59);
            this.bclk.Size = new System.Drawing.Size(60, 47);
            this.bclk.Text = "保存列宽";
            this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -262,7 +265,7 @@
            // 
            this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62);
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50);
            // 
            // timer1
            // 
@@ -279,12 +282,11 @@
            // grdPrint
            // 
            this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdPrint.Location = new System.Drawing.Point(1029, 182);
            this.grdPrint.Margin = new System.Windows.Forms.Padding(4);
            this.grdPrint.Location = new System.Drawing.Point(772, 146);
            this.grdPrint.Name = "grdPrint";
            this.grdPrint.RowHeadersWidth = 51;
            this.grdPrint.RowTemplate.Height = 23;
            this.grdPrint.Size = new System.Drawing.Size(33, 30);
            this.grdPrint.Size = new System.Drawing.Size(25, 24);
            this.grdPrint.TabIndex = 8;
            this.grdPrint.Visible = false;
            // 
@@ -295,14 +297,13 @@
            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, 725);
            this.grdSum.Margin = new System.Windows.Forms.Padding(4);
            this.grdSum.Location = new System.Drawing.Point(0, 580);
            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(1562, 24);
            this.grdSum.Size = new System.Drawing.Size(1172, 19);
            this.grdSum.TabIndex = 47;
            // 
            // groupBox1
@@ -312,11 +313,9 @@
            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, 62);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox1.Location = new System.Drawing.Point(0, 50);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox1.Size = new System.Drawing.Size(1562, 382);
            this.groupBox1.Size = new System.Drawing.Size(1172, 306);
            this.groupBox1.TabIndex = 50;
            this.groupBox1.TabStop = false;
            // 
@@ -327,11 +326,9 @@
            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(4, 22);
            this.gbUp.Margin = new System.Windows.Forms.Padding(4);
            this.gbUp.Location = new System.Drawing.Point(3, 17);
            this.gbUp.Name = "gbUp";
            this.gbUp.Padding = new System.Windows.Forms.Padding(4);
            this.gbUp.Size = new System.Drawing.Size(1554, 356);
            this.gbUp.Size = new System.Drawing.Size(1166, 286);
            this.gbUp.TabIndex = 34;
            this.gbUp.TabStop = false;
            // 
@@ -341,11 +338,11 @@
            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(4, 141);
            this.tabControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabControl3.Location = new System.Drawing.Point(3, 112);
            this.tabControl3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl3.Name = "tabControl3";
            this.tabControl3.SelectedIndex = 0;
            this.tabControl3.Size = new System.Drawing.Size(1546, 211);
            this.tabControl3.Size = new System.Drawing.Size(1160, 171);
            this.tabControl3.TabIndex = 136;
            // 
            // tabPage3
@@ -400,21 +397,21 @@
            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, 25);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage3.Size = new System.Drawing.Size(1538, 182);
            this.tabPage3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Size = new System.Drawing.Size(1152, 145);
            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(998, 98);
            this.cmdNext.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdNext.Location = new System.Drawing.Point(748, 78);
            this.cmdNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdNext.Name = "cmdNext";
            this.cmdNext.Size = new System.Drawing.Size(80, 34);
            this.cmdNext.Size = new System.Drawing.Size(60, 27);
            this.cmdNext.TabIndex = 162;
            this.cmdNext.Text = "下一行";
            this.cmdNext.UseVisualStyleBackColor = true;
@@ -423,10 +420,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(288, 92);
            this.cmdSaveAndSmall.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndSmall.Location = new System.Drawing.Point(216, 74);
            this.cmdSaveAndSmall.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndSmall.Name = "cmdSaveAndSmall";
            this.cmdSaveAndSmall.Size = new System.Drawing.Size(80, 34);
            this.cmdSaveAndSmall.Size = new System.Drawing.Size(60, 27);
            this.cmdSaveAndSmall.TabIndex = 161;
            this.cmdSaveAndSmall.Text = "小米数";
            this.cmdSaveAndSmall.UseVisualStyleBackColor = true;
@@ -435,10 +432,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(288, 9);
            this.cmdZero.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdZero.Location = new System.Drawing.Point(216, 7);
            this.cmdZero.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdZero.Name = "cmdZero";
            this.cmdZero.Size = new System.Drawing.Size(60, 34);
            this.cmdZero.Size = new System.Drawing.Size(45, 27);
            this.cmdZero.TabIndex = 139;
            this.cmdZero.Text = "归零";
            this.cmdZero.UseVisualStyleBackColor = true;
@@ -447,10 +444,9 @@
            // cmdHEmp3
            // 
            this.cmdHEmp3.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmp3.Image")));
            this.cmdHEmp3.Location = new System.Drawing.Point(1611, 138);
            this.cmdHEmp3.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmp3.Location = new System.Drawing.Point(1208, 110);
            this.cmdHEmp3.Name = "cmdHEmp3";
            this.cmdHEmp3.Size = new System.Drawing.Size(43, 40);
            this.cmdHEmp3.Size = new System.Drawing.Size(32, 32);
            this.cmdHEmp3.TabIndex = 160;
            this.cmdHEmp3.UseVisualStyleBackColor = true;
            this.cmdHEmp3.Click += new System.EventHandler(this.cmdHEmp3_Click);
@@ -460,10 +456,9 @@
            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(1371, 146);
            this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label32.Location = new System.Drawing.Point(1028, 117);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(59, 20);
            this.label32.Size = new System.Drawing.Size(48, 16);
            this.label32.TabIndex = 158;
            this.label32.Text = "职员3";
            // 
@@ -471,11 +466,10 @@
            // 
            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(1467, 139);
            this.txtHEmpID3.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID3.Location = new System.Drawing.Point(1100, 111);
            this.txtHEmpID3.Name = "txtHEmpID3";
            this.txtHEmpID3.ReadOnly = true;
            this.txtHEmpID3.Size = new System.Drawing.Size(137, 36);
            this.txtHEmpID3.Size = new System.Drawing.Size(104, 30);
            this.txtHEmpID3.TabIndex = 159;
            this.txtHEmpID3.TextChanged += new System.EventHandler(this.txtHEmpID3_TextChanged);
            // 
@@ -484,10 +478,9 @@
            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(1077, 61);
            this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label31.Location = new System.Drawing.Point(808, 49);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(109, 20);
            this.label31.Size = new System.Drawing.Size(88, 16);
            this.label31.TabIndex = 157;
            this.label31.Text = "旧物料编码";
            // 
@@ -495,20 +488,18 @@
            // 
            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(1196, 52);
            this.txtHOldMaterNumber.Margin = new System.Windows.Forms.Padding(4);
            this.txtHOldMaterNumber.Location = new System.Drawing.Point(897, 42);
            this.txtHOldMaterNumber.Name = "txtHOldMaterNumber";
            this.txtHOldMaterNumber.ReadOnly = true;
            this.txtHOldMaterNumber.Size = new System.Drawing.Size(164, 36);
            this.txtHOldMaterNumber.Size = new System.Drawing.Size(124, 30);
            this.txtHOldMaterNumber.TabIndex = 156;
            // 
            // cmdHEmp2
            // 
            this.cmdHEmp2.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmp2.Image")));
            this.cmdHEmp2.Location = new System.Drawing.Point(1611, 94);
            this.cmdHEmp2.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmp2.Location = new System.Drawing.Point(1208, 75);
            this.cmdHEmp2.Name = "cmdHEmp2";
            this.cmdHEmp2.Size = new System.Drawing.Size(43, 40);
            this.cmdHEmp2.Size = new System.Drawing.Size(32, 32);
            this.cmdHEmp2.TabIndex = 155;
            this.cmdHEmp2.UseVisualStyleBackColor = true;
            this.cmdHEmp2.Click += new System.EventHandler(this.cmdHEmp2_Click);
@@ -518,10 +509,9 @@
            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(1371, 102);
            this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label30.Location = new System.Drawing.Point(1028, 82);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(59, 20);
            this.label30.Size = new System.Drawing.Size(48, 16);
            this.label30.TabIndex = 153;
            this.label30.Text = "职员2";
            // 
@@ -529,21 +519,19 @@
            // 
            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(1467, 96);
            this.txtHEmpID2.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID2.Location = new System.Drawing.Point(1100, 77);
            this.txtHEmpID2.Name = "txtHEmpID2";
            this.txtHEmpID2.ReadOnly = true;
            this.txtHEmpID2.Size = new System.Drawing.Size(137, 36);
            this.txtHEmpID2.Size = new System.Drawing.Size(104, 30);
            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(1611, 52);
            this.cmdHEmp.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHEmp.Location = new System.Drawing.Point(1208, 42);
            this.cmdHEmp.Name = "cmdHEmp";
            this.cmdHEmp.Size = new System.Drawing.Size(43, 40);
            this.cmdHEmp.Size = new System.Drawing.Size(32, 32);
            this.cmdHEmp.TabIndex = 152;
            this.cmdHEmp.UseVisualStyleBackColor = true;
            this.cmdHEmp.Click += new System.EventHandler(this.cmdHEmp_Click);
@@ -553,10 +541,9 @@
            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(1371, 61);
            this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label29.Location = new System.Drawing.Point(1028, 49);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(59, 20);
            this.label29.Size = new System.Drawing.Size(48, 16);
            this.label29.TabIndex = 150;
            this.label29.Text = "职员1";
            // 
@@ -564,21 +551,19 @@
            // 
            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(1467, 54);
            this.txtHEmpID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHEmpID.Location = new System.Drawing.Point(1100, 43);
            this.txtHEmpID.Name = "txtHEmpID";
            this.txtHEmpID.ReadOnly = true;
            this.txtHEmpID.Size = new System.Drawing.Size(137, 36);
            this.txtHEmpID.Size = new System.Drawing.Size(104, 30);
            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(1611, 9);
            this.cmdHGroupID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHGroupID.Location = new System.Drawing.Point(1208, 7);
            this.cmdHGroupID.Name = "cmdHGroupID";
            this.cmdHGroupID.Size = new System.Drawing.Size(43, 40);
            this.cmdHGroupID.Size = new System.Drawing.Size(32, 32);
            this.cmdHGroupID.TabIndex = 149;
            this.cmdHGroupID.UseVisualStyleBackColor = true;
            this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
@@ -588,10 +573,9 @@
            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(1368, 18);
            this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label28.Location = new System.Drawing.Point(1026, 14);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(89, 20);
            this.label28.Size = new System.Drawing.Size(72, 16);
            this.label28.TabIndex = 147;
            this.label28.Text = "生产班组";
            // 
@@ -599,11 +583,10 @@
            // 
            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(128, 135);
            this.txtHMaker.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMaker.Location = new System.Drawing.Point(96, 108);
            this.txtHMaker.Name = "txtHMaker";
            this.txtHMaker.ReadOnly = true;
            this.txtHMaker.Size = new System.Drawing.Size(157, 36);
            this.txtHMaker.Size = new System.Drawing.Size(119, 30);
            this.txtHMaker.TabIndex = 104;
            // 
            // label8
@@ -611,10 +594,9 @@
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.ForeColor = System.Drawing.Color.Black;
            this.label8.Location = new System.Drawing.Point(37, 135);
            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label8.Location = new System.Drawing.Point(28, 108);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(69, 20);
            this.label8.Size = new System.Drawing.Size(56, 16);
            this.label8.TabIndex = 108;
            this.label8.Text = "制单人";
            // 
@@ -622,11 +604,10 @@
            // 
            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(1467, 11);
            this.txtHGroupID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHGroupID.Location = new System.Drawing.Point(1100, 9);
            this.txtHGroupID.Name = "txtHGroupID";
            this.txtHGroupID.ReadOnly = true;
            this.txtHGroupID.Size = new System.Drawing.Size(137, 36);
            this.txtHGroupID.Size = new System.Drawing.Size(104, 30);
            this.txtHGroupID.TabIndex = 148;
            this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged);
            // 
@@ -634,11 +615,10 @@
            // 
            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(452, 92);
            this.txtHSumQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSumQty.Location = new System.Drawing.Point(339, 74);
            this.txtHSumQty.Name = "txtHSumQty";
            this.txtHSumQty.ReadOnly = true;
            this.txtHSumQty.Size = new System.Drawing.Size(239, 36);
            this.txtHSumQty.Size = new System.Drawing.Size(180, 30);
            this.txtHSumQty.TabIndex = 110;
            // 
            // label9
@@ -646,10 +626,9 @@
            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(375, 102);
            this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label9.Location = new System.Drawing.Point(281, 82);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(69, 20);
            this.label9.Size = new System.Drawing.Size(56, 16);
            this.label9.TabIndex = 112;
            this.label9.Text = "总数量";
            // 
@@ -657,11 +636,10 @@
            // 
            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(819, 96);
            this.txtHRelationQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHRelationQty.Location = new System.Drawing.Point(614, 77);
            this.txtHRelationQty.Name = "txtHRelationQty";
            this.txtHRelationQty.ReadOnly = true;
            this.txtHRelationQty.Size = new System.Drawing.Size(173, 36);
            this.txtHRelationQty.Size = new System.Drawing.Size(131, 30);
            this.txtHRelationQty.TabIndex = 115;
            // 
            // label17
@@ -669,10 +647,9 @@
            this.label17.AutoSize = true;
            this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label17.ForeColor = System.Drawing.Color.Black;
            this.label17.Location = new System.Drawing.Point(1093, 22);
            this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label17.Location = new System.Drawing.Point(820, 18);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(89, 20);
            this.label17.Size = new System.Drawing.Size(72, 16);
            this.label17.TabIndex = 129;
            this.label17.Text = "计量单位";
            // 
@@ -681,10 +658,9 @@
            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(1097, 148);
            this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label27.Location = new System.Drawing.Point(823, 118);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(89, 20);
            this.label27.Size = new System.Drawing.Size(72, 16);
            this.label27.TabIndex = 144;
            this.label27.Text = "生产资源";
            // 
@@ -693,10 +669,9 @@
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ForeColor = System.Drawing.Color.Black;
            this.label5.Location = new System.Drawing.Point(13, 11);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Location = new System.Drawing.Point(10, 9);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(89, 20);
            this.label5.Size = new System.Drawing.Size(72, 16);
            this.label5.TabIndex = 105;
            this.label5.Text = "开始数量";
            // 
@@ -704,21 +679,19 @@
            // 
            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(1196, 140);
            this.txtHSourceID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceID.Location = new System.Drawing.Point(897, 112);
            this.txtHSourceID.Name = "txtHSourceID";
            this.txtHSourceID.ReadOnly = true;
            this.txtHSourceID.Size = new System.Drawing.Size(124, 36);
            this.txtHSourceID.Size = new System.Drawing.Size(94, 30);
            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(1317, 139);
            this.cmdHSourceID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHSourceID.Location = new System.Drawing.Point(988, 111);
            this.cmdHSourceID.Name = "cmdHSourceID";
            this.cmdHSourceID.Size = new System.Drawing.Size(43, 40);
            this.cmdHSourceID.Size = new System.Drawing.Size(32, 32);
            this.cmdHSourceID.TabIndex = 146;
            this.cmdHSourceID.UseVisualStyleBackColor = true;
            this.cmdHSourceID.Click += new System.EventHandler(this.cmdHSourceID_Click);
@@ -727,11 +700,10 @@
            // 
            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(128, 8);
            this.txtHKSQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHKSQty.Location = new System.Drawing.Point(96, 6);
            this.txtHKSQty.Name = "txtHKSQty";
            this.txtHKSQty.ReadOnly = true;
            this.txtHKSQty.Size = new System.Drawing.Size(157, 36);
            this.txtHKSQty.Size = new System.Drawing.Size(119, 30);
            this.txtHKSQty.TabIndex = 101;
            this.txtHKSQty.Text = "0";
            // 
@@ -740,10 +712,9 @@
            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(745, 142);
            this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label18.Location = new System.Drawing.Point(559, 114);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(49, 20);
            this.label18.Size = new System.Drawing.Size(40, 16);
            this.label18.TabIndex = 128;
            this.label18.Text = "批次";
            // 
@@ -752,10 +723,9 @@
            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(705, 98);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Location = new System.Drawing.Point(529, 78);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 20);
            this.label1.Size = new System.Drawing.Size(72, 16);
            this.label1.TabIndex = 118;
            this.label1.Text = "关联数量";
            // 
@@ -763,33 +733,30 @@
            // 
            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(1196, 8);
            this.txtHUnitName.Margin = new System.Windows.Forms.Padding(4);
            this.txtHUnitName.Location = new System.Drawing.Point(897, 6);
            this.txtHUnitName.Name = "txtHUnitName";
            this.txtHUnitName.ReadOnly = true;
            this.txtHUnitName.Size = new System.Drawing.Size(164, 36);
            this.txtHUnitName.Size = new System.Drawing.Size(124, 30);
            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(1196, 96);
            this.txtHSYQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSYQty.Location = new System.Drawing.Point(897, 77);
            this.txtHSYQty.Name = "txtHSYQty";
            this.txtHSYQty.ReadOnly = true;
            this.txtHSYQty.Size = new System.Drawing.Size(164, 36);
            this.txtHSYQty.Size = new System.Drawing.Size(124, 30);
            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(819, 140);
            this.txtHBatchNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBatchNo.Location = new System.Drawing.Point(614, 112);
            this.txtHBatchNo.Name = "txtHBatchNo";
            this.txtHBatchNo.ReadOnly = true;
            this.txtHBatchNo.Size = new System.Drawing.Size(220, 36);
            this.txtHBatchNo.Size = new System.Drawing.Size(166, 30);
            this.txtHBatchNo.TabIndex = 125;
            // 
            // label13
@@ -797,10 +764,9 @@
            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(1093, 104);
            this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label13.Location = new System.Drawing.Point(820, 83);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(89, 20);
            this.label13.Size = new System.Drawing.Size(72, 16);
            this.label13.TabIndex = 123;
            this.label13.Text = "剩余数量";
            // 
@@ -808,11 +774,10 @@
            // 
            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(452, 50);
            this.txtHMaterNumber.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMaterNumber.Location = new System.Drawing.Point(339, 40);
            this.txtHMaterNumber.Name = "txtHMaterNumber";
            this.txtHMaterNumber.ReadOnly = true;
            this.txtHMaterNumber.Size = new System.Drawing.Size(239, 36);
            this.txtHMaterNumber.Size = new System.Drawing.Size(180, 30);
            this.txtHMaterNumber.TabIndex = 109;
            // 
            // label4
@@ -820,10 +785,9 @@
            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(705, 52);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Location = new System.Drawing.Point(529, 42);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(89, 20);
            this.label4.Size = new System.Drawing.Size(72, 16);
            this.label4.TabIndex = 117;
            this.label4.Text = "物料名称";
            // 
@@ -832,10 +796,9 @@
            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(705, 16);
            this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label14.Location = new System.Drawing.Point(529, 13);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(99, 20);
            this.label14.Size = new System.Drawing.Size(80, 16);
            this.label14.TabIndex = 40;
            this.label14.Text = "部门/车间";
            // 
@@ -844,10 +807,9 @@
            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(355, 16);
            this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label10.Location = new System.Drawing.Point(266, 13);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(89, 20);
            this.label10.Size = new System.Drawing.Size(72, 16);
            this.label10.TabIndex = 116;
            this.label10.Text = "源单单号";
            // 
@@ -855,11 +817,10 @@
            // 
            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(819, 9);
            this.txtHDeptID.Margin = new System.Windows.Forms.Padding(4);
            this.txtHDeptID.Location = new System.Drawing.Point(614, 7);
            this.txtHDeptID.Name = "txtHDeptID";
            this.txtHDeptID.ReadOnly = true;
            this.txtHDeptID.Size = new System.Drawing.Size(220, 36);
            this.txtHDeptID.Size = new System.Drawing.Size(166, 30);
            this.txtHDeptID.TabIndex = 41;
            this.txtHDeptID.TextChanged += new System.EventHandler(this.txtHDeptID_TextChanged);
            // 
@@ -867,20 +828,18 @@
            // 
            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(819, 52);
            this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMaterName.Location = new System.Drawing.Point(614, 42);
            this.txtHMaterName.Name = "txtHMaterName";
            this.txtHMaterName.ReadOnly = true;
            this.txtHMaterName.Size = new System.Drawing.Size(220, 36);
            this.txtHMaterName.Size = new System.Drawing.Size(166, 30);
            this.txtHMaterName.TabIndex = 114;
            // 
            // cmdHDeptID
            // 
            this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image")));
            this.cmdHDeptID.Location = new System.Drawing.Point(1036, 8);
            this.cmdHDeptID.Margin = new System.Windows.Forms.Padding(4);
            this.cmdHDeptID.Location = new System.Drawing.Point(777, 6);
            this.cmdHDeptID.Name = "cmdHDeptID";
            this.cmdHDeptID.Size = new System.Drawing.Size(43, 40);
            this.cmdHDeptID.Size = new System.Drawing.Size(32, 32);
            this.cmdHDeptID.TabIndex = 42;
            this.cmdHDeptID.UseVisualStyleBackColor = true;
            this.cmdHDeptID.Visible = false;
@@ -890,20 +849,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(452, 9);
            this.txtHSourceBillNo.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSourceBillNo.Location = new System.Drawing.Point(339, 7);
            this.txtHSourceBillNo.Name = "txtHSourceBillNo";
            this.txtHSourceBillNo.ReadOnly = true;
            this.txtHSourceBillNo.Size = new System.Drawing.Size(239, 36);
            this.txtHSourceBillNo.Size = new System.Drawing.Size(180, 30);
            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(385, 138);
            this.label2.Location = new System.Drawing.Point(289, 110);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(49, 20);
            this.label2.Size = new System.Drawing.Size(40, 16);
            this.label2.TabIndex = 93;
            this.label2.Text = "日期";
            // 
@@ -912,10 +871,9 @@
            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(355, 59);
            this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label11.Location = new System.Drawing.Point(266, 47);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(89, 20);
            this.label11.Size = new System.Drawing.Size(72, 16);
            this.label11.TabIndex = 111;
            this.label11.Text = "物料代码";
            // 
@@ -924,21 +882,20 @@
            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(452, 132);
            this.dtpHDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.dtpHDate.Location = new System.Drawing.Point(339, 106);
            this.dtpHDate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.dtpHDate.Name = "dtpHDate";
            this.dtpHDate.Size = new System.Drawing.Size(239, 36);
            this.dtpHDate.Size = new System.Drawing.Size(180, 30);
            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(128, 50);
            this.txtHDQQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHDQQty.Location = new System.Drawing.Point(96, 40);
            this.txtHDQQty.Name = "txtHDQQty";
            this.txtHDQQty.ReadOnly = true;
            this.txtHDQQty.Size = new System.Drawing.Size(157, 36);
            this.txtHDQQty.Size = new System.Drawing.Size(119, 30);
            this.txtHDQQty.TabIndex = 102;
            // 
            // label7
@@ -946,10 +903,9 @@
            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(13, 98);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Location = new System.Drawing.Point(10, 78);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(89, 20);
            this.label7.Size = new System.Drawing.Size(72, 16);
            this.label7.TabIndex = 107;
            this.label7.Text = "实际数量";
            // 
@@ -957,11 +913,10 @@
            // 
            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(128, 92);
            this.txtHSJQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSJQty.Location = new System.Drawing.Point(96, 74);
            this.txtHSJQty.Name = "txtHSJQty";
            this.txtHSJQty.ReadOnly = true;
            this.txtHSJQty.Size = new System.Drawing.Size(157, 36);
            this.txtHSJQty.Size = new System.Drawing.Size(119, 30);
            this.txtHSJQty.TabIndex = 103;
            // 
            // label6
@@ -969,10 +924,9 @@
            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(13, 54);
            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label6.Location = new System.Drawing.Point(10, 43);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(89, 20);
            this.label6.Size = new System.Drawing.Size(72, 16);
            this.label6.TabIndex = 106;
            this.label6.Text = "当前数量";
            // 
@@ -1005,10 +959,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, 25);
            this.tabPage4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(1538, 182);
            this.tabPage4.Size = new System.Drawing.Size(1152, 145);
            this.tabPage4.TabIndex = 1;
            this.tabPage4.Text = "串口信息";
            // 
@@ -1017,10 +971,9 @@
            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(949, 131);
            this.lblHCusModel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblHCusModel.Location = new System.Drawing.Point(712, 105);
            this.lblHCusModel.Name = "lblHCusModel";
            this.lblHCusModel.Size = new System.Drawing.Size(89, 20);
            this.lblHCusModel.Size = new System.Drawing.Size(72, 16);
            this.lblHCusModel.TabIndex = 152;
            this.lblHCusModel.Text = "客户型号";
            // 
@@ -1028,11 +981,10 @@
            // 
            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(1046, 128);
            this.txtHCusModel.Margin = new System.Windows.Forms.Padding(4);
            this.txtHCusModel.Location = new System.Drawing.Point(784, 102);
            this.txtHCusModel.Name = "txtHCusModel";
            this.txtHCusModel.ReadOnly = true;
            this.txtHCusModel.Size = new System.Drawing.Size(164, 36);
            this.txtHCusModel.Size = new System.Drawing.Size(124, 30);
            this.txtHCusModel.TabIndex = 151;
            // 
            // label15
@@ -1040,10 +992,9 @@
            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(947, 82);
            this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label15.Location = new System.Drawing.Point(710, 66);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(89, 20);
            this.label15.Size = new System.Drawing.Size(72, 16);
            this.label15.TabIndex = 122;
            this.label15.Text = "规格型号";
            // 
@@ -1053,10 +1004,9 @@
            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(71, 157);
            this.cmbHOrgID.Margin = new System.Windows.Forms.Padding(4);
            this.cmbHOrgID.Location = new System.Drawing.Point(53, 126);
            this.cmbHOrgID.Name = "cmbHOrgID";
            this.cmbHOrgID.Size = new System.Drawing.Size(293, 33);
            this.cmbHOrgID.Size = new System.Drawing.Size(221, 28);
            this.cmbHOrgID.TabIndex = 85;
            this.cmbHOrgID.Visible = false;
            // 
@@ -1065,10 +1015,9 @@
            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(27, 162);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Location = new System.Drawing.Point(20, 130);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(49, 20);
            this.label3.Size = new System.Drawing.Size(40, 16);
            this.label3.TabIndex = 84;
            this.label3.Text = "组织";
            this.label3.Visible = false;
@@ -1077,23 +1026,22 @@
            // 
            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(1044, 79);
            this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4);
            this.txtHMaterModel.Location = new System.Drawing.Point(783, 63);
            this.txtHMaterModel.Name = "txtHMaterModel";
            this.txtHMaterModel.ReadOnly = true;
            this.txtHMaterModel.Size = new System.Drawing.Size(164, 36);
            this.txtHMaterModel.Size = new System.Drawing.Size(124, 30);
            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(1241, 17);
            this.grdEmp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.grdEmp.Location = new System.Drawing.Point(931, 14);
            this.grdEmp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grdEmp.Name = "grdEmp";
            this.grdEmp.RowHeadersWidth = 51;
            this.grdEmp.RowTemplate.Height = 27;
            this.grdEmp.Size = new System.Drawing.Size(83, 35);
            this.grdEmp.Size = new System.Drawing.Size(62, 28);
            this.grdEmp.TabIndex = 150;
            this.grdEmp.Visible = false;
            // 
@@ -1102,10 +1050,9 @@
            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(1299, 79);
            this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label16.Location = new System.Drawing.Point(974, 63);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(69, 20);
            this.label16.Size = new System.Drawing.Size(56, 16);
            this.label16.TabIndex = 130;
            this.label16.Text = "流水号";
            this.label16.Visible = false;
@@ -1114,21 +1061,20 @@
            // 
            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(1389, 76);
            this.txtHLSH.Margin = new System.Windows.Forms.Padding(4);
            this.txtHLSH.Location = new System.Drawing.Point(1042, 61);
            this.txtHLSH.Name = "txtHLSH";
            this.txtHLSH.ReadOnly = true;
            this.txtHLSH.Size = new System.Drawing.Size(127, 36);
            this.txtHLSH.Size = new System.Drawing.Size(96, 30);
            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(813, 112);
            this.cmdHSaveInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSaveInfo.Location = new System.Drawing.Point(610, 90);
            this.cmdHSaveInfo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSaveInfo.Name = "cmdHSaveInfo";
            this.cmdHSaveInfo.Size = new System.Drawing.Size(128, 48);
            this.cmdHSaveInfo.Size = new System.Drawing.Size(96, 38);
            this.cmdHSaveInfo.TabIndex = 143;
            this.cmdHSaveInfo.Text = "保存参数";
            this.cmdHSaveInfo.UseVisualStyleBackColor = true;
@@ -1139,10 +1085,9 @@
            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(315, 128);
            this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label26.Location = new System.Drawing.Point(236, 102);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(69, 20);
            this.label26.Size = new System.Drawing.Size(56, 16);
            this.label26.TabIndex = 142;
            this.label26.Text = "发送码";
            // 
@@ -1150,10 +1095,9 @@
            // 
            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(404, 128);
            this.txtHSend.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSend.Location = new System.Drawing.Point(303, 102);
            this.txtHSend.Name = "txtHSend";
            this.txtHSend.Size = new System.Drawing.Size(383, 36);
            this.txtHSend.Size = new System.Drawing.Size(288, 30);
            this.txtHSend.TabIndex = 141;
            this.txtHSend.Text = "01 03 00 01 00 02 95 CB";
            // 
@@ -1162,10 +1106,9 @@
            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(315, 82);
            this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label20.Location = new System.Drawing.Point(236, 66);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(69, 20);
            this.label20.Size = new System.Drawing.Size(56, 16);
            this.label20.TabIndex = 140;
            this.label20.Text = "清零码";
            // 
@@ -1173,20 +1116,19 @@
            // 
            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(404, 82);
            this.txtHSend0.Margin = new System.Windows.Forms.Padding(4);
            this.txtHSend0.Location = new System.Drawing.Point(303, 66);
            this.txtHSend0.Name = "txtHSend0";
            this.txtHSend0.Size = new System.Drawing.Size(383, 36);
            this.txtHSend0.Size = new System.Drawing.Size(288, 30);
            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(163, 96);
            this.cmdCloseCom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdCloseCom.Location = new System.Drawing.Point(122, 77);
            this.cmdCloseCom.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdCloseCom.Name = "cmdCloseCom";
            this.cmdCloseCom.Size = new System.Drawing.Size(128, 48);
            this.cmdCloseCom.Size = new System.Drawing.Size(96, 38);
            this.cmdCloseCom.TabIndex = 138;
            this.cmdCloseCom.Text = "关闭串口";
            this.cmdCloseCom.UseVisualStyleBackColor = true;
@@ -1195,10 +1137,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(19, 96);
            this.cmdOpenCom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdOpenCom.Location = new System.Drawing.Point(14, 77);
            this.cmdOpenCom.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdOpenCom.Name = "cmdOpenCom";
            this.cmdOpenCom.Size = new System.Drawing.Size(128, 48);
            this.cmdOpenCom.Size = new System.Drawing.Size(96, 38);
            this.cmdOpenCom.TabIndex = 138;
            this.cmdOpenCom.Text = "打开串口";
            this.cmdOpenCom.UseVisualStyleBackColor = true;
@@ -1213,10 +1155,10 @@
            "1",
            "1.5",
            "2"});
            this.cmbStopBits.Location = new System.Drawing.Point(1099, 36);
            this.cmbStopBits.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmbStopBits.Location = new System.Drawing.Point(824, 29);
            this.cmbStopBits.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmbStopBits.Name = "cmbStopBits";
            this.cmbStopBits.Size = new System.Drawing.Size(111, 33);
            this.cmbStopBits.Size = new System.Drawing.Size(84, 28);
            this.cmbStopBits.TabIndex = 115;
            this.cmbStopBits.Text = "1";
            // 
@@ -1224,9 +1166,10 @@
            // 
            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(1003, 40);
            this.label25.Location = new System.Drawing.Point(752, 32);
            this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(69, 20);
            this.label25.Size = new System.Drawing.Size(56, 16);
            this.label25.TabIndex = 114;
            this.label25.Text = "停止位";
            // 
@@ -1234,10 +1177,9 @@
            // 
            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(875, 32);
            this.txtDataBits.Margin = new System.Windows.Forms.Padding(4);
            this.txtDataBits.Location = new System.Drawing.Point(656, 26);
            this.txtDataBits.Name = "txtDataBits";
            this.txtDataBits.Size = new System.Drawing.Size(101, 36);
            this.txtDataBits.Size = new System.Drawing.Size(77, 30);
            this.txtDataBits.TabIndex = 113;
            this.txtDataBits.Text = "8";
            // 
@@ -1245,9 +1187,10 @@
            // 
            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(801, 32);
            this.label24.Location = new System.Drawing.Point(601, 26);
            this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(69, 20);
            this.label24.Size = new System.Drawing.Size(56, 16);
            this.label24.TabIndex = 112;
            this.label24.Text = "数据位";
            // 
@@ -1256,10 +1199,9 @@
            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(561, 32);
            this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label23.Location = new System.Drawing.Point(421, 26);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(69, 20);
            this.label23.Size = new System.Drawing.Size(56, 16);
            this.label23.TabIndex = 111;
            this.label23.Text = "校验位";
            // 
@@ -1273,10 +1215,10 @@
            "2",
            "3",
            "4"});
            this.cmbParity.Location = new System.Drawing.Point(651, 32);
            this.cmbParity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmbParity.Location = new System.Drawing.Point(488, 26);
            this.cmbParity.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmbParity.Name = "cmbParity";
            this.cmbParity.Size = new System.Drawing.Size(135, 33);
            this.cmbParity.Size = new System.Drawing.Size(102, 28);
            this.cmbParity.TabIndex = 110;
            this.cmbParity.Text = "0";
            // 
@@ -1285,10 +1227,9 @@
            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(295, 32);
            this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label22.Location = new System.Drawing.Point(221, 26);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(69, 20);
            this.label22.Size = new System.Drawing.Size(56, 16);
            this.label22.TabIndex = 109;
            this.label22.Text = "波特率";
            // 
@@ -1296,10 +1237,9 @@
            // 
            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(372, 32);
            this.txtBaudRate.Margin = new System.Windows.Forms.Padding(4);
            this.txtBaudRate.Location = new System.Drawing.Point(279, 26);
            this.txtBaudRate.Name = "txtBaudRate";
            this.txtBaudRate.Size = new System.Drawing.Size(159, 36);
            this.txtBaudRate.Size = new System.Drawing.Size(120, 30);
            this.txtBaudRate.TabIndex = 108;
            this.txtBaudRate.Text = "9600";
            // 
@@ -1308,10 +1248,9 @@
            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(27, 32);
            this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label21.Location = new System.Drawing.Point(20, 26);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(39, 20);
            this.label21.Size = new System.Drawing.Size(32, 16);
            this.label21.TabIndex = 107;
            this.label21.Text = "COM";
            // 
@@ -1319,21 +1258,24 @@
            // 
            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(91, 32);
            this.txtPortName.Margin = new System.Windows.Forms.Padding(4);
            this.txtPortName.Location = new System.Drawing.Point(68, 26);
            this.txtPortName.Name = "txtPortName";
            this.txtPortName.Size = new System.Drawing.Size(159, 36);
            this.txtPortName.Size = new System.Drawing.Size(120, 30);
            this.txtPortName.TabIndex = 106;
            this.txtPortName.Text = "COM11";
            // 
            // tabPage5
            // 
            this.tabPage5.BackColor = System.Drawing.Color.Lavender;
            this.tabPage5.Controls.Add(this.txtHProcID);
            this.tabPage5.Controls.Add(this.cmdHProcID);
            this.tabPage5.Controls.Add(this.label34);
            this.tabPage5.Controls.Add(this.txtHBadQty);
            this.tabPage5.Controls.Add(this.label33);
            this.tabPage5.Location = new System.Drawing.Point(4, 25);
            this.tabPage5.Location = new System.Drawing.Point(4, 22);
            this.tabPage5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(1538, 182);
            this.tabPage5.Size = new System.Drawing.Size(1152, 145);
            this.tabPage5.TabIndex = 2;
            this.tabPage5.Text = "其他信息";
            // 
@@ -1341,19 +1283,19 @@
            // 
            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(148, 22);
            this.txtHBadQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBadQty.Location = new System.Drawing.Point(111, 18);
            this.txtHBadQty.Name = "txtHBadQty";
            this.txtHBadQty.Size = new System.Drawing.Size(137, 36);
            this.txtHBadQty.Size = new System.Drawing.Size(104, 30);
            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(37, 22);
            this.label33.Location = new System.Drawing.Point(28, 18);
            this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(89, 20);
            this.label33.Size = new System.Drawing.Size(72, 16);
            this.label33.TabIndex = 114;
            this.label33.Text = "不良米数";
            // 
@@ -1365,11 +1307,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(4, 22);
            this.groupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox4.Location = new System.Drawing.Point(3, 17);
            this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox4.Size = new System.Drawing.Size(1546, 119);
            this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox4.Size = new System.Drawing.Size(1160, 95);
            this.groupBox4.TabIndex = 137;
            this.groupBox4.TabStop = false;
            // 
@@ -1383,20 +1325,32 @@
            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(343, 20);
            this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.panel1.Location = new System.Drawing.Point(258, 16);
            this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1200, 97);
            this.panel1.Size = new System.Drawing.Size(900, 77);
            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(3, 16);
            this.cmdSaveAndDown2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndDown2.Location = new System.Drawing.Point(2, 13);
            this.cmdSaveAndDown2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndDown2.Name = "cmdSaveAndDown2";
            this.cmdSaveAndDown2.Size = new System.Drawing.Size(145, 66);
            this.cmdSaveAndDown2.Size = new System.Drawing.Size(109, 53);
            this.cmdSaveAndDown2.TabIndex = 141;
            this.cmdSaveAndDown2.Text = "样本纸保存";
            this.cmdSaveAndDown2.UseVisualStyleBackColor = false;
@@ -1406,35 +1360,22 @@
            // 
            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(147, 16);
            this.cmdSaveAndDown.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndDown.Location = new System.Drawing.Point(110, 13);
            this.cmdSaveAndDown.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndDown.Name = "cmdSaveAndDown";
            this.cmdSaveAndDown.Size = new System.Drawing.Size(145, 66);
            this.cmdSaveAndDown.Size = new System.Drawing.Size(109, 53);
            this.cmdSaveAndDown.TabIndex = 140;
            this.cmdSaveAndDown.Text = "降等品保存";
            this.cmdSaveAndDown.UseVisualStyleBackColor = false;
            this.cmdSaveAndDown.Click += new System.EventHandler(this.cmdSaveAndDown_Click);
            // 
            // 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(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(175, 66);
            this.cmdHWaitList.TabIndex = 139;
            this.cmdHWaitList.Text = "待处理列表";
            this.cmdHWaitList.UseVisualStyleBackColor = true;
            this.cmdHWaitList.Visible = false;
            this.cmdHWaitList.Click += new System.EventHandler(this.cmdHWaitList_Click);
            //
            // 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(323, 16);
            this.cmdSaveAndNext.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdSaveAndNext.Location = new System.Drawing.Point(242, 13);
            this.cmdSaveAndNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdSaveAndNext.Name = "cmdSaveAndNext";
            this.cmdSaveAndNext.Size = new System.Drawing.Size(145, 66);
            this.cmdSaveAndNext.Size = new System.Drawing.Size(109, 53);
            this.cmdSaveAndNext.TabIndex = 138;
            this.cmdSaveAndNext.Text = "合格保存";
            this.cmdSaveAndNext.UseVisualStyleBackColor = true;
@@ -1443,10 +1384,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(678, 16);
            this.cmdHSourceBillNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSourceBillNo.Location = new System.Drawing.Point(508, 13);
            this.cmdHSourceBillNo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSourceBillNo.Name = "cmdHSourceBillNo";
            this.cmdHSourceBillNo.Size = new System.Drawing.Size(139, 66);
            this.cmdHSourceBillNo.Size = new System.Drawing.Size(104, 53);
            this.cmdHSourceBillNo.TabIndex = 131;
            this.cmdHSourceBillNo.Text = "选单";
            this.cmdHSourceBillNo.UseVisualStyleBackColor = true;
@@ -1455,10 +1396,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(838, 16);
            this.cmdHSetZero.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSetZero.Location = new System.Drawing.Point(628, 13);
            this.cmdHSetZero.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSetZero.Name = "cmdHSetZero";
            this.cmdHSetZero.Size = new System.Drawing.Size(143, 66);
            this.cmdHSetZero.Size = new System.Drawing.Size(107, 53);
            this.cmdHSetZero.TabIndex = 132;
            this.cmdHSetZero.Text = "清零";
            this.cmdHSetZero.UseVisualStyleBackColor = true;
@@ -1467,10 +1408,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(1019, 16);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdCancel.Location = new System.Drawing.Point(764, 13);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(135, 66);
            this.cmdCancel.Size = new System.Drawing.Size(101, 53);
            this.cmdCancel.TabIndex = 133;
            this.cmdCancel.Text = "退出";
            this.cmdCancel.UseVisualStyleBackColor = true;
@@ -1480,9 +1421,10 @@
            // 
            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(285, 22);
            this.lblHRelQty.Location = new System.Drawing.Point(214, 18);
            this.lblHRelQty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblHRelQty.Name = "lblHRelQty";
            this.lblHRelQty.Size = new System.Drawing.Size(171, 61);
            this.lblHRelQty.Size = new System.Drawing.Size(128, 49);
            this.lblHRelQty.TabIndex = 140;
            this.lblHRelQty.Text = "0";
            this.lblHRelQty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -1491,9 +1433,10 @@
            // 
            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(288, 82);
            this.lblComStatus.Location = new System.Drawing.Point(216, 66);
            this.lblComStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblComStatus.Name = "lblComStatus";
            this.lblComStatus.Size = new System.Drawing.Size(233, 39);
            this.lblComStatus.Size = new System.Drawing.Size(175, 31);
            this.lblComStatus.TabIndex = 137;
            this.lblComStatus.Text = "串口状态:";
            this.lblComStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -1502,10 +1445,9 @@
            // 
            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(19, 25);
            this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label19.Location = new System.Drawing.Point(14, 20);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(65, 58);
            this.label19.Size = new System.Drawing.Size(49, 46);
            this.label19.TabIndex = 131;
            this.label19.Text = "当前米数";
            this.label19.Click += new System.EventHandler(this.label19_Click);
@@ -1514,9 +1456,10 @@
            // 
            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(92, 21);
            this.lblHNowQty.Location = new System.Drawing.Point(69, 17);
            this.lblHNowQty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblHNowQty.Name = "lblHNowQty";
            this.lblHNowQty.Size = new System.Drawing.Size(187, 61);
            this.lblHNowQty.Size = new System.Drawing.Size(140, 49);
            this.lblHNowQty.TabIndex = 135;
            this.lblHNowQty.Text = "0";
            this.lblHNowQty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -1524,10 +1467,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(1505, -18);
            this.cmdHSaveBill.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdHSaveBill.Location = new System.Drawing.Point(1129, -14);
            this.cmdHSaveBill.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHSaveBill.Name = "cmdHSaveBill";
            this.cmdHSaveBill.Size = new System.Drawing.Size(128, 48);
            this.cmdHSaveBill.Size = new System.Drawing.Size(96, 38);
            this.cmdHSaveBill.TabIndex = 136;
            this.cmdHSaveBill.Text = "保存";
            this.cmdHSaveBill.UseVisualStyleBackColor = true;
@@ -1537,20 +1480,32 @@
            // 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(1645, 2);
            this.cmdDel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.cmdDel.Location = new System.Drawing.Point(1234, 2);
            this.cmdDel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdDel.Name = "cmdDel";
            this.cmdDel.Size = new System.Drawing.Size(128, 48);
            this.cmdDel.Size = new System.Drawing.Size(96, 38);
            this.cmdDel.TabIndex = 134;
            this.cmdDel.Text = "快速盘点";
            this.cmdDel.UseVisualStyleBackColor = true;
            this.cmdDel.Visible = false;
            // 
            // 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.Name = "cmdHWaitList";
            this.cmdHWaitList.Size = new System.Drawing.Size(131, 53);
            this.cmdHWaitList.TabIndex = 139;
            this.cmdHWaitList.Text = "待处理列表";
            this.cmdHWaitList.UseVisualStyleBackColor = true;
            this.cmdHWaitList.Visible = false;
            this.cmdHWaitList.Click += new System.EventHandler(this.cmdHWaitList_Click);
            //
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 444);
            this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
            this.splitContainer1.Location = new System.Drawing.Point(0, 356);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
@@ -1561,9 +1516,8 @@
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabControl2);
            this.splitContainer1.Size = new System.Drawing.Size(1562, 281);
            this.splitContainer1.SplitterDistance = 132;
            this.splitContainer1.SplitterWidth = 5;
            this.splitContainer1.Size = new System.Drawing.Size(1172, 224);
            this.splitContainer1.SplitterDistance = 105;
            this.splitContainer1.TabIndex = 51;
            // 
            // tabControl1
@@ -1571,21 +1525,19 @@
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1562, 132);
            this.tabControl1.Size = new System.Drawing.Size(1172, 105);
            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, 25);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage1.Size = new System.Drawing.Size(1554, 103);
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage1.Size = new System.Drawing.Size(1164, 79);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "检验分切记录";
            this.tabPage1.UseVisualStyleBackColor = true;
@@ -1599,13 +1551,12 @@
            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(4, 4);
            this.grdMain.Margin = new System.Windows.Forms.Padding(4);
            this.grdMain.Location = new System.Drawing.Point(3, 3);
            this.grdMain.Name = "grdMain";
            this.grdMain.ReadOnly = true;
            this.grdMain.RowHeadersWidth = 30;
            this.grdMain.RowTemplate.Height = 23;
            this.grdMain.Size = new System.Drawing.Size(1137, 95);
            this.grdMain.Size = new System.Drawing.Size(851, 73);
            this.grdMain.TabIndex = 44;
            // 
            // groupBox2
@@ -1617,21 +1568,18 @@
            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(1141, 4);
            this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox2.Location = new System.Drawing.Point(854, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox2.Size = new System.Drawing.Size(409, 95);
            this.groupBox2.Size = new System.Drawing.Size(307, 73);
            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(232, 70);
            this.pictureBox2.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox2.Location = new System.Drawing.Point(174, 56);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(107, 100);
            this.pictureBox2.Size = new System.Drawing.Size(80, 80);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 91;
            this.pictureBox2.TabStop = false;
@@ -1639,10 +1587,9 @@
            // 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(37, 98);
            this.btnFQSH.Margin = new System.Windows.Forms.Padding(4);
            this.btnFQSH.Location = new System.Drawing.Point(28, 78);
            this.btnFQSH.Name = "btnFQSH";
            this.btnFQSH.Size = new System.Drawing.Size(149, 72);
            this.btnFQSH.Size = new System.Drawing.Size(112, 58);
            this.btnFQSH.TabIndex = 87;
            this.btnFQSH.Text = "删行";
            this.btnFQSH.UseVisualStyleBackColor = true;
@@ -1651,10 +1598,9 @@
            // 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(37, 16);
            this.btnFQBD.Margin = new System.Windows.Forms.Padding(4);
            this.btnFQBD.Location = new System.Drawing.Point(28, 13);
            this.btnFQBD.Name = "btnFQBD";
            this.btnFQBD.Size = new System.Drawing.Size(149, 76);
            this.btnFQBD.Size = new System.Drawing.Size(112, 61);
            this.btnFQBD.TabIndex = 86;
            this.btnFQBD.Text = "补打";
            this.btnFQBD.UseVisualStyleBackColor = true;
@@ -1664,20 +1610,18 @@
            // 
            this.cmbFQMB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbFQMB.FormattingEnabled = true;
            this.cmbFQMB.Location = new System.Drawing.Point(232, 38);
            this.cmbFQMB.Margin = new System.Windows.Forms.Padding(4);
            this.cmbFQMB.Location = new System.Drawing.Point(174, 30);
            this.cmbFQMB.Name = "cmbFQMB";
            this.cmbFQMB.Size = new System.Drawing.Size(169, 23);
            this.cmbFQMB.Size = new System.Drawing.Size(128, 20);
            this.cmbFQMB.TabIndex = 85;
            // 
            // txtDataBits111
            // 
            this.txtDataBits111.AutoSize = true;
            this.txtDataBits111.ForeColor = System.Drawing.Color.Black;
            this.txtDataBits111.Location = new System.Drawing.Point(229, 19);
            this.txtDataBits111.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.txtDataBits111.Location = new System.Drawing.Point(172, 15);
            this.txtDataBits111.Name = "txtDataBits111";
            this.txtDataBits111.Size = new System.Drawing.Size(67, 15);
            this.txtDataBits111.Size = new System.Drawing.Size(53, 12);
            this.txtDataBits111.TabIndex = 84;
            this.txtDataBits111.Text = "打印模板";
            // 
@@ -1686,21 +1630,19 @@
            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);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(1562, 144);
            this.tabControl2.Size = new System.Drawing.Size(1172, 115);
            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, 25);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage2.Size = new System.Drawing.Size(1554, 115);
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage2.Size = new System.Drawing.Size(1164, 89);
            this.tabPage2.TabIndex = 0;
            this.tabPage2.Text = "不良记录";
            this.tabPage2.UseVisualStyleBackColor = true;
@@ -1714,13 +1656,12 @@
            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(4, 4);
            this.grdSub.Margin = new System.Windows.Forms.Padding(4);
            this.grdSub.Location = new System.Drawing.Point(3, 3);
            this.grdSub.Name = "grdSub";
            this.grdSub.ReadOnly = true;
            this.grdSub.RowHeadersWidth = 30;
            this.grdSub.RowTemplate.Height = 23;
            this.grdSub.Size = new System.Drawing.Size(1137, 107);
            this.grdSub.Size = new System.Drawing.Size(851, 83);
            this.grdSub.TabIndex = 44;
            // 
            // groupBox3
@@ -1735,21 +1676,18 @@
            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(1141, 4);
            this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox3.Location = new System.Drawing.Point(854, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox3.Size = new System.Drawing.Size(409, 107);
            this.groupBox3.Size = new System.Drawing.Size(307, 83);
            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(254, 18);
            this.btnBLBD.Margin = new System.Windows.Forms.Padding(4);
            this.btnBLBD.Location = new System.Drawing.Point(190, 14);
            this.btnBLBD.Name = "btnBLBD";
            this.btnBLBD.Size = new System.Drawing.Size(149, 66);
            this.btnBLBD.Size = new System.Drawing.Size(112, 53);
            this.btnBLBD.TabIndex = 86;
            this.btnBLBD.Text = "补打";
            this.btnBLBD.UseVisualStyleBackColor = true;
@@ -1759,21 +1697,20 @@
            // 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(211, 159);
            this.txtHReasonList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txtHReasonList.Location = new System.Drawing.Point(158, 127);
            this.txtHReasonList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtHReasonList.Name = "txtHReasonList";
            this.txtHReasonList.ReadOnly = true;
            this.txtHReasonList.Size = new System.Drawing.Size(191, 36);
            this.txtHReasonList.Size = new System.Drawing.Size(144, 30);
            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(215, 76);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox1.Location = new System.Drawing.Point(161, 61);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(107, 100);
            this.pictureBox1.Size = new System.Drawing.Size(80, 80);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 89;
            this.pictureBox1.TabStop = false;
@@ -1782,10 +1719,9 @@
            // 
            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(32, 18);
            this.btnBLHB.Margin = new System.Windows.Forms.Padding(4);
            this.btnBLHB.Location = new System.Drawing.Point(24, 14);
            this.btnBLHB.Name = "btnBLHB";
            this.btnBLHB.Size = new System.Drawing.Size(149, 74);
            this.btnBLHB.Size = new System.Drawing.Size(112, 59);
            this.btnBLHB.TabIndex = 88;
            this.btnBLHB.Text = "不良汇报";
            this.btnBLHB.UseVisualStyleBackColor = false;
@@ -1794,10 +1730,9 @@
            // 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(32, 102);
            this.btnBLSH.Margin = new System.Windows.Forms.Padding(4);
            this.btnBLSH.Location = new System.Drawing.Point(24, 82);
            this.btnBLSH.Name = "btnBLSH";
            this.btnBLSH.Size = new System.Drawing.Size(149, 72);
            this.btnBLSH.Size = new System.Drawing.Size(112, 58);
            this.btnBLSH.TabIndex = 87;
            this.btnBLSH.Text = "删行";
            this.btnBLSH.UseVisualStyleBackColor = true;
@@ -1807,20 +1742,18 @@
            // 
            this.cmbBLMB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbBLMB.FormattingEnabled = true;
            this.cmbBLMB.Location = new System.Drawing.Point(213, 45);
            this.cmbBLMB.Margin = new System.Windows.Forms.Padding(4);
            this.cmbBLMB.Location = new System.Drawing.Point(160, 36);
            this.cmbBLMB.Name = "cmbBLMB";
            this.cmbBLMB.Size = new System.Drawing.Size(169, 23);
            this.cmbBLMB.Size = new System.Drawing.Size(128, 20);
            this.cmbBLMB.TabIndex = 85;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.ForeColor = System.Drawing.Color.Black;
            this.label12.Location = new System.Drawing.Point(212, 26);
            this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label12.Location = new System.Drawing.Point(159, 21);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(67, 15);
            this.label12.Size = new System.Drawing.Size(53, 12);
            this.label12.TabIndex = 84;
            this.label12.Text = "打印模板";
            // 
@@ -1829,10 +1762,9 @@
            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(1189, -9);
            this.button4.Margin = new System.Windows.Forms.Padding(4);
            this.button4.Location = new System.Drawing.Point(892, -7);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(29, 28);
            this.button4.Size = new System.Drawing.Size(22, 22);
            this.button4.TabIndex = 79;
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Visible = false;
@@ -1842,22 +1774,42 @@
            this.timer3.Interval = 300;
            this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
            // 
            // chkFinishFlag
            // label34
            // 
            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(495, 34);
            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.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 = "工序";
            //
            // 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(307, 17);
            this.txtHProcID.Name = "txtHProcID";
            this.txtHProcID.ReadOnly = true;
            this.txtHProcID.Size = new System.Drawing.Size(166, 30);
            this.txtHProcID.TabIndex = 117;
            //
            // cmdHProcID
            //
            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;
            // 
            // Sc_ICMOReportToBarCode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1562, 749);
            this.ClientSize = new System.Drawing.Size(1172, 599);
            this.ControlBox = false;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.groupBox1);
@@ -1866,7 +1818,6 @@
            this.Controls.Add(this.Tool);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Sc_ICMOReportToBarCode";
@@ -2046,5 +1997,8 @@
        private System.Windows.Forms.Label label33;
        public System.Windows.Forms.TextBox txtHBadQty;
        private System.Windows.Forms.CheckBox chkFinishFlag;
        private System.Windows.Forms.Label label34;
        private System.Windows.Forms.TextBox txtHProcID;
        private System.Windows.Forms.Button cmdHProcID;
    }
}
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
        YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAH/SURBVDhPfZHfS1NhGMefkCLQu/A/6MK6SbMQFlg3dudN
        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH/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
        YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAH4SURBVDhPjZPNS1RRGMZfI2jRLlqUEKLUQgsl3EauEoRW
        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH4SURBVDhPjZPNS1RRGMZfI2jRLlqUEKLUQgsl3EauEoRW
        /QN+phG4CQXTNrPLbzFrpZAuBIfEqChctFRndHI0YzKnxkHFYQgH50NH5+o8Pm/HwQ/s4oGHc++5z/O7
        77nnvSKPPZDyKYSfA8tN55N6NfMvK1XT+LIBxAH8PqfUqxnNitR+g1x/yQuRlJWCZVm2Uo965RozmpXq
        aRR/Io1jYgJwTdlLPeqt92QqqHLj7phZTCST2Nqxl3rUWzrOTKX7JGBykm9x2Us96r3p1ApOAf5G49iI
@@ -483,6 +483,21 @@
        FIYcEAA7
</value>
  </data>
  <data name="cmdHProcID.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        R0lGODlhEAAQAIYAAAAzmQBmzP///1o7AJlmAOazAMTz/9mmAEW5//nNT+W5ToPV/5TW/cyZAAyf/7Dp
        /yOn/2jD/q3h/le8/sz3/5zg/7bt/73l/7Xs/2fH/4DT///bnZXb/97//2rK/wWb/8np/6zf/1S//77x
        /73w/8Xv/1+//wmc/1jA/5Db/5LV/6rn/6Xb/zCt/33O/9X3/4LO/7jj/4PT/x+m/7nk/3XP/3PJ/3bQ
        /6Tb/5Td/zCv/3fM/029/4za/6Pf/ZHc/6Pk/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEBAAAh+QQB
        AABBACwAAAAAEAAQAAAIqACDCBwoMIDBAAQTBjEYIcKECQYVLmQQ44KJFhBmQECYMAAOEAJYnPjgwAHH
        gQEYqAhBA4YOBDwQIDg5cYcLGyg8LOixYAFNABJkZBBRI8cDEg98ACAIlIOGGylWGOhgwMBSphUq/ACC
        wQAFClcFEiAAQICAEhZGvDAbloCCDQUAlDUrQO5AtwkKHBgQRK7duwryHmjAV2IQAoIJGxY4QK/ixYwH
        FIYcEAA7
</value>
  </data>
  <data name="pictureBox2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        iVBORw0KGgoAAAANSUhEUgAAAQUAAAEFCAYAAADqlvKRAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
SCM/±¨±í/Qk_OutProcessList.cs
@@ -66,6 +66,7 @@
            var execSql = "select min(a.HDate) èµ·å§‹æ—¶é—´,max(a.HDate) æˆªè‡³æ—¶é—´,b.HName å·¥åºåç§°,c.HName ç­ç»„名称,d.HName æ±‡æŠ¥äºº,convert(decimal(18,2), sum(a.HQty)) åˆè®¡æ±‡æŠ¥æ•°é‡,convert(decimal(18,2),sum(b.HFixPrice * a.HQty )) åˆè®¡å·¥èµ„ " +
                " from Sc_StationOutBillMain a left join Gy_Process b on a.HProcID = b.HItemID Left join Gy_Group c on a.HGroupID = c.HItemID left join Gy_Employee d on a.HEmpID = d.HItemID " +
                "where 1=1 " + strBuilder.ToString() + " group by b.HName,c.HName,d.HName";
            oWeb.Timeout = 300000;
            DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
            //生成首行标题
            if (DSet == null)
SCM/±¨±í/Qk_ProcessBillDetail.cs
@@ -49,6 +49,7 @@
                txtHBillNo.Text + "','" + textBox3.Text + "','" + textBox4.Text + "','" + textBox1.Text + "','" +
                textBox2.Text + "','" + txtHGroupName.Text + "','" + txtHProcName.Text + "','" + txtHFModel.Text + "'," + 
                DBUtility.ClsPub.isDoule(txtHBQty.Text).ToString() + "," + DBUtility.ClsPub.isDoule(txtHEQty.Text).ToString() + "   " ;
            oWeb.Timeout = 300000;
            DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
            //生成首行标题
            if (DSet == null)
SCM/±¨±í/Qk_ProcessbillMain.cs
@@ -51,6 +51,7 @@
                return;
            }
            var execSql = "exec " + ViewName + " '"+ dateTimePicker1.Text + "','"+dateTimePicker2.Text+"','"+ txtHBillNo.Text + "','"+ textBox3.Text+ "','"+ textBox4.Text+ "','"+ textBox1.Text + "','"+ textBox2.Text + "'";
            oWeb.Timeout = 300000;
            DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
            //生成首行标题
            if (DSet == null)
SCM/Éú²ú¹ÜÀí/Gy_BadReasonList.Designer.cs
@@ -28,6 +28,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_BadReasonList));
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.tabPage1 = new System.Windows.Forms.TabPage();
@@ -44,11 +45,14 @@
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            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.txtHBadQty = new System.Windows.Forms.TextBox();
            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();
@@ -60,10 +64,11 @@
            // 
            this.tabPage3.BackColor = System.Drawing.Color.Lavender;
            this.tabPage3.Controls.Add(this.flowLayoutPanel1);
            this.tabPage3.Location = new System.Drawing.Point(4, 25);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(1381, 699);
            this.tabPage3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage3.Size = new System.Drawing.Size(1034, 556);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "不良原因清单";
            // 
@@ -72,9 +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(3, 3);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1375, 693);
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1030, 552);
            this.flowLayoutPanel1.TabIndex = 13;
            // 
            // tabPage1
@@ -90,10 +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, 25);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1381, 93);
            this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabPage1.Size = new System.Drawing.Size(1034, 72);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "产品信息";
            // 
@@ -101,18 +108,20 @@
            // 
            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(520, 48);
            this.textBox3.Location = new System.Drawing.Point(390, 38);
            this.textBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(199, 36);
            this.textBox3.Size = new System.Drawing.Size(150, 30);
            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(12, 10);
            this.label1.Location = new System.Drawing.Point(9, 8);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(135, 24);
            this.label1.Size = new System.Drawing.Size(109, 19);
            this.label1.TabIndex = 3;
            this.label1.Text = "不良清单:";
            // 
@@ -120,18 +129,20 @@
            // 
            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(175, 7);
            this.txtHBadReason.Location = new System.Drawing.Point(131, 6);
            this.txtHBadReason.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtHBadReason.Name = "txtHBadReason";
            this.txtHBadReason.Size = new System.Drawing.Size(1161, 36);
            this.txtHBadReason.Size = new System.Drawing.Size(872, 30);
            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(12, 52);
            this.label2.Location = new System.Drawing.Point(9, 42);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(135, 24);
            this.label2.Size = new System.Drawing.Size(109, 19);
            this.label2.TabIndex = 5;
            this.label2.Text = "物料代码:";
            // 
@@ -139,27 +150,30 @@
            // 
            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(1190, 48);
            this.textBox5.Location = new System.Drawing.Point(892, 38);
            this.textBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(146, 36);
            this.textBox5.Size = new System.Drawing.Size(110, 30);
            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(175, 48);
            this.textBox2.Location = new System.Drawing.Point(131, 38);
            this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(176, 36);
            this.textBox2.Size = new System.Drawing.Size(133, 30);
            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(1049, 48);
            this.label5.Location = new System.Drawing.Point(787, 38);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(135, 24);
            this.label5.Size = new System.Drawing.Size(109, 19);
            this.label5.TabIndex = 11;
            this.label5.Text = "计量单位:";
            // 
@@ -167,9 +181,10 @@
            // 
            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(379, 48);
            this.label3.Location = new System.Drawing.Point(284, 38);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(135, 24);
            this.label3.Size = new System.Drawing.Size(109, 19);
            this.label3.TabIndex = 7;
            this.label3.Text = "物料名称:";
            // 
@@ -177,18 +192,20 @@
            // 
            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(866, 48);
            this.textBox4.Location = new System.Drawing.Point(650, 38);
            this.textBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(177, 36);
            this.textBox4.Size = new System.Drawing.Size(134, 30);
            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(725, 48);
            this.label4.Location = new System.Drawing.Point(544, 38);
            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(135, 24);
            this.label4.Size = new System.Drawing.Size(109, 19);
            this.label4.TabIndex = 9;
            this.label4.Text = "规格型号:";
            // 
@@ -196,24 +213,29 @@
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tabControl1.Location = new System.Drawing.Point(0, 97);
            this.tabControl1.Location = new System.Drawing.Point(0, 78);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1389, 122);
            this.tabControl1.Size = new System.Drawing.Size(1042, 98);
            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(12, 24);
            this.label6.Location = new System.Drawing.Point(9, 19);
            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(160, 24);
            this.label6.Size = new System.Drawing.Size(129, 19);
            this.label6.TabIndex = 4;
            this.label6.Text = "不良原因清单";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cmdHProcID);
            this.groupBox1.Controls.Add(this.txtHProcName);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.txtHBadQty);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.cmdHClear);
@@ -221,17 +243,29 @@
            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.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1389, 97);
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Size = new System.Drawing.Size(1042, 78);
            this.groupBox1.TabIndex = 18;
            this.groupBox1.TabStop = false;
            //
            // 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.Name = "txtHBadQty";
            this.txtHBadQty.Size = new System.Drawing.Size(163, 44);
            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(819, 17);
            this.cmdHClear.Location = new System.Drawing.Point(614, 14);
            this.cmdHClear.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHClear.Name = "cmdHClear";
            this.cmdHClear.Size = new System.Drawing.Size(149, 71);
            this.cmdHClear.Size = new System.Drawing.Size(112, 57);
            this.cmdHClear.TabIndex = 0;
            this.cmdHClear.Text = "清空";
            this.cmdHClear.UseVisualStyleBackColor = true;
@@ -240,9 +274,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(1004, 17);
            this.cmdHOK.Location = new System.Drawing.Point(753, 14);
            this.cmdHOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdHOK.Name = "cmdHOK";
            this.cmdHOK.Size = new System.Drawing.Size(133, 71);
            this.cmdHOK.Size = new System.Drawing.Size(100, 57);
            this.cmdHOK.TabIndex = 1;
            this.cmdHOK.Text = "提交";
            this.cmdHOK.UseVisualStyleBackColor = true;
@@ -251,9 +286,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(1176, 17);
            this.cmdCancel.Location = new System.Drawing.Point(882, 14);
            this.cmdCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(140, 71);
            this.cmdCancel.Size = new System.Drawing.Size(105, 57);
            this.cmdCancel.TabIndex = 2;
            this.cmdCancel.Text = "退出";
            this.cmdCancel.UseVisualStyleBackColor = true;
@@ -263,32 +299,57 @@
            // 
            this.tabControl2.Controls.Add(this.tabPage3);
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl2.Location = new System.Drawing.Point(0, 219);
            this.tabControl2.Location = new System.Drawing.Point(0, 176);
            this.tabControl2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(1389, 728);
            this.tabControl2.Size = new System.Drawing.Size(1042, 582);
            this.tabControl2.TabIndex = 20;
            // 
            // txtHBadQty
            // label7
            // 
            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(401, 25);
            this.txtHBadQty.Margin = new System.Windows.Forms.Padding(4);
            this.txtHBadQty.Name = "txtHBadQty";
            this.txtHBadQty.Size = new System.Drawing.Size(216, 53);
            this.txtHBadQty.TabIndex = 117;
            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(8F, 15F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Lavender;
            this.ClientSize = new System.Drawing.Size(1389, 947);
            this.ClientSize = new System.Drawing.Size(1042, 758);
            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.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Gy_BadReasonList";
@@ -329,5 +390,8 @@
        private System.Windows.Forms.TabControl tabControl2;
        public System.Windows.Forms.TextBox txtHBadReason;
        public System.Windows.Forms.TextBox txtHBadQty;
        private System.Windows.Forms.Button cmdHProcID;
        public System.Windows.Forms.TextBox txtHProcName;
        private System.Windows.Forms.Label label7;
    }
}
SCM/Éú²ú¹ÜÀí/Gy_BadReasonList.cs
@@ -143,5 +143,19 @@
            }
        }
        private void cmdHProcID_Click(object sender, EventArgs e)
        {
            SCM.ClsIF_Process_View oProc = new SCM.ClsIF_Process_View();
            string sWhere = "";
            if (oProc.RefreshView(sWhere))
            {
                this.txtHProcName.Text = oProc.oModel.HName;
                this.txtHProcName.Tag = oProc.oModel.HItemID.ToString();
            }
            else
            {
                this.txtHProcName.Text = "";
            }
        }
    }
}
SCM/Éú²ú¹ÜÀí/Gy_BadReasonList.resx
@@ -117,4 +117,20 @@
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  <data name="cmdHProcID.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        R0lGODlhEAAQAIYAAAAzmQBmzP///1o7AJlmAOazAMTz/9mmAEW5//nNT+W5ToPV/5TW/cyZAAyf/7Dp
        /yOn/2jD/q3h/le8/sz3/5zg/7bt/73l/7Xs/2fH/4DT///bnZXb/97//2rK/wWb/8np/6zf/1S//77x
        /73w/8Xv/1+//wmc/1jA/5Db/5LV/6rn/6Xb/zCt/33O/9X3/4LO/7jj/4PT/x+m/7nk/3XP/3PJ/3bQ
        /6Tb/5Td/zCv/3fM/029/4za/6Pf/ZHc/6Pk/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEBAAAh+QQB
        AABBACwAAAAAEAAQAAAIqACDCBwoMIDBAAQTBjEYIcKECQYVLmQQ44KJFhBmQECYMAAOEAJYnPjgwAHH
        gQEYqAhBA4YOBDwQIDg5cYcLGyg8LOixYAFNABJkZBBRI8cDEg98ACAIlIOGGylWGOhgwMBSphUq/ACC
        wQAFClcFEiAAQICAEhZGvDAbloCCDQUAlDUrQO5AtwkKHBgQRK7duwryHmjAV2IQAoIJGxY4QK/ixYwH
        FIYcEAA7
</value>
  </data>
</root>