From a79fcf6a937e1bfe57014d2c99f1bb9f98bfa892 Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期二, 10 二月 2026 10:20:17 +0800
Subject: [PATCH] 1.完善日志; 2.背景图表配置 3.更改EAP通讯端口和设备名;

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

diff --git a/SourceCode/Bond/Servo/Servo.vcxproj.filters b/SourceCode/Bond/Servo/Servo.vcxproj.filters
index ece83fa..c4fcb9f 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj.filters
+++ b/SourceCode/Bond/Servo/Servo.vcxproj.filters
@@ -72,6 +72,7 @@
     <ClCompile Include="MapPosWnd.cpp" />
     <ClCompile Include="HmTab.cpp" />
     <ClCompile Include="CPageGraph1.cpp" />
+    <ClCompile Include="CSlotTableCtrl.cpp" />
     <ClCompile Include="CPageGraph2.cpp" />
     <ClCompile Include="CGlass.cpp" />
     <ClCompile Include="CPath.cpp" />
@@ -174,6 +175,7 @@
     <ClCompile Include="CReport.cpp" />
     <ClCompile Include="CVariable.cpp" />
     <ClCompile Include="CPageVarialbles.cpp" />
+    <ClCompile Include="CPageDataVarialbles.cpp" />
     <ClCompile Include="CPageReport.cpp" />
     <ClCompile Include="CPageCollectionEvent.cpp" />
     <ClCompile Include="ProcessJob.cpp" />
@@ -243,6 +245,7 @@
     <ClCompile Include="CPageProdOverview.cpp" />
     <ClCompile Include="HmLabel.cpp" />
     <ClCompile Include="CPageCtrlState.cpp" />
+    <ClCompile Include="AlarmPopupDlg.cpp" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="AlarmManager.h" />
@@ -314,6 +317,7 @@
     <ClInclude Include="MapPosWnd.h" />
     <ClInclude Include="HmTab.h" />
     <ClInclude Include="CPageGraph1.h" />
+    <ClInclude Include="CSlotTableCtrl.h" />
     <ClInclude Include="CPageGraph2.h" />
     <ClInclude Include="CGlass.h" />
     <ClInclude Include="CPath.h" />
@@ -423,6 +427,7 @@
     <ClInclude Include="CReport.h" />
     <ClInclude Include="CVariable.h" />
     <ClInclude Include="CPageVarialbles.h" />
+    <ClInclude Include="CPageDataVarialbles.h" />
     <ClInclude Include="CPageReport.h" />
     <ClInclude Include="CPageCollectionEvent.h" />
     <ClInclude Include="ProcessJob.h" />
@@ -528,6 +533,7 @@
     <ClInclude Include="CPageProdOverview.h" />
     <ClInclude Include="HmLabel.h" />
     <ClInclude Include="CPageCtrlState.h" />
+    <ClInclude Include="AlarmPopupDlg.h" />
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="Servo.rc" />
@@ -571,4 +577,4 @@
       <UniqueIdentifier>{885738f6-3122-4bb9-8308-46b7f692fb13}</UniqueIdentifier>
     </Filter>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>

--
Gitblit v1.9.3