From bf55b2f3083cbfdeb83611b2fa2dd552bf5b0775 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 03 三月 2025 16:20:00 +0800
Subject: [PATCH] 1.开始处理Step属性值; 2.增加左侧master面板;

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

diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h
index ab71ed2..b3f4cca 100644
--- a/SourceCode/Bond/Servo/ServoDlg.h
+++ b/SourceCode/Bond/Servo/ServoDlg.h
@@ -7,6 +7,8 @@
 #include "BlButton.h"
 #include "LogDlg.h"
 #include "TerminalDisplayDlg.h"
+#include "CPanelMaster.h"
+
 
 enum DeviceStatus {
 	ONLINE,       // 在线
@@ -62,6 +64,7 @@
 	HBRUSH m_hbrBkgnd;
 	CBlButton m_btnLog;
 	CBlButton m_btnAlarm;
+	CPanelMaster* m_pPanelMaster;
 
 
 	// 生成的消息映射函数
@@ -94,4 +97,6 @@
 	afx_msg void OnTimer(UINT_PTR nIDEvent);
 	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
 	afx_msg void OnBnClickedButtonAlarm();
+	afx_msg void OnGraphItemClicked(NMHDR* pNMHDR, LRESULT* pResult);
+	afx_msg LRESULT OnPanelResize(WPARAM wParam, LPARAM lParam);
 };

--
Gitblit v1.9.3