Browse Source

修改大写锁定内容

章政 8 năm trước cách đây
mục cha
commit
bc69e18de6

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

@@ -98,7 +98,7 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
             { 
                 if (CapsLockStatus)
                 {
-                    BaseUtil.ShowError("请关闭大写后进行采集");
+                    BaseUtil.ShowError("大写锁定打开,开启大写锁定会使采集内容不准确,请按Caps Lock关闭大写锁定");
                 }
             }
         }