home *** CD-ROM | disk | FTP | other *** search
- // CalenPpg.h : Declaration of the CCalenPropPage property page class.
-
- ////////////////////////////////////////////////////////////////////////////
- // CCalenPropPage : See CalenPpg.cpp.cpp for implementation.
-
- class CCalenPropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CCalenPropPage)
- DECLARE_OLECREATE_EX(CCalenPropPage)
-
- // Constructor
- public:
- CCalenPropPage();
-
- // Dialog Data
- //{{AFX_DATA(CCalenPropPage)
- enum { IDD = IDD_PROPPAGE_CALEN };
- BOOL m_threeD;
- int m_ctrlBorderStyle;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Message maps
- protected:
- //{{AFX_MSG(CCalenPropPage)
- // 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()
-
- };
-