home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1 : Property page dialog
-
- class %1 : public COlePropertyPage
- {
- DECLARE_DYNCREATE(%1)
- DECLARE_OLECREATE_EX(%1)
-
- // Constructors
- public:
- %1();
-
- // Dialog Data
- //{{AFX_DATA(%1)
- enum { IDD = %3 };
- // 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(%1)
- // 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()
- };