www.pudn.com > TreeCtrlDB.rar > Test.cpp


// Test.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "Ppp.h" 
#include "Test.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CTest 
 
IMPLEMENT_DYNCREATE(CTest, CFormView) 
 
CTest::CTest() 
	: CFormView(CTest::IDD) 
{ 
	//{{AFX_DATA_INIT(CTest) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
CTest::~CTest() 
{ 
} 
 
void CTest::DoDataExchange(CDataExchange* pDX) 
{ 
	CFormView::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CTest) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CTest, CFormView) 
	//{{AFX_MSG_MAP(CTest) 
		// NOTE - the ClassWizard will add and remove mapping macros here. 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CTest diagnostics 
 
#ifdef _DEBUG 
void CTest::AssertValid() const 
{ 
	CFormView::AssertValid(); 
} 
 
void CTest::Dump(CDumpContext& dc) const 
{ 
	CFormView::Dump(dc); 
} 
#endif //_DEBUG 
 
///////////////////////////////////////////////////////////////////////////// 
// CTest message handlers