瀏覽代碼

输入框类型修改

章政 8 年之前
父節點
當前提交
4dd8c0473a
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      UAS-MES/FunctionCode/Special/Special_CancelCollection.Designer.cs

+ 3 - 4
UAS-MES/FunctionCode/Special/Special_CancelCollection.Designer.cs

@@ -30,7 +30,7 @@
         {
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_CancelCollection));
             this.sn_code_label = new System.Windows.Forms.Label();
-            this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
+            this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
             this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
             this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
             this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
@@ -55,7 +55,6 @@
             this.sn_code.Location = new System.Drawing.Point(113, 131);
             this.sn_code.Margin = new System.Windows.Forms.Padding(4);
             this.sn_code.Name = "sn_code";
-            this.sn_code.Negative = false;
             this.sn_code.Power = null;
             this.sn_code.Size = new System.Drawing.Size(176, 21);
             this.sn_code.Str = null;
@@ -125,14 +124,14 @@
             this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
             this.Name = "Special_CancelCollection";
             this.Text = "取消采集";
-            this.ResumeLayout(false);
+            this.ResumeLayout(true);
             this.PerformLayout();
 
         }
 
         #endregion
         private System.Windows.Forms.Label sn_code_label;
-        private CustomControl.TextBoxWithIcon.NumOnlyTextBox sn_code;
+        private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
         private CustomControl.ButtonUtil.NormalButton Confirm;
         private CustomControl.RichText.RichTextAutoBottom OperateResult;
         private CustomControl.ButtonUtil.NormalButton Clean;