|
|
@@ -55,15 +55,22 @@
|
|
|
this.Timer = new System.Windows.Forms.Timer(this.components);
|
|
|
this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.Read = new System.Windows.Forms.TextBox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.Write = new System.Windows.Forms.TextBox();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.ToZero = new System.Windows.Forms.TextBox();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.CleanData = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// OperateResult
|
|
|
//
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(892, 22);
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(920, 22);
|
|
|
this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(517, 535);
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(489, 535);
|
|
|
this.OperateResult.TabIndex = 7;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
@@ -347,11 +354,87 @@
|
|
|
this.label7.TabIndex = 44;
|
|
|
this.label7.Text = "拼版数";
|
|
|
//
|
|
|
+ // Read
|
|
|
+ //
|
|
|
+ this.Read.Location = new System.Drawing.Point(749, 267);
|
|
|
+ this.Read.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.Read.Name = "Read";
|
|
|
+ this.Read.Size = new System.Drawing.Size(146, 35);
|
|
|
+ this.Read.TabIndex = 47;
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label8.Location = new System.Drawing.Point(666, 261);
|
|
|
+ this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(75, 38);
|
|
|
+ this.label8.TabIndex = 46;
|
|
|
+ this.label8.Text = "读取";
|
|
|
+ //
|
|
|
+ // Write
|
|
|
+ //
|
|
|
+ this.Write.Location = new System.Drawing.Point(749, 319);
|
|
|
+ this.Write.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.Write.Name = "Write";
|
|
|
+ this.Write.Size = new System.Drawing.Size(146, 35);
|
|
|
+ this.Write.TabIndex = 49;
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label9.Location = new System.Drawing.Point(666, 316);
|
|
|
+ this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(75, 38);
|
|
|
+ this.label9.TabIndex = 48;
|
|
|
+ this.label9.Text = "回写";
|
|
|
+ //
|
|
|
+ // ToZero
|
|
|
+ //
|
|
|
+ this.ToZero.Location = new System.Drawing.Point(749, 375);
|
|
|
+ this.ToZero.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.ToZero.Name = "ToZero";
|
|
|
+ this.ToZero.Size = new System.Drawing.Size(146, 35);
|
|
|
+ this.ToZero.TabIndex = 51;
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label10.Location = new System.Drawing.Point(666, 372);
|
|
|
+ this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(75, 38);
|
|
|
+ this.label10.TabIndex = 50;
|
|
|
+ this.label10.Text = "清零";
|
|
|
+ //
|
|
|
+ // CleanData
|
|
|
+ //
|
|
|
+ this.CleanData.Enabled = false;
|
|
|
+ this.CleanData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.CleanData.Location = new System.Drawing.Point(595, 552);
|
|
|
+ this.CleanData.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.CleanData.Name = "CleanData";
|
|
|
+ this.CleanData.Size = new System.Drawing.Size(128, 56);
|
|
|
+ this.CleanData.TabIndex = 52;
|
|
|
+ this.CleanData.Text = "计数清零";
|
|
|
+ this.CleanData.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// AutoSMTRXY
|
|
|
//
|
|
|
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.CleanData);
|
|
|
+ this.Controls.Add(this.ToZero);
|
|
|
+ this.Controls.Add(this.label10);
|
|
|
+ this.Controls.Add(this.Write);
|
|
|
+ this.Controls.Add(this.label9);
|
|
|
+ this.Controls.Add(this.Read);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
this.Controls.Add(this.pr_pcbacount);
|
|
|
this.Controls.Add(this.label7);
|
|
|
this.Controls.Add(this.BaudRate);
|
|
|
@@ -415,6 +498,13 @@
|
|
|
private System.Windows.Forms.Timer Timer;
|
|
|
private System.Windows.Forms.NumericUpDown pr_pcbacount;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.TextBox Read;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.TextBox Write;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.TextBox ToZero;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private System.Windows.Forms.Button CleanData;
|
|
|
}
|
|
|
}
|
|
|
|