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

对话框与窗口

开发平台:

Visual C++

  1. // ExplorerTheme.h: interface for the CExplorerTheme class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_EXPLORERTHEME_H__65131115_96C7_4906_BE7F_A489E4FBCAE5__INCLUDED_)
  5. #define AFX_EXPLORERTHEME_H__65131115_96C7_4906_BE7F_A489E4FBCAE5__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CExplorerTabPaintManager : public CXTPTabPaintManager
  10. {
  11. public:
  12. CExplorerTabPaintManager();
  13. void DrawNavigateButton(CDC* pDC, CXTPTabManagerNavigateButton* pButton, CRect& rc);
  14. public:
  15. class CExplorerTabAppearance : public CXTPTabPaintManager::CAppearanceSetPropertyPage
  16. {
  17. public:
  18. void DrawSingleButton(CDC* pDC, CXTPTabManagerItem* pItem);
  19. CXTPOffice2007Images m_images;
  20. };
  21. };
  22. #endif // !defined(AFX_EXPLORERTHEME_H__65131115_96C7_4906_BE7F_A489E4FBCAE5__INCLUDED_)