#if !defined(AFX_DLG_FIND_FAIL_H__9F106984_DB4C_49D8_926C_6FEC62241969__INCLUDED_) #define AFX_DLG_FIND_FAIL_H__9F106984_DB4C_49D8_926C_6FEC62241969__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_Find_Fail.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_Find_Fail dialog class DLG_Find_Fail : public CDialog { public: COleDateTime m_tQBegin; COleDateTime m_tQEnd; // Construction public: DLG_Find_Fail(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_Find_Fail) enum { IDD = IDD_FIND_FAIL }; COleDateTime m_tBegin; COleDateTime m_tBegin2; COleDateTime m_tEnd; COleDateTime m_tEnd2; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_Find_Fail) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_Find_Fail) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: BOOL m_bNoStatus; afx_msg void OnBnClickedOk(); CString m_strMobile; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_FIND_FAIL_H__9F106984_DB4C_49D8_926C_6FEC62241969__INCLUDED_)