yangle
2025-01-03 95e6a23bc5a604184657a0baaee180ea55c41f5f
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;
    }
}