www.pudn.com > GOS.rar > WhildView.h


// WhildView.h : interface of the WChildView class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_WHILDVIEW_H__B8CFB47B_3179_42EA_8288_EEBDC578B640__INCLUDED_) 
#define AFX_WHILDVIEW_H__B8CFB47B_3179_42EA_8288_EEBDC578B640__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// WChildView window 
 
class WChildView : public CWnd 
{ 
// Construction 
public: 
	WChildView(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(WChildView) 
	protected: 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~WChildView(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(WChildView) 
	afx_msg void OnPaint(); 
	afx_msg void OnDestroy(); 
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg void OnBmpCode(); 
	afx_msg void OnEditPaste(); 
	afx_msg void OnUpdateEditPaste(CCmdUI* pCmdUI); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_WHILDVIEW_H__B8CFB47B_3179_42EA_8288_EEBDC578B640__INCLUDED_)