www.pudn.com > Visual C++课程设计案例精编--画图1 .rar > MdiClient.h


#if !defined(AFX_MDICLIENT_H__54D8433B_52D0_11D2_95C0_0080C87E6F26__INCLUDED_) 
#define AFX_MDICLIENT_H__54D8433B_52D0_11D2_95C0_0080C87E6F26__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// MdiClient.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMdiClient window 
 
class CMdiClient : public CWnd 
{ 
// Construction 
public: 
	CMdiClient(); 
 
// Attributes 
public: 
	CBitmap background; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMdiClient) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CMdiClient(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CMdiClient) 
	afx_msg BOOL OnEraseBkgnd(CDC* pDC); 
	afx_msg void OnSize(UINT nType, int cx, int cy); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MDICLIENT_H__54D8433B_52D0_11D2_95C0_0080C87E6F26__INCLUDED_)