// mymfc26DView.h : interface of the CMymfc26DView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYMFC26DVIEW_H__1588F114_AA88_49F5_A90F_8148599E3736__INCLUDED_)
#define AFX_MYMFC26DVIEW_H__1588F114_AA88_49F5_A90F_8148599E3736__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CMymfc26DView : public CView
{
protected: // create from serialization only
	CMymfc26DView();
	DECLARE_DYNCREATE(CMymfc26DView)

// Attributes
public:
	CMymfc26DDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMymfc26DView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMymfc26DView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMymfc26DView)
		// 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 mymfc26DView.cpp
inline CMymfc26DDoc* CMymfc26DView::GetDocument()
   { return (CMymfc26DDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYMFC26DVIEW_H__1588F114_AA88_49F5_A90F_8148599E3736__INCLUDED_)

