skinstatusbar.h
来自「If you are not using these features and 」· C头文件 代码 · 共 57 行
H
57 行
#if !defined(AFX_SKINSTATUSBAR_H__85DE8F8E_1BB3_46E9_978B_8D78F7A12E67__INCLUDED_)
#define AFX_SKINSTATUSBAR_H__85DE8F8E_1BB3_46E9_978B_8D78F7A12E67__INCLUDED_
#include "EnBitmap.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SkinStatusBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSkinStatusBar window
#include "SkinButton.h"
#include "SkinStatic.h"
class CSkinStatusBar : public CSkinStatic
{
// Construction
public:
CSkinStatusBar();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSkinStatusBar)
//}}AFX_VIRTUAL
// Implementation
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);
// Generated message map functions
protected:
//{{AFX_MSG(CSkinStatusBar)
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SKINSTATUSBAR_H__85DE8F8E_1BB3_46E9_978B_8D78F7A12E67__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?