home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / MFCCLWZ.DLL / SRCDATA / OPROPPG.H < prev    next >
C/C++ Source or Header  |  1998-06-18  |  743b  |  32 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1 : Property page dialog
  3.  
  4. class %1 : public COlePropertyPage
  5. {
  6.     DECLARE_DYNCREATE(%1)
  7.     DECLARE_OLECREATE_EX(%1)
  8.  
  9. // Constructors
  10. public:
  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. // Implementation
  21. protected:
  22.     virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
  23.  
  24. // Message maps
  25. protected:
  26.     //{{AFX_MSG(%1)
  27.         // NOTE - ClassWizard will add and remove member functions here.
  28.         //    DO NOT EDIT what you see in these blocks of generated code !
  29.     //}}AFX_MSG
  30.     DECLARE_MESSAGE_MAP()
  31. };