From 43419b86d6a4a2d879454938fb7db7cc84d8c011 Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期三, 11 十二月 2024 14:51:38 +0800
Subject: [PATCH] 1. 添加自定义限制编辑框 2. 在axis设定界面实现输入限制功能

---
 SourceCode/Bond/BondEq/BondEq.vcxproj |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/BondEq/BondEq.vcxproj b/SourceCode/Bond/BondEq/BondEq.vcxproj
index 4594fa2..48478d3 100644
--- a/SourceCode/Bond/BondEq/BondEq.vcxproj
+++ b/SourceCode/Bond/BondEq/BondEq.vcxproj
@@ -191,6 +191,8 @@
     <Text Include="ReadMe.txt" />
   </ItemGroup>
   <ItemGroup>
+    <ClInclude Include="CComponentDlg.h" />
+    <ClInclude Include="CComponentPLCDlg.h" />
     <ClInclude Include="CPLC.h" />
     <ClInclude Include="AccordionWnd.h" />
     <ClInclude Include="Alarm.h" />
@@ -242,6 +244,7 @@
     <ClInclude Include="Model.h" />
     <ClInclude Include="CPageAlarm.h" />
     <ClInclude Include="Recipe.h" />
+    <ClInclude Include="RegexEdit.h" />
     <ClInclude Include="Resource.h" />
     <ClInclude Include="SetPage1.h" />
     <ClInclude Include="SetPage2.h" />
@@ -253,6 +256,7 @@
     <ClInclude Include="ToolUnits.h" />
     <ClInclude Include="TopToolbar.h" />
     <ClInclude Include="VerticalLine.h" />
+    <ClInclude Include="View\AxisDetailSettingsDlg.h" />
     <ClInclude Include="View\AxisSettingsDlg.h" />
     <ClInclude Include="View\ChangePasswordDlg.h" />
     <ClInclude Include="View\IOMonitoringDlg.h" />
@@ -261,6 +265,8 @@
     <ClInclude Include="View\UserManagerDlg.h" />
   </ItemGroup>
   <ItemGroup>
+    <ClCompile Include="CComponentDlg.cpp" />
+    <ClCompile Include="CComponentPLCDlg.cpp" />
     <ClCompile Include="CPLC.cpp" />
     <ClCompile Include="AccordionWnd.cpp" />
     <ClCompile Include="Alarm.cpp" />
@@ -312,6 +318,7 @@
     <ClCompile Include="Model.cpp" />
     <ClCompile Include="CPageAlarm.cpp" />
     <ClCompile Include="Recipe.cpp" />
+    <ClCompile Include="RegexEdit.cpp" />
     <ClCompile Include="SetPage1.cpp" />
     <ClCompile Include="SetPage2.cpp" />
     <ClCompile Include="SettingsDlg.cpp" />
@@ -327,6 +334,7 @@
     <ClCompile Include="ToolUnits.cpp" />
     <ClCompile Include="TopToolbar.cpp" />
     <ClCompile Include="VerticalLine.cpp" />
+    <ClCompile Include="View\AxisDetailSettingsDlg.cpp" />
     <ClCompile Include="View\AxisSettingsDlg.cpp" />
     <ClCompile Include="View\ChangePasswordDlg.cpp" />
     <ClCompile Include="View\IOMonitoringDlg.cpp" />
@@ -351,7 +359,7 @@
   </ImportGroup>
   <ProjectExtensions>
     <VisualStudio>
-      <UserProperties RESOURCE_FILE="BondServo.rc" />
+      <UserProperties RESOURCE_FILE="" />
     </VisualStudio>
   </ProjectExtensions>
 </Project>
\ No newline at end of file

--
Gitblit v1.9.3