From b4a83cab68992fbf1d88dcc43957f4aebea60343 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 30 十二月 2024 09:40:29 +0800
Subject: [PATCH] 水力模块整改,解决存储慢获取慢的问题

---
 WinFrmUI/Yw.WinFrmUI.Core/09-common/02-string-list-checked/StringListCheckedListBoxCtrl.Designer.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Core/09-common/02-string-list-checked/StringListCheckedListBoxCtrl.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Core/09-common/02-string-list-checked/StringListCheckedListBoxCtrl.Designer.cs
index 0c7ad21..f9b6a7e 100644
--- a/WinFrmUI/Yw.WinFrmUI.Core/09-common/02-string-list-checked/StringListCheckedListBoxCtrl.Designer.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Core/09-common/02-string-list-checked/StringListCheckedListBoxCtrl.Designer.cs
@@ -34,6 +34,7 @@
             // 
             // ckListBox
             // 
+            ckListBox.CheckOnClick = true;
             ckListBox.Dock = DockStyle.Fill;
             ckListBox.Location = new Point(0, 0);
             ckListBox.MultiColumn = true;

--
Gitblit v1.9.3