home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / POSTSCPT / GSVIEW / SRC / SETUP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-30  |  1.3 KB  |  46 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. /* setup.h */
  19. /* Includes for OS/2 and MS-Windows installation program */
  20.  
  21. #define ID_GSVIEW 1
  22. #define ID_ANSWER 52
  23.  
  24. #define IDD_INTRO    200
  25. #define IDD_INTRO_T1    201
  26. #define IDD_INTRO_T2    202
  27.  
  28. #define IDD_COPYRIGHT    250
  29. #define IDD_COPYRIGHT_T1    251
  30. #define IDD_COPYRIGHT_T2    252
  31. #define IDD_COPYRIGHT_T3    253
  32.  
  33. #define IDD_DIR 320
  34. #define IDD_DIR_TEXT 321
  35.  
  36. #define IDD_UNZIP    330
  37. #define IDD_UNZIP_TEXT    331
  38.  
  39. #define IDD_FILE    340
  40. #define IDD_FILE_TEXT    341
  41.  
  42. #define IDD_CONFIG    350
  43. #define IDD_CONFIG_TEXT    351
  44.  
  45. #define IDD_ATM    360
  46.