showmsg.cpp
来自「Sunplus DVD 字体文件查看修改工具,只针对Font_ori.c文件!使」· C++ 代码 · 共 39 行
CPP
39 行
// CdlgShowMsg.cpp : 实现文件
//
#include "stdafx.h"
#include "TFont.h"
#include "ShowMsg.h"
// CdlgShowMsg 对话框
IMPLEMENT_DYNAMIC(CdlgShowMsg, CDialog)
CdlgShowMsg::CdlgShowMsg(CWnd* pParent /*=NULL*/)
: CDialog(CdlgShowMsg::IDD, pParent)
{
}
CdlgShowMsg::~CdlgShowMsg()
{
}
void CdlgShowMsg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CdlgShowMsg, CDialog)
END_MESSAGE_MAP()
// CdlgShowMsg 消息处理程序
BOOL CdlgShowMsg::OnInitDialog()
{
CDialog::OnInitDialog();
return TRUE;
// 异常:OCX 属性页应返回 FALSE
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?