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

