소스 검색

修改控件

章政 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();
             //不允许开启大写扫描
             if (e.KeyCode == Keys.Enter)
-            {
+            { 
                 if (CapsLockStatus)
                 {
                     BaseUtil.ShowError("请关闭大写后进行采集");