From 0993739f3339e1fdf8580c0da3bf16a21b1efd45 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期二, 19 四月 2022 21:12:37 +0800
Subject: [PATCH] 工序委外接收单列表模块界面调整

---
 WorkM/流转卡管理/MES_StationEntrustOutBillList.designer.cs |  104 ++++++++++++++++++++++++++--------------------------
 1 files changed, 52 insertions(+), 52 deletions(-)

diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBillList.designer.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBillList.designer.cs"
index e767f85..224bd49 100644
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBillList.designer.cs"
+++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBillList.designer.cs"
@@ -31,15 +31,16 @@
             this.components = new System.ComponentModel.Container();
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MES_StationEntrustOutBillList));
             this.pPic = new System.Windows.Forms.Panel();
-            this.btnOK = new System.Windows.Forms.Button();
             this.txtHOrderProcNO = new System.Windows.Forms.TextBox();
-            this.label5 = new System.Windows.Forms.Label();
             this.txtHLotNo = new System.Windows.Forms.TextBox();
-            this.label3 = new System.Windows.Forms.Label();
             this.txtHMaterID = new System.Windows.Forms.TextBox();
+            this.txtHBillNo = new System.Windows.Forms.TextBox();
+            this.chkWJieAn = new System.Windows.Forms.CheckBox();
+            this.btnOK = new System.Windows.Forms.Button();
+            this.label5 = new System.Windows.Forms.Label();
+            this.label3 = new System.Windows.Forms.Label();
             this.label2 = new System.Windows.Forms.Label();
             this.label1 = new System.Windows.Forms.Label();
-            this.txtHBillNo = new System.Windows.Forms.TextBox();
             this.panel1 = new System.Windows.Forms.Panel();
             this.lbljl = new System.Windows.Forms.Label();
             this.lbldj = new System.Windows.Forms.Label();
@@ -81,7 +82,6 @@
             this.grdPrint = new System.Windows.Forms.DataGridView();
             this.grdSum = new System.Windows.Forms.DataGridView();
             this.grdSub1 = new System.Windows.Forms.DataGridView();
-            this.chkWJieAn = new System.Windows.Forms.CheckBox();
             this.pPic.SuspendLayout();
             this.panel1.SuspendLayout();
             this.Tool.SuspendLayout();
@@ -114,9 +114,51 @@
             this.pPic.Size = new System.Drawing.Size(1228, 53);
             this.pPic.TabIndex = 15;
             // 
+            // txtHOrderProcNO
+            // 
+            this.txtHOrderProcNO.Location = new System.Drawing.Point(338, 18);
+            this.txtHOrderProcNO.Name = "txtHOrderProcNO";
+            this.txtHOrderProcNO.Size = new System.Drawing.Size(95, 21);
+            this.txtHOrderProcNO.TabIndex = 29;
+            // 
+            // txtHLotNo
+            // 
+            this.txtHLotNo.Location = new System.Drawing.Point(812, 18);
+            this.txtHLotNo.Name = "txtHLotNo";
+            this.txtHLotNo.Size = new System.Drawing.Size(95, 21);
+            this.txtHLotNo.TabIndex = 19;
+            this.txtHLotNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHLotNo_KeyDown);
+            // 
+            // txtHMaterID
+            // 
+            this.txtHMaterID.Location = new System.Drawing.Point(496, 18);
+            this.txtHMaterID.Name = "txtHMaterID";
+            this.txtHMaterID.Size = new System.Drawing.Size(95, 21);
+            this.txtHMaterID.TabIndex = 20;
+            this.txtHMaterID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaterID_KeyDown);
+            // 
+            // txtHBillNo
+            // 
+            this.txtHBillNo.Location = new System.Drawing.Point(654, 18);
+            this.txtHBillNo.Name = "txtHBillNo";
+            this.txtHBillNo.Size = new System.Drawing.Size(95, 21);
+            this.txtHBillNo.TabIndex = 13;
+            this.txtHBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBillNo_KeyDown);
+            // 
+            // chkWJieAn
+            // 
+            this.chkWJieAn.AutoSize = true;
+            this.chkWJieAn.Location = new System.Drawing.Point(997, 22);
+            this.chkWJieAn.Margin = new System.Windows.Forms.Padding(2);
+            this.chkWJieAn.Name = "chkWJieAn";
+            this.chkWJieAn.Size = new System.Drawing.Size(60, 16);
+            this.chkWJieAn.TabIndex = 105;
+            this.chkWJieAn.Text = "鏈粨妗�";
+            this.chkWJieAn.UseVisualStyleBackColor = true;
+            // 
             // btnOK
             // 
