ProgressCtrlEx.h
上传用户:maicowu
上传日期:2007-01-02
资源大小:87k
文件大小:1k
源码类别:

TreeView控件

开发平台:

Visual C++

  1. /************************************
  2.   REVISION LOG ENTRY
  3.   Revision By: Mihai Filimon
  4.   Revised on 6/20/98 11:19:36 AM
  5.   Comments: ProgressCtrlEx.h : header file
  6.  ************************************/
  7. #if !defined(AFX_PROGRESSCTRLEX_H__5F2D1D11_E278_11D1_8540_9B1C6856D236__INCLUDED_)
  8. #define AFX_PROGRESSCTRLEX_H__5F2D1D11_E278_11D1_8540_9B1C6856D236__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CProgressCtrlEx window
  14. class CProgressCtrlEx : public CProgressCtrl
  15. {
  16. // Construction
  17. public:
  18. CProgressCtrlEx();
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CProgressCtrlEx)
  26. protected:
  27. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. virtual ~CProgressCtrlEx();
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CProgressCtrlEx)
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_PROGRESSCTRLEX_H__5F2D1D11_E278_11D1_8540_9B1C6856D236__INCLUDED_)