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

📄 gvpgs.rc

📁 GSview 4.6 PostScript previewer。Ghostscript在MS-Windows, OS/2 and Unix下的图形化接口
💻 RC
字号:
/* Copyright (C) 1995-1998, Ghostgum Software Pty Ltd.  All rights reserved.
  
  This file is part of GSview.
  
  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 GSview Free Public Licence 
  (the "Licence") for full details.
  
  Every copy of GSview 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 GSview, 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.
*/

/* gvpgs.rc */

#include <os2.h>
#include "gvcrc.h"
#include "gvclang.h"

ICON ID_GSVIEW "binary/gvpm1.ico"

DLGTEMPLATE IDD_ABOUT 
BEGIN
	DIALOG AAABOUTGSVIEWPRINT, IDD_ABOUT, 8, -46, 328, 154, FS_DLGBORDER | WS_VISIBLE | WS_CLIPSIBLINGS | WS_SAVEBITS, FCF_SYSMENU | FCF_TITLEBAR
	BEGIN
		ICON ID_GSVIEW, ID_GSVIEW, 8, 132, 20, 16, WS_GROUP
		DEFPUSHBUTTON AAOK, DID_OK, 276, 134, 40, 14
		LTEXT "GVPGS.EXE", -1, 32, 140, 64, 8
		RTEXT AACOPY1, -1, 92, 140, 36, 8
		CONTROL "", ABOUT_VERSION, 130, 140, 128, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE
		LTEXT AACOPY20, -1, 32, 132, 160, 8
		LTEXT GSVIEW_COPYRIGHT1, -1, 8, 120, 148, 8
		LTEXT GSVIEW_COPYRIGHT2, -1, 158, 120, 78, 8
		LTEXT AACOPY21, -1, 8, 112, 316, 8
		LTEXT AACOPY4, -1, 8, 104, 316, 8
		LTEXT AACOPY5, -1, 8, 96, 316, 8
		LTEXT AACOPY6, -1, 8, 88, 316, 8
		LTEXT AACOPY7, -1, 8, 80, 316, 8
		LTEXT AACOPY8, -1, 8, 72, 316, 8
		LTEXT AACOPY9, -1, 8, 60, 316, 8
		LTEXT AACOPY10, -1, 8, 52, 316, 8
		LTEXT AACOPY11, -1, 8, 44, 316, 8
		LTEXT AACOPY12, -1, 8, 36, 316, 8
		LTEXT AACOPY13, -1, 8, 28, 316, 8
		LTEXT AACOPY14, -1, 8, 20, 316, 8
		LTEXT AACOPY19, -1, 8, 8, 224, 8
	END
END

MENU ID_GSVIEW 
BEGIN
	SUBMENU AAMFILE, IDM_FILEMENU
	BEGIN
		MENUITEM AAMSAVEAS, IDM_SAVEAS
		MENUITEM AAMEXIT, IDM_EXIT
	END

	SUBMENU AAMEDIT, IDM_EDITMENU
	BEGIN
		MENUITEM AAMCOPY, IDM_COPYCLIP
	END

	SUBMENU AAMHELP, IDM_HELPMENU
	BEGIN
		MENUITEM AAMABOUT, IDM_ABOUT
	END
END

STRINGTABLE
BEGIN
	ID_GSVIEW, AAGSVIEWPRINT
END

⌨️ 快捷键说明

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