windowmanager.h
来自「转载:autocad多文档tab2002版.rar 可以学习一下」· C头文件 代码 · 共 44 行
H
44 行
#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 + =
减小字号Ctrl + -
显示快捷键?