www.pudn.com > 单文档多视图.rar > view8.cpp


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