#if !defined(AFX_INPUTDATE_H__65488996_F47D_45AA_9D65_6E09EAD1D939__INCLUDED_) #define AFX_INPUTDATE_H__65488996_F47D_45AA_9D65_6E09EAD1D939__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InputDate.h : header file // ///////////////////////////////////////////////////////////////////////////// // InputDate dialog class InputDate : public CDialog { // Construction public: InputDate(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(InputDate) enum { IDD = IDD_DLGInputDate }; CTime m_date; BOOL m_check1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(InputDate) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(InputDate) virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_INPUTDATE_H__65488996_F47D_45AA_9D65_6E09EAD1D939__INCLUDED_)