From 1e2d48848ae8fbf7c11948bc38d99a045c78637b Mon Sep 17 00:00:00 2001 From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com> Date: 星期二, 24 十二月 2024 11:50:49 +0800 Subject: [PATCH] 1. 完善报警页面的查询功能 --- SourceCode/Bond/BondEq/CPageAlarm.h | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/BondEq/CPageAlarm.h b/SourceCode/Bond/BondEq/CPageAlarm.h index b38471b..7d88e52 100644 --- a/SourceCode/Bond/BondEq/CPageAlarm.h +++ b/SourceCode/Bond/BondEq/CPageAlarm.h @@ -27,11 +27,17 @@ HBRUSH m_hbrBkgnd; IObserver* m_pObserver; + // 关键字 + std::string m_strKeyword; + // 页码 int m_nCurPage; int m_nTotalPages; - // 日期时间标志 + + // 日期 int m_nDateTimeFlag; + char m_szTimeStart[64]; + char m_szTimeEnd[64]; // 控件 CDateTimeCtrl m_dateTimeStart; @@ -53,6 +59,9 @@ afx_msg void OnDestroy(); afx_msg void OnSize(UINT nType, int cx, int cy); virtual BOOL DestroyWindow(); + afx_msg void OnCbnSelchangeComboDatetime(); + afx_msg void OnBnClickedButtonSearch(); + afx_msg void OnBnClickedButtonExport(); afx_msg void OnBnClickedButtonPrevPage(); afx_msg void OnBnClickedButtonNextPage(); }; -- Gitblit v1.9.3