www.pudn.com > aaa.rar > Shsview.h


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