chenluhua1980
2026-01-21 2254c453025136727917601091f14da02af1b548
SourceCode/Bond/Servo/AlarmPopupDlg.h
@@ -43,11 +43,17 @@
   afx_msg void OnDestroy();
   afx_msg void OnBnClickedClose();
   afx_msg void OnBnClickedAlarmOff();
   afx_msg void OnBnClickedPrev();
   afx_msg void OnBnClickedNext();
private:
   bool m_hasActive;
   AlarmData m_activeAlarm;
   std::vector<AlarmData> m_activeAlarms;
   int m_activeIndex = 0;
   void SetButtonBackgroundColors(bool bMute);
   void ShowNoAlarmControls(bool bShow);
   void ShowAlarmControls(bool bShow);
   void UpdateNavButtons();
   void DisplayActiveAt(int idx);
};