| | |
| | | } |
| | | |
| | | CString strText; |
| | | CAlarmMonitor* pAlarmMonitor = (CAlarmMonitor*)theApp.m_model.getBonder().GetComponent("警告信息"); |
| | | CAlarmMonitor* pAlarmMonitor = (CAlarmMonitor*)theApp.m_model.getBonder().GetComponent(ALARM_MONITOR); |
| | | m_pActiveAlarm = pAlarmMonitor->getActiveAlarm(); |
| | | if (m_pActiveAlarm != nullptr) { |
| | | m_pActiveAlarm->addRef(); |
| | | SetDlgItemText(IDC_LABEL_NAME, pAlarmMonitor->getAlarmText(m_pActiveAlarm->getId())); |
| | | strText.Format(_T("ID: %d"), m_pActiveAlarm->getId()); |
| | | SetDlgItemText(IDC_LABEL_LEVEL, strText); |
| | | ShowWindow(SW_SHOW); |
| | | } |
| | | else { |
| | | ShowWindow(SW_HIDE); |