From f5d2faea9232e3654bb47832f4e57b72e00309a6 Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期五, 31 十二月 2021 11:24:55 +0800
Subject: [PATCH] 完善 其他模块 分步式调入 查询

---
 BaseSet/公用资料/生产基础资料/Gy_Process.designer.cs |  259 ++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 193 insertions(+), 66 deletions(-)

diff --git "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.designer.cs" "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.designer.cs"
index 0914f8f..9a3c0cb 100644
--- "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.designer.cs"
+++ "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.designer.cs"
@@ -30,7 +30,7 @@
         {
             this.components = new System.ComponentModel.Container();
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_Process));
-            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("椤圭洰");
+            System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("椤圭洰");
             this.ToolBar = new System.Windows.Forms.ToolStrip();
             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
             this.dc = new System.Windows.Forms.ToolStripButton();
@@ -58,6 +58,14 @@
             this.tabPage1 = new System.Windows.Forms.TabPage();
             this.grdMain = new System.Windows.Forms.DataGridView();
             this.tabPage2 = new System.Windows.Forms.TabPage();
+            this.cmdHWasterWHID = new System.Windows.Forms.Button();
+            this.label16 = new System.Windows.Forms.Label();
+            this.txtHWasterWHID = new System.Windows.Forms.TextBox();
+            this.cmdHBadWHID = new System.Windows.Forms.Button();
+            this.label15 = new System.Windows.Forms.Label();
+            this.txtHBadWHID = new System.Windows.Forms.TextBox();
+            this.txtHProcCheckNote = new System.Windows.Forms.TextBox();
+            this.label14 = new System.Windows.Forms.Label();
             this.cmdHProcMulID = new System.Windows.Forms.Button();
             this.label13 = new System.Windows.Forms.Label();
             this.txtHProcMulID = new System.Windows.Forms.TextBox();
@@ -99,8 +107,9 @@
             this.panel1 = new System.Windows.Forms.Panel();
             this.cmdLoadTree = new System.Windows.Forms.Button();
             this.label3 = new System.Windows.Forms.Label();
-            this.label14 = new System.Windows.Forms.Label();
-            this.txtHProcCheckNote = new System.Windows.Forms.TextBox();
+            this.cmdHBadCountDevelopWHID = new System.Windows.Forms.Button();
+            this.label17 = new System.Windows.Forms.Label();
+            this.txtHBadCountDevelopWHID = new System.Windows.Forms.TextBox();
             this.ToolBar.SuspendLayout();
             this.stTab.SuspendLayout();
             this.tabPage1.SuspendLayout();
@@ -380,7 +389,7 @@
             this.stTab.Location = new System.Drawing.Point(0, 0);
             this.stTab.Name = "stTab";
             this.stTab.SelectedIndex = 0;
-            this.stTab.Size = new System.Drawing.Size(736, 495);
+            this.stTab.Size = new System.Drawing.Size(737, 495);
             this.stTab.TabIndex = 15;
             // 
             // tabPage1
@@ -391,7 +400,7 @@
             this.tabPage1.Location = new System.Drawing.Point(4, 22);
             this.tabPage1.Name = "tabPage1";
             this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
-            this.tabPage1.Size = new System.Drawing.Size(728, 469);
+            this.tabPage1.Size = new System.Drawing.Size(729, 469);
             this.tabPage1.TabIndex = 0;
             this.tabPage1.Text = "鍒楄〃瑙嗗浘";
             // 
@@ -406,8 +415,9 @@
             this.grdMain.Name = "grdMain";
             this.grdMain.ReadOnly = true;
             this.grdMain.RowHeadersVisible = false;
+            this.grdMain.RowHeadersWidth = 51;
             this.grdMain.RowTemplate.Height = 23;
-            this.grdMain.Size = new System.Drawing.Size(720, 461);
+            this.grdMain.Size = new System.Drawing.Size(721, 461);
             this.grdMain.TabIndex = 0;
             this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick);
             // 
