📄 tfont.h
字号:
//===================================================================================
//
// 模块: 应用程序头文件
//
// 版本: 1.00
//
// 日期: 2005-04-14
//
// 作者: 施探宇
//
// 说明: 程序起始模块
//
//===================================================================================
#pragma once
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
// CTFontApp:
// See TFont.cpp for the implementation of this class
//
class CTFontApp : public CWinApp
{
public:
CTFontApp();
// Overrides
// ClassWizard generated virtual function overrides
///{{AFX_VIRTUAL(CTFontApp)
public:
virtual BOOL InitInstance();
///}}AFX_VIRTUAL
// Implementation
public:
///{{AFX_MSG(CTFontApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
///}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -