// mymfc27AView.h : interface of the CMymfc27AView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYMFC27AVIEW_H__FCEFBEF6_B64B_4886_BE30_3907466743C5__INCLUDED_)
#define AFX_MYMFC27AVIEW_H__FCEFBEF6_B64B_4886_BE30_3907466743C5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CMymfc27AView : public CView
{
protected: // create from serialization only
	CMymfc27AView();
	DECLARE_DYNCREATE(CMymfc27AView)

// Attributes
public:
	CMymfc27ADoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMymfc27AView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMymfc27AView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMymfc27AView)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in mymfc27AView.cpp
inline CMymfc27ADoc* CMymfc27AView::GetDocument()
   { return (CMymfc27ADoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYMFC27AVIEW_H__FCEFBEF6_B64B_4886_BE30_3907466743C5__INCLUDED_)