@@ -415,6 +425,15 @@
             // 
             this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
             this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.tabPage2.Controls.Add(this.txtHBadCountDevelopWHID);
+            this.tabPage2.Controls.Add(this.cmdHBadCountDevelopWHID);
+            this.tabPage2.Controls.Add(this.label17);
+            this.tabPage2.Controls.Add(this.cmdHWasterWHID);
+            this.tabPage2.Controls.Add(this.label16);
+            this.tabPage2.Controls.Add(this.txtHWasterWHID);
+            this.tabPage2.Controls.Add(this.cmdHBadWHID);
+            this.tabPage2.Controls.Add(this.label15);
+            this.tabPage2.Controls.Add(this.txtHBadWHID);
             this.tabPage2.Controls.Add(this.txtHProcCheckNote);
             this.tabPage2.Controls.Add(this.label14);
             this.tabPage2.Controls.Add(this.cmdHProcMulID);
@@ -455,16 +474,100 @@
             this.tabPage2.Location = new System.Drawing.Point(4, 22);
             this.tabPage2.Name = "tabPage2";
             this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
-            this.tabPage2.Size = new System.Drawing.Size(728, 469);
+            this.tabPage2.Size = new System.Drawing.Size(729, 469);
             this.tabPage2.TabIndex = 1;
             this.tabPage2.Text = "鍗曞紶瑙嗗浘";
+            // 
+            // cmdHWasterWHID
+            // 
+            this.cmdHWasterWHID.BackColor = System.Drawing.Color.Transparent;
+            this.cmdHWasterWHID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHWasterWHID.Image")));
+            this.cmdHWasterWHID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
+            this.cmdHWasterWHID.Location = new System.Drawing.Point(487, 171);
+            this.cmdHWasterWHID.Name = "cmdHWasterWHID";
+            this.cmdHWasterWHID.Size = new System.Drawing.Size(22, 22);
+            this.cmdHWasterWHID.TabIndex = 224;
+            this.cmdHWasterWHID.UseVisualStyleBackColor = false;
+            this.cmdHWasterWHID.Click += new System.EventHandler(this.cmdHWasterWHID_Click);
+            // 
+            // label16
+            // 
+            this.label16.AutoSize = true;
+            this.label16.ForeColor = System.Drawing.Color.Black;
+            this.label16.Location = new System.Drawing.Point(284, 176);
+            this.label16.Name = "label16";
+            this.label16.Size = new System.Drawing.Size(41, 12);
+            this.label16.TabIndex = 222;
+            this.label16.Text = "鎶ュ簾浠�";
+            // 
+            // txtHWasterWHID
+            // 
+            this.txtHWasterWHID.BackColor = System.Drawing.SystemColors.Window;
+            this.txtHWasterWHID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+            this.txtHWasterWHID.Location = new System.Drawing.Point(343, 172);
+            this.txtHWasterWHID.Name = "txtHWasterWHID";
+            this.txtHWasterWHID.Size = new System.Drawing.Size(144, 21);
+            this.txtHWasterWHID.TabIndex = 223;
+            this.txtHWasterWHID.Tag = "0";
+            this.txtHWasterWHID.TextChanged += new System.EventHandler(this.txtHWasterWHID_TextChanged);
+            // 
+            // cmdHBadWHID
+            // 
+            this.cmdHBadWHID.BackColor = System.Drawing.Color.Transparent;
+            this.cmdHBadWHID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBadWHID.Image")));
+            this.cmdHBadWHID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
+            this.cmdHBadWHID.Location = new System.Drawing.Point(221, 171);
+            this.cmdHBadWHID.Name = "cmdHBadWHID";
+            this.cmdHBadWHID.Size = new System.Drawing.Size(22, 22);
+            this.cmdHBadWHID.TabIndex = 221;
+            this.cmdHBadWHID.UseVisualStyleBackColor = false;
+            this.cmdHBadWHID.Click += new System.EventHandler(this.cmdHBadWHID_Click);
+            // 
+            // label15
+            // 
+            this.label15.AutoSize = true;
+            this.label15.ForeColor = System.Drawing.Color.Black;
+            this.label15.Location = new System.Drawing.Point(19, 176);
+            this.label15.Name = "label15";
+            this.label15.Size = new System.Drawing.Size(53, 12);
+            this.label15.TabIndex = 219;
+            this.label15.Text = "涓嶈壇鍝佷粨";
+            // 
+            // txtHBadWHID
+            // 
+            this.txtHBadWHID.BackColor = System.Drawing.SystemColors.Window;
+            this.txtHBadWHID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+            this.txtHBadWHID.Location = new System.Drawing.Point(77, 172);
+            this.txtHBadWHID.Name = "txtHBadWHID";
+            this.txtHBadWHID.Size = new System.Drawing.Size(144, 21);
+            this.txtHBadWHID.TabIndex = 220;
+            this.txtHBadWHID.Tag = "0";
+            this.txtHBadWHID.TextChanged += new System.EventHandler(this.txtHBadWHID_TextChanged);
+            // 
+            // txtHProcCheckNote
+            // 
+            this.txtHProcCheckNote.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+            this.txtHProcCheckNote.Location = new System.Drawing.Point(77, 294);
+            this.txtHProcCheckNote.Multiline = true;
+            this.txtHProcCheckNote.Name = "txtHProcCheckNote";
+            this.txtHProcCheckNote.Size = new System.Drawing.Size(431, 60);
+            this.txtHProcCheckNote.TabIndex = 218;
+            // 
+            // label14
+            // 
+            this.label14.AutoSize = true;
+            this.label14.Location = new System.Drawing.Point(19, 298);
+            this.label14.Name = "label14";
+            this.label14.Size = new System.Drawing.Size(53, 36);
+            this.label14.TabIndex = 217;
+            this.label14.Text = "鏈� 宸� 搴廫r\n\r\n纭璁板綍";
             // 
             // cmdHProcMulID
             // 
             this.cmdHProcMulID.BackColor = System.Drawing.Color.Transparent;
             this.cmdHProcMulID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcMulID.Image")));
             this.cmdHProcMulID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
