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