From c3aa662297c2182de2e7a53d7bf63f4ab6b1adbd Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 15 九月 2025 17:29:22 +0800
Subject: [PATCH] 1.千传调度调整,修改为物料从哪个Port, 那个Slot搬出就最终终回哪个位置 ;
---
SourceCode/Bond/Servo/Servo.vcxproj.filters | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/Servo.vcxproj.filters b/SourceCode/Bond/Servo/Servo.vcxproj.filters
index 6048cc1..d7b7472 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj.filters
+++ b/SourceCode/Bond/Servo/Servo.vcxproj.filters
@@ -192,7 +192,15 @@
<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" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="AlarmManager.h" />
@@ -409,7 +417,16 @@
<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" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Servo.rc" />
--
Gitblit v1.9.3