-            this.cmdHProcMulID.Location = new System.Drawing.Point(497, 113);
+            this.cmdHProcMulID.Location = new System.Drawing.Point(487, 90);
             this.cmdHProcMulID.Name = "cmdHProcMulID";
             this.cmdHProcMulID.Size = new System.Drawing.Size(22, 22);
             this.cmdHProcMulID.TabIndex = 216;
@@ -475,7 +578,7 @@
             // 
             this.label13.AutoSize = true;
             this.label13.ForeColor = System.Drawing.Color.Black;
-            this.label13.Location = new System.Drawing.Point(300, 118);
+            this.label13.Location = new System.Drawing.Point(290, 95);
             this.label13.Name = "label13";
             this.label13.Size = new System.Drawing.Size(47, 12);
             this.label13.TabIndex = 214;
@@ -485,7 +588,7 @@
             // 
             this.txtHProcMulID.BackColor = System.Drawing.SystemColors.Window;
             this.txtHProcMulID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHProcMulID.Location = new System.Drawing.Point(353, 114);
+            this.txtHProcMulID.Location = new System.Drawing.Point(343, 91);
             this.txtHProcMulID.Name = "txtHProcMulID";
             this.txtHProcMulID.Size = new System.Drawing.Size(144, 21);
             this.txtHProcMulID.TabIndex = 215;
@@ -495,7 +598,7 @@
             // txtHOverFixPrice
             // 
             this.txtHOverFixPrice.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHOverFixPrice.Location = new System.Drawing.Point(353, 86);
+            this.txtHOverFixPrice.Location = new System.Drawing.Point(343, 64);
             this.txtHOverFixPrice.Name = "txtHOverFixPrice";
             this.txtHOverFixPrice.Size = new System.Drawing.Size(166, 21);
             this.txtHOverFixPrice.TabIndex = 213;
@@ -503,7 +606,7 @@
             // txtHFixPrice
             // 
             this.txtHFixPrice.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHFixPrice.Location = new System.Drawing.Point(353, 58);
