章政 пре 8 година
родитељ
комит
35135dc649
1 измењених фајлова са 1 додато и 1 уклоњено
  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();
                 this.SelectAll();
             //不允许开启大写扫描
             //不允许开启大写扫描
             if (e.KeyCode == Keys.Enter)
             if (e.KeyCode == Keys.Enter)
-            {
+            { 
                 if (CapsLockStatus)
                 if (CapsLockStatus)
                 {
                 {
                     BaseUtil.ShowError("请关闭大写后进行采集");
                     BaseUtil.ShowError("请关闭大写后进行采集");