LAPTOP-T815PCOQ\25526
2024-12-24 1e2d48848ae8fbf7c11948bc38d99a045c78637b
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();
};