+            this.txtHFixPrice.Location = new System.Drawing.Point(343, 37);
             this.txtHFixPrice.Name = "txtHFixPrice";
             this.txtHFixPrice.Size = new System.Drawing.Size(166, 21);
             this.txtHFixPrice.TabIndex = 212;
@@ -512,7 +615,7 @@
             // 
             this.label12.AutoSize = true;
             this.label12.ForeColor = System.Drawing.Color.Black;
-            this.label12.Location = new System.Drawing.Point(270, 90);
+            this.label12.Location = new System.Drawing.Point(260, 68);
             this.label12.Name = "label12";
             this.label12.Size = new System.Drawing.Size(77, 12);
             this.label12.TabIndex = 211;
@@ -522,7 +625,7 @@
             // 
             this.label11.AutoSize = true;
             this.label11.ForeColor = System.Drawing.Color.Black;
-            this.label11.Location = new System.Drawing.Point(294, 62);
+            this.label11.Location = new System.Drawing.Point(284, 41);
             this.label11.Name = "label11";
             this.label11.Size = new System.Drawing.Size(53, 12);
             this.label11.TabIndex = 208;
@@ -531,7 +634,7 @@
             // label10
             // 
             this.label10.AutoSize = true;
-            this.label10.Location = new System.Drawing.Point(294, 34);
+            this.label10.Location = new System.Drawing.Point(284, 14);
             this.label10.Name = "label10";
             this.label10.Size = new System.Drawing.Size(53, 12);
             this.label10.TabIndex = 207;
@@ -543,7 +646,7 @@
             this.cmbHBillSubType.Items.AddRange(new object[] {
             "璁惧",
             "娴佹按绾�"});
-            this.cmbHBillSubType.Location = new System.Drawing.Point(353, 30);
+            this.cmbHBillSubType.Location = new System.Drawing.Point(343, 10);
             this.cmbHBillSubType.Name = "cmbHBillSubType";
             this.cmbHBillSubType.Size = new System.Drawing.Size(166, 20);
             this.cmbHBillSubType.TabIndex = 206;
@@ -551,7 +654,7 @@
             // chkHAutoTrunFlag
             // 
             this.chkHAutoTrunFlag.AutoSize = true;
-            this.chkHAutoTrunFlag.Location = new System.Drawing.Point(346, 349);
+            this.chkHAutoTrunFlag.Location = new System.Drawing.Point(335, 361);
             this.chkHAutoTrunFlag.Name = "chkHAutoTrunFlag";
             this.chkHAutoTrunFlag.Size = new System.Drawing.Size(72, 16);
             this.chkHAutoTrunFlag.TabIndex = 205;
@@ -563,7 +666,7 @@
             this.cmdHProcessID_K3.BackColor = System.Drawing.Color.Transparent;
             this.cmdHProcessID_K3.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcessID_K3.Image")));
             this.cmdHProcessID_K3.ImageAlign = System.Drawing.ContentAlignment.TopRight;
-            this.cmdHProcessID_K3.Location = new System.Drawing.Point(497, 169);
+            this.cmdHProcessID_K3.Location = new System.Drawing.Point(487, 144);
             this.cmdHProcessID_K3.Name = "cmdHProcessID_K3";
             this.cmdHProcessID_K3.Size = new System.Drawing.Size(22, 22);
             this.cmdHProcessID_K3.TabIndex = 204;
@@ -574,7 +677,7 @@
             // 
             this.label9.AutoSize = true;
             this.label9.ForeColor = System.Drawing.Color.Black;
-            this.label9.Location = new System.Drawing.Point(294, 174);
+            this.label9.Location = new System.Drawing.Point(284, 149);
             this.label9.Name = "label9";
             this.label9.Size = new System.Drawing.Size(59, 12);
             this.label9.TabIndex = 202;
@@ -584,7 +687,7 @@
             // 
             this.txtHProcessID_K3.BackColor = System.Drawing.SystemColors.Window;
             this.txtHProcessID_K3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHProcessID_K3.Location = new System.Drawing.Point(353, 170);
