|
|
@@ -44,6 +44,8 @@
|
|
|
this.ma_code = new FileWatcher.SearchTextBox();
|
|
|
this.li_code = new FileWatcher.SearchTextBox();
|
|
|
this.RemindVoice = new System.Windows.Forms.CheckBox();
|
|
|
+ this.SN = new System.Windows.Forms.RadioButton();
|
|
|
+ this.Counter = new System.Windows.Forms.RadioButton();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// OperateResult
|
|
|
@@ -221,11 +223,35 @@
|
|
|
this.RemindVoice.Text = "开启提示音";
|
|
|
this.RemindVoice.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // SN
|
|
|
+ //
|
|
|
+ this.SN.AutoSize = true;
|
|
|
+ this.SN.Location = new System.Drawing.Point(221, 486);
|
|
|
+ this.SN.Name = "SN";
|
|
|
+ this.SN.Size = new System.Drawing.Size(113, 28);
|
|
|
+ this.SN.TabIndex = 37;
|
|
|
+ this.SN.Text = "扫描SN";
|
|
|
+ this.SN.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // Counter
|
|
|
+ //
|
|
|
+ this.Counter.AutoSize = true;
|
|
|
+ this.Counter.Checked = true;
|
|
|
+ this.Counter.Location = new System.Drawing.Point(357, 486);
|
|
|
+ this.Counter.Name = "Counter";
|
|
|
+ this.Counter.Size = new System.Drawing.Size(113, 28);
|
|
|
+ this.Counter.TabIndex = 36;
|
|
|
+ this.Counter.TabStop = true;
|
|
|
+ this.Counter.Text = "计数器";
|
|
|
+ this.Counter.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.SN);
|
|
|
+ this.Controls.Add(this.Counter);
|
|
|
this.Controls.Add(this.RemindVoice);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.ms_sncode);
|
|
|
@@ -267,6 +293,8 @@
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Timer RemindTimer;
|
|
|
private System.Windows.Forms.CheckBox RemindVoice;
|
|
|
+ private System.Windows.Forms.RadioButton SN;
|
|
|
+ private System.Windows.Forms.RadioButton Counter;
|
|
|
}
|
|
|
}
|
|
|
|