⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tfont.h

📁 Sunplus DVD 字体文件查看修改工具,只针对Font_ori.c文件!使用方便,可以编译成支持Unicode的软件!
💻 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 + -