1 /* Copyright (C) 2001-2008 Artifex Software, Inc.
2    All Rights Reserved.
3 
4    This software is provided AS-IS with no warranty, either express or
5    implied.
6 
7    This software is distributed under license and may not be copied, modified
8    or distributed except as expressly authorized under the terms of that
9    license.  Refer to licensing information at http://www.artifex.com/
10    or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11    San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12 */
13 
14 
15 // $Id: dwsetup.h 9043 2008-08-28 22:48:19Z giles $
16 
17 #ifndef dwsetup_INCLUDED
18 #  define dwsetup_INCLUDED
19 
20 // Definitions for Ghostscript setup program
21 
22 #ifndef IDC_STATIC
23 #define IDC_STATIC			-1
24 #endif
25 
26 #define IDD_TEXTWIN                     101
27 #define IDD_DIRDLG                      102
28 #define IDR_MAIN                        200
29 #define IDD_MAIN                        201
30 #define IDC_TARGET_DIR                  202
31 #define IDC_TARGET_GROUP                203
32 #define IDC_BROWSE_DIR                  204
33 #define IDC_BROWSE_GROUP                205
34 #define IDC_README                      206
35 #define IDS_APPNAME                     501
36 #define IDS_TARGET_DIR                  502
37 #define IDS_TARGET_GROUP                503
38 #define IDC_PRODUCT_NAME                1000
39 #define IDC_TEXTWIN_MLE                 1002
40 #define IDC_TEXTWIN_COPY                1003
41 #define IDC_INSTALL                     1004
42 #define IDC_FILES                       1006
43 #define IDC_FOLDER                      1007
44 #define IDC_TARGET                      1008
45 #define IDC_ALLUSERS                    1009
46 #define IDC_COPYRIGHT                   1010
47 #define IDC_CJK_FONTS			1011
48 
49 
50 #endif /* dwsetup_INCLUDED */
51 
52