📄 version.rc2
字号:
//////////////////////////////////////////////////////////////////////
//
// IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP
// Copyright (c) 2001, 2002 Jan Kiszka
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
//////////////////////////////////////////////////////////////////////
// Version-Resource
// History: 1.1.0.28 - erste freigegebene Version
//
// 1.2.0.32 - Umorganisation der sprachabh鋘gigen Passagen
// 1.2.1.34 - spanische und katalanische Version integriert
#include <ntverp.h>
#undef VER_COMPANYNAME_STR
#undef VER_PRODUCTNAME_STR
#undef VER_PRODUCTVERSION_STR
#undef VER_PRODUCTVERSION
#include "version.h"
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_COMPANYNAME_STR "Jan Kiszka"
#ifdef _CATALAN
#define VER_FILEDESCRIPTION_STR "Port Virtual COM d'Infraroig, Programa de Servei"
#endif
#ifdef _ENGLISH
#define VER_FILEDESCRIPTION_STR "Virtual Infrared COM Port, Service Program"
#endif
#ifdef _GERMAN
#define VER_FILEDESCRIPTION_STR "Virtueller Infrarot-COM-Port, Dienstprogramm"
#endif
#ifdef _SPANISH
#define VER_FILEDESCRIPTION_STR "Puerto Virtual COM de Infrarojos, Programa de Servicio"
#endif
//#ifdef _XXX
//#define VER_FILEDESCRIPTION_STR "Virtual Infrared COM Port, Service Program"
//#endif
#define VER_INTERNALNAME_STR "ircomm2k.exe"
#define VER_LEGALCOPYRIGHT_STR "Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -