/* * Uninstaller resource definitions * * Copyright 2005 Jonathan Ernst * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define IDD_UNINSTALLER 101 #define IDC_FILTER 1001 #define IDC_LIST 1002 #define IDC_UNINSTALL 1003 #define IDC_ABOUT 1004 #define IDC_EXIT 1005 #define IDC_PLEASESELECT 1006 #define IDS_APPNAME 1007 #define IDS_ABOUT 1008 #define IDS_ABOUTTITLE 1009 #define IDS_REGISTRYKEYNOTAVAILABLE 1010 #define IDS_UNINSTALLFAILED 1011 #define MAX_STRING_LEN 255