Browse Source

修改控件

章政 8 years ago
parent
commit
35135dc649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-MES/CustomControl/TextBoxWithIcon/SNCodeEnterTextBox.cs

+ 1 - 1
UAS-MES/CustomControl/TextBoxWithIcon/SNCodeEnterTextBox.cs

@@ -95,7 +95,7 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
                 this.SelectAll();
             //不允许开启大写扫描
             if (e.KeyCode == Keys.Enter)
-            {
+            { 
                 if (CapsLockStatus)
                 {
                     BaseUtil.ShowError("请关闭大写后进行采集");