From 0a7989934b6d561e32ae61d3af16cbf773074da2 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 20 十二月 2024 10:55:17 +0800 Subject: [PATCH] 修复报错 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj | 385 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 335 insertions(+), 50 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 9648839..07cafea 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj @@ -2,148 +2,429 @@ <PropertyGroup> <TargetFramework>net6.0-windows</TargetFramework> - <Nullable>warnings</Nullable> + <Nullable>disable</Nullable> <UseWindowsForms>true</UseWindowsForms> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <Compile Remove="02-UICore\**" /> + <Compile Remove="03-valve\01-series-----bak\**" /> + <Compile Remove="03-valve\02-main---bak\**" /> + <Compile Remove="03-valve\04-chart-edit\**" /> + <Compile Remove="03-valve\05-import\**" /> + <Compile Remove="10-equipment\**" /> + <Compile Remove="11-compressor\04-chart-edit\**" /> + <Compile Remove="11-compressor\05-import\**" /> + <Compile Remove="14-tank\04-chart-edit\**" /> + <Compile Remove="14-tank\05-import\**" /> <EmbeddedResource Remove="02-UICore\**" /> + <EmbeddedResource Remove="03-valve\01-series-----bak\**" /> + <EmbeddedResource Remove="03-valve\02-main---bak\**" /> + <EmbeddedResource Remove="03-valve\04-chart-edit\**" /> + <EmbeddedResource Remove="03-valve\05-import\**" /> + <EmbeddedResource Remove="10-equipment\**" /> + <EmbeddedResource Remove="11-compressor\04-chart-edit\**" /> + <EmbeddedResource Remove="11-compressor\05-import\**" /> + <EmbeddedResource Remove="14-tank\04-chart-edit\**" /> + <EmbeddedResource Remove="14-tank\05-import\**" /> <None Remove="02-UICore\**" /> + <None Remove="03-valve\01-series-----bak\**" /> + <None Remove="03-valve\02-main---bak\**" /> + <None Remove="03-valve\04-chart-edit\**" /> + <None Remove="03-valve\05-import\**" /> + <None Remove="10-equipment\**" /> + <None Remove="11-compressor\04-chart-edit\**" /> + <None Remove="11-compressor\05-import\**" /> + <None Remove="14-tank\04-chart-edit\**" /> + <None Remove="14-tank\05-import\**" /> <Page Remove="02-UICore\**" /> + <Page Remove="03-valve\01-series-----bak\**" /> + <Page Remove="03-valve\02-main---bak\**" /> + <Page Remove="03-valve\04-chart-edit\**" /> + <Page Remove="03-valve\05-import\**" /> + <Page Remove="10-equipment\**" /> + <Page Remove="11-compressor\04-chart-edit\**" /> + <Page Remove="11-compressor\05-import\**" /> + <Page Remove="14-tank\04-chart-edit\**" /> + <Page Remove="14-tank\05-import\**" /> </ItemGroup> <ItemGroup> - <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" /> + <Compile Remove="01-pump\AddPumpProductMainDlg - 澶嶅埗.cs" /> + <Compile Remove="01-pump\AddPumpProductMainDlg - 澶嶅埗.Designer.cs" /> + <Compile Remove="01-pump\PumpProductMainPanel - 澶嶅埗.cs" /> + <Compile Remove="01-pump\PumpProductMainPanel - 澶嶅埗.Designer.cs" /> + <Compile Remove="03-valve\SetValveCoefficientDlg.cs" /> + <Compile Remove="03-valve\SetValveCoefficientDlg.Designer.cs" /> + <Compile Remove="03-valve\ValveManageMainPage.cs" /> + <Compile Remove="03-valve\ValveManageMainPage.Designer.cs" /> + <Compile Remove="12-package\02-main\01-EditPumpPartProp\EquipmentProductListBox.cs" /> + <Compile Remove="12-package\02-main\01-EditPumpPartProp\EquipmentProductListBox.Designer.cs" /> + <Compile Remove="12-package\02-main\01-EditPumpPartProp\PropGroupChoiceViewModel.cs" /> + <Compile Remove="20-exchanger\ExchangerManageMainPage.cs" /> + <Compile Remove="20-exchanger\ExchangerManageMainPage.Designer.cs" /> </ItemGroup> <ItemGroup> - <EmbeddedResource Remove="01-pumpProductManage\AddPumpProductMainDlg - 澶嶅埗.resx" /> - <EmbeddedResource Remove="01-pumpProductManage\PumpProductMainPanel - 澶嶅埗.resx" /> + <EmbeddedResource Remove="01-pump\AddPumpProductMainDlg - 澶嶅埗.resx" /> + <EmbeddedResource Remove="01-pump\PumpProductMainPanel - 澶嶅埗.resx" /> + <EmbeddedResource Remove="03-valve\SetValveCoefficientDlg.resx" /> + <EmbeddedResource Remove="03-valve\ValveManageMainPage.resx" /> + <EmbeddedResource Remove="12-package\02-main\01-EditPumpPartProp\EquipmentProductListBox.resx" /> + <EmbeddedResource Remove="20-exchanger\ExchangerManageMainPage.resx" /> </ItemGroup> <ItemGroup> <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2535.41" /> + <PackageReference Include="Yw.BLL.Assets.Core" Version="3.0.1" /> + <PackageReference Include="Yw.BLL.Phart.Core" Version="3.0.5" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\BLL\HStation.BLL.Assets.Core\HStation.BLL.Assets.Core.csproj" /> <ProjectReference Include="..\..\BLL\HStation.BLL.Xhs.Core\HStation.BLL.Xhs.Core.csproj" /> <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.Basic.Core\HStation.WinFrmUI.Basic.Core.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="02-AdaptingManage\EditAdaptingMainDlg.cs"> + <Compile Update="01-pump\07-PumpChart\01-import\01-excel\ImportPumpPerform2dByExcelDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="02-AdaptingManage\AddAdaptingMainDlg.cs"> + <Compile Update="01-pump\07-PumpChart\01-import\02-image\ImportPumpPerform2dByImageDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-pumpProductManage\03-PumpType\EditPumpTypeDlg.cs"> + <Compile Update="01-pump\07-PumpChart\02-Eidt\EditAssetsPumpPerform2dDlg.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="03-valveManage\01-series\EditValveSeriesDlg.cs"> + <Compile Update="01-pump\07-PumpChart\02-Eidt\SetImportanceDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="03-valveManage\01-series\AddValveSeriesDlg.cs"> + <Compile Update="01-pump\07-PumpChart\02-Eidt\SetOtherNameDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="03-valveManage\02-main\EditValveMainDlg.cs"> + <Compile Update="02-adapting\EditAdaptingMainDlg.cs" /> + <Compile Update="02-adapting\AddAdaptingMainDlg.cs" /> + <Compile Update="01-pump\03-AssetsPumpType\EditAssetsPumpTypeDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="03-valveManage\02-main\AddValveMainDlg.cs"> + <Compile Update="01-pump\04-PumpMain\EditPumpProductMainDlg.cs" /> + <Compile Update="01-pump\06-PumpGroup\EditPumpProductGroupDlg.cs" /> + <Compile Update="01-pump\06-PumpGroup\AddPumpProductGroupDlg.cs" /> + <Compile Update="01-pump\04-PumpMain\AddPumpProductMainDlg.cs" /> + <Compile Update="01-pump\05-PumpSeries\EditPumpProductSeriesDlg.cs" /> + <Compile Update="02-adapting\AdaptingManageMainPage.cs" /> + <Compile Update="04-pipe\03-coefficient\SetPipeLineCoefficientDlg.cs" /> + <Compile Update="05-elbow\02-main\AddAssetsElbowMainDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="03-valveManage\ValveTypeTreeListCtrl.cs"> + <Compile Update="05-elbow\02-main\EditAssetsElbowMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-elbow\03-coefficient\SetElbowCoefficientDlg.cs" /> + <Compile Update="06-threeLink\01-series\AddAssetsThreelinkSeriesDlg.cs" /> + <Compile Update="06-threeLink\01-series\EditAssetsThreelinkSeriesDlg.cs" /> + <Compile Update="06-threeLink\01-series\ThreeLinkTreeListCtrl.cs" /> + <Compile Update="06-threeLink\02-main\AddAssetsThreelinkMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-threeLink\02-main\EditAssetsThreelinkMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-threeLink\03-coefficient\SetThreelinkCoefficientDlg.cs" /> + <Compile Update="06-threeLink\ThreeLinkManageMainPage.cs" /> + <Compile Update="05-elbow\01-series\AddAssetsElbowSeriesDlg.cs" /> + <Compile Update="05-elbow\01-series\EditAssetsElbowSeriesDlg.cs" /> + <Compile Update="05-elbow\01-series\ElbowTreeListCtrl.cs" /> + <Compile Update="05-elbow\ElbowManageMainPage.cs" /> + <Compile Update="04-pipe\01-series\AddPipeLineSeriesDlg.cs" /> + <Compile Update="04-pipe\01-series\EditPipeLineSeriesDlg.cs" /> + <Compile Update="04-pipe\02-main\EditAssetsPipeMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="04-pipe\02-main\AddAssetsPipeMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="04-pipe\PipeManageMainPage.cs" /> + <Compile Update="04-pipe\01-series\PipeLineTreeListCtrl.cs" /> + <Compile Update="07-fourLink\03-coefficient\SetFourlinkCoefficientDlg.cs" /> + <Compile Update="10-exchanger\04-chart-edit\ExchangerMainPhartMinorLossPanel.cs" /> + <Compile Update="10-exchanger\04-chart-edit\ExchangerPerform2dEditChart.cs" /> + <Compile Update="10-exchanger\04-chart-edit\ExchangerPerform2dEditCtrl.cs" /> + <Compile Update="10-exchanger\04-chart-edit\ExchangerPerform2dEditDlg.cs" /> + <Compile Update="10-exchanger\05-import\01-excel\ImportExchangerPerform2dByExcelCtrl.cs" /> + <Compile Update="10-exchanger\05-import\01-excel\ImportTankPerform2dByExcelDlg.cs" /> + <Compile Update="10-exchanger\06-prop\EditPackagePartPropDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="11-compressor\06-prop\EditPackagePartPropDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="11-compressor\06-prop\ExchangerProductListBox.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="02-AdaptingManage\AdaptingManageMainPanel.cs"> + <Compile Update="15-meter\01-series\AddAssetsMeterSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="15-meter\01-series\AssetsMeterSeriesMgrTreeCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="06-threeLinkManage\01-series\AddPipeLineSeriesDlg.cs"> + <Compile Update="15-meter\01-series\EditAssetsMeterSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="06-threeLinkManage\01-series\EditPipeLineSeriesDlg.cs"> + <Compile Update="15-meter\01-series\ViewAssetsMeterSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="06-threeLinkManage\01-series\PipeLineTreeListCtrl.cs"> + <Compile Update="15-meter\02-main\AddAssetsMeterMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="15-meter\02-main\AssetsMeterMainMgrPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="06-threeLinkManage\02-main\AddPipeLineMainDlg.cs"> + <Compile Update="15-meter\02-main\EditAssetsMeterMainDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="06-threeLinkManage\02-main\EditPipeLineMainDlg.cs"> + <Compile Update="15-meter\02-main\ViewAssetsMeterMainDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="06-threeLinkManage\02-main\ThreeLinkManageMainPanel.cs"> + <Compile Update="15-meter\03-factor\AddAssetsMeterFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="15-meter\03-factor\AssetsMeterFactorMgrPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="05-elbowManage\01-series\AddPipeLineSeriesDlg.cs"> + <Compile Update="15-meter\03-factor\EditAssetsMeterFactorDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="05-elbowManage\01-series\EditPipeLineSeriesDlg.cs"> + <Compile Update="15-meter\03-factor\ViewAssetsMeterFactorDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="05-elbowManage\01-series\PipeLineTreeListCtrl.cs"> + <Compile Update="15-meter\AssetsMeterMgrPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="05-elbowManage\02-main\AddPipeLineMainDlg.cs"> + <Compile Update="16-flowmeter\01-series\AddAssetsFlowmeterSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="05-elbowManage\02-main\EditPipeLineMainDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="05-elbowManage\02-main\PipelineManageMainPanel.cs"> + <Compile Update="16-flowmeter\01-series\AssetsFlowmeterSeriesMgrTreeCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="04-pipelineManage\01-series\AddPipeLineSeriesDlg.cs"> + <Compile Update="16-flowmeter\01-series\EditAssetsFlowmeterSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="04-pipelineManage\01-series\EditPipeLineSeriesDlg.cs"> + <Compile Update="16-flowmeter\01-series\ViewAssetsFlowmeterSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="04-pipelineManage\02-main\EditPipeLineMainDlg.cs"> + <Compile Update="16-flowmeter\02-main\AddAssetsFlowmeterMainDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="04-pipelineManage\02-main\AddPipeLineMainDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="04-pipelineManage\02-main\PipelineManageMainPanel.cs"> + <Compile Update="16-flowmeter\02-main\AssetsFlowmeterMainMgrPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="04-pipelineManage\01-series\PipeLineTreeListCtrl.cs"> + <Compile Update="16-flowmeter\02-main\EditAssetsFlowmeterMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="16-flowmeter\02-main\ViewAssetsFlowmeterMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="16-flowmeter\03-factor\AddAssetsFlowmeterFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="16-flowmeter\03-factor\AssetsFlowmeterFactorMgrPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="08-NozzleManage\01-series\AddPipeLineSeriesDlg.cs"> + <Compile Update="16-flowmeter\03-factor\EditAssetsFlowmeterFactorDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="08-NozzleManage\01-series\EditPipeLineSeriesDlg.cs"> + <Compile Update="16-flowmeter\03-factor\ViewAssetsFlowmeterFactorDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="08-NozzleManage\01-series\NozzleTreeListCtrl.cs"> + <Compile Update="16-flowmeter\AssetsFlowmeterMgrPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="08-NozzleManage\02-main\AddNozzleMainDlg.cs"> + <Compile Update="18-pressmeter\01-series\AddAssetsPressmeterSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="08-NozzleManage\02-main\EditNozzleMainDlg.cs"> + <Compile Update="18-pressmeter\01-series\AssetsPressmeterSeriesMgrTreeCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="18-pressmeter\01-series\EditAssetsPressmeterSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="08-NozzleManage\02-main\NozzleManageMainPanel.cs"> + <Compile Update="18-pressmeter\01-series\ViewAssetsPressmeterSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-pressmeter\02-main\AddAssetsPressmeterMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-pressmeter\02-main\AssetsPressmeterMainMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="18-pressmeter\02-main\EditAssetsPressmeterMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-pressmeter\02-main\ViewAssetsPressmeterMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-pressmeter\03-factor\AddAssetsPressmeterFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-pressmeter\03-factor\AssetsPressmeterFactorMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="18-pressmeter\03-factor\EditAssetsPressmeterFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-pressmeter\03-factor\ViewAssetsPressmeterFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-pressmeter\AssetsPressmeterMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="19-translation\01-series\AddAssetsTranslationSeriesDlg.cs" /> + <Compile Update="19-translation\01-series\TranslationTreeListCtrl.cs" /> + <Compile Update="19-translation\01-series\EditAssetsTranslationSeriesDlg.cs" /> + <Compile Update="19-translation\02-main\AddAssetsTranslationMainDlg.cs" /> + <Compile Update="19-translation\02-main\EditAssetsTranslationMainDlg.cs" /> + <Compile Update="19-translation\03-coefficient\SetTranslationCoefficientDlg.cs" /> + <Compile Update="19-translation\TranslationManageMainPage.cs" /> + <Compile Update="17-hydrant\01-series\AddAssetsHydrantSeriesDlg.cs" /> + <Compile Update="17-hydrant\01-series\HydrantTreeListCtrl.cs" /> + <Compile Update="17-hydrant\01-series\EditAssetsHydrantSeriesDlg.cs" /> + <Compile Update="17-hydrant\02-main\AddAssetsHydrantMainDlg.cs" /> + <Compile Update="17-hydrant\02-main\EditAssetsHydrantMainDlg.cs" /> + <Compile Update="17-hydrant\03-coefficient\SetHydrantCoefficientDlg.cs" /> + <Compile Update="17-hydrant\HydrantManageMainPage.cs" /> + <Compile Update="14-tank\01-series\AddAssetsTankSeriesDlg.cs" /> + <Compile Update="14-tank\01-series\TankTreeListCtrl.cs" /> + <Compile Update="14-tank\01-series\EditAssetsTankSeriesDlg.cs" /> + <Compile Update="14-tank\02-main\AddAssetsTankMainDlg.cs" /> + <Compile Update="14-tank\02-main\EditAssetsTankMainDlg.cs" /> + <Compile Update="14-tank\03-coefficient\SetTankCoefficientDlg.cs" /> + <Compile Update="14-tank\TankManageMainPage.cs" /> + <Compile Update="13-blunthead\01-series\AddAssetsBluntheadSeriesDlg.cs" /> + <Compile Update="13-blunthead\01-series\EditAssetsBluntheadSeriesDlg.cs" /> + <Compile Update="13-blunthead\01-series\BluntheadTreeListCtrl.cs" /> + <Compile Update="13-blunthead\02-main\AddAssetsSprinklerMainDlg.cs" /> + <Compile Update="13-blunthead\02-main\EditAssetsBluntheadMainDlg.cs" /> + <Compile Update="13-blunthead\03-coefficient\SetBluntheadCoefficientDlg.cs" /> + <Compile Update="13-blunthead\BluntheadManageMainPage.cs" /> + <Compile Update="08-sprinkler\03-coefficient\SetSprinklerCoefficientDlg.cs" /> + <Compile Update="10-exchanger\03-coefficient\SetExchangerCoefficientDlg.cs" /> + <Compile Update="11-compressor\01-series\AddAssetsCompressorSeriesDlg.cs" /> + <Compile Update="11-compressor\01-series\EditAssetsExchangerSeriesDlg.cs" /> + <Compile Update="11-compressor\01-series\CompressorTreeListCtrl.cs" /> + <Compile Update="11-compressor\02-main\AddExchangerMainDlg.cs" /> + <Compile Update="11-compressor\02-main\EditExchangerMainDlg.cs" /> + <Compile Update="11-compressor\CompressorManageMainPage.cs" /> + <Compile Update="10-exchanger\01-series\AddAssetsExchangerSeriesDlg.cs" /> + <Compile Update="10-exchanger\01-series\EditAssetsExchangerSeriesDlg.cs" /> + <Compile Update="10-exchanger\01-series\ExchangerTreeListCtrl.cs" /> + <Compile Update="10-exchanger\06-prop\ExchangerProductListBox.cs" /> + <Compile Update="10-exchanger\02-main\AddExchangerMainDlg.cs" /> + <Compile Update="10-exchanger\02-main\EditExchangerMainDlg.cs" /> + <Compile Update="07-fourLink\02-main\AddAssetsFourlinkMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="07-fourLink\02-main\EditAssetsFourlinkMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="08-sprinkler\01-series\AddAssetsSprinklerSeriesDlg.cs" /> + <Compile Update="08-sprinkler\01-series\EditAssetsSprinklerSeriesDlg.cs" /> + <Compile Update="08-sprinkler\01-series\SprinklerTreeListCtrl.cs" /> + <Compile Update="08-nozzle\02-main\AddAssetsNozzleMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="08-nozzle\02-main\EditAssetsNozzleMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="08-sprinkler\SprinklerManageMainPage.cs" /> + <Compile Update="11-compressor\03-coefficient\SetCompressorCoefficientDlg.cs" /> + <Compile Update="12-package\01-series\AddAssetsPackageSeriesDlg.cs" /> + <Compile Update="12-package\01-series\PackageTreeListCtrl.cs" /> + <Compile Update="12-package\01-series\EditAssetsPackageSeriesDlg.cs" /> + <Compile Update="12-package\02-main\EditAssetsPackageMainDlg.cs" /> + <Compile Update="12-package\02-main\AddAssetsPackageMainDlg.cs" /> + <Compile Update="12-package\EditPackagePartPropDlg.cs" /> + <Compile Update="12-package\PackageManageMainPage.cs" /> + <Compile Update="12-package\PackageProductListBox.cs" /> + <Compile Update="20-exchanger\01-series\AddAssetsExchangerSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\01-series\AssetsExchangerSeriesMgrTreeCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="20-exchanger\01-series\EditAssetsExchangerSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\01-series\ViewAssetsExchangerSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\02-main\AddAssetsExchangerMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\02-main\AssetsExchangerMainMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="20-exchanger\02-main\EditAssetsExchangerMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\02-main\ViewAssetsExchangerMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\03-factor\AddAssetsExchangerFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\03-factor\AssetsExchangerFactorMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="20-exchanger\03-factor\EditAssetsExchangerFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\03-factor\ViewAssetsCoolingFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\04-curveql\ImportAssetsExchangerCurveQLByPictureDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="20-exchanger\AssetsExchangerMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="22-cooling\01-series\ViewAssetsCoolingSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\01-series\EditAssetsCoolingSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\01-series\AddAssetsCoolingSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\01-series\AssetsCoolingSeriesMgrTreeCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="22-cooling\02-main\ViewAssetsCoolingMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\02-main\EditAssetsCoolingMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\02-main\AddAssetsCoolingMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\02-main\AssetsCoolingMainMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="22-cooling\03-factor\ViewAssetsCoolingFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\03-factor\EditAssetsCoolingFactorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="22-cooling\03-factor\AssetsCoolingFactorMgrPage.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="Properties\Resources.Designer.cs"> @@ -160,4 +441,8 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="12-package\02-main\01-EditPumpPartProp\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3