CategoryBar.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:
P2P编程
开发平台:
Visual C++
- #if !defined(AFX_CATEGORYBAR_H__AE74582C_20B2_47C8_8B11_FE38570293C4__INCLUDED_)
- #define AFX_CATEGORYBAR_H__AE74582C_20B2_47C8_8B11_FE38570293C4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // CategoryBar.h : header file
- //
- #include "sizecbar.h"
- #include "CategoryBarWnd.h"
- class CSetupRegister;
- /////////////////////////////////////////////////////////////////////////////
- // CCategoryBar window
- class CCategoryBar : public CSizingControlBar
- {
- // Construction
- public:
- CCategoryBar();
- BOOL CreateEx(CWnd *pParent, CSize &sz, long lParam, CSetupRegister* pSetupRegister);
- // Attributes
- public:
- CCategoryBarWnd m_CategoryBarWnd;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCategoryBar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CCategoryBar();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CCategoryBar)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CSetupRegister* m_pSetupRegister;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CATEGORYBAR_H__AE74582C_20B2_47C8_8B11_FE38570293C4__INCLUDED_)