Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
781 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. // HoursPpg.h : Declaration of the CHoursPropPage property page class.
  5. File History:
  6. JonY May-96 created
  7. --*/
  8. ////////////////////////////////////////////////////////////////////////////
  9. // CHoursPropPage : See HoursPpg.cpp.cpp for implementation.
  10. class CHoursPropPage : public COlePropertyPage
  11. {
  12. DECLARE_DYNCREATE(CHoursPropPage)
  13. DECLARE_OLECREATE_EX(CHoursPropPage)
  14. // Constructor
  15. public:
  16. CHoursPropPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CHoursPropPage)
  19. enum { IDD = IDD_PROPPAGE_HOURS };
  20. //}}AFX_DATA
  21. // Implementation
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. // Message maps
  25. protected:
  26. //{{AFX_MSG(CHoursPropPage)
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };