home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1 dialog
-
- class %1 : public CPropertyPage
- {
- DECLARE_DYNCREATE(%1)
-
- // Construction
- public:
- %1();
- ~%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
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(%1)
- $$IF(OLEAUTO)
- public:
- virtual void OnFinalRelease();
- $$ENDIF
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(%1)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- $$IF(OLEAUTO)
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(%1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- $$ENDIF()
- };