DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -785,7 +785,12 @@ { var txt = ctrl as CheckEdit; txt.ReadOnly = isEdt; txt.Checked = false; if (txt.Tag != null && txt.Tag.ToString().Length > 0 && txt.Tag.ToString().StartsWith("moren")) { txt.Checked = bool.Parse(txt.Tag.ToString().Replace("moren.", "")); } else txt.Checked = false; continue; } @@ -1780,7 +1785,7 @@ string _isRed = row["isRed"].ToString(); if (_isRed == "1") { e.Appearance.BackColor = Color.LightPink; e.Appearance.ForeColor = Color.Tomato; } } // 设置焦点行的背景色