From 334b16b4abb4cbe3d1d4e4f211efd6f4468ae09f Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 19 九月 2025 15:12:52 +0800
Subject: [PATCH] 1.ControlJob和ProcessJob的中断操作,强制结批增加字符串描述原因,方便生产跟踪。

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

diff --git a/SourceCode/Bond/Servo/Servo.vcxproj.filters b/SourceCode/Bond/Servo/Servo.vcxproj.filters
index 6048cc1..b76c3a5 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj.filters
+++ b/SourceCode/Bond/Servo/Servo.vcxproj.filters
@@ -192,7 +192,20 @@
     <ClCompile Include="..\jsoncpp\lib_json\json_writer.cpp">
       <Filter>JsonCpp</Filter>
     </ClCompile>
+    <ClCompile Include="DeviceRecipeParamDlg.cpp" />
     <ClCompile Include="CSVData.cpp" />
+    <ClCompile Include="CServoUtilsTool.cpp" />
+    <ClCompile Include="GlassLogDb.cpp" />
+    <ClCompile Include="sqlite3.c" />
+    <ClCompile Include="CProcessDataListDlg.cpp" />
+    <ClCompile Include="GroupLabel.cpp" />
+    <ClCompile Include="CControlJobManagerDlg.cpp" />
+    <ClCompile Include="CCjPage1.cpp" />
+    <ClCompile Include="CCjPage2.cpp" />
+    <ClCompile Include="CCjPage3.cpp" />
+    <ClCompile Include="CCjPageBase.cpp" />
+    <ClCompile Include="CCarrierSlotSelector.cpp" />
+    <ClCompile Include="CCarrierSlotGrid.cpp" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="AlarmManager.h" />
@@ -409,7 +422,21 @@
     <ClInclude Include="..\jsoncpp\lib_json\json_batchallocator.h">
       <Filter>JsonCpp</Filter>
     </ClInclude>
+    <ClInclude Include="DeviceRecipeParamDlg.h" />
     <ClInclude Include="CSVData.h" />
+    <ClInclude Include="CServoUtilsTool.h" />
+    <ClInclude Include="GlassLogDb.h" />
+    <ClInclude Include="sqlite3.h" />
+    <ClInclude Include="sqlite3ext.h" />
+    <ClInclude Include="CProcessDataListDlg.h" />
+    <ClInclude Include="GroupLabel.h" />
+    <ClInclude Include="CControlJobManagerDlg.h" />
+    <ClInclude Include="CCjPage1.h" />
+    <ClInclude Include="CCjPage2.h" />
+    <ClInclude Include="CCjPage3.h" />
+    <ClInclude Include="CCjPageBase.h" />
+    <ClInclude Include="CCarrierSlotSelector.h" />
+    <ClInclude Include="CCarrierSlotGrid.h" />
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="Servo.rc" />

--
Gitblit v1.9.3