📄 mainfrm.cpp
字号:
///////////////////////////////////////////////////////////////////
// Module : 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 "DocView1.h" // Application
#include "MainFrm.h" // Frame Window
IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd)
///////////////////////////////////////////////////////////////////
// CMainFrame construction/destruction
CMainFrame::CMainFrame()
{
}
CMainFrame::~CMainFrame()
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -