Browse Source

录入序列号控件修改

Hcsy 8 years ago
parent
commit
b01cb9f0ce

+ 2 - 2
UAS-MES/FunctionCode/Warehouse/Warehouse_FinishedProductOut.Designer.cs

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

+ 2 - 2
UAS-MES/FunctionCode/Warehouse/Warehouse_ProductMakeIn.Designer.cs

@@ -30,7 +30,7 @@
         {
             this.components = new System.ComponentModel.Container();
             this.label8 = new System.Windows.Forms.Label();
-            this.input = new System.Windows.Forms.TextBox();
+            this.input = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
             this.bigboxBtn = new System.Windows.Forms.RadioButton();
             this.serBtn = new System.Windows.Forms.RadioButton();
             this.palletBtn = new System.Windows.Forms.RadioButton();
@@ -250,7 +250,7 @@
         private CustomControl.ValueLabel.ValueLabel getqty;
         private System.Windows.Forms.Label label8;
         private CustomControl.CustomCheckBox.CustomCheckBox cancel;
-        private System.Windows.Forms.TextBox input;
+        private CustomControl.TextBoxWithIcon.SnCollectionBox input;
         private System.Windows.Forms.RadioButton bigboxBtn;
         private System.Windows.Forms.RadioButton serBtn;
         private System.Windows.Forms.RadioButton palletBtn;