statusbarex.h

来自「一个很好的LFP规约调试器」· C头文件 代码 · 共 28 行

H
28
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?