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

📄 os2setup.h

📁 GSview 4.6 PostScript previewer。Ghostscript在MS-Windows, OS/2 and Unix下的图形化接口
💻 H
字号:
/* Copyright (C) 1993-2002, 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.
*/

/* os2setup.h */
/* Includes for OS/2 installation program */

#define ID_GSVIEW 1
#define ID_GHOSTSCRIPT	2

#define ID_ANSWER 52
#define IDM_AUTOEXECBAT 106
#define IDM_AUTOEXECBAK 107

#define IDD_MAIN	150

#define IDD_INTRO	200
#define IDD_INTRO_T1	201
#define IDD_INTRO_T2	202
#define IDD_INTRO_T3	203

#define IDD_COPYRIGHT	250
#define IDD_COPYRIGHT_T1	251
#define IDD_COPYRIGHT_T2	252
#define IDD_COPYRIGHT_T3	253

#define IDD_DIR 320
#define IDD_DIR_TEXT 321
#define IDD_DIR_GSVER 322
#define IDC_LTEXT2	54
#define IDC_LTEXT1	53

#define IDD_MKDIR	330
#define IDD_MKDIR_TEXT	331

#define IDD_CONFIG	340
#define IDD_CONFIG_TEXT	341

#define IDD_FILE	380
#define IDD_FILE_TEXT	381

#define IDD_ASSOC	400

#define IDD_GSVER	580
#define IDD_GSVER_TEXT	581
#define IDD_GSVER_SCROLL 582
#define PARTIAL_GSVIEW	583
#define PARTIAL_GS	584

#define IDD_FINISH	585
#define IDM_PROGMAN1	586
#define IDM_PROGMAN2	587

#define IDD_DONE	590
#define IDD_DONE_BAK	591
#define IDD_DONE_GROUP	592

#define IDD_FAILED	595
#define IDD_FAILED_REASON	596

#define IDS_INSTALLABORT 900


#define IDD_DIRDLG      	1005
#define IDC_FILES       	1006
#define IDC_FOLDER      	1007
#define IDC_TARGET      	1008

#define IDC_BROWSE_DIR  	1009
#define IDC_BROWSE_GROUP	1010
#define IDC_ALLUSERS    	1011
#define IDC_CREATEFOLDER	1012

#define IDC_VIEWREADME		1013
#define IDC_VIEWHELP		1014

⌨️ 快捷键说明

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