#if !defined(AFX_MYMFC9DIALOG_H__8EC592DE_1D52_451A_B4DB_76C91A08B7DA__INCLUDED_)
#define AFX_MYMFC9DIALOG_H__8EC592DE_1D52_451A_B4DB_76C91A08B7DA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define WM_GOODBYE  WM_USER + 5

// Mymfc9Dialog.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMymfc9Dialog dialog

class CMymfc9Dialog : public CDialog
{
// Construction
public:
	CMymfc9Dialog(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CMymfc9Dialog)
	enum { IDD = IDD_DIALOG1 };
	CString	m_strEdit1;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMymfc9Dialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMymfc9Dialog)
	virtual void OnCancel();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CView* m_pView;

public:
    CMymfc9Dialog(CView* pView);
    BOOL Create();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYMFC9DIALOG_H__8EC592DE_1D52_451A_B4DB_76C91A08B7DA__INCLUDED_)

