www.pudn.com > Winmine.zip > CustomDlg.h


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