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

