From 491e01c98198306bd9d70dea34fe0f8b97bb3fc7 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 11 十月 2024 10:54:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj.user | 68 ++++++++++++++++++++++++--------- 1 files changed, 49 insertions(+), 19 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj.user b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj.user index e0e84e7..37be067 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj.user +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj.user @@ -2,50 +2,80 @@ <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup /> <ItemGroup> - <Compile Update="01-PumpProductManage\02-ViewPumpInformation\ViewPumpInformationDlg.cs"> + <Compile Update="00-core\SetUseStatusDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\03-PumpType\AddPumpTypeDlg.cs"> + <Compile Update="01-pump\02-ViewPumpInformation\ViewPumpInformationDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\AddPumpProductGroupDlg.cs"> + <Compile Update="01-pump\03-PumpType\AddPumpTypeDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\AddPumpProductMainDlg.cs"> + <Compile Update="01-pump\AddPumpProductGroupDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\AddPumpProductSeriesDlg.cs"> + <Compile Update="01-pump\AddPumpProductMainDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\01-EditPumpPartProp\EditPumpPartPropDlg.cs"> + <Compile Update="01-pump\AddPumpProductSeriesDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\EditPumpProductGroupDlg.cs"> + <Compile Update="01-pump\01-EditPumpPartProp\EditPumpPartPropDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\EditPumpProductMainDlg.cs"> + <Compile Update="01-pump\EditPumpProductGroupDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\EditPumpProductSeriesDlg.cs"> + <Compile Update="01-pump\EditPumpProductMainDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="01-PumpProductManage\01-EditPumpPartProp\PumpProductListBox.cs"> + <Compile Update="01-pump\EditPumpProductSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-pump\01-EditPumpPartProp\PumpProductListBox.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="01-PumpProductManage\PumpProductMainPanel.cs"> + <Compile Update="01-pump\PumpProductMainPanel.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="01-PumpProductManage\PumpProductSeriesTreeListCtrl.cs"> + <Compile Update="01-pump\PumpProductSeriesTreeListCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="05-ValveManage\ValveManageMainPanel.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="02-UICore\00-DocumentPage\DocumentPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="02-UICore\00-DocumentPage\MainForm.cs"> + <Compile Update="03-valve\02-main\AddValveMainDlg.cs"> <SubType>Form</SubType> </Compile> + <Compile Update="03-valve\02-main\EditValveMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-valve\ValveManageMainPanel.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-pipeline\02-main\DescriptionDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="00-core\SetDefaultStatusDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="07-fourLink\01-series\AddPipeLineSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="07-fourLink\01-series\EditPipeLineSeriesDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="07-fourLink\01-series\PipeLineTreeListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="07-fourLink\02-main\FourLinkManageMainPanel.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="09-manufacturer\AddManufacturerDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="09-manufacturer\EditManufacturerDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="09-manufacturer\ManufacturerMainPanel.cs"> + <SubType>UserControl</SubType> + </Compile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3