From fdc795edd6873ff1865260a9fe1f3f761664026c Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期四, 14 十一月 2024 09:49:11 +0800
Subject: [PATCH] 1. PLC界面参考图片
---
SourceCode/Bond/BondEq/BondEq.vcxproj | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/SourceCode/Bond/BondEq/BondEq.vcxproj b/SourceCode/Bond/BondEq/BondEq.vcxproj
index f0c25f0..9f72b98 100644
--- a/SourceCode/Bond/BondEq/BondEq.vcxproj
+++ b/SourceCode/Bond/BondEq/BondEq.vcxproj
@@ -194,8 +194,8 @@
<ClInclude Include="ApredTreeCtrl.h" />
<ClInclude Include="BaseSetPage.h" />
<ClInclude Include="BlButton.h" />
- <ClInclude Include="BondServo.h" />
- <ClInclude Include="BondServoDlg.h" />
+ <ClInclude Include="BondEq.h" />
+ <ClInclude Include="BondEqDlg.h" />
<ClInclude Include="CBaseView.h" />
<ClInclude Include="CRemoteEqUnitView.h" />
<ClInclude Include="CRemoteEqView.h" />
@@ -215,7 +215,7 @@
<ClInclude Include="Model.h" />
<ClInclude Include="CPageAlarm.h" />
<ClInclude Include="Resource.h" />
- <ClInclude Include="Servo.h" />
+ <ClInclude Include="Bonder.h" />
<ClInclude Include="SetPage1.h" />
<ClInclude Include="SetPage2.h" />
<ClInclude Include="SettingsDlg.h" />
@@ -232,8 +232,8 @@
<ClCompile Include="ApredTreeCtrl.cpp" />
<ClCompile Include="BaseSetPage.cpp" />
<ClCompile Include="BlButton.cpp" />
- <ClCompile Include="BondServo.cpp" />
- <ClCompile Include="BondServoDlg.cpp" />
+ <ClCompile Include="BondEq.cpp" />
+ <ClCompile Include="BondEqDlg.cpp" />
<ClCompile Include="CBaseView.cpp" />
<ClCompile Include="CRemoteEqUnitView.cpp" />
<ClCompile Include="CRemoteEqView.cpp" />
@@ -251,7 +251,7 @@
<ClCompile Include="LogEdit.cpp" />
<ClCompile Include="Model.cpp" />
<ClCompile Include="CPageAlarm.cpp" />
- <ClCompile Include="Servo.cpp" />
+ <ClCompile Include="Bonder.cpp" />
<ClCompile Include="SetPage1.cpp" />
<ClCompile Include="SetPage2.cpp" />
<ClCompile Include="SettingsDlg.cpp" />
@@ -268,13 +268,13 @@
<ClCompile Include="View\LoginDlg.cpp" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="BondServo.rc" />
+ <ResourceCompile Include="BondEq.rc" />
</ItemGroup>
<ItemGroup>
- <None Include="res\BondServo.rc2" />
+ <None Include="res\BondEq.rc2" />
</ItemGroup>
<ItemGroup>
- <Image Include="res\BondServo.ico" />
+ <Image Include="res\BondEq.ico" />
</ItemGroup>
<ItemGroup>
<Manifest Include="res\application.exe.manifest" />
--
Gitblit v1.9.3