home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / customwz / template / cstmdlg.h < prev    next >
C/C++ Source or Header  |  1998-03-05  |  1KB  |  44 lines

  1. #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  2. #define $$FILE_NAME_SYMBOL$$_INCLUDED_
  3.  
  4. // cstm$$ITERATOR$$dlg.h : header file
  5. //
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CCustom$$ITERATOR$$Dlg dialog
  9.  
  10. class CCustom$$ITERATOR$$Dlg : public CAppWizStepDlg
  11. {
  12. // Construction
  13. public:
  14.     CCustom$$ITERATOR$$Dlg();
  15.     virtual BOOL OnDismiss();
  16.  
  17. // Dialog Data
  18.     //{{AFX_DATA(CCustom$$ITERATOR$$Dlg)
  19.     enum { IDD = IDD_CUSTOM$$ITERATOR$$ };
  20.         // NOTE: the ClassWizard will add data members here
  21.     //}}AFX_DATA
  22.  
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CCustom$$ITERATOR$$Dlg)
  27.     protected:
  28.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29.     //}}AFX_VIRTUAL
  30.  
  31. // Implementation
  32. protected:
  33.     // Generated message map functions
  34.     //{{AFX_MSG(CCustom$$ITERATOR$$Dlg)
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.  
  39.  
  40. //{{AFX_INSERT_LOCATION}}
  41. // $$INSERT_LOCATION_COMMENT$$
  42.  
  43. #endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  44.