3 * French language support
5 * Copyright 1995 Alexandre Julliard
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 #include "resources.h"
25 #pragma code_page(65001)
27 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
29 MSGBOX DIALOG 100, 80, 216, 168
30 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
32 ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
33 LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
34 PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
35 PUSHBUTTON "&Annuler", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
36 PUSHBUTTON "A&bandonner", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
37 PUSHBUTTON "Ré&péter", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
38 PUSHBUTTON "&Ignorer", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
39 PUSHBUTTON "&Oui", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
40 PUSHBUTTON "&Non", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
41 PUSHBUTTON "&Réessayer", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
42 PUSHBUTTON "&Continuer", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
43 PUSHBUTTON "Aide", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
46 MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
47 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
48 CAPTION "Sélection de fenêtre"
49 FONT 8, "MS Shell Dlg"
51 LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
52 DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
53 PUSHBUTTON "Annuler", IDCANCEL, 120, 100, 35, 14