ServerBrowserDlg.h
上传用户:fuyouda
上传日期:2015-08-19
资源大小:6876k
文件大小:1k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_SERVERBROWSERDLG_H__47B7BD22_6042_4933_AEB8_475C75D39972__INCLUDED_)
  2. #define AFX_SERVERBROWSERDLG_H__47B7BD22_6042_4933_AEB8_475C75D39972__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ServerBrowserDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ServerBrowserDlg dialog
  10. class ServerBrowserDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString CID[128], CNM[128];
  15. ServerBrowserDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(ServerBrowserDlg)
  18. enum { IDD = IDD_ServerBrowser };
  19. CButton m_Check;
  20. CEdit m_Edit3;
  21. CEdit m_Edit2;
  22. CEdit m_Edit1;
  23. CListBox m_List;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(ServerBrowserDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(ServerBrowserDlg)
  35. afx_msg void OnRefresh();
  36. afx_msg void OnSelChange();
  37. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_SERVERBROWSERDLG_H__47B7BD22_6042_4933_AEB8_475C75D39972__INCLUDED_)