From c2a0693fb9c718f29a62e3add2fac4c722cb314a Mon Sep 17 00:00:00 2001
From: ouyangqing <ouyangqing@DESKTOP-B85SG1D>
Date: 星期三, 27 一月 2021 13:21:59 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/YqnMes

---
 SCM/生产管理/Sc_PackUnionBillList.designer.cs |   34 ++++++++++++++++++++++++----------
 1 files changed, 24 insertions(+), 10 deletions(-)

diff --git "a/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Sc_PackUnionBillList.designer.cs" "b/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Sc_PackUnionBillList.designer.cs"
index 371d644..6482c7b 100644
--- "a/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Sc_PackUnionBillList.designer.cs"
+++ "b/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Sc_PackUnionBillList.designer.cs"
@@ -35,6 +35,7 @@
             this.grdPrint = new System.Windows.Forms.DataGridView();
             this.grdSum = new System.Windows.Forms.DataGridView();
             this.groupBox1 = new System.Windows.Forms.GroupBox();
+            this.button1 = new System.Windows.Forms.Button();
             this.txtHBarCode = new System.Windows.Forms.TextBox();
             this.label3 = new System.Windows.Forms.Label();
             this.txtHSourceBillNo = new System.Windows.Forms.TextBox();
@@ -50,7 +51,7 @@
             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
             this.bclk = new System.Windows.Forms.ToolStripButton();
             this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
-            this.button1 = new System.Windows.Forms.Button();
+            this.btnFQBD = new System.Windows.Forms.Button();
             ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
             this.groupBox1.SuspendLayout();
@@ -99,6 +100,7 @@
             // groupBox1
             // 
             this.groupBox1.BackColor = System.Drawing.Color.Lavender;
+            this.groupBox1.Controls.Add(this.btnFQBD);
             this.groupBox1.Controls.Add(this.button1);
             this.groupBox1.Controls.Add(this.txtHBarCode);
             this.groupBox1.Controls.Add(this.label3);
@@ -113,6 +115,17 @@
             this.groupBox1.Size = new System.Drawing.Size(1028, 129);
             this.groupBox1.TabIndex = 50;
             this.groupBox1.TabStop = false;
+            // 
+            // button1
+            // 
+            this.button1.Font = new System.Drawing.Font("瀹嬩綋", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.button1.Location = new System.Drawing.Point(725, 30);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(112, 37);
+            this.button1.TabIndex = 17;
+            this.button1.Text = "鍒犻櫎";
+            this.button1.UseVisualStyleBackColor = true;
+            this.button1.Click += new System.EventHandler(this.button1_Click);
             // 
             // txtHBarCode
             // 
@@ -273,16 +286,16 @@
             this.toolStripSeparator8.Name = "toolStripSeparator8";
             this.toolStripSeparator8.Size = new System.Drawing.Size(6, 47);
             // 
-            // button1
+            // btnFQBD
             // 
-            this.button1.Font = new System.Drawing.Font("瀹嬩綋", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.button1.Location = new System.Drawing.Point(725, 30);
-            this.button1.Name = "button1";
-            this.button1.Size = new System.Drawing.Size(112, 37);
-            this.button1.TabIndex = 17;
-            this.button1.Text = "鍒犻櫎";
-            this.button1.UseVisualStyleBackColor = true;
-            this.button1.Click += new System.EventHandler(this.button1_Click);
+            this.btnFQBD.Font = new System.Drawing.Font("瀹嬩綋", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.btnFQBD.Location = new System.Drawing.Point(566, 30);
+            this.btnFQBD.Name = "btnFQBD";
+            this.btnFQBD.Size = new System.Drawing.Size(112, 37);
+            this.btnFQBD.TabIndex = 18;
+            this.btnFQBD.Text = "琛ユ墦";
+            this.btnFQBD.UseVisualStyleBackColor = true;
+            this.btnFQBD.Click += new System.EventHandler(this.btnFQBD_Click);
             // 
             // Sc_PackUnionBillList
             // 
@@ -334,5 +347,6 @@
         private System.Windows.Forms.TextBox txtHBarCode;
         private System.Windows.Forms.Label label3;
         private System.Windows.Forms.Button button1;
+        private System.Windows.Forms.Button btnFQBD;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1