setup.rc
来自「虚拟打印端口」· RC 代码 · 共 44 行
RC
44 行
/* Copyright (C) 1997-2000, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of RedMon.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distributor accepts any responsibility for the consequences of using it,
or for whether it serves any particular purpose or works at all, unless he
or she says so in writing. Refer to the RedMon Free Public Licence
(the "Licence") for full details.
Every copy of RedMon must include a copy of the Licence, normally in a
plain ASCII text file named LICENCE. The Licence grants you the right
to copy, modify and redistribute RedMon, but only under certain conditions
described in the Licence. Among other things, the Licence requires that
the copyright notice and this notice be preserved on all copies.
*/
/* setup.rc */
#include <windows.h>
#include "redmonrc.h"
#include "setup.h"
1 ICON "binary\setup.ico"
STRINGTABLE
BEGIN
IDS_MONITORNAME, TEXT("重定向端口")
IDS_TITLE, TEXT("RedMon - 重定向端口监视器")
#ifdef BETA
IDS_BETAEXPIRED, TEXT("该 RedMon 的BETA测试版已过期.")
IDS_BETAWARN, TEXT("RedMon 的BETA测试版. 以下功能禁用 %04d-%02d-%02d.")
#endif
IDS_INTRO, TEXT("是否安装 RedMon 重定向端口监视器?")
IDS_ALREADY_INSTALLED, TEXT("RedMon 已经安装.")
IDS_ENUMMONITORS_FAILED, TEXT("EnumMonitors() 失败. Error = %d.")
IDS_NOSYSDIR, TEXT("不能找到系统目录. Error = %d.")
IDS_ERROR_COPY_DLL, TEXT("复制DLL文件错误. Error = %d.")
IDS_ERROR_COPY_HELP, TEXT("复制help文件错误. Error = %d.")
IDS_ERROR_COPY_UNINSTALL, TEXT("复制反安装文件错误. Error = %d.")
IDS_ADDMONITOR_FAILED, TEXT("AddMonitor() 失败. Error = %d. ")
IDS_INSTALL_OK, TEXT("安装成功.")
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?