From 3970068b82a21617443fd99a152723e54289ecf2 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期三, 08 一月 2025 16:14:49 +0800 Subject: [PATCH] 1.继续移入相关文件,警告功能等; --- SourceCode/Bond/BoounionPLC/BoounionPLCDlg.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/BoounionPLC/BoounionPLCDlg.h b/SourceCode/Bond/BoounionPLC/BoounionPLCDlg.h index 3c2fb64..286767b 100644 --- a/SourceCode/Bond/BoounionPLC/BoounionPLCDlg.h +++ b/SourceCode/Bond/BoounionPLC/BoounionPLCDlg.h @@ -7,6 +7,7 @@ #include "PagePlcList.h" #include "CMainContainer.h" #include "CBaseView.h" +#include "AlarmPopupDlg.h" // CBoounionPLCDlg 对话框 @@ -21,6 +22,8 @@ void Resize(); CBaseView* CreatePlcView(CPLC* pPlc); void CloseView(CBaseView* pView); + void AlarmOn(); + void AlarmOff(); private: COLORREF m_crBkgnd; @@ -30,6 +33,7 @@ CPagePlcList* m_pPagePlcList; CMainContainer* m_pMainContainer; CBaseView* m_pActiveView; + CAlarmPopupDlg* m_pAlarmWnd; // 对话框数据 -- Gitblit v1.9.3