SourceCode/Bond/Servo/AlarmDlg.h
@@ -1,6 +1,7 @@
#pragma once
#include "afxdialogex.h"
#include "AlarmManager.h"
#include "ListCtrlEx.h"
#define ID_MSG_ALARMDLG_HIDE      WM_USER + 1024
@@ -48,6 +49,7 @@
   // 控件
   CDateTimeCtrl m_dateTimeStart;
   CDateTimeCtrl m_dateTimeEnd;
   CListCtrlEx m_listCtrl;
// 对话框数据
#ifdef AFX_DESIGN_TIME
@@ -61,6 +63,7 @@
   afx_msg void OnDestroy();
   afx_msg void OnClose();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg void OnTimer(UINT_PTR nIDEvent);
   afx_msg void OnCbnSelchangeComboDatetime();
   afx_msg void OnBnClickedButtonSearch();
   afx_msg void OnBnClickedButtonExport();