www.pudn.com > MiniFox.rar > MailContentView.cpp


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