www.pudn.com > IP_phone.rar > NetSettingInfoDlg.h
#if !defined(AFX_NETSETTINGINFODLG_H__BE5CB057_B109_4161_9A7D_3BAEB93ACB0B__INCLUDED_)
#define AFX_NETSETTINGINFODLG_H__BE5CB057_B109_4161_9A7D_3BAEB93ACB0B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NetSettingInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNetSettingInfoDlg dialog
class CNetSettingInfoDlg : public CDialog
{
// Construction
public:
CNetSettingInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNetSettingInfoDlg)
enum { IDD = IDD_DLG_NETINFO };
CXPButton m_ok;
CString m_adaptername;
CString m_des;
CString m_dhcp;
CString m_gateway;
CString m_hostname;
CString m_macaddress;
CString m_subnet;
CString m_type;
CString m_wins;
CString m_ipaddress;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNetSettingInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNetSettingInfoDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NETSETTINGINFODLG_H__BE5CB057_B109_4161_9A7D_3BAEB93ACB0B__INCLUDED_)