www.pudn.com > Geotest.rar > TestView2.h
#if !defined(AFX_TESTVIEW2_H__670DEF0D_858D_44D3_84B9_F7DA0F6D4258__INCLUDED_)
#define AFX_TESTVIEW2_H__670DEF0D_858D_44D3_84B9_F7DA0F6D4258__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TestView2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTestView2 view
class CTestView2 : public CView
{
protected:
CTestView2(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CTestView2)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestView2)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CTestView2();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CTestView2)
// 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_TESTVIEW2_H__670DEF0D_858D_44D3_84B9_F7DA0F6D4258__INCLUDED_)