+            this.txtHProcessID_K3.Location = new System.Drawing.Point(343, 145);
             this.txtHProcessID_K3.Name = "txtHProcessID_K3";
             this.txtHProcessID_K3.Size = new System.Drawing.Size(144, 21);
             this.txtHProcessID_K3.TabIndex = 203;
@@ -594,7 +697,7 @@
             // label8
             // 
             this.label8.AutoSize = true;
-            this.label8.Location = new System.Drawing.Point(29, 174);
+            this.label8.Location = new System.Drawing.Point(19, 149);
             this.label8.Name = "label8";
             this.label8.Size = new System.Drawing.Size(53, 12);
             this.label8.TabIndex = 201;
@@ -603,7 +706,7 @@
             // txtHSNo
             // 
             this.txtHSNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHSNo.Location = new System.Drawing.Point(88, 170);
+            this.txtHSNo.Location = new System.Drawing.Point(77, 145);
             this.txtHSNo.Name = "txtHSNo";
             this.txtHSNo.Size = new System.Drawing.Size(166, 21);
             this.txtHSNo.TabIndex = 200;
@@ -611,7 +714,7 @@
             // label7
             // 
             this.label7.AutoSize = true;
-            this.label7.Location = new System.Drawing.Point(29, 146);
+            this.label7.Location = new System.Drawing.Point(19, 122);
             this.label7.Name = "label7";
             this.label7.Size = new System.Drawing.Size(53, 12);
             this.label7.TabIndex = 199;
@@ -620,7 +723,7 @@
             // txtHDeptNumber
             // 
             this.txtHDeptNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHDeptNumber.Location = new System.Drawing.Point(88, 142);
+            this.txtHDeptNumber.Location = new System.Drawing.Point(77, 118);
             this.txtHDeptNumber.Name = "txtHDeptNumber";
             this.txtHDeptNumber.Size = new System.Drawing.Size(166, 21);
             this.txtHDeptNumber.TabIndex = 198;
@@ -628,7 +731,7 @@
             // chkHTypeCount
             // 
             this.chkHTypeCount.AutoSize = true;
-            this.chkHTypeCount.Location = new System.Drawing.Point(260, 349);
+            this.chkHTypeCount.Location = new System.Drawing.Point(250, 361);
             this.chkHTypeCount.Name = "chkHTypeCount";
             this.chkHTypeCount.Size = new System.Drawing.Size(72, 16);
             this.chkHTypeCount.TabIndex = 197;
@@ -638,7 +741,7 @@
             // chkHTypeFlow
             // 
             this.chkHTypeFlow.AutoSize = true;
-            this.chkHTypeFlow.Location = new System.Drawing.Point(174, 349);
+            this.chkHTypeFlow.Location = new System.Drawing.Point(164, 361);
             this.chkHTypeFlow.Name = "chkHTypeFlow";
             this.chkHTypeFlow.Size = new System.Drawing.Size(72, 16);
             this.chkHTypeFlow.TabIndex = 196;
@@ -648,7 +751,7 @@
             // label6
             // 
             this.label6.AutoSize = true;
-            this.label6.Location = new System.Drawing.Point(29, 118);
+            this.label6.Location = new System.Drawing.Point(19, 95);
             this.label6.Name = "label6";
             this.label6.Size = new System.Drawing.Size(53, 12);
             this.label6.TabIndex = 195;
@@ -657,7 +760,7 @@
             // txtHBarCode
             // 
             this.txtHBarCode.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHBarCode.Location = new System.Drawing.Point(88, 114);
+            this.txtHBarCode.Location = new System.Drawing.Point(77, 91);
             this.txtHBarCode.Name = "txtHBarCode";
             this.txtHBarCode.Size = new System.Drawing.Size(166, 21);
             this.txtHBarCode.TabIndex = 194;
@@ -667,7 +770,7 @@
             this.cmdHDeptID.BackColor = System.Drawing.Color.Transparent;
             this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image")));
             this.cmdHDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
