|
|
@@ -31,9 +31,9 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CheckNoRelpace));
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.old_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
|
+ this.old_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.old_checkno_label = new System.Windows.Forms.Label();
|
|
|
- this.new_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
|
+ this.new_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.new_checkno_label = new System.Windows.Forms.Label();
|
|
|
this.ReplaceReason = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
|
@@ -201,9 +201,9 @@
|
|
|
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
- private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox old_sncode;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox old_sncode;
|
|
|
private System.Windows.Forms.Label old_checkno_label;
|
|
|
- private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox new_sncode;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox new_sncode;
|
|
|
private System.Windows.Forms.Label new_checkno_label;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ReplaceReason;
|
|
|
private System.Windows.Forms.Label ms_sncode_label;
|