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

📄 mystatusbar.h

📁 IRC的客户端演示
💻 H
字号:
#if !defined(_CMyStatusBar_H__)
#define _CMyStatusBar_H__

class CHfIRCView;

class CMyStatusBar : public CStatusBar
{
protected:
	DECLARE_DYNCREATE(CMyStatusBar)
public:
	CMyStatusBar();

// Attributes
public:

// Operations
public:
	
// Implementation
public:
	virtual ~CMyStatusBar();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

public:
	//hf_added:
	//int	m_iPaneCount;
	int	m_iActive;
	CArray<UINT,UINT> m_aIndicators;

	CHfIRCView* m_pView;

	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);

	void MySetView( CHfIRCView* pView );
	BOOL MySetIndicators();

	//??
	//afx_msg void OnPaint();

	
	DECLARE_MESSAGE_MAP()


};

/////////////////////////////////////////////////////////////////////////////
#endif //_CMyStatusBar_H__

⌨️ 快捷键说明

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