⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 C++编写的简单文本编辑器
💻 TXT
字号:
MyEdit.h
    This is the main header file for the application.It includes other project specific headers and declares the CMyEditApp application class.

MyEdit.cpp
    This is the main application source file that contains the application class CMyEditApp.

MainFrm.h, MainFrm.cpp
    These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features.

MyEditDoc.h, MyEditDoc.cpp - the document
    These files contain your CMyEditDoc class.  

MyEditView.h, MyEditView.cpp - the view of the document
    These files contain your CMyEditView class.CMyEditView objects are used to view CMyEditDoc objects.

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file named MyEdit.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.Microsoft Visual C++ reads and updates this file.
    
text.*
	This is the text file, which can open and edit by the DEBUG\MyEdit.exe.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -