lu
2025-01-08 c77fa816dd42d7cd437301efbfdff93ea56f6c79
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -720,7 +720,17 @@
                if (ctrl is MemoEdit)
                {
                    var txt = ctrl as MemoEdit;
                    if (txt.Tag != null && txt.Tag.ToString().Length > 0 && txt.Tag.ToString().StartsWith("moren"))
                    {
                        txt.Text = txt.Tag.ToString().Replace("moren.", "");
                    }
                    else
                    txt.Text = "";
                    if (_isRead(txt.Tag))
                    {
                        txt.ReadOnly = true;
                    }
                    else
                    txt.ReadOnly = isEdt;
                    continue;
                }
@@ -969,6 +979,11 @@
                if (ctrl is MemoEdit)
                {
                    var txt = ctrl as MemoEdit;
                    if (_isRead(txt.Tag))
                    {
                        txt.ReadOnly = true;
                    }
                    else
                    txt.ReadOnly = isEdt;
                    continue;
                }