From 576e5fc2d2db7d106dc264c685d5a59849082d1f Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期四, 19 六月 2025 17:41:52 +0800
Subject: [PATCH] 1. 添加JOB Data交互

---
 SourceCode/Bond/Servo/RecipeDeviceBindDlg.cpp |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/RecipeDeviceBindDlg.cpp b/SourceCode/Bond/Servo/RecipeDeviceBindDlg.cpp
new file mode 100644
index 0000000..fec07da
--- /dev/null
+++ b/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 娑堟伅澶勭悊绋嬪簭

--
Gitblit v1.9.3