www.pudn.com > PL0_compiler.rar > BottomView.h


#if !defined(AFX_BOTTOMVIEW_H__EA64DFB4_F9D2_444B_A48A_D46A60863A31__INCLUDED_) 
#define AFX_BOTTOMVIEW_H__EA64DFB4_F9D2_444B_A48A_D46A60863A31__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BottomView.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CBottomView view 
class CPL0Doc; 
 
class CBottomView : public CRichEditView 
{ 
protected: 
	CBottomView();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CBottomView) 
 
// Attributes 
public: 
	CPL0Doc* GetDocument(); 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBottomView) 
	public: 
	virtual void OnInitialUpdate(); 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CBottomView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CBottomView) 
	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_BOTTOMVIEW_H__EA64DFB4_F9D2_444B_A48A_D46A60863A31__INCLUDED_)