home *** CD-ROM | disk | FTP | other *** search
- // $$VAL:FRAMEHEADER$$ : header file
- //
- // This file contains the mini-frame that controls modeless
- // property sheet $$VAL:SHEETCLASS$$.
-
- #ifndef $$VAL:FRAMEWRAPPER$$
- #define $$VAL:FRAMEWRAPPER$$
-
- #include "$$VAL:SHEETHEADER$$"
-
- /////////////////////////////////////////////////////////////////////////////
- // $$VAL:FRAMECLASS$$ frame
-
- class $$VAL:FRAMECLASS$$ : public CMiniFrameWnd
- {
- DECLARE_DYNCREATE($$VAL:FRAMECLASS$$)
- //Construction
- public:
- $$VAL:FRAMECLASS$$();
-
- // Attributes
- public:
- $$VAL:SHEETCLASS$$* m_pModelessPropSheet;
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL($$VAL:FRAMECLASS$$)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~$$VAL:FRAMECLASS$$();
-
- // Generated message map functions
- //{{AFX_MSG($$VAL:FRAMECLASS$$)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnClose();
- afx_msg void OnSetFocus(CWnd* pOldWnd);
- afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
- #endif // $$VAL:FRAMEWRAPPER$$
-