1 /* Copyright (C) 1999, Ghostgum Software Pty Ltd.  All rights reserved.
2 
3   This program is free software; you can redistribute it and/or modify it
4   under the terms of the GNU General Public License as published by the
5   Free Software Foundation; either version 2 of the License, or (at your
6   option) any later version.
7 
8   This program is distributed in the hope that it will be useful, but
9   WITHOUT ANY WARRANTY; without even the implied warranty of
10   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11   General Public License for more details.
12 
13   You should have received a copy of the GNU General Public License along
14   with this program; if not, write to the Free Software Foundation, Inc.,
15   59 Temple Place, Suite 330, Boston, MA, 02111-1307.
16 
17 */
18 
19 
20 // $Id: dwsetup.h,v 1.2.6.2.2.1 2003/01/17 00:49:00 giles Exp $
21 
22 #ifndef dwsetup_INCLUDED
23 #  define dwsetup_INCLUDED
24 
25 // Definitions for Ghostscript setup program
26 
27 #ifndef IDC_STATIC
28 #define IDC_STATIC			-1
29 #endif
30 
31 #define IDD_TEXTWIN                     101
32 #define IDD_DIRDLG                      102
33 #define IDR_MAIN                        200
34 #define IDD_MAIN                        201
35 #define IDC_TARGET_DIR                  202
36 #define IDC_TARGET_GROUP                203
37 #define IDC_BROWSE_DIR                  204
38 #define IDC_BROWSE_GROUP                205
39 #define IDC_README                      206
40 #define IDS_APPNAME                     501
41 #define IDS_TARGET_DIR                  502
42 #define IDS_TARGET_GROUP                503
43 #define IDC_PRODUCT_NAME                1000
44 #define IDC_INSTALL_FONTS               1001
45 #define IDC_TEXTWIN_MLE                 1002
46 #define IDC_TEXTWIN_COPY                1003
47 #define IDC_INSTALL                     1004
48 #define IDC_FILES                       1006
49 #define IDC_FOLDER                      1007
50 #define IDC_TARGET                      1008
51 #define IDC_ALLUSERS                    1009
52 #define IDC_COPYRIGHT                   1010
53 
54 #endif /* dwsetup_INCLUDED */
55