home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1 dialog
-
- class %1 : public CDialog
- {
- $$IF(OLECREATE)
- DECLARE_DYNCREATE(%1)
-
- $$ENDIF
- // Construction
- public:
- %1(CWnd* pParent = NULL); // standard constructor
- $$IF(OLECREATE)
- ~%1();
- $$ENDIF
-
- // Dialog Data
- //{{AFX_DATA(%1)
- enum { IDD = %3 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated 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(OLECREATE)
- DECLARE_OLECREATE(%1)
- $$ENDIF
- $$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()
- };