From 39b6a686ab59135e63a44ab206fd8ca361878f91 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 17 十二月 2024 16:59:36 +0800 Subject: [PATCH] 统一资产图标 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user index 8ec9501..6282528 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user @@ -10,11 +10,20 @@ <Compile Update="09-common\01-flags\SetFlagsContainerCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="09-common\StringListCheckedListBoxCtrl.cs"> + <Compile Update="09-common\01-flags\SetFlagsDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="09-common\02-string-list-checked\StringListCheckedListBoxCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="09-common\01-flags\SetFlagsEditCtrl.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="09-common\03-search-set\GeneralSearchAndSetCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-common\12-ok-cancel\GeneralOkAndCancelCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3