www.pudn.com > virtualListview_demo.zip > NumDlg.h


#if !defined(AFX_NUMDLG_H__94EE0DD7_0325_11D5_B481_0000C05E910B__INCLUDED_) 
#define AFX_NUMDLG_H__94EE0DD7_0325_11D5_B481_0000C05E910B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// NumDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CNumDlg dialog 
 
class CNumDlg : public CDialog 
{ 
// Construction 
public: 
	CNumDlg(CWnd* pParent = NULL);   // standard constructor 
	int num; 
 
// Dialog Data 
	//{{AFX_DATA(CNumDlg) 
	enum { IDD = IDD_GETNUM }; 
	CEdit	m_num; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CNumDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CNumDlg) 
	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_NUMDLG_H__94EE0DD7_0325_11D5_B481_0000C05E910B__INCLUDED_)