home *** CD-ROM | disk | FTP | other *** search
- // $$VAL:PREVIEWHEADER$$ : header file
- //
- // This file contains the preview window used by the
- // $$VAL:SHEETCLASS$$ property sheet.
-
- /////////////////////////////////////////////////////////////////////////////
- // $$VAL:PREVIEWCLASS$$ window
-
- #ifndef $$VAL:PREVIEWWRAPPER$$
- #define $$VAL:PREVIEWWRAPPER$$
-
- class $$VAL:PREVIEWCLASS$$ : public CWnd
- {
- // Construction
- public:
- $$VAL:PREVIEWCLASS$$();
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL($$VAL:PREVIEWCLASS$$)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~$$VAL:PREVIEWCLASS$$();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG($$VAL:PREVIEWCLASS$$)
- afx_msg void OnPaint();
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- #endif // $$VAL:PREVIEWWRAPPER$$