www.pudn.com > Geotest.rar > TestView2.cpp


// TestView2.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "geotest.h" 
#include "TestView2.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CTestView2 
 
IMPLEMENT_DYNCREATE(CTestView2, CView) 
 
CTestView2::CTestView2() 
{ 
} 
 
CTestView2::~CTestView2() 
{ 
} 
 
 
BEGIN_MESSAGE_MAP(CTestView2, CView) 
	//{{AFX_MSG_MAP(CTestView2) 
		// NOTE - the ClassWizard will add and remove mapping macros here. 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CTestView2 drawing 
 
void CTestView2::OnDraw(CDC* pDC) 
{ 
	CDocument* pDoc = GetDocument(); 
	// TODO: add draw code here 
} 
 
///////////////////////////////////////////////////////////////////////////// 
// CTestView2 diagnostics 
 
#ifdef _DEBUG 
void CTestView2::AssertValid() const 
{ 
	CView::AssertValid(); 
} 
 
void CTestView2::Dump(CDumpContext& dc) const 
{ 
	CView::Dump(dc); 
} 
#endif //_DEBUG 
 
///////////////////////////////////////////////////////////////////////////// 
// CTestView2 message handlers