www.pudn.com > seedesk.zip > ClientView.h


#if !defined(AFX_CLIENTVIEW_H__32E78844_68C2_4779_931A_7CE4EE47C8E5__INCLUDED_) 
#define AFX_CLIENTVIEW_H__32E78844_68C2_4779_931A_7CE4EE47C8E5__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ClientView.h : header file 
// 
/*************************************************************************** 
 *        Module               :                             * 
 *         
 *                                                                         * 
 *        Created by           : ??      Date  : 2004.9.12        * 
 *        Modified by          :                  Date  :                  * 
 *                                                                         *  
 *                   *  
 ***************************************************************************/ 
///////////////////////////////////////////////////////////////////////////// 
// CClientView view 
 
class CClientView : public CView 
{ 
protected: 
	CClientView();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CClientView) 
 
// Attributes 
public: 
 
// Operations 
public: 
	 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CClientView) 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CClientView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CClientView) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CLIENTVIEW_H__32E78844_68C2_4779_931A_7CE4EE47C8E5__INCLUDED_)