Sysinfo.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_SYSINFO_H__18877E40_F027_11D3_9E45_00A0C936C4B3__INCLUDED_)
  2. #define AFX_SYSINFO_H__18877E40_F027_11D3_9E45_00A0C936C4B3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Sysinfo.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSysinfo view
  10. class CSysinfo : public CScrollView
  11. {
  12. protected:
  13. CSysinfo();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CSysinfo)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void message(CString text);
  20. CListCtrl m_listctrl;
  21. //CFont m_font;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CSysinfo)
  25. protected:
  26. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  27. virtual void OnInitialUpdate();     // first time after construct
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. virtual ~CSysinfo();
  32. CImageList m_ImageList;
  33. CImageList m_ImageList32;
  34. //CButton m_cRefresh;
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. // Generated message map functions
  40. //{{AFX_MSG(CSysinfo)
  41. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  42. afx_msg void OnSize(UINT nType, int cx, int cy);
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. private:
  46. void ShowFont(CDC *pDC,int &nPos,CString text,CString data);
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_SYSINFO_H__18877E40_F027_11D3_9E45_00A0C936C4B3__INCLUDED_)