123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #if !defined(AFX_SKINSTATUSBAR_H__85DE8F8E_1BB3_46E9_978B_8D78F7A12E67__INCLUDED_)
- #define AFX_SKINSTATUSBAR_H__85DE8F8E_1BB3_46E9_978B_8D78F7A12E67__INCLUDED_
- #include "EnBitmap.h"
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "SkinButton.h"
- #include "SkinStatic.h"
- class CSkinStatusBar : public CSkinStatic
- {
- public:
- CSkinStatusBar();
- public:
- public:
- public:
- CEnBitmap m_bmpStatusBar;
- CEnBitmap m_bmpBK;
- CList<UINT, UINT> m_ltCommands;
- CPtrList m_ptButton;
- BOOL LoadSBImage(LPCTSTR szImagePath);
- void SetBasicCommands(CList<UINT, UINT> <Conmmand);
- virtual ~CSkinStatusBar();
- BOOL LoadBKImage(LPCTSTR szImagePath);
- void ClearMemory();
-
- protected:
-
- afx_msg void OnSize(UINT nType, int cx, int cy);
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|