gusucode.com > 基于VC编程界面编程高级应用技术源码程序 > VC界面编程高级应用技术/code/2/TaxExpert/Content.cpp

    // Content.cpp : implementation file
//

#include "stdafx.h"
#include "del.h"
#include "Content.h"

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

/////////////////////////////////////////////////////////////////////////////
// CContent

IMPLEMENT_DYNCREATE(CContent, CEditView)

CContent::CContent()
{
}

CContent::~CContent()
{
}


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

/////////////////////////////////////////////////////////////////////////////
// CContent drawing

void CContent::OnDraw(CDC* pDC)
{
	CDocument* pDoc = GetDocument();
	// TODO: add draw code here
}

/////////////////////////////////////////////////////////////////////////////
// CContent diagnostics

#ifdef _DEBUG
void CContent::AssertValid() const
{
	CEditView::AssertValid();
}

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

/////////////////////////////////////////////////////////////////////////////
// CContent message handlers