// myex36aView.h : interface of the CMyex36aView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYEX36AVIEW_H__6AF83FAC_5640_4171_A4B8_76354C8584CA__INCLUDED_)
#define AFX_MYEX36AVIEW_H__6AF83FAC_5640_4171_A4B8_76354C8584CA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CMyex36aView : public CHtmlView
{
protected: // create from serialization only
	CMyex36aView();
	DECLARE_DYNCREATE(CMyex36aView)

// Attributes
public:
	CMyex36aDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyex36aView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void OnInitialUpdate(); // called first time after construct
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMyex36aView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMyex36aView)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in myex36aView.cpp
inline CMyex36aDoc* CMyex36aView::GetDocument()
   { return (CMyex36aDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYEX36AVIEW_H__6AF83FAC_5640_4171_A4B8_76354C8584CA__INCLUDED_)

