MonitorSpeedWnd.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_MONITORSPEEDWND_H__F9F71211_9437_4C17_A882_6CB52730FD1E__INCLUDED_)
  2. #define AFX_MONITORSPEEDWND_H__F9F71211_9437_4C17_A882_6CB52730FD1E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MonitorSpeedWnd.h : header file
  7. //
  8. #include "CategoryDownload.h"
  9. #include "MonitorSpeedbase.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMonitorSpeedWnd window
  12. class CMonitorSpeedWnd : public CMonitorSpeedbase
  13. {
  14. // Construction
  15. public:
  16. CMonitorSpeedWnd();
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMonitorSpeedWnd)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. BOOL CreateEx(CWnd* pParent, CRect rc, UINT uID, long lParam, CCategoryDownload* pCategoryDownload);
  28. virtual ~CMonitorSpeedWnd();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(CMonitorSpeedWnd)
  32. afx_msg void OnPaint();
  33. afx_msg void OnTimer(UINT nIDEvent);
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. private:
  39. void DrawFace(COLORREF Top, COLORREF Bottom, CRect& rc, CRect CalRc, CDC* pDC);
  40. CCategoryDownload* m_pCategoryDownload;
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_MONITORSPEEDWND_H__F9F71211_9437_4C17_A882_6CB52730FD1E__INCLUDED_)