📄 statussubwnd.h
字号:
#if !defined(AFX_STATUSSUBWND_H__74944604_D4B0_47B0_8470_CDCFAA7F64E6__INCLUDED_)
#define AFX_STATUSSUBWND_H__74944604_D4B0_47B0_8470_CDCFAA7F64E6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StatusSubWnd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStatusSubWnd window
class CStatusSubWnd : public CWnd
{
// Construction
public:
CStatusSubWnd();
// Attributes
public:
CRect rect_status_subwnd;
LOGFONT lf1,lf2,lf3;
// Operations
public:
void CreateDispWin(const RECT& rect, CWnd* pParentWnd, UINT cmd);
//CString num_str,num_str1,num_str2;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStatusSubWnd)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CStatusSubWnd();
// Generated message map functions
protected:
//{{AFX_MSG(CStatusSubWnd)
afx_msg void OnPaint();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STATUSSUBWND_H__74944604_D4B0_47B0_8470_CDCFAA7F64E6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -