HoursSelectorPpg.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #if !defined(AFX_HOURSSELECTORPPG_H__446B2FAC_BD68_11D3_AD63_0020AFE30095__INCLUDED_)
  2. #define AFX_HOURSSELECTORPPG_H__446B2FAC_BD68_11D3_AD63_0020AFE30095__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HoursSelectorPpg.h : Declaration of the CHoursSelectorPropPage property page class.
  7. ////////////////////////////////////////////////////////////////////////////
  8. // CHoursSelectorPropPage : See HoursSelectorPpg.cpp.cpp for implementation.
  9. class CHoursSelectorPropPage : public COlePropertyPage
  10. {
  11. DECLARE_DYNCREATE(CHoursSelectorPropPage)
  12. DECLARE_OLECREATE_EX(CHoursSelectorPropPage)
  13. // Constructor
  14. public:
  15. CHoursSelectorPropPage();
  16. // Dialog Data
  17. //{{AFX_DATA(CHoursSelectorPropPage)
  18. enum { IDD = IDD_PROPPAGE_HOURSSELECTOR };
  19. // NOTE - ClassWizard will add data members here.
  20. // DO NOT EDIT what you see in these blocks of generated code !
  21. //}}AFX_DATA
  22. // Implementation
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. // Message maps
  26. protected:
  27. //{{AFX_MSG(CHoursSelectorPropPage)
  28. // NOTE - ClassWizard will add and remove member functions here.
  29. // DO NOT EDIT what you see in these blocks of generated code !
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_HOURSSELECTORPPG_H__446B2FAC_BD68_11D3_AD63_0020AFE30095__INCLUDED)