From cc89c6b8112cfccd270951a9177c6ac0e5307d79 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 29 十月 2024 17:12:12 +0800
Subject: [PATCH] 优化颜色分级配置

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Core/11-prefix/00-core/SetHydroCalcuPrefixCtrl.Designer.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/11-prefix/00-core/SetHydroCalcuPrefixCtrl.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/11-prefix/00-core/SetHydroCalcuPrefixCtrl.Designer.cs
index 792ce5f..d9f15a0 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/11-prefix/00-core/SetHydroCalcuPrefixCtrl.Designer.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/11-prefix/00-core/SetHydroCalcuPrefixCtrl.Designer.cs
@@ -124,6 +124,7 @@
             groupForPump.GroupStyle = DevExpress.Utils.GroupStyle.Card;
             groupForPump.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
             groupForPump.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemForPump });
+            groupForPump.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Flow;
             groupForPump.Location = new Point(0, 108);
             groupForPump.Name = "groupForPump";
             groupForPump.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);

--
Gitblit v1.9.3