-            this.cmdHDeptID.Location = new System.Drawing.Point(497, 141);
+            this.cmdHDeptID.Location = new System.Drawing.Point(487, 117);
             this.cmdHDeptID.Name = "cmdHDeptID";
             this.cmdHDeptID.Size = new System.Drawing.Size(22, 22);
             this.cmdHDeptID.TabIndex = 193;
@@ -678,7 +781,7 @@
             // 
             this.label28.AutoSize = true;
             this.label28.ForeColor = System.Drawing.Color.Black;
-            this.label28.Location = new System.Drawing.Point(294, 146);
+            this.label28.Location = new System.Drawing.Point(284, 122);
             this.label28.Name = "label28";
             this.label28.Size = new System.Drawing.Size(53, 12);
             this.label28.TabIndex = 191;
@@ -688,7 +791,7 @@
             // 
             this.txtHDeptID.BackColor = System.Drawing.SystemColors.Window;
             this.txtHDeptID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHDeptID.Location = new System.Drawing.Point(353, 142);
+            this.txtHDeptID.Location = new System.Drawing.Point(343, 118);
             this.txtHDeptID.Name = "txtHDeptID";
             this.txtHDeptID.Size = new System.Drawing.Size(144, 21);
             this.txtHDeptID.TabIndex = 192;
@@ -699,7 +802,7 @@
             // 
             this.txtHName.BackColor = System.Drawing.Color.Beige;
             this.txtHName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHName.Location = new System.Drawing.Point(88, 58);
+            this.txtHName.Location = new System.Drawing.Point(77, 37);
             this.txtHName.Name = "txtHName";
             this.txtHName.Size = new System.Drawing.Size(166, 21);
             this.txtHName.TabIndex = 18;
@@ -707,7 +810,7 @@
             // label4
             // 
             this.label4.AutoSize = true;
-            this.label4.Location = new System.Drawing.Point(29, 90);
+            this.label4.Location = new System.Drawing.Point(19, 68);
             this.label4.Name = "label4";
             this.label4.Size = new System.Drawing.Size(53, 12);
             this.label4.TabIndex = 17;
@@ -715,7 +818,7 @@
             // 
             // cmdCancel
             // 
-            this.cmdCancel.Location = new System.Drawing.Point(467, 389);
+            this.cmdCancel.Location = new System.Drawing.Point(457, 390);
             this.cmdCancel.Name = "cmdCancel";
             this.cmdCancel.Size = new System.Drawing.Size(52, 23);
             this.cmdCancel.TabIndex = 16;
@@ -725,7 +828,7 @@
             // 
             // cmdOK
             // 
-            this.cmdOK.Location = new System.Drawing.Point(409, 389);
+            this.cmdOK.Location = new System.Drawing.Point(398, 390);
             this.cmdOK.Name = "cmdOK";
             this.cmdOK.Size = new System.Drawing.Size(52, 23);
             this.cmdOK.TabIndex = 15;
@@ -736,7 +839,7 @@
             // chkHStopflag
             // 
             this.chkHStopflag.AutoSize = true;
-            this.chkHStopflag.Location = new System.Drawing.Point(88, 349);
+            this.chkHStopflag.Location = new System.Drawing.Point(77, 361);
             this.chkHStopflag.Name = "chkHStopflag";
             this.chkHStopflag.Size = new System.Drawing.Size(72, 16);
             this.chkHStopflag.TabIndex = 12;
@@ -746,7 +849,7 @@
             // txtHRemark
             // 
             this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHRemark.Location = new System.Drawing.Point(88, 198);
+            this.txtHRemark.Location = new System.Drawing.Point(77, 227);
             this.txtHRemark.Multiline = true;
             this.txtHRemark.Name = "txtHRemark";
             this.txtHRemark.Size = new System.Drawing.Size(431, 60);
@@ -755,7 +858,7 @@
             // label5
             // 
             this.label5.AutoSize = true;
