www.pudn.com > GGBT.rar > CategoryBar.h
#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_)