| SourceCode/Bond/Servo/RecipeDeviceBindDlg.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SourceCode/Bond/Servo/RecipeDeviceBindDlg.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SourceCode/Bond/Servo/Servo.rc | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SourceCode/Bond/Servo/Servo.vcxproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SourceCode/Bond/Servo/Servo.vcxproj.filters | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SourceCode/Bond/Servo/resource.h | 补丁 | 查看 | 原始文档 | blame | 历史 |
SourceCode/Bond/Servo/RecipeDeviceBindDlg.cpp
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,34 @@ // RecipeDeviceBindDlg.cpp: å®ç°æä»¶ // #include "stdafx.h" #include "Servo.h" #include "afxdialogex.h" #include "RecipeDeviceBindDlg.h" // CRecipeDeviceBindDlg å¯¹è¯æ¡ IMPLEMENT_DYNAMIC(CRecipeDeviceBindDlg, CDialogEx) CRecipeDeviceBindDlg::CRecipeDeviceBindDlg(CWnd* pParent /*=nullptr*/) : CDialogEx(IDD_DIALOG_RECIPE_DEVICE_BIND, pParent) { } CRecipeDeviceBindDlg::~CRecipeDeviceBindDlg() { } void CRecipeDeviceBindDlg::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); } BEGIN_MESSAGE_MAP(CRecipeDeviceBindDlg, CDialogEx) END_MESSAGE_MAP() // CRecipeDeviceBindDlg æ¶æ¯å¤çç¨åº SourceCode/Bond/Servo/RecipeDeviceBindDlg.h
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,24 @@ #pragma once #include "afxdialogex.h" // CRecipeDeviceBindDlg å¯¹è¯æ¡ class CRecipeDeviceBindDlg : public CDialogEx { DECLARE_DYNAMIC(CRecipeDeviceBindDlg) public: CRecipeDeviceBindDlg(CWnd* pParent = nullptr); // æ åæé 彿° virtual ~CRecipeDeviceBindDlg(); // å¯¹è¯æ¡æ°æ® #ifdef AFX_DESIGN_TIME enum { IDD = IDD_DIALOG_RECIPE_DEVICE_BIND }; #endif protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV æ¯æ DECLARE_MESSAGE_MAP() }; SourceCode/Bond/Servo/Servo.rcBinary files differ
SourceCode/Bond/Servo/Servo.vcxproj
@@ -317,6 +317,7 @@ <ClInclude Include="PageTransferLog.h" /> <ClInclude Include="PortConfigurationDlg.h" /> <ClInclude Include="ProductionLogManager.h" /> <ClInclude Include="RecipeDeviceBindDlg.h" /> <ClInclude Include="RecipeManager.h" /> <ClInclude Include="Resource.h" /> <ClInclude Include="SECSRuntimeManager.h" /> @@ -455,6 +456,7 @@ <ClCompile Include="PageTransferLog.cpp" /> <ClCompile Include="PortConfigurationDlg.cpp" /> <ClCompile Include="ProductionLogManager.cpp" /> <ClCompile Include="RecipeDeviceBindDlg.cpp" /> <ClCompile Include="RecipeManager.cpp" /> <ClCompile Include="SECSRuntimeManager.cpp" /> <ClCompile Include="SecsTestDlg.cpp" /> SourceCode/Bond/Servo/Servo.vcxproj.filters
@@ -168,6 +168,7 @@ <ClCompile Include="UserManager.cpp" /> <ClCompile Include="InputDialog.cpp" /> <ClCompile Include="RecipeManager.cpp" /> <ClCompile Include="RecipeDeviceBindDlg.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="AlarmManager.h" /> @@ -341,6 +342,7 @@ <ClInclude Include="SystemLogManager.h" /> <ClInclude Include="InputDialog.h" /> <ClInclude Include="RecipeManager.h" /> <ClInclude Include="RecipeDeviceBindDlg.h" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="Servo.rc" /> SourceCode/Bond/Servo/resource.hBinary files differ