www.pudn.com > remoteControl.zip > ipDlg.h
// ipDlg.h : header file
//
#if !defined(AFX_IPDLG_H__10E3E985_88F3_11D5_8501_0010A4B8EF8A__INCLUDED_)
#define AFX_IPDLG_H__10E3E985_88F3_11D5_8501_0010A4B8EF8A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CIpDlg dialog
class CIpDlg : public CDialog
{
// Construction
public:
void getmac_one (int lana_num);
CIpDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CIpDlg)
enum { IDD = IDD_IP_DIALOG };
CString m_UserName;
CString m_LocalIp;
CString m_Mac;
CString m_Nab;
CString m_NetIp;
CString m_ComName;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIpDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CIpDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnIpbtn();
afx_msg void OnNetipbtn();
afx_msg void OnComnamebtn();
afx_msg void OnUsernamebtn();
afx_msg void OnNabbtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IPDLG_H__10E3E985_88F3_11D5_8501_0010A4B8EF8A__INCLUDED_)