-            this.label5.Location = new System.Drawing.Point(29, 198);
+            this.label5.Location = new System.Drawing.Point(19, 227);
             this.label5.Name = "label5";
             this.label5.Size = new System.Drawing.Size(53, 12);
             this.label5.TabIndex = 9;
@@ -764,7 +867,7 @@
             // txtHHelpCode
             // 
             this.txtHHelpCode.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHHelpCode.Location = new System.Drawing.Point(88, 86);
+            this.txtHHelpCode.Location = new System.Drawing.Point(77, 64);
             this.txtHHelpCode.Name = "txtHHelpCode";
             this.txtHHelpCode.Size = new System.Drawing.Size(166, 21);
             this.txtHHelpCode.TabIndex = 3;
@@ -772,7 +875,7 @@
             // label2
             // 
             this.label2.AutoSize = true;
-            this.label2.Location = new System.Drawing.Point(29, 62);
+            this.label2.Location = new System.Drawing.Point(19, 41);
             this.label2.Name = "label2";
             this.label2.Size = new System.Drawing.Size(53, 12);
             this.label2.TabIndex = 2;
@@ -782,7 +885,7 @@
             // 
             this.txtHNumber.BackColor = System.Drawing.Color.Beige;
             this.txtHNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHNumber.Location = new System.Drawing.Point(88, 30);
+            this.txtHNumber.Location = new System.Drawing.Point(77, 10);
             this.txtHNumber.Name = "txtHNumber";
             this.txtHNumber.Size = new System.Drawing.Size(166, 21);
             this.txtHNumber.TabIndex = 1;
@@ -790,7 +893,7 @@
             // label1
             // 
             this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(29, 34);
+            this.label1.Location = new System.Drawing.Point(19, 14);
             this.label1.Name = "label1";
             this.label1.Size = new System.Drawing.Size(53, 12);
             this.label1.TabIndex = 0;
@@ -816,7 +919,7 @@
             // 
             this.splitContainer1.Panel2.Controls.Add(this.stTab);
             this.splitContainer1.Size = new System.Drawing.Size(877, 495);
-            this.splitContainer1.SplitterDistance = 137;
+            this.splitContainer1.SplitterDistance = 136;
             this.splitContainer1.TabIndex = 16;
             // 
             // tv
@@ -831,15 +934,15 @@
             this.tv.LineColor = System.Drawing.Color.Navy;
             this.tv.Location = new System.Drawing.Point(0, 23);
             this.tv.Name = "tv";
-            treeNode1.ForeColor = System.Drawing.Color.Black;
-            treeNode1.Name = "tjbb";
-            treeNode1.NodeFont = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            treeNode1.StateImageKey = "鏂囦欢澶�1.ico";
-            treeNode1.Text = "椤圭洰";
+            treeNode2.ForeColor = System.Drawing.Color.Black;
+            treeNode2.Name = "tjbb";
+            treeNode2.NodeFont = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            treeNode2.StateImageKey = "鏂囦欢澶�1.ico";
+            treeNode2.Text = "椤圭洰";
             this.tv.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
-            treeNode1});
+            treeNode2});
             this.tv.SelectedImageIndex = 1;
-            this.tv.Size = new System.Drawing.Size(137, 472);
+            this.tv.Size = new System.Drawing.Size(136, 472);
             this.tv.TabIndex = 16;
             this.tv.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tv_NodeMouseClick);
             // 
@@ -851,13 +954,13 @@
             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
             this.panel1.Location = new System.Drawing.Point(0, 0);
             this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(137, 23);
+            this.panel1.Size = new System.Drawing.Size(136, 23);
             this.panel1.TabIndex = 15;
             // 
             // cmdLoadTree
             // 
             this.cmdLoadTree.Dock = System.Windows.Forms.DockStyle.Right;
-            this.cmdLoadTree.Location = new System.Drawing.Point(93, 0);
+            this.cmdLoadTree.Location = new System.Drawing.Point(92, 0);
             this.cmdLoadTree.Name = "cmdLoadTree";
             this.cmdLoadTree.Size = new System.Drawing.Size(40, 19);
             this.cmdLoadTree.TabIndex = 1;
