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 / PROPSHT.H < prev    next >
C/C++ Source or Header  |  1998-06-18  |  1KB  |  49 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1
  3.  
  4. class %1 : public CPropertySheet
  5. {
  6.     DECLARE_DYNAMIC(%1)
  7.  
  8. // Construction
  9. public:
  10.     %1(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  11.     %1(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  12.  
  13. // Attributes
  14. public:
  15.  
  16. // Operations
  17. public:
  18.  
  19. // Overrides
  20.     // ClassWizard generated virtual function overrides
  21.     //{{AFX_VIRTUAL(%1)
  22. $$IF(OLEAUTO)
  23.     public:
  24.     virtual void OnFinalRelease();
  25. $$ENDIF
  26.     //}}AFX_VIRTUAL
  27.  
  28. // Implementation
  29. public:
  30.     virtual ~%1();
  31.  
  32.     // Generated message map functions
  33. protected:
  34.     //{{AFX_MSG(%1)
  35.         // NOTE - the ClassWizard will add and remove member functions here.
  36.     //}}AFX_MSG
  37.     DECLARE_MESSAGE_MAP()
  38. $$IF(OLEAUTO)
  39.     // Generated OLE dispatch map functions
  40.     //{{AFX_DISPATCH(%1)
  41.         // NOTE - the ClassWizard will add and remove member functions here.
  42.     //}}AFX_DISPATCH
  43.     DECLARE_DISPATCH_MAP()
  44.     DECLARE_INTERFACE_MAP()
  45. $$ENDIF()
  46. };
  47.  
  48. /////////////////////////////////////////////////////////////////////////////