// myex35aView.h : interface of the CMyex35aView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYEX35AVIEW_H__46585FF5_231B_4219_AE63_DC1955379A45__INCLUDED_)
#define AFX_MYEX35AVIEW_H__46585FF5_231B_4219_AE63_DC1955379A45__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CMyex35aCntrItem;

class CMyex35aView : public CRichEditView
{
protected: // create from serialization only
	CMyex35aView();
	DECLARE_DYNCREATE(CMyex35aView)

// Attributes
public:
	CMyex35aDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyex35aView)
	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 ~CMyex35aView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMyex35aView)
	afx_msg void OnCancelEditSrvr();
	afx_msg void OnEditClearAll();
	afx_msg void OnStart();
	afx_msg void OnStop();
	//}}AFX_MSG
	afx_msg void OnUpdateStop(CCmdUI* pCmdUI);
	afx_msg void OnUpdateStart(CCmdUI* pCmdUI);
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in myex35aView.cpp
inline CMyex35aDoc* CMyex35aView::GetDocument()
   { return (CMyex35aDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYEX35AVIEW_H__46585FF5_231B_4219_AE63_DC1955379A45__INCLUDED_)

