#if !defined(AFX_MESSAGEFRAME_H__FB8621A2_9C0B_11D1_A63A_24C903C10000__INCLUDED_) #define AFX_MESSAGEFRAME_H__FB8621A2_9C0B_11D1_A63A_24C903C10000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // MessageFrame.h : header file // ///////////////////////////////////////////////////////////////////////////// // CMessageFrame frame class CMessageFrame : public CMDIChildWnd { DECLARE_DYNCREATE(CMessageFrame) protected: CMessageFrame(); // protected constructor used by dynamic creation // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMessageFrame) protected: virtual BOOL PreCreateWindow(CREATESTRUCT& cs); //}}AFX_VIRTUAL // Implementation protected: virtual ~CMessageFrame(); // Generated message map functions //{{AFX_MSG(CMessageFrame) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MESSAGEFRAME_H__FB8621A2_9C0B_11D1_A63A_24C903C10000__INCLUDED_)