CoolTabBar.h
上传用户:czfddz
上传日期:2013-03-20
资源大小:1517k
文件大小:1k
源码类别:

酒店行业

开发平台:

C/C++

  1. /*########################################################################
  2. Filename:  cooltabbar.h
  3.   ########################################################################*/
  4. #if !defined(_ANYOU_COOLTABBAR_H)
  5. #define _ANYOU_COOLTABBAR_H
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif 
  9. #include "CoolControlbar.h"
  10. #include "CoolTabCtrl.h"
  11. class CCoolTabBar : public CCoolControlBar
  12. {
  13. // Construction ---------------------------------------------
  14. public:
  15. CCoolTabBar();
  16. // Attributes -----------------------------------------------
  17. public:
  18. // Operations -----------------------------------------------
  19. public:
  20. // Overrides ------------------------------------------------
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CCoolTabBar)
  23. //}}AFX_VIRTUAL
  24. // Implementation -------------------------------------------
  25. public:
  26. CCoolTabCtrl m_wndTabCtrl;
  27. virtual ~CCoolTabBar();
  28. // Generated message map functions --------------------------
  29. protected:
  30. //{{AFX_MSG(CCoolTabBar)
  31. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  32. afx_msg void OnSize(UINT nType, int cx, int cy);
  33. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. #endif // !defined(_ANYOU_COOLTABBAR_H)