NetWorkDlg.h
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // NetWorkDlg.h : header file
  2. //
  3. #if !defined(AFX_NETWORKDLG_H__2E21CA0F_C415_11D3_9E0B_00A0C9395AB0__INCLUDED_)
  4. #define AFX_NETWORKDLG_H__2E21CA0F_C415_11D3_9E0B_00A0C9395AB0__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNetWorkDlg dialog
  10. class CNetWorkDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void GetIP();
  15. CNetWorkDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CNetWorkDlg)
  18. enum { IDD = IDD_NETWORK_DIALOG };
  19. CString m_hostname;
  20. CString m_ipaddress;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CNetWorkDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CNetWorkDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_NETWORKDLG_H__2E21CA0F_C415_11D3_9E0B_00A0C9395AB0__INCLUDED_)