From 95e6a23bc5a604184657a0baaee180ea55c41f5f Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 03 一月 2025 14:19:23 +0800
Subject: [PATCH] 优化

---
 WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCoordinateExcelFrom.Designer.cs |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCoordinateExcelFrom.Designer.cs b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCoordinateExcelFrom.Designer.cs
index 44e06fb..658066e 100644
--- a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCoordinateExcelFrom.Designer.cs
+++ b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCoordinateExcelFrom.Designer.cs
@@ -50,6 +50,7 @@
             this.txtHMakerNumber = new System.Windows.Forms.TextBox();
             this.label5 = new System.Windows.Forms.Label();
             this.labHMakerID = new System.Windows.Forms.Label();
+            this.HShiftsID = new System.Windows.Forms.Label();
             this.SuspendLayout();
             // 
             // label1
@@ -226,18 +227,29 @@
             // labHMakerID
             // 
             this.labHMakerID.AutoSize = true;
-            this.labHMakerID.Location = new System.Drawing.Point(596, 29);
+            this.labHMakerID.Location = new System.Drawing.Point(187, 5);
             this.labHMakerID.Name = "labHMakerID";
             this.labHMakerID.Size = new System.Drawing.Size(107, 18);
             this.labHMakerID.TabIndex = 19;
             this.labHMakerID.Text = "labHMakerID";
             this.labHMakerID.Visible = false;
             // 
+            // HShiftsID
+            // 
+            this.HShiftsID.AutoSize = true;
+            this.HShiftsID.Location = new System.Drawing.Point(521, 125);
+            this.HShiftsID.Name = "HShiftsID";
+            this.HShiftsID.Size = new System.Drawing.Size(89, 18);
+            this.HShiftsID.TabIndex = 20;
+            this.HShiftsID.Text = "HShiftsID";
+            this.HShiftsID.Visible = false;
+            // 
             // ReadCoordinateExcelFrom
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(1033, 565);
+            this.Controls.Add(this.HShiftsID);
             this.Controls.Add(this.labHMakerID);
             this.Controls.Add(this.txtHMakerNumber);
             this.Controls.Add(this.label5);
@@ -291,5 +303,6 @@
         private System.Windows.Forms.TextBox txtHMakerNumber;
         private System.Windows.Forms.Label label5;
         private System.Windows.Forms.Label labHMakerID;
+        private System.Windows.Forms.Label HShiftsID;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1