home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // ExtCoolBar.h : header file
- /////////////////////////////////////////////////////////////////////////////
-
- #ifndef EXTCOOLBAR_H
- #define EXTCOOLBAR_H
-
- /////////////////////////////////////////////////////////////////////////////
-
- #include "CoolBar.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CExtCoolBar window
- /////////////////////////////////////////////////////////////////////////////
-
- class CExtCoolBar : public CCoolBar
- {
- DECLARE_DYNAMIC( CExtCoolBar )
- //---------------------------------------------------------------------------
- // Construction
- //---------------------------------------------------------------------------
- public:
- CExtCoolBar();
- virtual ~CExtCoolBar();
-
- //---------------------------------------------------------------------------
- // Attributes
- //---------------------------------------------------------------------------
- public:
- CBitmap m_bmBackground;
-
- //---------------------------------------------------------------------------
- // Bands
- //---------------------------------------------------------------------------
- public:
- CCoolToolBar m_wndToolBar;
-
- protected:
- virtual BOOL OnCreateBands();
-
- public:
- BOOL CreateCustomToolbar( HINSTANCE hinst, UINT nResIdToolbar );
- void DestroyCustomToolbar();
-
- //---------------------------------------------------------------------------
- // Overrides
- //---------------------------------------------------------------------------
- public:
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExtCoolBar)
- //}}AFX_VIRTUAL
-
- //---------------------------------------------------------------------------
- // Generated message map functions
- //---------------------------------------------------------------------------
- public:
- //{{AFX_MSG(CExtCoolBar)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
- #endif
-