?? app.h
字號(hào):
////////////////////////////////////////////////////////////////
// TRACEWIN Copyright 1995 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
// TRACEWIN applet sits around waiting for diagnostic messages from
// MFC apps that have #included TRACEWIN.H
#include "resource.h"
/////////////////
// Application class
//
class CApp : public CWinApp {
public:
CApp();
virtual BOOL InitInstance();
//{{AFX_MSG(CApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -