tfont.h
来自「Sunplus DVD 字体文件查看修改工具,只针对Font_ori.c文件!使」· C头文件 代码 · 共 46 行
H
46 行
//===================================================================================
//
// 模块: 应用程序头文件
//
// 版本: 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 + =
减小字号Ctrl + -
显示快捷键?