readme.wzd
来自「《Visual C++ MFC编程实例》配套代码」· WZD 代码 · 共 17 行
WZD
17 行
/////////////////////////////////////////////////////////////////////
// Example files.
/////////////////////////////////////////////////////////////////////
WzdEdit.cpp -- a CEdit class that supports it own cut, copy, and paste
WzdEdit.h popup menu.
(Yes, I know a CEdit control already supports this menu, however the logic
for this menu is exposed in this class derivation so that additional
menu commands can be added.)
/////////////////////////////////////////////////////////////////////
// From: Visual C++ MFC Programming by Example by John E. Swanke
// Copyright (C) 1998 jeswanke. All rights reserved.
/////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?