readme.wzd
来自「Visual C++高级界面特效制作百例」· WZD 代码 · 共 22 行
WZD
22 行
/////////////////////////////////////////////////////////////////////
// Modify the Application Class.
/////////////////////////////////////////////////////////////////////
// 1) create a new document type and create a new icon, menu, Document Class
// and View Class.
// 2) use these new classes to create a new document template in the Application Class
pDocTemplate = new CMultiDocTemplate(
IDR_WZD2TYPE,
RUNTIME_CLASS(CWzdDoc),
RUNTIME_CLASS(CChildFrame), // custom MDI child frame
RUNTIME_CLASS(CWzd2View));
AddDocTemplate(pDocTemplate);
/////////////////////////////////////////////////////////////////////
// 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 + -
显示快捷键?