📄 mainfrm.cpp
字号:
///////////////////////////////////////////////////////////////////
// Header : MAINFRM.CPP
//
// Purpose : Implementation of the CMainFrame class.
//
// Author : Rob McGregor - rob_mcgregor@compuserve.com
//
// Date : 05-12-96
///////////////////////////////////////////////////////////////////
#include "stdafx.h" // Standard include
#include "DocView2.h" // Application
#include "MainFrm.h" // Frame Window
IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd)
// Message Map for CMainFrame
BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
END_MESSAGE_MAP()
///////////////////////////////////////////////////////////////////
// CMainFrame construction/destruction
CMainFrame::CMainFrame()
{
}
CMainFrame::~CMainFrame()
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -