From 42424a819db96fe93dbbe0d10de059477a9c4793 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期一, 06 七月 2020 09:57:07 +0800 Subject: [PATCH] 板卡 操作界面 --- src/Bro.UI.Device.Winform/Bro.UI.Device.Winform.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/Bro.UI.Device.Winform/Bro.UI.Device.Winform.csproj b/src/Bro.UI.Device.Winform/Bro.UI.Device.Winform.csproj index 68c7b28..304fa04 100644 --- a/src/Bro.UI.Device.Winform/Bro.UI.Device.Winform.csproj +++ b/src/Bro.UI.Device.Winform/Bro.UI.Device.Winform.csproj @@ -89,6 +89,12 @@ <Compile Include="CtrlCameraRunBase.Designer.cs"> <DependentUpon>CtrlCameraRunBase.cs</DependentUpon> </Compile> + <Compile Include="MotionCard\CtrlMotionCardAxisOperation.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="MotionCard\CtrlMotionCardAxisOperation.Designer.cs"> + <DependentUpon>CtrlMotionCardAxisOperation.cs</DependentUpon> + </Compile> <Compile Include="MotionCard\CtrlMotionCardAxisStatus.cs"> <SubType>UserControl</SubType> </Compile> @@ -130,6 +136,9 @@ <EmbeddedResource Include="CtrlCameraRunBase.resx"> <DependentUpon>CtrlCameraRunBase.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="MotionCard\CtrlMotionCardAxisOperation.resx"> + <DependentUpon>CtrlMotionCardAxisOperation.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="MotionCard\CtrlMotionCardAxisStatus.resx"> <DependentUpon>CtrlMotionCardAxisStatus.cs</DependentUpon> </EmbeddedResource> -- Gitblit v1.8.0