From 32c20d2cc7c4dfb68547edefa3463d4cfd31a3b1 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 22 十月 2024 20:43:05 +0800 Subject: [PATCH] 优化保存 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user | 153 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 144 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user index ac618ce..c8c5e63 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user @@ -1,6 +1,9 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> + <Compile Update="01-home\00-core\HomeXhsProjectPage.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="01-home\01-project\HomeXhsProjectTreeListCtrl.cs"> <SubType>UserControl</SubType> </Compile> @@ -8,9 +11,6 @@ <SubType>UserControl</SubType> </Compile> <Compile Update="01-home\03-property\HomeXhsProjectPropertyCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="01-home\00-core\HomeXhsProjectPage.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="02-project\01-import\00-core\ImportXhsProjectDlg.cs"> @@ -31,28 +31,61 @@ <Compile Update="02-project\01-import\05-completed\ProjectResultShowPanel.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="02-project\01-import\05-completed\XhsProjectSimulationBimfaceInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\01-import\05-completed\XhsProjectSimulationHydroInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\01-import\05-completed\XhsProjectSimulationProjectInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="02-project\02-bimface\ViewXhsProjectBimfacePage.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="02-project\03-mgr\XhsProjectMgrPage.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="02-project\04-dlg\00-core\ImportXhsProjectFileDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="02-project\04-dlg\01-FileChoice\SelectXhsProjectFileModelFileWizardPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\04-dlg\02-GeneralProject\GenerateXhsProjectFileWizardPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\04-dlg\03-ImportCompleted\ImportXhsProjectFileCompletedCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\04-dlg\04-ProjectResultShowPanel\ProjectFileResultShowPanel.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="02-project\04-dlg\AddProjectDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpSingleMatchingForm.cs"> + <Compile Update="02-project\04-dlg\EditProjectDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\01-info\XhsProjectSimulationBimfaceInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="03-simulation\06-simulation\01-matching\05-elbows\XhsProjectSimulationElbowsMatchingListCtrl.cs"> + <Compile Update="03-simulation\01-info\XhsProjectSimulationHydroInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="03-simulation\06-simulation\01-matching\00-core\XhsProjectSimulationMatchingListCtrl.cs"> + <Compile Update="03-simulation\01-info\XhsProjectSimulationInfoPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\01-info\XhsProjectSimulationProjectInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\01-property\XhsProjectSimulationPropertyCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\02-bimface\XhsProjectSimulationBimfaceCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\03-q3d\XhsProjectSimulationQ3dCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\04-scheme\AddXhsProjectSimulationSchemeDlg.cs"> @@ -64,11 +97,80 @@ <Compile Update="03-simulation\05-function\XhsProjectSimulationFunctionMgrCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="03-simulation\06-simulation\03-calcu\01-failed\XhsProjectSimulationHydroCalcuFailedCtrl.cs"> + <Compile Update="03-simulation\06-simulation\01-matching\00-core\XhsProjectSimulationMatchingListCtrl.cs"> <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpSingleMatchingForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\02-pump\XhsPumpMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\03-valve\01-valvesinglematching\ValveSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\03-valve\01-valvesinglematching\ValveSingleMatchingForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\03-valve\XhsProjectSimulationValveMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\04-pipe\01-pipesinglematching\PipeSingleMatchingForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\04-pipe\01-pipesinglematching\PipeSingMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\04-pipe\XhsProjectSimulationPipeMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\05-elbows\01-elbowsinglematching\ElbowSingleMatchingForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\05-elbows\01-elbowsinglematching\ElbowSingMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\05-elbows\XhsProjectSimulationElbowsMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\06-threelink\01-threelinksinglematching\ThreeLinkSingleMatchingForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\06-threelink\01-threelinksinglematching\ThreeLinkSingMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\06-threelink\XhsProjectSimulationThreelinkMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\07-fourlink\01-threelinksinglematching\FourLinkSingleMatchingForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\07-fourlink\01-threelinksinglematching\FourLinkSingMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\07-fourlink\XhsProjectSimulationFourlinkMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\02-check\XhsProjectSimulationHydroCheckResultCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\00-core\XhsProjectSimulationCalcuCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-failed\XhsProjectSimulationCalcuFailedCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-failed\XhsProjectSimulationCalcuFailedDlg.cs"> + <SubType>Form</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\00-core\XhsProjectSimulationCalcuPrefixCtrl.cs"> <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\00-core\XhsProjectSimulationCalcuPrefixDlg.cs"> + <SubType>Form</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\00-core\XhsProjectSimulationCalcuPrefixPureCtrl.cs"> <SubType>UserControl</SubType> @@ -76,18 +178,51 @@ <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\01-pump\XhsProjectSimulationPumpCalcuPrefixCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\00-core\XhsProjectSimulationCalcuPrefixDlg.cs"> - <SubType>Form</SubType> + <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\02-valve\XhsProjectSimulationValveCalcuPrefixCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\04-unmatching\00-core\XhsProjectSimulationUnMatchingListCtrl.cs"> + <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\04-unmatching\01-pump\XhsProjectSimulationPumpUnMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\04-unmatching\02-valve\XhsProjectSimulationValveUnMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\04-unmatching\03-pipe\XhsProjectSimulationPipeUnMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\04-unmatching\04-elbow\XhsProjectSimulationElbowUnMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\04-unmatching\05-threelink\XhsProjectSimulationThreelinkUnMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\04-unmatching\06-fourlink\XhsProjectSimulationFourlinkUnMatchingListCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\05-search\XhsProjectSimulationSearchCtrl.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="03-simulation\06-simulation\07-bulkset\00-core\XhsProjectSimulationBulksetCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\07-bulkset\02-pump\XhsProjectSimulationPumpBulkSetCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\XhsProjectSimulationCorePage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\07-l3d\XhsProjectSimulationL3dCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="03-simulation\XhsProjectSimulationMgrPage.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="04-pump\01-Prop\PumpPropViewCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="04-pump\PumpFullInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> -- Gitblit v1.9.3