ImgFrm.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:1k
- #if !defined(AFX_IMGFRM_H__BB785B85_9EB7_4A9B_A51A_A0E2D9927C41__INCLUDED_)
- #define AFX_IMGFRM_H__BB785B85_9EB7_4A9B_A51A_A0E2D9927C41__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ImgFrm.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CImgFrame frame
- class CImgFrame : public CMDIChildWnd
- {
- DECLARE_DYNCREATE(CImgFrame)
- protected:
- CImgFrame(); // protected constructor used by dynamic creation
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CImgFrame)
- protected:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CImgFrame();
- // Generated message map functions
- //{{AFX_MSG(CImgFrame)
- afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_IMGFRM_H__BB785B85_9EB7_4A9B_A51A_A0E2D9927C41__INCLUDED_)