|
@@ -46,6 +46,8 @@
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.BaudRate = new System.Windows.Forms.TextBox();
|
|
|
this.ComPort = new FileWatcher.SerialPortCombox();
|
|
|
+ this.NowQTY = new System.Windows.Forms.TextBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -206,11 +208,32 @@
|
|
|
this.ComPort.Size = new System.Drawing.Size(176, 40);
|
|
|
this.ComPort.TabIndex = 21;
|
|
|
//
|
|
|
+ // NowQTY
|
|
|
+ //
|
|
|
+ this.NowQTY.Location = new System.Drawing.Point(204, 409);
|
|
|
+ this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.NowQTY.Name = "NowQTY";
|
|
|
+ this.NowQTY.Size = new System.Drawing.Size(146, 35);
|
|
|
+ this.NowQTY.TabIndex = 26;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(34, 406);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(133, 38);
|
|
|
+ this.label4.TabIndex = 25;
|
|
|
+ this.label4.Text = "当前计数";
|
|
|
+ //
|
|
|
// AutoMakeQTY
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1443, 640);
|
|
|
+ this.Controls.Add(this.NowQTY);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
this.Controls.Add(this.BaudRate);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.label2);
|
|
@@ -256,6 +279,8 @@
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.TextBox BaudRate;
|
|
|
+ private System.Windows.Forms.TextBox NowQTY;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
}
|
|
|
}
|
|
|
|