home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / utility / gsview13 / src / gvcrc.h < prev    next >
Text File  |  1995-12-09  |  8KB  |  331 lines

  1. /* Copyright (C) 1993, 1994, 1995, Russell Lang.  All rights reserved.
  2.   
  3.   This file is part of GSview.
  4.   
  5.   This program is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the GSview Free Public Licence 
  9.   (the "Licence") for full details.
  10.   
  11.   Every copy of GSview must include a copy of the Licence, normally in a 
  12.   plain ASCII text file named LICENCE.  The Licence grants you the right 
  13.   to copy, modify and redistribute GSview, but only under certain conditions 
  14.   described in the Licence.  Among other things, the Licence requires that 
  15.   the copyright notice and this notice be preserved on all copies.
  16. */
  17.  
  18. /* gvcrc.h */
  19. /* Common Resource header file */
  20.  
  21. #define GSVIEW_VERSION "1995-05-23  1.3"
  22. #define EMX_NEEDED "0.9a"
  23.  
  24. #define ID_GSVIEW 42
  25.  
  26. #define IDD_ABOUT     50
  27. #define IDD_INPUT     51
  28. #define ID_ANSWER    52
  29. #define ID_PROMPT    53
  30. #define ID_HELP        54
  31.  
  32. #define IDM_FILEMENU    100
  33. #define IDM_OPEN    101
  34. #define IDM_SELECT    102
  35. #define IDM_SAVEAS    103
  36. #define IDM_EXTRACT    104
  37. #define IDM_PSTOEPS    105
  38. #define IDM_CLOSE    106
  39. #define IDM_INFO    107
  40. #define IDM_PRINT    110
  41. #define IDM_PRINTTOFILE 111
  42. #define IDM_SPOOL    112
  43. #define IDM_EXIT    113
  44. #define IDM_DROP    114
  45.  
  46. #define IDM_EDITMENU    150
  47. #define IDM_COPYCLIP    151
  48. #define IDM_PASTETO    152
  49. #define IDM_CONVERT    153
  50. #define IDM_ADDEPSMENU    154
  51. #define IDM_MAKEEPSI    155
  52. #define IDM_MAKEEPST4    156
  53. #define IDM_MAKEEPST    157
  54. #define IDM_MAKEEPSW    158
  55. #define IDM_EXTEPSMENU    159
  56. #define IDM_EXTRACTPS    160
  57. #define IDM_EXTRACTPRE    161
  58. #define IDM_TEXTEXTRACT    162
  59. #define IDM_TEXTFIND    163
  60. #define IDM_TEXTFINDNEXT 164
  61.  
  62. #define IDM_OPTIONMENU      174
  63. #define IDM_GSCOMMAND      175
  64. #define IDM_SOUNDS      176
  65. #define IDM_SETTINGS      177
  66. #define IDM_SAVESETTINGS  178
  67. #define IDM_SAFER         179  
  68. #define IDM_SAVEDIR      180
  69. #define IDM_BUTTONSHOW      181
  70. #define IDM_FITPAGE      182
  71. #define IDM_QUICK      183
  72. #define IDM_AUTOREDISPLAY 184
  73. #define IDM_EPSFCLIP      185
  74. #define IDM_EPSFWARN      186
  75. #define IDM_IGNOREDSC      187
  76. #define IDM_SHOWBBOX      188
  77.  
  78. #define IDM_UNITMENU    190
  79. #define IDM_UNITPT    191
  80. #define IDM_UNITMM    192
  81. #define IDM_UNITINCH    193
  82.  
  83. #define IDM_GSVERMENU    195
  84. #define IDM_GS261    196
  85. #define IDM_GS3        197
  86.  
  87. #define IDM_VIEWMENU    200
  88. #define IDM_NEXT    201
  89. #define IDM_NEXTSKIP    202
  90. #define IDM_PREV    203
  91. #define IDM_PREVSKIP    204
  92. #define IDM_GOTO    205
  93. #define IDM_REDISPLAY   206
  94. #define IDM_SKIP    207
  95.  
  96. #define IDM_ORIENTMENU    220
  97. #define IDM_PORTRAIT    221
  98. #define IDM_LANDSCAPE   222
  99. #define IDM_UPSIDEDOWN  223
  100. #define IDM_SEASCAPE    224
  101. #define IDM_SWAPLANDSCAPE 225
  102.  
  103. #define IDM_MEDIAMENU    250
  104. #define IDM_RESOLUTION  251
  105. #define IDM_ZOOM    252
  106. #define IDM_ZOOMRES    253
  107. #define IDM_MAGPLUS    254
  108. #define IDM_MAGMINUS    255
  109.  
  110. #define IDM_DEPTHMENU    260
  111. #define IDM_DEPTHDEF    261
  112. #define IDM_DEPTH1    262
  113. #define IDM_DEPTH4    263
  114. #define IDM_DEPTH8    264
  115. #define IDM_DEPTH16    265
  116. #define IDM_DEPTH24    266
  117.  
  118. #define IDM_LETTER    301
  119. #define IDM_LETTERSMALL    302
  120. #define IDM_TABLOID    303
  121. #define IDM_LEDGER    304
  122. #define IDM_LEGAL    305
  123. #define IDM_STATEMENT    306
  124. #define IDM_EXECUTIVE    307
  125. #define IDM_A3        308
  126. #define IDM_A4        309
  127. #define IDM_A4SMALL    310
  128. #define IDM_A5        311
  129. #define IDM_B4        312
  130. #define IDM_B5        313
  131. #define IDM_FOLIO    314
  132. #define IDM_QUARTO    315
  133. #define IDM_10X14    316
  134. #define IDM_USERSIZE    317
  135. #define IDM_MEDIALAST    318
  136.  
  137. #define IDM_HELPMENU    350
  138. #define IDM_HELPCONTENT 351
  139. #define IDM_HELPSEARCH    352
  140. #define IDM_HELPKEYS    353
  141. #define IDM_ABOUT    354
  142. #define IDM_MISC    355
  143.  
  144. /* info dialog box */
  145. #define IDD_INFO    400
  146. #define INFO_FILE    401
  147. #define INFO_TYPE    402
  148. #define INFO_TITLE    403
  149. #define INFO_DATE    404
  150. #define INFO_BBOX    405
  151. #define INFO_ORIENT    406
  152. #define INFO_ORDER    407
  153. #define INFO_DEFMEDIA    408
  154. #define INFO_NUMPAGES    409
  155. #define INFO_PAGE    410
  156. #define INFO_BITMAP    411
  157. #define INFO_ICON    412
  158.  
  159. #define ABOUT_ICON    451
  160. #define ABOUT_VERSION    452
  161.  
  162. #define IDD_SOUND    500
  163. #define SOUND_EVENT    501
  164. #define SOUND_FILE    502
  165. #define SOUND_PATH    503
  166. #define SOUND_TEST    504
  167.  
  168. #define IDD_SPOOL    524
  169. #define SPOOL_PORT    525
  170.  
  171. #define CANCEL_PCDONE    541
  172.  
  173. #define IDD_PAGE    550
  174. #define IDD_MULTIPAGE    551
  175. #define PAGE_LIST    552
  176. #define PAGE_ALL    553
  177. #define PAGE_ODD    554
  178. #define PAGE_EVEN    555
  179.  
  180. #define IDD_DEVICE    560
  181. #define DEVICE_NAME    561
  182. #define DEVICE_RES    562
  183. #define DEVICE_RESTEXT    563
  184. #define DEVICE_PROP    564
  185.  
  186. #define IDD_PROP    570
  187. #define PROP_NAME    571
  188. #define PROP_VALUE    572
  189.  
  190. #define IDD_BBOX    590
  191. #define BB_PROMPT    591
  192. #define BB_CLICK    592
  193.  
  194. /* file filters */
  195. #define FILTER_PSALL    0
  196. #define FILTER_PS    1
  197. #define FILTER_EPS    2
  198. #define FILTER_EPI    3
  199. #define FILTER_ALL    4
  200. #define FILTER_BMP    5
  201. #define FILTER_TIFF    6
  202. #define FILTER_WMF    7
  203. #define FILTER_TXT    8
  204.  
  205. /* string constants */
  206. #define IDS_FILTER    601
  207. #define IDS_TITLE    602
  208. #define IDS_HELPFILE    603
  209. #define IDS_WRONGGS    604
  210. #define IDS_BUSY    605
  211. #define IDS_FILENOTFOUND 606
  212. #define IDS_PRINTBUSY    607
  213.  
  214. #define IDS_FILE    610
  215. #define IDS_NOFILE    611
  216. #define IDS_PAGE    612
  217. #define IDS_NOPAGE    613
  218. #define IDS_LANDSCAPE    614
  219. #define IDS_PORTRAIT    615
  220. #define IDS_ASCEND    616
  221. #define IDS_DESCEND    617
  222. #define IDS_SPECIAL    618
  223. #define IDS_EPSF    619
  224. #define IDS_EPSI    620
  225. #define IDS_EPST    621
  226. #define IDS_EPSW    622
  227. #define IDS_DSC        623
  228. #define IDS_NOTDSC    624
  229. #define IDS_PDF         625
  230. #define IDS_IGNOREDSC   626
  231. #define IDS_PAGEINFO    627
  232.  
  233. #define IDS_OUTPUTFILE    630
  234. #define IDS_PRINTINGALL    631
  235. #define IDS_PRINTFILE    632
  236. #define IDS_NOSPOOL    633
  237. #define IDS_SELECTPAGE    634
  238. #define IDS_SELECTPAGES    635
  239. #define IDS_TIMEOUT    636
  240. #define IDS_NOTIMER    637
  241. #define IDS_NOTOPEN    638
  242. #define IDS_CANNOTRUN    639
  243. #define IDS_TOOLONG    640
  244. #define IDS_NOMORE    642
  245. #define IDS_GSCOMMAND    643
  246. #define IDS_RES        644
  247. #define IDS_ZOOMRES    645
  248. #define IDS_NOZOOM    646
  249. #define    IDS_USERWIDTH    647
  250. #define    IDS_USERHEIGHT    648
  251. #define IDS_BADEPS    649
  252. #define IDS_NOPREVIEW    650
  253. #define IDS_NOTDFNAME   651
  254. #define IDS_PIPE_EOPEN    652
  255. #define IDS_PIPE_EMEM    653
  256. #define IDS_CANCELDONE    654
  257. #define IDS_BADCLI      655
  258. #define IDS_TEXTFIND    656
  259. #define IDS_TEXTNOTFIND    657
  260.  
  261. #define IDS_SOUNDNAME    670
  262. #define IDS_SNDPAGE    671
  263. #define IDS_SNDNOPAGE    672
  264. #define IDS_SNDNONUMBER 673
  265. #define IDS_SNDNOTOPEN    674
  266. #define IDS_SNDERROR    675
  267. #define IDS_SNDTIMEOUT    676
  268. #define IDS_SNDSTART    677
  269. #define IDS_SNDEXIT    678
  270. #define IDS_SOUNDNOMM    679
  271. #define IDS_NONE    680
  272. #define IDS_SPKR    681
  273.  
  274. /* help topics */
  275. #define IDS_TOPICROOT    701
  276. #define IDS_TOPICOPEN    702
  277. #define IDS_TOPICPRINT    703
  278. #define IDS_TOPICEDIT    704
  279. #define IDS_TOPICGSCMD    705
  280. #define IDS_TOPICSOUND    706
  281. #define IDS_TOPICMEDIA  707
  282. #define IDS_TOPICPSTOEPS 708
  283. #define    IDS_TOPICGOTO    709
  284. #define IDS_TOPICINSTALL 710
  285. #define IDS_TOPICTEXT    711
  286. #define IDS_TOPICKEYS    712
  287.  
  288. /* ps_to_eps */
  289. #define IDS_BBPROMPT    750
  290. #define IDS_BBPROMPT1    751
  291. #define IDS_BBPROMPT2    752
  292. #define IDS_BBPROMPT3    753
  293. #define IDS_EPSONEPAGE    754
  294. #define IDS_EPSQPAGES    755
  295. #define IDS_EPSNOBBOX    756
  296. #define IDS_EPSREAD     757
  297.  
  298. /* wait messages */
  299. #define IDS_WAIT    770
  300. #define IDS_WAITREAD    771
  301. #define IDS_WAITWRITE    772
  302. #define IDS_WAITDRAW    773
  303. #define IDS_WAITGSOPEN    774
  304. #define IDS_WAITGSCLOSE    775
  305. #define IDS_WAITPRINT    776
  306. #define IDS_WAITSEARCH    777
  307.  
  308. /* filter strings */
  309. #define IDS_FILTER_BASE    800
  310. #define IDS_FILTER_PSALL IDS_FILTER_BASE+FILTER_PSALL
  311. #define IDS_FILTER_PS    IDS_FILTER_BASE+FILTER_PS
  312. #define IDS_FILTER_EPS    IDS_FILTER_BASE+FILTER_EPS
  313. #define IDS_FILTER_EPI    IDS_FILTER_BASE+FILTER_EPI
  314. #define IDS_FILTER_ALL    IDS_FILTER_BASE+FILTER_ALL
  315. #define IDS_FILTER_BMP    IDS_FILTER_BASE+FILTER_BMP
  316. #define IDS_FILTER_TIFF    IDS_FILTER_BASE+FILTER_TIFF
  317. #define IDS_FILTER_WMF    IDS_FILTER_BASE+FILTER_WMF
  318. #define IDS_FILTER_TXT    IDS_FILTER_BASE+FILTER_TXT
  319.  
  320.  
  321. /* RCDATA resources */
  322. #define IDR_ORIENT    900
  323. #define IDR_ORIENT3    901
  324. #define IDR_EPSFWARN    903
  325. #define IDR_DEVICES    904
  326. #define IDR_PORTS    905
  327. #define IDR_BUTTON    906
  328.  
  329. /* cursors */
  330. #define IDP_CROSSHAIR  910
  331.