/* Copyright (C) 1999, Ghostgum Software Pty Ltd. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA, 02111-1307. */ // $Id: dwsetup.h,v 1.2.6.2.2.1 2003/01/17 00:49:00 giles Exp $ #ifndef dwsetup_INCLUDED # define dwsetup_INCLUDED // Definitions for Ghostscript setup program #ifndef IDC_STATIC #define IDC_STATIC -1 #endif #define IDD_TEXTWIN 101 #define IDD_DIRDLG 102 #define IDR_MAIN 200 #define IDD_MAIN 201 #define IDC_TARGET_DIR 202 #define IDC_TARGET_GROUP 203 #define IDC_BROWSE_DIR 204 #define IDC_BROWSE_GROUP 205 #define IDC_README 206 #define IDS_APPNAME 501 #define IDS_TARGET_DIR 502 #define IDS_TARGET_GROUP 503 #define IDC_PRODUCT_NAME 1000 #define IDC_INSTALL_FONTS 1001 #define IDC_TEXTWIN_MLE 1002 #define IDC_TEXTWIN_COPY 1003 #define IDC_INSTALL 1004 #define IDC_FILES 1006 #define IDC_FOLDER 1007 #define IDC_TARGET 1008 #define IDC_ALLUSERS 1009 #define IDC_COPYRIGHT 1010 #endif /* dwsetup_INCLUDED */