FindMessageDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:2k
- #if !defined(AFX_FINDMESSAGEDLG_H__A3C0BD8F_D4DE_4A4F_AAB0_4BC756DE09CB__INCLUDED_)
- #define AFX_FINDMESSAGEDLG_H__A3C0BD8F_D4DE_4A4F_AAB0_4BC756DE09CB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // FindMessageDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CFindMessageDlg dialog
- class CFindMessageDlg : public CDialog
- {
- // Construction
- public:
- CFindMessageDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CFindMessageDlg)
- enum { IDD = IDD_FINDMESSAGEDLG };
- CComboBox m_ControlMonth;
- CListCtrl m_listctrl;
- CString m_findHour;
- CString m_findDay;
- CString m_findMonth;
- CString m_findYear;
- CString m_findCarPhone;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFindMessageDlg)
- protected:
- virtual BOOL OnInitDialog();
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CFindMessageDlg)
- afx_msg void OnFindmessage();
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnClose();
- afx_msg void OnEditchangeFindYear();
- afx_msg void OnDeletemessage();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CString m_strTime;
- CString m_strFindCarPhone;
- CString m_strFindYear;
- CString m_strFindMonth;
- CString m_strFindDay;
- CString m_strFindHour;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FINDMESSAGEDLG_H__A3C0BD8F_D4DE_4A4F_AAB0_4BC756DE09CB__INCLUDED_)