mystatusbarctrl.h

来自「VC6 多线程的串口操作」· C头文件 代码 · 共 52 行

H
52
字号
#if !defined(AFX_MYSTATUSBARCTRL_H__00E08A42_1F5E_11D5_8441_0000F4C08C6C__INCLUDED_)
#define AFX_MYSTATUSBARCTRL_H__00E08A42_1F5E_11D5_8441_0000F4C08C6C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyStatusBarCtrl.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMyStatusBarCtrl window
#define ID_INDICATOR_PROGRESS 100
class CMyStatusBarCtrl : public CStatusBarCtrl
{
// Construction
public:
	CMyStatusBarCtrl();
	CProgress m_Progress;
	int m_nProgressPane;
	BOOL CreateProgressCtrl(int nPane);
	
// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyStatusBarCtrl)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMyStatusBarCtrl();

	// Generated message map functions
protected:
	//{{AFX_MSG(CMyStatusBarCtrl)
	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_MYSTATUSBARCTRL_H__00E08A42_1F5E_11D5_8441_0000F4C08C6C__INCLUDED_)

⌨️ 快捷键说明

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