From f589894c84d47b9671eef6d3a8337b6b51b32edb Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 21 一月 2025 12:15:39 +0800 Subject: [PATCH] 阀门视图修改 --- WinFrmUI/HStation.WinFrmUI.Basic.Core/HStation.WinFrmUI.Basic.Core.csproj | 50 +++++++++++++++++++++++++++++++------------------- 1 files changed, 31 insertions(+), 19 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Basic.Core/HStation.WinFrmUI.Basic.Core.csproj b/WinFrmUI/HStation.WinFrmUI.Basic.Core/HStation.WinFrmUI.Basic.Core.csproj index 7fae782..551733c 100644 --- a/WinFrmUI/HStation.WinFrmUI.Basic.Core/HStation.WinFrmUI.Basic.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.Basic.Core/HStation.WinFrmUI.Basic.Core.csproj @@ -7,13 +7,13 @@ </PropertyGroup> <ItemGroup> - <Compile Remove="01-SysCatalogManage\Class1.cs" /> + <Compile Remove="02-SysCatalogManage\Class1.cs" /> <Compile Remove="Class1.cs" /> </ItemGroup> <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> - <PackageReference Include="Yw.BLL.Basic.Core" Version="3.3.0" /> + <PackageReference Include="Yw.BLL.Basic.Core" Version="3.3.2" /> </ItemGroup> <ItemGroup> @@ -22,23 +22,35 @@ </ItemGroup> <ItemGroup> - <Compile Update="00-SysTypeManage\AddSysMoudleDlg.cs" /> - <Compile Update="00-SysTypeManage\AddSysTypeDlg.cs" /> - <Compile Update="00-SysTypeManage\EditSysMoudleDlg.cs" /> - <Compile Update="00-SysTypeManage\EditSysTypeDlg.cs" /> - <Compile Update="00-SysTypeManage\SysModuleListBoxCtrl.cs" /> - <Compile Update="00-SysTypeManage\SysTypeManageMainPanel.cs" /> - <Compile Update="01-SysCatalogManage\AddSysCatalogDlg.cs" /> - <Compile Update="01-SysCatalogManage\SysCatalogManageMainPanel.cs" /> - <Compile Update="01-SysCatalogManage\EditSysCatalogDlg.cs" /> - <Compile Update="01-SysCatalogManage\SetSysPropForCatalogDlg.cs" /> - <Compile Update="01-SysCatalogManage\SysTypeListBoxCtrl.cs" /> - <Compile Update="02-SysPropManage\AddSysPropDlg.cs" /> - <Compile Update="02-SysPropManage\AddSysPropGrouoDlg.cs" /> - <Compile Update="02-SysPropManage\EditSysPropDlg.cs" /> - <Compile Update="02-SysPropManage\EditSysPropGrouoDlg.cs" /> - <Compile Update="02-SysPropManage\SysPropGroupTreeListCtrl.cs" /> - <Compile Update="02-SysPropManage\SysPropManageMainPanel.cs" /> + <Compile Update="01-SysTypeManage\AddSysMoudleDlg.cs" /> + <Compile Update="01-SysTypeManage\AddSysTypeDlg.cs" /> + <Compile Update="01-SysTypeManage\EditSysMoudleDlg.cs" /> + <Compile Update="01-SysTypeManage\EditSysTypeDlg.cs" /> + <Compile Update="01-SysTypeManage\SysModuleListBoxCtrl.cs" /> + <Compile Update="01-SysTypeManage\SysTypeManageMainPanel.cs" /> + <Compile Update="02-SysCatalogManage\AddSysCatalogDlg.cs" /> + <Compile Update="02-SysCatalogManage\SysCatalogManageMainPanel.cs" /> + <Compile Update="02-SysCatalogManage\EditSysCatalogDlg.cs" /> + <Compile Update="02-SysCatalogManage\SetSysPropForCatalogDlg.cs" /> + <Compile Update="02-SysCatalogManage\SysTypeListBoxCtrl.cs" /> + <Compile Update="04-SysPropManage\AddSysPropDlg.cs" /> + <Compile Update="04-SysPropManage\AddSysPropGrouoDlg.cs" /> + <Compile Update="04-SysPropManage\EditSysPropDlg.cs" /> + <Compile Update="04-SysPropManage\EditSysPropGrouoDlg.cs" /> + <Compile Update="04-SysPropManage\SysPropGroupTreeListCtrl.cs" /> + <Compile Update="04-SysPropManage\SysPropManageMainPanel.cs" /> + <Compile Update="03-SysFlagManage\AddSysMoudleDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-SysFlagManage\EditSysMoudleDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-SysFlagManage\SysFlagTreeListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-SysFlagManage\SysFlagManageMainPanel.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="Properties\Resources.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> -- Gitblit v1.9.3