From 4fcba32251505d3e3978e2c6a1103a6a0e0a0834 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 25 九月 2024 17:34:15 +0800 Subject: [PATCH] 修复管道管理bug --- WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj | 63 ++++++++++++++++++++++++++----- 1 files changed, 52 insertions(+), 11 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj index d51e195..ec02099 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj @@ -15,15 +15,15 @@ </ItemGroup> <ItemGroup> - <Compile Remove="00-PumpProductManage\AddPumpProductMainDlg - 澶嶅埗.cs" /> - <Compile Remove="00-PumpProductManage\AddPumpProductMainDlg - 澶嶅埗.Designer.cs" /> - <Compile Remove="00-PumpProductManage\PumpProductMainPanel - 澶嶅埗.cs" /> - <Compile Remove="00-PumpProductManage\PumpProductMainPanel - 澶嶅埗.Designer.cs" /> + <Compile Remove="01-pumpProductManage\AddPumpProductMainDlg - 澶嶅埗.cs" /> + <Compile Remove="01-pumpProductManage\AddPumpProductMainDlg - 澶嶅埗.Designer.cs" /> + <Compile Remove="01-pumpProductManage\PumpProductMainPanel - 澶嶅埗.cs" /> + <Compile Remove="01-pumpProductManage\PumpProductMainPanel - 澶嶅埗.Designer.cs" /> </ItemGroup> <ItemGroup> - <EmbeddedResource Remove="00-PumpProductManage\AddPumpProductMainDlg - 澶嶅埗.resx" /> - <EmbeddedResource Remove="00-PumpProductManage\PumpProductMainPanel - 澶嶅埗.resx" /> + <EmbeddedResource Remove="01-pumpProductManage\AddPumpProductMainDlg - 澶嶅埗.resx" /> + <EmbeddedResource Remove="01-pumpProductManage\PumpProductMainPanel - 澶嶅埗.resx" /> </ItemGroup> <ItemGroup> @@ -37,15 +37,52 @@ <ProjectReference Include="..\..\Dto\HStation.Dto.Assets.Core\HStation.Dto.Assets.Core.csproj" /> <ProjectReference Include="..\HStation.WinFrmUI.Basic\HStation.WinFrmUI.Basic.csproj" /> <ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" /> + <ProjectReference Include="..\HStation.WinFrmUI.Dict.Core\HStation.WinFrmUI.Dict.Core.csproj" /> <ProjectReference Include="..\HStation.WinFrmUI.PhartRelation.Core\HStation.WinFrmUI.PhartRelation.Core.csproj" /> </ItemGroup> <ItemGroup> - <Compile Update="00-PumpProductManage\EditPumpProductMainDlg.cs" /> - <Compile Update="00-PumpProductManage\EditPumpProductGroupDlg.cs" /> - <Compile Update="00-PumpProductManage\AddPumpProductGroupDlg.cs" /> - <Compile Update="00-PumpProductManage\AddPumpProductMainDlg.cs" /> - <Compile Update="00-PumpProductManage\EditPumpProductSeriesDlg.cs" /> + <Compile Update="02-AdaptingManage\EditAdaptingMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="02-AdaptingManage\AddAdaptingMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-pumpProductManage\03-PumpType\EditPumpTypeDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-pumpProductManage\EditPumpProductMainDlg.cs" /> + <Compile Update="01-pumpProductManage\EditPumpProductGroupDlg.cs" /> + <Compile Update="01-pumpProductManage\AddPumpProductGroupDlg.cs" /> + <Compile Update="01-pumpProductManage\AddPumpProductMainDlg.cs" /> + <Compile Update="01-pumpProductManage\EditPumpProductSeriesDlg.cs" /> + <Compile Update="05-valveManage\01-series\EditValveSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-valveManage\01-series\AddValveSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-valveManage\02-main\EditValveMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-valveManage\02-main\AddValveMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-valveManage\ValveTypeTreeListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-AdaptingManage\AdaptingManageMainPanel.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-pipelineManage\EditPipeLineMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-pipelineManage\AddPipeLineMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-pipelineManage\PipelineManageMainPanel.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="Properties\Resources.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> @@ -60,4 +97,8 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="00-core\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3