Sysinfo.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:
Telnet服务器
开发平台:
Visual C++
- #if !defined(AFX_SYSINFO_H__18877E40_F027_11D3_9E45_00A0C936C4B3__INCLUDED_)
- #define AFX_SYSINFO_H__18877E40_F027_11D3_9E45_00A0C936C4B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Sysinfo.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSysinfo view
- class CSysinfo : public CScrollView
- {
- protected:
- CSysinfo(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CSysinfo)
- // Attributes
- public:
- // Operations
- public:
- void message(CString text);
- CListCtrl m_listctrl;
- //CFont m_font;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSysinfo)
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual void OnInitialUpdate(); // first time after construct
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CSysinfo();
- CImageList m_ImageList;
- CImageList m_ImageList32;
- //CButton m_cRefresh;
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CSysinfo)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void ShowFont(CDC *pDC,int &nPos,CString text,CString data);
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SYSINFO_H__18877E40_F027_11D3_9E45_00A0C936C4B3__INCLUDED_)