home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / PROPPG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-12  |  1.0 KB  |  49 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1 dialog
  3.  
  4. class %1 : public CPropertyPage
  5. {
  6.     DECLARE_DYNCREATE(%1)
  7.  
  8. // Construction
  9. public:
  10.     %1();
  11.     ~%1();
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(%1)
  15.     enum { IDD = %3 };
  16.         // NOTE - ClassWizard will add data members here.
  17.         //    DO NOT EDIT what you see in these blocks of generated code !
  18.     //}}AFX_DATA
  19.  
  20.  
  21. // Overrides
  22.     // ClassWizard generate virtual function overrides
  23.     //{{AFX_VIRTUAL(%1)
  24. $$IF(OLEAUTO)
  25.     public:
  26.     virtual void OnFinalRelease();
  27. $$ENDIF
  28.     protected:
  29.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.     // Generated message map functions
  35.     //{{AFX_MSG(%1)
  36.         // NOTE: the ClassWizard will add member functions here
  37.     //}}AFX_MSG
  38.     DECLARE_MESSAGE_MAP()
  39.  
  40. $$IF(OLEAUTO)
  41.     // Generated OLE dispatch map functions
  42.     //{{AFX_DISPATCH(%1)
  43.         // NOTE - the ClassWizard will add and remove member functions here.
  44.     //}}AFX_DISPATCH
  45.     DECLARE_DISPATCH_MAP()
  46.     DECLARE_INTERFACE_MAP()
  47. $$ENDIF()
  48. };