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