resource.rc

来自「very famous terminal, i use it test cli 」· RC 代码 · 共 55 行

RC
55
字号
/* * mShell - Resource file * Copyright 2006, Julien Lecomte * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from the * use of this software. * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it * freely, subject to the following restrictions: *   1. The origin of this software must not be misrepresented; you must not * claim that you wrote the original software. If you use this software in a * product, an acknowledgment in the product documentation would be appreciated * but is not required. *   2. Altered source versions must be plainly marked as such, and must not * be misrepresented as being the original software. *   3. This notice may not be removed or altered from any source distribution. * * $Id: resource.rc,v 1.5 2006/04/06 14:45:12 julienlecomte Exp $ */#include "mshell_preconfig.h"#include <windows.h>#include "mshell_resource.h"ICO_MSHELL    ICON   PATH_ICON_MSHELLICO_MINGW32   ICON   PATH_ICON_MINGW32ICO_MSYS      ICON   PATH_ICON_MSYSBMP_SETTINGS  BITMAP PATH_BMP_SETTINGS/*1           24   PATH_MANIFEST_FILE*/VS_VERSION_INFO		VERSIONINFO  FILEVERSION		  1,1,0,0  PRODUCTVERSION	1,1,0,0  FILEFLAGSMASK		VS_FFI_FILEFLAGSMASK  FILEFLAGS		    0  FILEOS		      VOS_NT_WINDOWS32  FILETYPE		    VFT_APP  FILESUBTYPE		  VFT2_UNKNOWNBEGIN  BLOCK "StringFileInfo"  BEGIN    BLOCK "040904E4"    BEGIN      VALUE "FileDescription",	"mShell MDI terminal window utility"      VALUE "FileVersion",	    "1.1.0"      VALUE "ProductName",	    "mShell terminal system"      VALUE "ProductVersion",	  "1.1.0"      VALUE "InternalName",	    "mShell"      VALUE "LegalCopyright",	  "

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?