From cdbdf555182f57b174f8497effc534e5aa42aa1d Mon Sep 17 00:00:00 2001
From: jingh <jingh@LAPTOP-I53VDLOO>
Date: 星期六, 26 六月 2021 15:02:54 +0800
Subject: [PATCH] 完工标记
---
SCM/生产管理/Gy_BadReasonList.Designer.cs | 31 ++++++++++++++++++++++---------
1 files changed, 22 insertions(+), 9 deletions(-)
diff --git "a/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Gy_BadReasonList.Designer.cs" "b/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Gy_BadReasonList.Designer.cs"
index 553e8d7..8ce1a22 100644
--- "a/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Gy_BadReasonList.Designer.cs"
+++ "b/SCM/\347\224\237\344\272\247\347\256\241\347\220\206/Gy_BadReasonList.Designer.cs"
@@ -44,11 +44,12 @@
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.tabPage3.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabControl1.SuspendLayout();
@@ -214,6 +215,7 @@
//
// groupBox1
//
+ this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtHBadQty);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.cmdHClear);
@@ -225,6 +227,16 @@
this.groupBox1.Size = new System.Drawing.Size(1389, 97);
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(540, 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;
//
// cmdHClear
//
@@ -269,15 +281,15 @@
this.tabControl2.Size = new System.Drawing.Size(1389, 728);
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(423, 35);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(110, 24);
+ this.label7.TabIndex = 118;
+ this.label7.Text = "涓嶈壇绫虫暟";
//
// Gy_BadReasonList
//
@@ -329,5 +341,6 @@
private System.Windows.Forms.TabControl tabControl2;
public System.Windows.Forms.TextBox txtHBadReason;
public System.Windows.Forms.TextBox txtHBadQty;
+ private System.Windows.Forms.Label label7;
}
}
\ No newline at end of file
--
Gitblit v1.9.1