/* * Uninstaller (rsrc.rc) * * Copyright 2000 Andreas Mohr * Copyright 2003 Vincent Béron * Copyright 2003 Ivan Leo Murray-Smith * * 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 */ #include #include "main.h" /* BINRES uninstaller.ico */ UNINSTALLER ICON MOVEABLE uninstaller.ico /* { '00 00 01 00 01 00 20 20 10 00 00 00 00 00 E8 02' '00 00 16 00 00 00 28 00 00 00 20 00 00 00 40 00' '00 00 01 00 04 00 00 00 00 00 00 02 00 00 00 00' '00 00 00 00 00 00 10 00 00 00 00 00 00 00 FF 19' '00 00 00 00 00 00 7F 7F 7F 00 FF FF FF 00 00 00' 'FF 00 D6 D6 D6 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' '00 00 00 00 00 00 00 00 00 00 00 00 00 00 44 11' '11 11 11 11 11 11 11 11 11 11 11 11 11 44 44 41' '11 11 11 11 11 11 11 11 11 11 11 11 14 44 44 44' '00 00 00 00 00 00 00 00 00 00 00 00 44 41 14 44' '40 00 00 00 00 00 00 00 00 00 00 04 44 11 11 14' '44 00 00 00 00 00 00 00 00 00 00 44 41 11 11 10' '44 43 33 33 33 33 33 33 33 33 34 44 01 11 11 10' '04 44 33 33 33 33 33 33 33 33 44 40 01 11 11 10' '00 44 42 22 22 33 32 22 22 24 44 00 01 11 11 10' '00 34 44 33 33 33 33 33 33 44 43 00 01 11 11 10' '00 32 44 42 22 22 22 22 24 44 33 00 01 11 11 10' '00 33 34 44 33 33 33 33 44 43 33 00 01 11 11 10' '00 32 22 44 42 23 32 24 44 23 33 00 01 11 11 10' '00 33 33 34 44 33 33 44 43 33 33 00 01 11 11 10' '00 32 22 22 44 43 24 44 22 23 33 00 01 11 11 10' '00 33 33 33 34 44 44 43 33 33 33 00 01 11 11 10' '00 32 22 22 22 44 44 33 33 33 33 00 01 11 11 10' '00 33 33 33 33 44 44 33 33 33 33 00 01 11 11 10' '00 00 00 00 04 44 44 40 00 00 00 00 01 11 11 10' '00 00 00 00 44 40 04 44 00 00 00 00 01 11 11 10' '00 00 00 04 44 00 00 44 40 00 00 00 01 11 11 10' '00 00 05 44 45 55 55 54 44 00 00 00 01 11 11 10' '00 00 04 44 55 55 55 00 44 40 00 00 01 11 11 10' '00 00 44 45 55 55 55 00 04 44 00 00 01 11 11 10' '00 04 44 55 55 55 55 00 05 44 40 00 01 11 11 10' '00 44 45 55 55 55 55 00 05 54 44 00 01 11 11 10' '04 44 05 55 55 55 55 00 05 50 44 40 11 11 11 10' '44 40 05 55 55 55 55 00 05 50 04 44 41 11 11 14' '44 00 05 55 55 55 55 00 05 50 00 44 44 41 14 44' '40 00 05 55 55 55 55 55 55 50 01 14 44 44 14 44' '11 11 11 11 11 11 11 11 11 11 11 11 44 44 44 41' '11 11 11 11 11 11 11 11 11 11 11 11 14 44 44 11' '11 11 11 11 11 11 11 11 11 11 11 11 11 44 3F FF' 'FF FC 00 00 00 00 80 00 00 01 C0 00 00 03 C0 00' '00 03 C0 00 00 03 C0 00 00 03 C0 00 00 03 C0 00' '00 03 C0 00 00 03 C0 00 00 03 C0 00 00 03 C0 00' '00 03 C0 00 00 03 C0 00 00 03 C0 00 00 03 C0 00' '00 03 C0 00 00 03 C0 00 00 03 C0 00 00 03 C0 00' '00 03 C0 00 00 03 C0 00 00 03 C0 00 00 03 C0 00' '00 03 C0 00 00 03 C0 00 00 0F C0 00 00 07 C0 00' '00 03 80 00 00 31 1F FF FF F8 3F FF FF FC' } */ /* English-US Resources */ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL STRINGTABLE { IDS_APPNAME, "Uninstaller" } /* End of English-US Resources */ /* French Resources */ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL STRINGTABLE { IDS_APPNAME, "Désinstalleur" } /* End of French Resources */ /* Italian Resources */ LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL STRINGTABLE { IDS_APPNAME, "Disinstallatore" } /* End of Italian Resources */ /* Portuguese Resources */ LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL STRINGTABLE { IDS_APPNAME, "Desinstalador" } /* End of Portuguese Resources */