From 7be077a6895972a2d1601e1a290071771cced18e Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期二, 18 三月 2025 13:55:46 +0800 Subject: [PATCH] Ibox界面对接 --- WinFrmUI/PBS.WinFrmUI.IBox/PBS.WinFrmUI.Box.csproj | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/PBS.WinFrmUI.IBox/PBS.WinFrmUI.Box.csproj b/WinFrmUI/PBS.WinFrmUI.IBox/PBS.WinFrmUI.Box.csproj index 9914b02..7c0978e 100644 --- a/WinFrmUI/PBS.WinFrmUI.IBox/PBS.WinFrmUI.Box.csproj +++ b/WinFrmUI/PBS.WinFrmUI.IBox/PBS.WinFrmUI.Box.csproj @@ -15,10 +15,23 @@ </ItemGroup> <ItemGroup> + <ProjectReference Include="..\IBox.WinFrmUI\IBox.WinFrmUI.csproj" /> <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" /> </ItemGroup> <ItemGroup> + <Compile Update="01-\MonitorMgr.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-\MonitorConfigurationMgr.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-\DataDeliveryMgr.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-\ParameterMgr.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="Properties\Resources.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> -- Gitblit v1.9.3