ServerInfo.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #if !defined(AFX_SERVERINFO_H__94593D7D_15A5_418B_AF77_0BECB9B8F094__INCLUDED_)
  2. #define AFX_SERVERINFO_H__94593D7D_15A5_418B_AF77_0BECB9B8F094__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ServerInfo.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CServerInfo dialog
  10. class CServerInfo : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CServerInfo(CWnd* pParent = NULL); // standard constructor
  15. int m_iServerNum;
  16. BOOL m_bChanged;
  17. // Dialog Data
  18. //{{AFX_DATA(CServerInfo)
  19. enum { IDD = IDD_DIALOG_SERVERINFO };
  20. CIPAddressCtrl m_ipctrl;
  21. CComboBox m_servertype;
  22. int m_channelnum;
  23. CString m_servername;
  24. short m_serverport;
  25. CString m_serverPSW;
  26. CString m_username;
  27. CString m_PPPOEIP;
  28. CString m_SerialNum;
  29. CString m_MultiIp;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CServerInfo)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CServerInfo)
  41. afx_msg void OnExit();
  42. virtual BOOL OnInitDialog();
  43. virtual void OnCancel();
  44. afx_msg void OnSvrok();
  45. afx_msg void OnButtongetip();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_SERVERINFO_H__94593D7D_15A5_418B_AF77_0BECB9B8F094__INCLUDED_)