|
|
@@ -47,8 +47,8 @@
|
|
|
this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.Printlab = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ReleasePallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.NewPalletCode = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
@@ -571,8 +571,8 @@
|
|
|
private CustomControl.ButtonUtil.NormalButton NewPalletCode;
|
|
|
private CustomControl.ButtonUtil.NormalButton ReleasePallet;
|
|
|
private CustomControl.ButtonUtil.NormalButton Printlab;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox outboxcode;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox outboxcode;
|
|
|
private System.Windows.Forms.Label outboxcode_label;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|