From 2bd461f4240247b7cae3084beac7f0a59d94b8db Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 29 十一月 2024 22:21:43 +0800 Subject: [PATCH] 曲线图表 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj | 163 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 144 insertions(+), 19 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 c1fa023..e9ffd01 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj @@ -9,56 +9,177 @@ <ItemGroup> <Compile Remove="02-UICore\**" /> + <Compile Remove="10-equipment\**" /> <EmbeddedResource Remove="02-UICore\**" /> + <EmbeddedResource Remove="10-equipment\**" /> <None Remove="02-UICore\**" /> + <None Remove="10-equipment\**" /> <Page Remove="02-UICore\**" /> + <Page Remove="10-equipment\**" /> </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-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="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" /> </ItemGroup> <ItemGroup> - <EmbeddedResource Remove="00-PumpProductManage\AddPumpProductMainDlg - 澶嶅埗.resx" /> - <EmbeddedResource Remove="00-PumpProductManage\PumpProductMainPanel - 澶嶅埗.resx" /> + <EmbeddedResource Remove="01-pump\AddPumpProductMainDlg - 澶嶅埗.resx" /> + <EmbeddedResource Remove="01-pump\PumpProductMainPanel - 澶嶅埗.resx" /> + <EmbeddedResource Remove="12-package\02-main\01-EditPumpPartProp\EquipmentProductListBox.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" /> </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="00-PumpProductManage\03-PumpType\EditPumpTypeDlg.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="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="01-ValveManage\ValveTypeTreeListCtrl.cs"> + <Compile Update="01-pump\EditPumpProductMainDlg.cs" /> + <Compile Update="01-pump\EditPumpProductGroupDlg.cs" /> + <Compile Update="01-pump\AddPumpProductGroupDlg.cs" /> + <Compile Update="01-pump\AddPumpProductMainDlg.cs" /> + <Compile Update="01-pump\EditPumpProductSeriesDlg.cs" /> + <Compile Update="03-valve\01-series\EditAssetsValveSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-valve\01-series\AddAssetsValveSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-valve\04-chart-edit\ValvePerform2dEditChart.cs" /> + <Compile Update="03-valve\04-chart-edit\ValvePerform2dEditCtrl.cs" /> + <Compile Update="03-valve\04-chart-edit\ValvePerform2dEditDlg.cs" /> + <Compile Update="03-valve\05-import\01-excel\ImportValvePerform2dByExcelCtrl.cs" /> + <Compile Update="03-valve\05-import\01-excel\ImportValvePerform2dByExcelDlg.cs" /> + <Compile Update="03-valve\SetValveCoefficientDlg.cs" /> + <Compile Update="03-valve\01-series\ValveTypeTreeListCtrl.cs" /> + <Compile Update="02-adapting\AdaptingManageMainPage.cs" /> + <Compile Update="03-valve\04-chart-edit\XhsValveMainPhartMinorLossPanel.cs" /> + <Compile Update="04-pipe\03-coefficient\SetPipeLineCoefficientDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-elbow\02-main\AddAssetsElbowMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-elbow\02-main\EditAssetsElbowMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="05-elbow\03-coefficient\SetElbowCoefficientDlg.cs"> + <SubType>Form</SubType> + </Compile> + <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"> + <SubType>Form</SubType> + </Compile> + <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"> + <SubType>Form</SubType> + </Compile> + <Compile Update="08-sprinkler\03-coefficient\SetSprinklerCoefficientDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-exchanger\03-coefficient\SetExchangerCoefficientDlg.cs"> + <SubType>Form</SubType> + </Compile> + <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\01-EditPumpPartProp\EditExchangerPartPropDlg.cs" /> + <Compile Update="11-compressor\02-main\01-EditPumpPartProp\ExchangerProductListBox.cs" /> + <Compile Update="11-compressor\02-main\AddAssetsExchangerMainDlg.cs" /> + <Compile Update="11-compressor\02-main\EditExchangerMainDlg.cs" /> + <Compile Update="11-compressor\ExchangerManageMainPage.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\02-main\01-EditPumpPartProp\EditExchangerPartPropDlg.cs" /> + <Compile Update="10-exchanger\02-main\01-EditPumpPartProp\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"> + <SubType>Form</SubType> + </Compile> + <Compile Update="12-package\01-series\AddAssetsPackageSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="12-package\01-series\PackageTreeListCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="02-ElbowManage\ElbowManageMainPanel.cs"> + <Compile Update="12-package\01-series\EditAssetsPackageSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="12-package\02-main\EditAssetsPackageMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="12-package\02-main\AddAssetsPackageMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="12-package\EditPackagePartPropDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="12-package\PackageManageMainPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="03-TeeManage\ElbowManageMainPanel.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-CrossManage\CrossManageMainPanel.cs"> + <Compile Update="12-package\PackageProductListBox.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="Properties\Resources.Designer.cs"> @@ -75,4 +196,8 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="12-package\02-main\01-EditPumpPartProp\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3