darker
2025-02-21 97e9c6896ffaedcc2c00fb4ea1bee6a5cdbc4a5d
SourceCode/Bond/Servo/AlarmDlg.h
@@ -14,14 +14,14 @@
   virtual ~CAlarmDlg();
private:
   //void InitRxWindow();
   //void Resize();
   //void LoadAlarms();
   void InitRxWindow();
   void Resize();
   void LoadAlarms();
   //void AddAlarm(CAlarmMonitor* pMonitor, CAlarm* pAlarm);
   //void UpdateAlarm(CAlarmMonitor* pMonitor, CAlarm* pAlarm);
   //void UpdatePageData();
   //void UpdatePageControls();
   //void FillDataToListCtrl(CListCtrl* pListCtrl, const std::vector<std::vector<std::string>>& vecData);
   void UpdatePageData();
   void UpdatePageControls();
   void FillDataToListCtrl(CListCtrl* pListCtrl, const std::vector<std::vector<std::string>>& vecData);
private:
   COLORREF m_crBkgnd;
@@ -29,6 +29,7 @@
   IObserver* m_pObserver;
   // 关键字
   std::string m_strEqName;
   std::string m_strKeyword;
   // 页码
@@ -51,15 +52,15 @@
protected:
   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持
   //virtual BOOL OnInitDialog();
   //virtual BOOL DestroyWindow();
   //afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
   //afx_msg void OnDestroy();
   //afx_msg void OnSize(UINT nType, int cx, int cy);
   //afx_msg void OnCbnSelchangeComboDatetime();
   //afx_msg void OnBnClickedButtonSearch();
   //afx_msg void OnBnClickedButtonExport();
   //afx_msg void OnBnClickedButtonPrevPage();
   //afx_msg void OnBnClickedButtonNextPage();
   virtual BOOL OnInitDialog();
   virtual BOOL DestroyWindow();
   afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
   afx_msg void OnDestroy();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg void OnCbnSelchangeComboDatetime();
   afx_msg void OnBnClickedButtonSearch();
   afx_msg void OnBnClickedButtonExport();
   afx_msg void OnBnClickedButtonPrevPage();
   afx_msg void OnBnClickedButtonNextPage();
   DECLARE_MESSAGE_MAP()
};