From d107fd0519b4b84c31bc55bbd30cc0ba0af7507d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 07 二月 2025 10:41:13 +0800 Subject: [PATCH] 过渡件匹配Model修改,增加过渡件类型匹配字段 --- WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user index 6122464..32021e6 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user +++ b/WinFrmUI/Yw.WinFrmUI.Core/Yw.WinFrmUI.Core.csproj.user @@ -7,5 +7,26 @@ <Compile Update="06-document\DocumentPage.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="09-common\01-flags\SetFlagsContainerCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <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> + <Compile Update="12-exception\VmoExceptionInfoDlg.cs"> + <SubType>Form</SubType> + </Compile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3