From ecd10e09a6d85b77204814b813c62691a9deec39 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 06 六月 2025 17:58:14 +0800
Subject: [PATCH] 1. 通过文件读取多个设备的信号,并显示在界面

---
 SourceCode/Bond/Servo/Servo.vcxproj.filters |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/Servo.vcxproj.filters b/SourceCode/Bond/Servo/Servo.vcxproj.filters
index f81b1d2..0ce3503 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj.filters
+++ b/SourceCode/Bond/Servo/Servo.vcxproj.filters
@@ -155,6 +155,9 @@
     <ClCompile Include="CMyStatusbar.cpp" />
     <ClCompile Include="CRobotTask.cpp" />
     <ClCompile Include="CSlot.cpp" />
+    <ClCompile Include="CRobotTaskDlg.cpp" />
+    <ClCompile Include="PageTransferLog.cpp" />
+    <ClCompile Include="ServoMemDC.cpp" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="AlarmManager.h" />
@@ -315,6 +318,9 @@
     <ClInclude Include="CMyStatusbar.h" />
     <ClInclude Include="CRobotTask.h" />
     <ClInclude Include="CSlot.h" />
+    <ClInclude Include="CRobotTaskDlg.h" />
+    <ClInclude Include="PageTransferLog.h" />
+    <ClInclude Include="ServoMemDC.h" />
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="Servo.rc" />

--
Gitblit v1.9.3