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


// pagem.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// PageM dialog 
 
class PageM : public CPropertyPage 
{ 
// Construction 
public: 
	PageM(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(PageM) 
	enum { IDD = IDD_MODEM }; 
	CListBox	m_modems1; 
	CString	m_inistring; 
	CString	m_modems; 
	//}}AFX_DATA 
 
// Implementation 
protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
 
	// Generated message map functions 
	//{{AFX_MSG(PageM) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};