📄 mdibackground.h
字号:
// MdiBackground.h : header file
//
#ifndef __MDI_BACKGROUND_H__
#define __MDI_BACKGROUND_H__
/////////////////////////////////////////////////////////////////////////////
// CMdiBackground window
class CMdiBackground : public CWnd
{
// Construction
public:
CMdiBackground();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMdiBackground)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMdiBackground();
// Generated message map functions
protected:
//{{AFX_MSG(CMdiBackground)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
#endif // __MDI_BACKGROUND_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -