// myex34cView.h : interface of the CMyex34cView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYEX34CVIEW_H__73A22D11_69E9_413A_9D97_47C36212905F__INCLUDED_)
#define AFX_MYEX34CVIEW_H__73A22D11_69E9_413A_9D97_47C36212905F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CMyex34cCntrItem;

class CMyex34cView : public CRichEditView
{
protected: // create from serialization only
	CMyex34cView();
	DECLARE_DYNCREATE(CMyex34cView)

// Attributes
public:
	CMyex34cDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyex34cView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMyex34cView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMyex34cView)
	afx_msg void OnDestroy();
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnEditClearAll();
	afx_msg void OnUpdateEditClearAll(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in myex34cView.cpp
inline CMyex34cDoc* CMyex34cView::GetDocument()
   { return (CMyex34cDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYEX34CVIEW_H__73A22D11_69E9_413A_9D97_47C36212905F__INCLUDED_)

