📄 readme.wzd
字号:
/////////////////////////////////////////////////////////////////////
// Example files.
/////////////////////////////////////////////////////////////////////
WzdTlbar.cpp -- a toolbar class that creates an animation control
WzdTlbar.h in its far right corner
/////////////////////////////////////////////////////////////////////
// Modify Mainframe Class.
/////////////////////////////////////////////////////////////////////
// 1) add a .AVI file to your project--please refer to the book for
// an easy way
// 2) use the new toolbar class in this classs
CWzdToolbar m_wndToolBar;
// 3) disable toolbar docking in Mainfrm.cpp
// TODO: Delete these three lines if you don't want the toolbar to
// be dockable
// m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
// EnableDocking(CBRS_ALIGN_ANY);
// DockControlBar(&m_wndToolBar);
/////////////////////////////////////////////////////////////////////
// From: Visual C++ MFC Programming by Example by John E. Swanke
// Copyright (C) 1999 jeswanke. All rights reserved.
/////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -