|
|
@@ -39,7 +39,7 @@
|
|
|
this.PrintLabel = new System.Windows.Forms.ComboBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.PrintNum = new System.Windows.Forms.NumericUpDown();
|
|
|
- this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
|
|
|
+ this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
@@ -207,15 +207,10 @@
|
|
|
//
|
|
|
// pa_outboxcode
|
|
|
//
|
|
|
- this.pa_outboxcode.Caller = null;
|
|
|
this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.pa_outboxcode.Location = new System.Drawing.Point(98, 34);
|
|
|
- this.pa_outboxcode.MakeCode = null;
|
|
|
this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
- this.pa_outboxcode.Pr_id = null;
|
|
|
- this.pa_outboxcode.ProdCode = null;
|
|
|
- this.pa_outboxcode.ShowClickIcon = false;
|
|
|
this.pa_outboxcode.Size = new System.Drawing.Size(132, 22);
|
|
|
this.pa_outboxcode.TabIndex = 163;
|
|
|
this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
|
|
|
@@ -880,7 +875,7 @@
|
|
|
private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
|
|
|
private System.Windows.Forms.ComboBox PrintLabel;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
- private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
|
|
|
private System.Windows.Forms.NumericUpDown PrintNum;
|
|
|
private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
|
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|