StatusBarXP.h
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // StatusBarXP.h
  4. //
  5. ///////////////////////////////////////////////////////////////////////////////
  6. #pragma once
  7. ///////////////////////////////////////////////////////////////////////////////
  8. class CStatusBarXP : public CStatusBar
  9. {
  10. public:
  11.     BOOL SetIndicators (const UINT* lpIDArray, int nIDCount);
  12. // Overrides
  13.     // ClassWizard generated virtual function overrides
  14.     //{{AFX_VIRTUAL(CStatusBarXP)
  15. public:
  16.     //}}AFX_VIRTUAL
  17.     // Generated message map functions
  18. protected:
  19.     //{{AFX_MSG(CStatusBarXP)
  20.     afx_msg void OnPaint();
  21.     //}}AFX_MSG
  22.     DECLARE_MESSAGE_MAP()
  23.     DECLARE_DYNCREATE(CStatusBarXP)
  24. };