-            this.btnOK.Location = new System.Drawing.Point(838, 16);
+            this.btnOK.Location = new System.Drawing.Point(911, 16);
             this.btnOK.Name = "btnOK";
             this.btnOK.Size = new System.Drawing.Size(73, 24);
             this.btnOK.TabIndex = 30;
@@ -124,54 +166,31 @@
             this.btnOK.UseVisualStyleBackColor = true;
             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
             // 
-            // txtHOrderProcNO
-            // 
-            this.txtHOrderProcNO.Location = new System.Drawing.Point(265, 18);
-            this.txtHOrderProcNO.Name = "txtHOrderProcNO";
-            this.txtHOrderProcNO.Size = new System.Drawing.Size(95, 21);
-            this.txtHOrderProcNO.TabIndex = 29;
-            // 
             // label5
             // 
             this.label5.AutoSize = true;
             this.label5.BackColor = System.Drawing.Color.Transparent;
-            this.label5.Location = new System.Drawing.Point(190, 22);
+            this.label5.Location = new System.Drawing.Point(263, 22);
             this.label5.Name = "label5";
             this.label5.Size = new System.Drawing.Size(77, 12);
             this.label5.TabIndex = 28;
             this.label5.Text = "璁㈠崟璺熻釜鍙凤細";
             // 
-            // txtHLotNo
-            // 
-            this.txtHLotNo.Location = new System.Drawing.Point(739, 18);
-            this.txtHLotNo.Name = "txtHLotNo";
-            this.txtHLotNo.Size = new System.Drawing.Size(95, 21);
-            this.txtHLotNo.TabIndex = 19;
-            this.txtHLotNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHLotNo_KeyDown);
-            // 
             // label3
             // 
             this.label3.AutoSize = true;
             this.label3.BackColor = System.Drawing.Color.Transparent;
-            this.label3.Location = new System.Drawing.Point(366, 22);
+            this.label3.Location = new System.Drawing.Point(439, 22);
             this.label3.Name = "label3";
             this.label3.Size = new System.Drawing.Size(59, 12);
             this.label3.TabIndex = 21;
             this.label3.Text = "浜�   鍝侊細";
             // 
-            // txtHMaterID
-            // 
-            this.txtHMaterID.Location = new System.Drawing.Point(423, 18);
-            this.txtHMaterID.Name = "txtHMaterID";
-            this.txtHMaterID.Size = new System.Drawing.Size(95, 21);
-            this.txtHMaterID.TabIndex = 20;
-            this.txtHMaterID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaterID_KeyDown);
-            // 
             // label2
             // 
             this.label2.AutoSize = true;
             this.label2.BackColor = System.Drawing.Color.Transparent;
-            this.label2.Location = new System.Drawing.Point(529, 22);
+            this.label2.Location = new System.Drawing.Point(602, 22);
             this.label2.Name = "label2";
             this.label2.Size = new System.Drawing.Size(53, 12);
             this.label2.TabIndex = 18;
@@ -180,19 +199,11 @@
             // label1
             // 
             this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(681, 22);
+            this.label1.Location = new System.Drawing.Point(754, 22);
             this.label1.Name = "label1";
             this.label1.Size = new System.Drawing.Size(65, 12);
             this.label1.TabIndex = 12;
             this.label1.Text = "娴佽浆鍗″彿锛�";
-            // 
-            // txtHBillNo
-            // 
-            this.txtHBillNo.Location = new System.Drawing.Point(581, 18);
-            this.txtHBillNo.Name = "txtHBillNo";
-            this.txtHBillNo.Size = new System.Drawing.Size(95, 21);
-            this.txtHBillNo.TabIndex = 13;
-            this.txtHBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBillNo_KeyDown);
             // 
             // panel1
             // 
@@ -666,17 +677,6 @@
             this.grdSub1.Size = new System.Drawing.Size(46, 40);
             this.grdSub1.TabIndex = 48;
             this.grdSub1.Visible = false;
-            // 
-            // chkWJieAn
-            // 
-            this.chkWJieAn.AutoSize = true;
-            this.chkWJieAn.Location = new System.Drawing.Point(924, 22);
-            this.chkWJieAn.Margin = new System.Windows.Forms.Padding(2);
-            this.chkWJieAn.Name = "chkWJieAn";
-            this.chkWJieAn.Size = new System.Drawing.Size(60, 16);
-            this.chkWJieAn.TabIndex = 105;
-            this.chkWJieAn.Text = "鏈粨妗�";
-            this.chkWJieAn.UseVisualStyleBackColor = true;
             // 
             // MES_StationEntrustOutBillList
             // 

--
Gitblit v1.9.1