www.pudn.com > agentnet.zip > SetupServerPage.h
#if !defined(AFX_SETUPSERVERPAGE_H__A4A9A74B_BA47_4E2A_B2B8_11270F7CA944__INCLUDED_)
#define AFX_SETUPSERVERPAGE_H__A4A9A74B_BA47_4E2A_B2B8_11270F7CA944__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetupServerPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetupServerPage dialog
class CSetupServerPage : public CPropertyPage
{
DECLARE_DYNCREATE(CSetupServerPage)
// Construction
public:
CSetupServerPage();
~CSetupServerPage();
// Dialog Data
//{{AFX_DATA(CSetupServerPage)
enum { IDD = IDD_DIALOG_SETUP_NETWORK };
CString m_strServerIpAddress;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CSetupServerPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetupServerPage)
// 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_SETUPSERVERPAGE_H__A4A9A74B_BA47_4E2A_B2B8_11270F7CA944__INCLUDED_)