www.pudn.com > MiniFox.rar > MailContentView.h
#if !defined(AFX_MAILCONTENTVIEW_H__A3466816_8842_447C_83FC_67FFEF369905__INCLUDED_)
#define AFX_MAILCONTENTVIEW_H__A3466816_8842_447C_83FC_67FFEF369905__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MailContentView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMailContentView view
class CMailContentView : public CEditView
{
protected:
CMailContentView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CMailContentView)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMailContentView)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CMailContentView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CMailContentView)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAILCONTENTVIEW_H__A3466816_8842_447C_83FC_67FFEF369905__INCLUDED_)