1 /* Copyright (C) 1999, Ghostgum Software Pty Ltd. All rights reserved. 2 3 This software is provided AS-IS with no warranty, either express or 4 implied. 5 6 This software is distributed under license and may not be copied, 7 modified or distributed except as expressly authorized under the terms 8 of the license contained in the file LICENSE in this distribution. 9 10 For more information about licensing, please refer to 11 http://www.ghostscript.com/licensing/. For information on 12 commercial licensing, go to http://www.artifex.com/licensing/ or 13 contact Artifex Software, Inc., 101 Lucas Valley Road #110, 14 San Rafael, CA 94903, U.S.A., +1(415)492-9861. 15 */ 16 17 18 // $Id: dwsetup.h,v 1.6 2004/11/18 06:48:41 ghostgum Exp $ 19 20 #ifndef dwsetup_INCLUDED 21 # define dwsetup_INCLUDED 22 23 // Definitions for Ghostscript setup program 24 25 #ifndef IDC_STATIC 26 #define IDC_STATIC -1 27 #endif 28 29 #define IDD_TEXTWIN 101 30 #define IDD_DIRDLG 102 31 #define IDR_MAIN 200 32 #define IDD_MAIN 201 33 #define IDC_TARGET_DIR 202 34 #define IDC_TARGET_GROUP 203 35 #define IDC_BROWSE_DIR 204 36 #define IDC_BROWSE_GROUP 205 37 #define IDC_README 206 38 #define IDS_APPNAME 501 39 #define IDS_TARGET_DIR 502 40 #define IDS_TARGET_GROUP 503 41 #define IDC_PRODUCT_NAME 1000 42 #define IDC_INSTALL_FONTS 1001 43 #define IDC_TEXTWIN_MLE 1002 44 #define IDC_TEXTWIN_COPY 1003 45 #define IDC_INSTALL 1004 46 #define IDC_FILES 1006 47 #define IDC_FOLDER 1007 48 #define IDC_TARGET 1008 49 #define IDC_ALLUSERS 1009 50 #define IDC_COPYRIGHT 1010 51 #define IDC_CJK_FONTS 1011 52 53 54 #endif /* dwsetup_INCLUDED */ 55