home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / POSTSCPT / GSVIEW / SRC / GVCRC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-10  |  9.0 KB  |  371 lines

  1. /* Copyright (C) 1993-1996, 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 "1996-01-10  1.4"
  22. #define EMX_NEEDED "0.9b"
  23.  
  24. #define PACKED            /* packing set by other means */
  25.  
  26. #define ID_GSVIEW 1
  27.  
  28. #define IDD_ABOUT     50
  29. #define IDD_INPUT     51
  30. #define ID_ANSWER    52
  31. #define ID_PROMPT    53
  32. #define ID_HELP        54
  33. #define ID_DEFAULT    55
  34.  
  35. #define IDM_FILEMENU    100
  36. #define IDM_OPEN    101
  37. #define IDM_SELECT    102
  38. #define IDM_SAVEAS    103
  39. #define IDM_EXTRACT    104
  40. #define IDM_PSTOEPS    105
  41. #define IDM_CLOSE    106
  42. #define IDM_INFO    107
  43. #define IDM_PRINT    110
  44. #define IDM_PRINTTOFILE 111
  45. #define IDM_SPOOL    112
  46. #define IDM_EXIT    113
  47. #define IDM_DROP    114
  48.  
  49. #define IDM_EDITMENU    150
  50. #define IDM_COPYCLIP    151
  51. #define IDM_PASTETO    152
  52. #define IDM_CONVERT    153
  53. #define IDM_ADDEPSMENU    154
  54. #define IDM_MAKEEPSI    155
  55. #define IDM_MAKEEPST4    156
  56. #define IDM_MAKEEPST    157
  57. #define IDM_MAKEEPSW    158
  58. #define IDM_MAKEEPSU    159
  59. #define IDM_EXTEPSMENU    160
  60. #define IDM_EXTRACTPS    161
  61. #define IDM_EXTRACTPRE    162
  62. #define IDM_TEXTEXTRACT    163
  63. #define IDM_TEXTFIND    164
  64. #define IDM_TEXTFINDNEXT 165
  65.  
  66. #define IDM_OPTIONMENU      174
  67. #define IDM_GSCOMMAND      175
  68. #define IDM_SOUNDS      176
  69. #define IDM_SETTINGS      177
  70. #define IDM_SAVESETTINGS  178
  71. #define IDM_SAFER         179  
  72. #define IDM_SAVEDIR      180
  73. #define IDM_BUTTONSHOW      181
  74. #define IDM_FITPAGE      182
  75. #define IDM_QUICK      183
  76. #define IDM_AUTOREDISPLAY 184
  77. #define IDM_EPSFCLIP      185
  78. #define IDM_EPSFWARN      186
  79. #define IDM_IGNOREDSC      187
  80. #define IDM_SHOWBBOX      188
  81.  
  82. #define IDM_UNITMENU    190
  83. #define IDM_UNITPT    191
  84. #define IDM_UNITMM    192
  85. #define IDM_UNITINCH    193
  86.  
  87. #define IDM_DRAWMENU    195    /* OS/2 only */
  88. #define IDM_DRAWDEF    196
  89. #define IDM_DRAWGPI    197
  90. #define IDM_DRAWWIN    198
  91.  
  92. #define IDM_GSVERMENU    200
  93. #define IDM_GS261    201
  94. #define IDM_GS333    202
  95. #define IDM_GS351    203
  96.  
  97. #define IDM_VIEWMENU    210
  98. #define IDM_NEXT    211
  99. #define IDM_NEXTSKIP    212
  100. #define IDM_PREV    213
  101. #define IDM_PREVSKIP    214
  102. #define IDM_GOTO    215
  103. #define IDM_REDISPLAY   216
  104. #define IDM_SKIP    217
  105.  
  106. #define IDM_ORIENTMENU    220
  107. #define IDM_PORTRAIT    221
  108. #define IDM_LANDSCAPE   222
  109. #define IDM_UPSIDEDOWN  223
  110. #define IDM_SEASCAPE    224
  111. #define IDM_SWAPLANDSCAPE 225
  112.  
  113. #define IDM_MEDIAMENU    250
  114. #define IDM_RESOLUTION  251
  115. #define IDM_ZOOM    252
  116. #define IDM_ZOOMRES    253
  117. #define IDM_MAGPLUS    254
  118. #define IDM_MAGMINUS    255
  119.  
  120. #define IDM_DEPTHMENU    260
  121. #define IDM_DEPTHDEF    261
  122. #define IDM_DEPTH1    262
  123. #define IDM_DEPTH4    263
  124. #define IDM_DEPTH8    264
  125. #define IDM_DEPTH16    265
  126. #define IDM_DEPTH24    266
  127.  
  128. #define IDM_LETTER    301
  129. #define IDM_LETTERSMALL    302
  130. #define IDM_TABLOID    303
  131. #define IDM_LEDGER    304
  132. #define IDM_LEGAL    305
  133. #define IDM_STATEMENT    306
  134. #define IDM_EXECUTIVE    307
  135. #define IDM_A3        308
  136. #define IDM_A4        309
  137. #define IDM_A4SMALL    310
  138. #define IDM_A5        311
  139. #define IDM_B4        312
  140. #define IDM_B5        313
  141. #define IDM_FOLIO    314
  142. #define IDM_QUARTO    315
  143. #define IDM_10X14    316
  144. #define IDM_USERSIZE    317
  145. #define IDM_MEDIALAST    318
  146.  
  147. #define IDM_HELPMENU    350
  148. #define IDM_HELPCONTENT 351
  149. #define IDM_HELPSEARCH    352
  150. #define IDM_HELPKEYS    353
  151. #define IDM_ABOUT    354
  152. #define IDM_MISC    355
  153.  
  154. /* info dialog box */
  155. #define IDD_INFO    400
  156. #define INFO_FILE    401
  157. #define INFO_TYPE    402
  158. #define INFO_TITLE    403
  159. #define INFO_DATE    404
  160. #define INFO_BBOX    405
  161. #define INFO_ORIENT    406
  162. #define INFO_ORDER    407
  163. #define INFO_DEFMEDIA    408
  164. #define INFO_NUMPAGES    409
  165. #define INFO_PAGE    410
  166. #define INFO_BITMAP    411
  167. #define INFO_ICON    412
  168.  
  169. #define ABOUT_ICON    451
  170. #define ABOUT_VERSION    452
  171.  
  172. #define IDD_SOUND    500
  173. #define SOUND_EVENT    501
  174. #define SOUND_FILE    502
  175. #define SOUND_PATH    503
  176. #define SOUND_TEST    504
  177.  
  178. #define IDD_SPOOL    524
  179. #define SPOOL_PORT    525
  180. #define SPOOL_PORTTEXT    526
  181. #define SPOOL_TOFILE    527
  182.  
  183. #define CANCEL_PCDONE    541
  184.  
  185. #define IDD_PAGE    550
  186. #define IDD_MULTIPAGE    551
  187. #define PAGE_LIST    552
  188. #define PAGE_LISTTEXT    553
  189. #define PAGE_ALL    554
  190. #define PAGE_ODD    555
  191. #define PAGE_EVEN    556
  192.  
  193. #define IDD_DEVICE    560
  194. #define DEVICE_NAME    561
  195. #define DEVICE_RES    562
  196. #define DEVICE_RESTEXT    563
  197. #define DEVICE_PROP    564
  198.  
  199. #define IDD_PROP    570
  200. #define PROP_NAME    571
  201. #define PROP_VALUE    572
  202. #define PROP_EDIT    573
  203. #define PROP_NEW    574
  204. #define PROP_XOFFSET    575
  205. #define PROP_YOFFSET    576
  206.  
  207. #define IDD_EDITPROP    580
  208. #define EDITPROP_STRING    581
  209. #define EDITPROP_NUMBER    582
  210. #define EDITPROP_NAME    583
  211. #define EDITPROP_VALUE    584
  212. #define NEWPROP_DEL    55
  213. #define EDITPROP_DEL    585
  214.  
  215. #define IDD_INSTALL    590
  216. #define INSTALL_EXE    591
  217. #define INSTALL_INCLUDE    592
  218. #define INSTALL_OTHER    593
  219.  
  220. #define IDD_BBOX    595
  221. #define BB_PROMPT    596
  222. #define BB_CLICK    597
  223.  
  224. /* file filters */
  225. #define FILTER_PSALL    0
  226. #define FILTER_PS    1
  227. #define FILTER_EPS    2
  228. #define FILTER_EPI    3
  229. #define FILTER_ALL    4
  230. #define FILTER_BMP    5
  231. #define FILTER_TIFF    6
  232. #define FILTER_WMF    7
  233. #define FILTER_TXT    8
  234.  
  235. /* string constants */
  236. #define IDS_FILTER    601
  237. #define IDS_TITLE    602
  238. #define IDS_HELPFILE    603
  239. #define IDS_WRONGGS    604
  240. #define IDS_BUSY    605
  241. #define IDS_FILENOTFOUND 606
  242. #define IDS_PRINTBUSY    607
  243.  
  244. #define IDS_FILE    610
  245. #define IDS_NOFILE    611
  246. #define IDS_PAGE    612
  247. #define IDS_NOPAGE    613
  248. #define IDS_LANDSCAPE    614
  249. #define IDS_PORTRAIT    615
  250. #define IDS_ASCEND    616
  251. #define IDS_DESCEND    617
  252. #define IDS_SPECIAL    618
  253. #define IDS_EPSF    619
  254. #define IDS_EPSI    620
  255. #define IDS_EPST    621
  256. #define IDS_EPSW    622
  257. #define IDS_DSC        623
  258. #define IDS_NOTDSC    624
  259. #define IDS_PDF         625
  260. #define IDS_IGNOREDSC   626
  261. #define IDS_PAGEINFO    627
  262.  
  263. #define IDS_OUTPUTFILE    630
  264. #define IDS_PRINTINGALL    631
  265. #define IDS_PRINTFILE    632
  266. #define IDS_NOSPOOL    633
  267. #define IDS_SELECTPAGE    634
  268. #define IDS_SELECTPAGES    635
  269. #define IDS_TIMEOUT    636
  270. #define IDS_NOTIMER    637
  271. #define IDS_NOTOPEN    638
  272. #define IDS_CANNOTRUN    639
  273. #define IDS_TOOLONG    640
  274. #define IDS_NOMORE    642
  275. #define IDS_GSCOMMAND    643
  276. #define IDS_RES        644
  277. #define IDS_ZOOMRES    645
  278. #define IDS_NOZOOM    646
  279. #define    IDS_USERWIDTH    647
  280. #define    IDS_USERHEIGHT    648
  281. #define IDS_BADEPS    649
  282. #define IDS_NOPREVIEW    650
  283. #define IDS_NOTDFNAME   651
  284. #define IDS_NOTEMP    652
  285. #define IDS_CANCELDONE    653
  286. #define IDS_BADCLI      654
  287. #define IDS_DUPOPT    655
  288. #define IDS_TEXTFIND    656
  289. #define IDS_TEXTNOTFIND    657
  290. #define IDS_PIPE_EOPEN    658
  291. #define IDS_PIPE_EMEM    659
  292.  
  293. #define IDS_SOUNDNAME    670
  294. #define IDS_SNDPAGE    671
  295. #define IDS_SNDNOPAGE    672
  296. #define IDS_SNDNONUMBER 673
  297. #define IDS_SNDNOTOPEN    674
  298. #define IDS_SNDERROR    675
  299. #define IDS_SNDTIMEOUT    676
  300. #define IDS_SNDSTART    677
  301. #define IDS_SNDEXIT    678
  302. #define IDS_SOUNDNOMM    679
  303. #define IDS_NONE    680
  304. #define IDS_SPKR    681
  305.  
  306. /* help topics */
  307. #define IDS_TOPICROOT    701
  308. #define IDS_TOPICOPEN    702
  309. #define IDS_TOPICPRINT    703
  310. #define IDS_TOPICPROP    704
  311. #define IDS_TOPICEDITPROP 705
  312. #define IDS_TOPICEDIT    706
  313. #define IDS_TOPICGSCMD    707
  314. #define IDS_TOPICSOUND    708
  315. #define IDS_TOPICMEDIA  709
  316. #define IDS_TOPICPSTOEPS 710
  317. #define    IDS_TOPICGOTO    711
  318. #define IDS_TOPICINSTALL 712
  319. #define IDS_TOPICTEXT    713
  320. #define IDS_TOPICKEYS    714
  321. #define IDS_TOPICMESS    715
  322. #define IDS_TOPICSPOOL   716
  323.  
  324. /* ps_to_eps */
  325. #define IDS_BBPROMPT    750
  326. #define IDS_BBPROMPT1    751
  327. #define IDS_BBPROMPT2    752
  328. #define IDS_BBPROMPT3    753
  329. #define IDS_EPSONEPAGE    754
  330. #define IDS_EPSQPAGES    755
  331. #define IDS_EPSNOBBOX    756
  332. #define IDS_EPSREAD     757
  333. #define IDS_EPSUSERINVALID 758
  334. #define IDS_EPSUSERTITLE 759
  335. #define IDS_EPS_OFF_PAGE 760
  336.  
  337. /* wait messages */
  338. #define IDS_NOWAIT    0
  339. #define IDS_WAIT    770
  340. #define IDS_WAITREAD    771
  341. #define IDS_WAITWRITE    772
  342. #define IDS_WAITDRAW    773
  343. #define IDS_WAITGSOPEN    774
  344. #define IDS_WAITGSCLOSE    775
  345. #define IDS_WAITPRINT    776
  346. #define IDS_WAITSEARCH    777
  347.  
  348. /* filter strings */
  349. #define IDS_FILTER_BASE    800
  350. #define IDS_FILTER_PSALL IDS_FILTER_BASE+FILTER_PSALL
  351. #define IDS_FILTER_PS    IDS_FILTER_BASE+FILTER_PS
  352. #define IDS_FILTER_EPS    IDS_FILTER_BASE+FILTER_EPS
  353. #define IDS_FILTER_EPI    IDS_FILTER_BASE+FILTER_EPI
  354. #define IDS_FILTER_ALL    IDS_FILTER_BASE+FILTER_ALL
  355. #define IDS_FILTER_BMP    IDS_FILTER_BASE+FILTER_BMP
  356. #define IDS_FILTER_TIFF    IDS_FILTER_BASE+FILTER_TIFF
  357. #define IDS_FILTER_WMF    IDS_FILTER_BASE+FILTER_WMF
  358. #define IDS_FILTER_TXT    IDS_FILTER_BASE+FILTER_TXT
  359.  
  360.  
  361. /* RCDATA resources */
  362. #define IDR_ORIENT    900
  363. #define IDR_ORIENT3    901
  364. #define IDR_EPSFWARN    903
  365. #define IDR_DEVICES    904
  366. #define IDR_PORTS    905
  367. #define IDR_BUTTON    906
  368.  
  369. /* cursors */
  370. #define IDP_CROSSHAIR  910
  371.