|
@@ -41,7 +41,7 @@
|
|
|
this.palletBtn = new System.Windows.Forms.RadioButton();
|
|
this.palletBtn = new System.Windows.Forms.RadioButton();
|
|
|
this.serBtn = new System.Windows.Forms.RadioButton();
|
|
this.serBtn = new System.Windows.Forms.RadioButton();
|
|
|
this.bigboxBtn = new System.Windows.Forms.RadioButton();
|
|
this.bigboxBtn = new System.Windows.Forms.RadioButton();
|
|
|
- this.input = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
|
+ this.input = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.pi_id = new System.Windows.Forms.Label();
|
|
this.pi_id = new System.Windows.Forms.Label();
|
|
|
this.pi_type = new System.Windows.Forms.Label();
|
|
this.pi_type = new System.Windows.Forms.Label();
|
|
|
this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
@@ -515,7 +515,7 @@
|
|
|
private System.Windows.Forms.RadioButton palletBtn;
|
|
private System.Windows.Forms.RadioButton palletBtn;
|
|
|
private System.Windows.Forms.RadioButton serBtn;
|
|
private System.Windows.Forms.RadioButton serBtn;
|
|
|
private System.Windows.Forms.RadioButton bigboxBtn;
|
|
private System.Windows.Forms.RadioButton bigboxBtn;
|
|
|
- private System.Windows.Forms.TextBox input;
|
|
|
|
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox input;
|
|
|
private CustomControl.CustomCheckBox.CustomCheckBox cancel;
|
|
private CustomControl.CustomCheckBox.CustomCheckBox cancel;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
private CustomControl.CustomCheckBox.CustomCheckBox pi_type_check;
|
|
private CustomControl.CustomCheckBox.CustomCheckBox pi_type_check;
|