www.gusucode.com > VC++多视图形式的窗体例子源码程序 > VC++多视图形式的窗体例子源码程序\code\AddfView.cpp

    // AddfView.cpp : implementation file
// Download by http://www.NewXing.com

#include "stdafx.h"
#include "LotvChange.h"
#include "AddfView.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// AddfView

IMPLEMENT_DYNCREATE(AddfView, CFormView)

AddfView::AddfView()
	: CFormView(AddfView::IDD)
{
	//{{AFX_DATA_INIT(AddfView)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}

AddfView::~AddfView()
{
}

void AddfView::DoDataExchange(CDataExchange* pDX)
{
	CFormView::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(AddfView)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(AddfView, CFormView)
	//{{AFX_MSG_MAP(AddfView)
		// NOTE - the ClassWizard will add and remove mapping macros here.
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// AddfView diagnostics

#ifdef _DEBUG
void AddfView::AssertValid() const
{
	CFormView::AssertValid();
}

void AddfView::Dump(CDumpContext& dc) const
{
	CFormView::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// AddfView message handlers