home *** CD-ROM | disk | FTP | other *** search
- // buttoppg.h : Declaration of the CButtonPropPage property page class.
-
- ////////////////////////////////////////////////////////////////////////////
- // CButtonPropPage : See buttoppg.cpp for implementation.
-
- class CButtonPropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CButtonPropPage)
- DECLARE_OLECREATE_EX(CButtonPropPage)
-
- // Constructor
- public:
- CButtonPropPage();
-
- // Dialog Data
- //{{AFX_DATA(CButtonPropPage)
- enum { IDD = IDD_PROPPAGE_BUTTON };
- // 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(CButtonPropPage)
- // 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()
-
- };
-