home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_DATETIMEPICKERCTRL_H__A1E74863_84F8_11D1_BC01_0000C0003048__INCLUDED_)
- #define AFX_DATETIMEPICKERCTRL_H__A1E74863_84F8_11D1_BC01_0000C0003048__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // DateTimePickerCtrl.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDateTimePickerCtrl window
-
- class CDateTimePickerCtrl : public CWnd
- {
-
- DECLARE_DYNAMIC(CDateTimePickerCtrl)
-
- // Construction
- public:
- CDateTimePickerCtrl();
- BOOL Create(DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID);
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDateTimePickerCtrl)
- protected:
- virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- void GetDateTime(SYSTEMTIME & st);
- void SetDateTime(SYSTEMTIME & st);
- SYSTEMTIME m_Time;
- virtual ~CDateTimePickerCtrl();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CDateTimePickerCtrl)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_DATETIMEPICKERCTRL_H__A1E74863_84F8_11D1_BC01_0000C0003048__INCLUDED_)
-