From 49e7d052cc72a98b10ba9c06268c8a1d79e94a5b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 15 四月 2025 11:14:10 +0800
Subject: [PATCH] fqc
---
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
index 2043a24..f665fdc 100644
--- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -726,6 +726,7 @@
var txt = ctrl as ButtonEdit;
txt.Text = "";
txt.Enabled = !isEdt;
+ txt.ReadOnly = isEdt;
continue;
}
//鏂囨湰
@@ -1745,8 +1746,10 @@
if (column.Tag == null || column.Tag.ToString().EndsWith("edit"))
column.OptionsColumn.ReadOnly = false;
else
- //column.OptionsColumn.ReadOnly = true;
- column.OptionsColumn.ReadOnly = isPostSearch;
+ column.OptionsColumn.ReadOnly = true;
+
+ if(isPostSearch==false)
+ column.OptionsColumn.ReadOnly = true;
if (isPostSearch == true)
{
--
Gitblit v1.9.3