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

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