From 3cba54c4ee8d29d33ed21a2c749a9d2f2d03e22d Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期五, 03 七月 2020 18:33:30 +0800
Subject: [PATCH] 板卡IO定义修改。板卡预定义操作功能实现

---
 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