From e1dbb26b92643e7d78ffa8548586af38e2f1dc11 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 09 一月 2025 09:34:26 +0800
Subject: [PATCH] 细节

---
 DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
index f103276..3ae35d9 100644
--- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -454,14 +454,7 @@
                             txt.Enabled = !isEdt;
                             continue;
                         }
-                        //if (colType is CheckEdit)
-                        //{
-                        //    var txt = colType as CheckEdit;
-                        //    if (txt != null)
-                        //        txt.Checked = bool.Parse(strVal);
-                        //    txt.ReadOnly = isEdt;
-                        //    continue;
-                        //}
+                     
                         //鏃堕棿
                         if (colType is DateTimePicker)
                         {
@@ -772,14 +765,7 @@
                         txt.ReadOnly = isEdt;
                     continue;
                 }
-                if (ctrl is MemoEdit)
-                {
-                    var txt = ctrl as MemoEdit;
-                    if (txt != null)
-                        txt.Text = "";
-                    txt.ReadOnly = isEdt;
-                    continue;
-                }
+             
                 //鏃堕棿
                 if (ctrl is DateTimePicker)
                 {

--
Gitblit v1.9.3