|
@@ -50,7 +50,6 @@
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.CheckTSN = new System.Windows.Forms.CheckBox();
|
|
this.CheckTSN = new System.Windows.Forms.CheckBox();
|
|
|
- this.NoteForChange = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// PrintLabel
|
|
// PrintLabel
|
|
@@ -315,24 +314,11 @@
|
|
|
this.CheckTSN.UseVisualStyleBackColor = true;
|
|
this.CheckTSN.UseVisualStyleBackColor = true;
|
|
|
this.CheckTSN.CheckedChanged += new System.EventHandler(this.CheckTSN_CheckedChanged);
|
|
this.CheckTSN.CheckedChanged += new System.EventHandler(this.CheckTSN_CheckedChanged);
|
|
|
//
|
|
//
|
|
|
- // NoteForChange
|
|
|
|
|
- //
|
|
|
|
|
- this.NoteForChange.AutoSize = true;
|
|
|
|
|
- this.NoteForChange.Checked = true;
|
|
|
|
|
- this.NoteForChange.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
- this.NoteForChange.Location = new System.Drawing.Point(120, 21);
|
|
|
|
|
- this.NoteForChange.Name = "NoteForChange";
|
|
|
|
|
- this.NoteForChange.Size = new System.Drawing.Size(119, 19);
|
|
|
|
|
- this.NoteForChange.TabIndex = 187;
|
|
|
|
|
- this.NoteForChange.Text = "切换工单提醒";
|
|
|
|
|
- this.NoteForChange.UseVisualStyleBackColor = true;
|
|
|
|
|
- //
|
|
|
|
|
// Make_ColorBoxLabelPrint
|
|
// Make_ColorBoxLabelPrint
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1251, 600);
|
|
this.ClientSize = new System.Drawing.Size(1251, 600);
|
|
|
- this.Controls.Add(this.NoteForChange);
|
|
|
|
|
this.Controls.Add(this.CheckTSN);
|
|
this.Controls.Add(this.CheckTSN);
|
|
|
this.Controls.Add(this.LockMakeCode);
|
|
this.Controls.Add(this.LockMakeCode);
|
|
|
this.Controls.Add(this.ma_code);
|
|
this.Controls.Add(this.ma_code);
|
|
@@ -391,6 +377,5 @@
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
private System.Windows.Forms.CheckBox CheckTSN;
|
|
private System.Windows.Forms.CheckBox CheckTSN;
|
|
|
- private System.Windows.Forms.CheckBox NoteForChange;
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|