FindMessageDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:2k
源码类别:

交通/航空行业

开发平台:

Visual C++

  1. #if !defined(AFX_FINDMESSAGEDLG_H__A3C0BD8F_D4DE_4A4F_AAB0_4BC756DE09CB__INCLUDED_)
  2. #define AFX_FINDMESSAGEDLG_H__A3C0BD8F_D4DE_4A4F_AAB0_4BC756DE09CB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FindMessageDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFindMessageDlg dialog
  10. class CFindMessageDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CFindMessageDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CFindMessageDlg)
  17. enum { IDD = IDD_FINDMESSAGEDLG };
  18. CComboBox m_ControlMonth;
  19. CListCtrl m_listctrl;
  20. CString m_findHour;
  21. CString m_findDay;
  22. CString m_findMonth;
  23. CString m_findYear;
  24. CString m_findCarPhone;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CFindMessageDlg)
  29. protected:
  30. virtual BOOL OnInitDialog();
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CFindMessageDlg)
  37. afx_msg void OnFindmessage();
  38. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  39. afx_msg void OnClose();
  40. afx_msg void OnEditchangeFindYear();
  41. afx_msg void OnDeletemessage();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. CString m_strTime;
  46. CString m_strFindCarPhone;
  47. CString m_strFindYear;
  48. CString m_strFindMonth;
  49. CString m_strFindDay;
  50. CString m_strFindHour;
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_FINDMESSAGEDLG_H__A3C0BD8F_D4DE_4A4F_AAB0_4BC756DE09CB__INCLUDED_)