www.pudn.com > winnie.rar > MyDialog.h


#if !defined(AFX_MYDIALOG_H__1CDCF717_ABC1_11D7_84A6_0040B850A7EE__INCLUDED_) 
#define AFX_MYDIALOG_H__1CDCF717_ABC1_11D7_84A6_0040B850A7EE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MyDialog.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// MyDialog dialog 
 
class MyDialog : public CDialog 
{ 
// Construction 
public: 
	MyDialog(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(MyDialog) 
	enum { IDD = IDD_DIALOG1 }; 
	CString	m_edit; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(MyDialog) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(MyDialog) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYDIALOG_H__1CDCF717_ABC1_11D7_84A6_0040B850A7EE__INCLUDED_)