From a056810ab4c5fa63777f6fdddfeb190bbd9a6f54 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 08 九月 2025 14:05:25 +0800
Subject: [PATCH] Merge branch 'liuyang'

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

diff --git a/SourceCode/Bond/Servo/DeviceRecipeParamDlg.h b/SourceCode/Bond/Servo/DeviceRecipeParamDlg.h
new file mode 100644
index 0000000..d273c84
--- /dev/null
+++ b/SourceCode/Bond/Servo/DeviceRecipeParamDlg.h
@@ -0,0 +1,34 @@
+锘�#pragma once
+#include "afxdialogex.h"
+
+
+// CDeviceRecipeParamDlg 瀵硅瘽妗�
+
+class CDeviceRecipeParamDlg : public CDialogEx
+{
+	DECLARE_DYNAMIC(CDeviceRecipeParamDlg)
+
+public:
+	CDeviceRecipeParamDlg(CWnd* pParent = nullptr);   // 鏍囧噯鏋勯�犲嚱鏁�
+	virtual ~CDeviceRecipeParamDlg();
+
+	void setEquipment(SERVO::CEquipment* pEquipment);
+	void setDeviceRecipeID(int nDeviceRecipeID);
+	void setDeviceRecipeName(const CString& strDeviceRecipeName);
+
+// 瀵硅瘽妗嗘暟鎹�
+#ifdef AFX_DESIGN_TIME
+	enum { IDD = IDD_DIALOG_DEVICE_RECIPE_PARAM };
+#endif
+
+protected:
+	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 鏀寔
+	virtual BOOL OnInitDialog();
+	DECLARE_MESSAGE_MAP()
+
+private:
+	int m_nDeviceRecipeID;
+	CString m_strDeviceRecipeName;
+	SERVO::CEquipment* m_pEquipment;
+	CListCtrl m_wndRecipeParamList;
+};

--
Gitblit v1.9.3