www.pudn.com > agentnet.zip > SetupTcpIpPage.h


#if !defined(AFX_SETUPTCPIPPAGE_H__E85666F5_E3C2_4639_B57B_FE97737B816C__INCLUDED_) 
#define AFX_SETUPTCPIPPAGE_H__E85666F5_E3C2_4639_B57B_FE97737B816C__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SetupTcpIpPage.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSetupTcpIpPage dialog 
 
class CSetupTcpIpPage : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CSetupTcpIpPage) 
 
// Construction 
public: 
	CSetupTcpIpPage(); 
	~CSetupTcpIpPage(); 
 
// Dialog Data 
	//{{AFX_DATA(CSetupTcpIpPage) 
	enum { IDD = IDD_DIALOG_SETUP_TCPIP }; 
	CString	m_strIpAddress; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CSetupTcpIpPage) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CSetupTcpIpPage) 
		// 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_SETUPTCPIPPAGE_H__E85666F5_E3C2_4639_B57B_FE97737B816C__INCLUDED_)