www.pudn.com > C_modem16.zip > DIALNUM.H


// dialnum.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// DialNum dialog 
 
class DialNum : public CDialog 
{ 
// Construction 
public: 
	DialNum(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(DialNum) 
	enum { IDD = IDD_DIALOG2 }; 
	CString	m_phonenum; 
	//}}AFX_DATA 
 
// Implementation 
protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
 
	// Generated message map functions 
	//{{AFX_MSG(DialNum) 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};