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.h |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/RecipeDeviceBindDlg.h b/SourceCode/Bond/Servo/RecipeDeviceBindDlg.h
new file mode 100644
index 0000000..c6634bf
--- /dev/null
+++ b/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()
+};

--
Gitblit v1.9.3