CategoryBar.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_CATEGORYBAR_H__AE74582C_20B2_47C8_8B11_FE38570293C4__INCLUDED_)
  2. #define AFX_CATEGORYBAR_H__AE74582C_20B2_47C8_8B11_FE38570293C4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CategoryBar.h : header file
  7. //
  8. #include "sizecbar.h"
  9. #include "CategoryBarWnd.h"
  10. class CSetupRegister;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CCategoryBar window
  13. class CCategoryBar : public CSizingControlBar
  14. {
  15. // Construction
  16. public:
  17. CCategoryBar();
  18. BOOL CreateEx(CWnd *pParent, CSize &sz, long lParam, CSetupRegister* pSetupRegister);
  19. // Attributes
  20. public:
  21. CCategoryBarWnd m_CategoryBarWnd;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CCategoryBar)
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CCategoryBar();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CCategoryBar)
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. afx_msg void OnSize(UINT nType, int cx, int cy);
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. private:
  39. CSetupRegister* m_pSetupRegister;
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_CATEGORYBAR_H__AE74582C_20B2_47C8_8B11_FE38570293C4__INCLUDED_)