From 9543f2d581d05a0f98de787ab131e8d97e0291a2 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期一, 10 三月 2025 11:35:14 +0800 Subject: [PATCH] 1.清除警告,更新数据库(待测); --- SourceCode/Bond/Servo/ServoDlg.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index dc97f99..39ae6d7 100644 --- a/SourceCode/Bond/Servo/ServoDlg.h +++ b/SourceCode/Bond/Servo/ServoDlg.h @@ -6,6 +6,7 @@ #include "ServoGraph.h" #include "BlButton.h" #include "LogDlg.h" +#include "AlarmDlg.h" #include "TerminalDisplayDlg.h" #include "CPanelMaster.h" #include "CPanelEquipment.h" @@ -43,6 +44,7 @@ BOOL m_bShowLogWnd; BOOL m_bShowAlarmWnd; CLogDlg* m_pLogDlg; + CAlarmDlg* m_pAlarmDlg; CTerminalDisplayDlg* m_pTerminalDisplayDlg; @@ -85,6 +87,7 @@ afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnClose(); afx_msg LRESULT OnLogDlgHide(WPARAM wParam, LPARAM lParam); + afx_msg LRESULT OnAlarmDlgHide(WPARAM wParam, LPARAM lParam); afx_msg void OnMoving(UINT fwSide, LPRECT pRect); afx_msg void OnMove(int x, int y); afx_msg void OnInitMenuPopup(CMenu* pPopupMenu, UINT nIndex, BOOL bSysMenu); -- Gitblit v1.9.3