From 6c9115d3ae53708dc40507104c8043748f3d2845 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期四, 06 三月 2025 16:05:22 +0800
Subject: [PATCH] 1.添加Eq面板。

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

diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h
index 9fd1dbc..dc97f99 100644
--- a/SourceCode/Bond/Servo/ServoDlg.h
+++ b/SourceCode/Bond/Servo/ServoDlg.h
@@ -8,6 +8,7 @@
 #include "LogDlg.h"
 #include "TerminalDisplayDlg.h"
 #include "CPanelMaster.h"
+#include "CPanelEquipment.h"
 #include "CPanelAttributes.h"
 
 
@@ -66,8 +67,8 @@
 	CBlButton m_btnLog;
 	CBlButton m_btnAlarm;
 	CPanelMaster* m_pPanelMaster;
+	CPanelEquipment* m_pPanelEquipment;
 	CPanelAttributes* m_pPanelAttributes;
-
 
 	// 生成的消息映射函数
 	virtual BOOL OnInitDialog();

--
Gitblit v1.9.3