IndicatorStatusBar.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:0k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #pragma once
  2. class CIndicatorStatusBarPane : public CXTPStatusBarProgressPane
  3. {
  4. };
  5. class CIndicatorStatusBar : public CXTPStatusBar
  6. {
  7. // Construction
  8. public:
  9. CIndicatorStatusBar();
  10. void SetProgress(int nProgress);
  11. virtual ~CIndicatorStatusBar();
  12. void DrawPaneEntry(CDC* pDC, int nIndex, CRect rcItem);
  13. protected:
  14. int m_nProgress;
  15. };