mystatusbar.h

来自「IRC聊天室客户端程序代码。 AppWizard has created th」· C头文件 代码 · 共 51 行

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