www.pudn.com > PL0_compiler.rar > TopRightView.h
#if !defined(AFX_TOPRIGHTVIEW_H__747C04F3_3B7A_4C25_AC55_9ADCF290A91C__INCLUDED_)
#define AFX_TOPRIGHTVIEW_H__747C04F3_3B7A_4C25_AC55_9ADCF290A91C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TopRightView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTopRightView view
class CPL0Doc;
class CTopRightView : public CRichEditView
{
protected:
CTopRightView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CTopRightView)
// Attributes
public:
CPL0Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTopRightView)
public:
virtual void OnInitialUpdate();
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CTopRightView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CTopRightView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOPRIGHTVIEW_H__747C04F3_3B7A_4C25_AC55_9ADCF290A91C__INCLUDED_)