DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -791,14 +791,14 @@ if (ctrl is CheckEdit) { var txt = ctrl as CheckEdit; txt.ReadOnly = isEdt; if (txt.Tag != null && txt.Tag.ToString().Length > 0 && txt.Tag.ToString().StartsWith("moren")) if (_isRead(txt.Tag)) { txt.Checked = bool.Parse(txt.Tag.ToString().Replace("moren.", "")); txt.ReadOnly = true; } else txt.Checked = false; txt.ReadOnly = isEdt; continue; } //自定义仓库 if (ctrl is UcLookCk)