@@ -874,23 +977,38 @@
             this.label3.TabIndex = 0;
             this.label3.Text = "宸ュ簭璧勬枡-姝e湪娴忚";
             // 
-            // label14
+            // cmdHBadCountDevelopWHID
             // 
-            this.label14.AutoSize = true;
-            this.label14.Location = new System.Drawing.Point(29, 269);
-            this.label14.Name = "label14";
-            this.label14.Size = new System.Drawing.Size(53, 36);
-            this.label14.TabIndex = 217;
-            this.label14.Text = "鏈� 宸� 搴廫r\n\r\n纭璁板綍";
+            this.cmdHBadCountDevelopWHID.BackColor = System.Drawing.Color.Transparent;
+            this.cmdHBadCountDevelopWHID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBadCountDevelopWHID.Image")));
+            this.cmdHBadCountDevelopWHID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
+            this.cmdHBadCountDevelopWHID.Location = new System.Drawing.Point(221, 198);
+            this.cmdHBadCountDevelopWHID.Name = "cmdHBadCountDevelopWHID";
+            this.cmdHBadCountDevelopWHID.Size = new System.Drawing.Size(22, 22);
+            this.cmdHBadCountDevelopWHID.TabIndex = 227;
+            this.cmdHBadCountDevelopWHID.UseVisualStyleBackColor = false;
+            this.cmdHBadCountDevelopWHID.Click += new System.EventHandler(this.cmdHBadCountDevelopWHID_Click);
             // 
-            // txtHProcCheckNote
+            // label17
             // 
-            this.txtHProcCheckNote.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.txtHProcCheckNote.Location = new System.Drawing.Point(88, 266);
-            this.txtHProcCheckNote.Multiline = true;
-            this.txtHProcCheckNote.Name = "txtHProcCheckNote";
-            this.txtHProcCheckNote.Size = new System.Drawing.Size(431, 60);
-            this.txtHProcCheckNote.TabIndex = 218;
+            this.label17.AutoSize = true;
+            this.label17.ForeColor = System.Drawing.Color.Black;
+            this.label17.Location = new System.Drawing.Point(1, 203);
+            this.label17.Name = "label17";
+            this.label17.Size = new System.Drawing.Size(77, 12);
+            this.label17.TabIndex = 225;
+            this.label17.Text = "鐮斿彂涓嶈壇鍝佷粨";
+            // 
+            // txtHBadCountDevelopWHID
+            // 
+            this.txtHBadCountDevelopWHID.BackColor = System.Drawing.SystemColors.Window;
+            this.txtHBadCountDevelopWHID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+            this.txtHBadCountDevelopWHID.Location = new System.Drawing.Point(77, 199);
+            this.txtHBadCountDevelopWHID.Name = "txtHBadCountDevelopWHID";
+            this.txtHBadCountDevelopWHID.Size = new System.Drawing.Size(144, 21);
+            this.txtHBadCountDevelopWHID.TabIndex = 226;
+            this.txtHBadCountDevelopWHID.Tag = "0";
+            this.txtHBadCountDevelopWHID.TextChanged += new System.EventHandler(this.txtHBadCountDevelopWHID_TextChanged);
             // 
             // Gy_Process
             // 
@@ -994,5 +1112,14 @@
         private System.Windows.Forms.ToolStripButton dc;
         private System.Windows.Forms.TextBox txtHProcCheckNote;
         private System.Windows.Forms.Label label14;
+        private System.Windows.Forms.Button cmdHWasterWHID;
+        private System.Windows.Forms.Label label16;
+        private System.Windows.Forms.TextBox txtHWasterWHID;
+        private System.Windows.Forms.Button cmdHBadWHID;
+        private System.Windows.Forms.Label label15;
+        private System.Windows.Forms.TextBox txtHBadWHID;
+        private System.Windows.Forms.TextBox txtHBadCountDevelopWHID;
+        private System.Windows.Forms.Button cmdHBadCountDevelopWHID;
+        private System.Windows.Forms.Label label17;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1