From e1ac4d0e483426d5a410b6b4ae04e819f59b621e Mon Sep 17 00:00:00 2001
From: wells.liu <wells.liu@broconcentric.com>
Date: 星期五, 03 七月 2020 10:48:30 +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