From be65218617cab71a90a9a05cf488fbb6e206b5c5 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期一, 31 三月 2025 15:47:00 +0800 Subject: [PATCH] 下拉选项增加逻辑分组 --- WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj index e490c2a..2c6ae33 100644 --- a/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj +++ b/WinFrmUI/Hstation.WinFrmUI.Core/Hstation.WinFrmUI.Core.csproj @@ -22,8 +22,12 @@ </ItemGroup> <ItemGroup> + <Compile Remove="00-UICore\01-鐢ㄦ埛鐧婚檰绫籠GlobalParas.cs" /> + </ItemGroup> + + <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> - <PackageReference Include="Yw.BLL.Auth.Core" Version="3.1.6" /> + <PackageReference Include="Yw.BLL.Auth.Core" Version="3.7.7" /> </ItemGroup> <ItemGroup> @@ -31,6 +35,18 @@ </ItemGroup> <ItemGroup> + <Compile Update="01-GeneralDlg\SelectFlagsCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-GeneralDlg\SelectFlagsPopupCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-GeneralDlg\SetDefaultStatusDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-GeneralDlg\SetUseStatusDlg.cs"> + <SubType>Form</SubType> + </Compile> <Compile Update="Lib\Resource1.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> @@ -45,4 +61,8 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="00-UICore\01-鐢ㄦ埛鐧婚檰绫籠" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3