statusprogress.h
来自「关于vc++学习应用的很好的书籍!!!!!!!!!! 里面有事例,源码!」· C头文件 代码 · 共 38 行
H
38 行
// StatusProgress.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStatusProgress window
class CStatusProgress : public CProgressCtrl
{
// Construction
public:
CStatusProgress();
BOOL Create(CStatusBar * parent, UINT id, DWORD style);
// Attributes
public:
// Operations
public:
__inline void Reposition() { CStatusControl::reposition(this); }
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStatusProgress)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CStatusProgress();
// Generated message map functions
protected:
//{{AFX_MSG(CStatusProgress)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?