From e3840a840aea2eda198ba4bbaf2c3ea4c2390ee4 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期四, 02 七月 2020 17:28:53 +0800 Subject: [PATCH] 板卡组件化 --- src/Bro.UI.Device.Winform/Bro.UI.Device.Winform.csproj | 28 +++++++++++++++++++++++----- 1 files changed, 23 insertions(+), 5 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 8f76288..68c7b28 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,18 @@ <Compile Include="CtrlCameraRunBase.Designer.cs"> <DependentUpon>CtrlCameraRunBase.cs</DependentUpon> </Compile> + <Compile Include="MotionCard\CtrlMotionCardAxisStatus.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="MotionCard\CtrlMotionCardAxisStatus.Designer.cs"> + <DependentUpon>CtrlMotionCardAxisStatus.cs</DependentUpon> + </Compile> + <Compile Include="MotionCard\CtrlMotionCardIOStatus.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="MotionCard\CtrlMotionCardIOStatus.Designer.cs"> + <DependentUpon>CtrlMotionCardIOStatus.cs</DependentUpon> + </Compile> <Compile Include="MotionCard\CtrlMotionCardOperationBase.cs"> <SubType>UserControl</SubType> </Compile> @@ -101,11 +113,11 @@ <Compile Include="CtrlPLCRunBase.Designer.cs"> <DependentUpon>CtrlPLCRunBase.cs</DependentUpon> </Compile> - <Compile Include="MotionCard\CtrlMotionCardAxisStatus.cs"> + <Compile Include="MotionCard\CtrlMotionCardRunBase.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="MotionCard\CtrlMotionCardAxisStatus.Designer.cs"> - <DependentUpon>CtrlMotionCardAxisStatus.cs</DependentUpon> + <Compile Include="MotionCard\CtrlMotionCardRunBase.Designer.cs"> + <DependentUpon>CtrlMotionCardRunBase.cs</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> @@ -118,14 +130,20 @@ <EmbeddedResource Include="CtrlCameraRunBase.resx"> <DependentUpon>CtrlCameraRunBase.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="MotionCard\CtrlMotionCardAxisStatus.resx"> + <DependentUpon>CtrlMotionCardAxisStatus.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="MotionCard\CtrlMotionCardIOStatus.resx"> + <DependentUpon>CtrlMotionCardIOStatus.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="MotionCard\CtrlMotionCardOperationBase.resx"> <DependentUpon>CtrlMotionCardOperationBase.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="CtrlPLCRunBase.resx"> <DependentUpon>CtrlPLCRunBase.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="MotionCard\CtrlMotionCardAxisStatus.resx"> - <DependentUpon>CtrlMotionCardAxisStatus.cs</DependentUpon> + <EmbeddedResource Include="MotionCard\CtrlMotionCardRunBase.resx"> + <DependentUpon>CtrlMotionCardRunBase.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> -- Gitblit v1.8.0