// mymfc15View.h : interface of the CMymfc15View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYMFC15VIEW_H__BDF3C689_FAEE_4285_A2ED_8C76B2242A9E__INCLUDED_)
#define AFX_MYMFC15VIEW_H__BDF3C689_FAEE_4285_A2ED_8C76B2242A9E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CMymfc15View : public CFormView
{
protected: // create from serialization only
	CMymfc15View();
	DECLARE_DYNCREATE(CMymfc15View)

public:
	//{{AFX_DATA(CMymfc15View)
	enum { IDD = IDD_MYMFC15_FORM };
	int		m_nGrade;
	CString	m_strName;
	//}}AFX_DATA

// Attributes
public:
	CMymfc15Doc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMymfc15View)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMymfc15View();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMymfc15View)
	afx_msg void OnEnter();
	afx_msg void OnEditClearAll();
	afx_msg void OnUpdateEditClearAll(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void UpdateControlsFromDoc();
};

#ifndef _DEBUG  // debug version in mymfc15View.cpp
inline CMymfc15Doc* CMymfc15View::GetDocument()
   { return (CMymfc15Doc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYMFC15VIEW_H__BDF3C689_FAEE_4285_A2ED_8C76B2242A9E__INCLUDED_)

