⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 statusbarex.h

📁 一个很好的LFP规约调试器
💻 H
字号:
// StatusBarEx.h: interface for the CStatusBarEx class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_STATUSBAREX_H__94F498A5_63DA_4EF0_9A59_4926456FF9EF__INCLUDED_)
#define AFX_STATUSBAREX_H__94F498A5_63DA_4EF0_9A59_4926456FF9EF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CStatusBarEx : public CStatusBar  
{
public:
	CStatusBarEx();
	BOOL SetIndicators(const UINT* lpIDArray, int nIDCount);
	virtual ~CStatusBarEx();

protected:
	//{{AFX_MSG(CMyStatusBar)
	afx_msg void OnPaint();
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_STATUSBAREX_H__94F498A5_63DA_4EF0_9A59_4926456FF9EF__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -