📄 windowmanager.h
字号:
#ifndef __WINDOWMANAGER_H__
#define __WINDOWMANAGER_H__
#ifndef __AFXTEMPL_H__
#pragma message("Include <afxtempl.h> in your stdafx.h to avoid this message")
#include <afxtempl.h>
#endif
#include "resource.h"
#include "ViewManager.h"
/////////////////////////////////////////////////////////////////////////////
// CMDIClient window
class CMDIClient : public CWnd
{
// Construction
public:
CMDIClient();
// Attributes
public:
protected:
CMDIFrameWnd* m_pMDIFrame;
private:
CViewManager* m_pViewManager;
// Operations
public:
BOOL SubclassMDIClient(CMDIFrameWnd* pMDIFrameWnd,
CViewManager* pViewManager, UINT uID = ID_VIEW_VIEWTAB);
// Implementation
public:
virtual ~CMDIClient();
protected:
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -