mystatusbar.h
来自「故障诊断工作涉及的领域相当广泛」· C头文件 代码 · 共 52 行
H
52 行
#if !defined(AFX_MYSTAUTSBAR_H__628D7342_BE1D_11CF_BF56_B29AF85F4C3B__INCLUDED_)
#define AFX_MYSTAUTSBAR_H__628D7342_BE1D_11CF_BF56_B29AF85F4C3B__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// MyStautsBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyStatusBar window
class CMyStatusBar : public CStatusBar
{
// Construction
public:
CMyStatusBar();
// Attributes
public:
CProgressCtrl m_progress;
// Operations
public:
int Init(CWnd* pMainWnd);
void Redraw();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyStatusBar)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMyStatusBar();
// Generated message map functions
protected:
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
//{{AFX_MSG(CMyStatusBar)
afx_msg void OnTimer(UINT nIDEvent);
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYSTAUTSBAR_H__628D7342_BE1D_11CF_BF56_B29AF85F4C3B__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?