|
@@ -71,6 +71,7 @@
|
|
|
this.Lock_label = new System.Windows.Forms.Label();
|
|
|
this.ma_salecode = new System.Windows.Forms.Label();
|
|
|
this.pr_sendchecktype = new System.Windows.Forms.Label();
|
|
|
+ this.SMTBind = new System.Windows.Forms.CheckBox();
|
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
|
|
|
this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
@@ -467,7 +468,7 @@
|
|
|
this.Lock_label.AutoSize = true;
|
|
|
this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Lock_label.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.Lock_label.Location = new System.Drawing.Point(569, 500);
|
|
|
+ this.Lock_label.Location = new System.Drawing.Point(739, 524);
|
|
|
this.Lock_label.Name = "Lock_label";
|
|
|
this.Lock_label.Size = new System.Drawing.Size(126, 21);
|
|
|
this.Lock_label.TabIndex = 77;
|
|
@@ -492,6 +493,20 @@
|
|
|
this.pr_sendchecktype.TabIndex = 79;
|
|
|
this.pr_sendchecktype.Visible = false;
|
|
|
//
|
|
|
+ // SMTBind
|
|
|
+ //
|
|
|
+ this.SMTBind.AutoSize = true;
|
|
|
+ this.SMTBind.Checked = true;
|
|
|
+ this.SMTBind.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.SMTBind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.SMTBind.Location = new System.Drawing.Point(558, 500);
|
|
|
+ this.SMTBind.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.SMTBind.Name = "SMTBind";
|
|
|
+ this.SMTBind.Size = new System.Drawing.Size(101, 21);
|
|
|
+ this.SMTBind.TabIndex = 195;
|
|
|
+ this.SMTBind.Text = "SMT分板过站";
|
|
|
+ this.SMTBind.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
@@ -727,7 +742,7 @@
|
|
|
this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
|
|
|
this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
|
|
|
this.CleanInfo.IsShowBorder = true;
|
|
|
- this.CleanInfo.Location = new System.Drawing.Point(718, 497);
|
|
|
+ this.CleanInfo.Location = new System.Drawing.Point(720, 497);
|
|
|
this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
|
|
|
this.CleanInfo.Name = "CleanInfo";
|
|
|
this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
|
|
@@ -798,7 +813,7 @@
|
|
|
this.ms_sncode.Str2 = null;
|
|
|
this.ms_sncode.TabIndex = 68;
|
|
|
this.ms_sncode.Tag = "IfRead";
|
|
|
- this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
|
|
|
+ this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown_one);
|
|
|
//
|
|
|
// Make_TestCollection
|
|
|
//
|
|
@@ -806,6 +821,7 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.ClientSize = new System.Drawing.Size(862, 535);
|
|
|
+ this.Controls.Add(this.SMTBind);
|
|
|
this.Controls.Add(this.StepCount);
|
|
|
this.Controls.Add(this.pr_sendchecktype);
|
|
|
this.Controls.Add(this.ma_salecode);
|
|
@@ -928,5 +944,6 @@
|
|
|
private System.Windows.Forms.Label ma_salecode;
|
|
|
private System.Windows.Forms.Label pr_sendchecktype;
|
|
|
private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
+ private System.Windows.Forms.CheckBox SMTBind;
|
|
|
}
|
|
|
}
|