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 / IDE / PROPSHT.DLL / TEMPLATE / 22337 < prev    next >
Text File  |  1998-06-18  |  971b  |  44 lines

  1. // $$VAL:PREVIEWHEADER$$ : header file
  2. //
  3. // This file contains the preview window used by the 
  4. // $$VAL:SHEETCLASS$$ property sheet.
  5.  
  6. /////////////////////////////////////////////////////////////////////////////
  7. // $$VAL:PREVIEWCLASS$$ window
  8.  
  9. #ifndef $$VAL:PREVIEWWRAPPER$$
  10. #define $$VAL:PREVIEWWRAPPER$$
  11.  
  12. class $$VAL:PREVIEWCLASS$$ : public CWnd
  13. {
  14. // Construction
  15. public:
  16.     $$VAL:PREVIEWCLASS$$();
  17.  
  18. // Attributes
  19. public:
  20.  
  21. // Operations
  22. public:
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL($$VAL:PREVIEWCLASS$$)
  27.     //}}AFX_VIRTUAL
  28.  
  29. // Implementation
  30. public:
  31.     virtual ~$$VAL:PREVIEWCLASS$$();
  32.  
  33.     // Generated message map functions
  34. protected:
  35.     //{{AFX_MSG($$VAL:PREVIEWCLASS$$)
  36.     afx_msg void OnPaint();
  37.     afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  38.     //}}AFX_MSG
  39.     DECLARE_MESSAGE_MAP()
  40. };
  41.  
  42. /////////////////////////////////////////////////////////////////////////////
  43.  
  44. #endif        // $$VAL:PREVIEWWRAPPER$$