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

家庭/个人应用

开发平台:

Visual C++

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