| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #if !defined(AFX_HOURSSELECTORPPG_H__446B2FAC_BD68_11D3_AD63_0020AFE30095__INCLUDED_)
- #define AFX_HOURSSELECTORPPG_H__446B2FAC_BD68_11D3_AD63_0020AFE30095__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HoursSelectorPpg.h : Declaration of the CHoursSelectorPropPage property page class.
- ////////////////////////////////////////////////////////////////////////////
- // CHoursSelectorPropPage : See HoursSelectorPpg.cpp.cpp for implementation.
- class CHoursSelectorPropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CHoursSelectorPropPage)
- DECLARE_OLECREATE_EX(CHoursSelectorPropPage)
- // Constructor
- public:
- CHoursSelectorPropPage();
- // Dialog Data
- //{{AFX_DATA(CHoursSelectorPropPage)
- enum { IDD = IDD_PROPPAGE_HOURSSELECTOR };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Message maps
- protected:
- //{{AFX_MSG(CHoursSelectorPropPage)
- // NOTE - ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HOURSSELECTORPPG_H__446B2FAC_BD68_11D3_AD63_0020AFE30095__INCLUDED)
|