3 * French language support
5 * Copyright 2000 Mike McCormack
6 * Copyright 2003 Vincent Béron
7 * Copyright 2009 Frédéric Delanoy
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
27 #pragma code_page(65001)
29 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
31 IDD_SERIALUICONFIG DIALOG 0, 0, 180, 150
32 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
33 CAPTION "Propriétés pour "
34 FONT 8, "MS Shell Dlg"
36 LTEXT "Vitesse de transmission (bauds)", -1,5,19,70,18
37 COMBOBOX IDC_BAUD, 80, 20, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
38 LTEXT "Parité", -1,5,42,55,10
39 COMBOBOX IDC_PARITY, 80, 40, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
40 LTEXT "Contrôle de flux", -1,5,62,55,10
41 COMBOBOX IDC_FLOW, 80, 60, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
42 LTEXT "Bits de données", -1,5,82,55,10
43 COMBOBOX IDC_DATA, 80, 80, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
44 LTEXT "Bits d'arrêt", -1,5,102,55,10
45 COMBOBOX IDC_STOP, 80, 100, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
46 DEFPUSHBUTTON "OK", IDOK,30,125,50,14
47 PUSHBUTTON "Annuler", IDCANCEL,93,125,50,14
48 /* these two buttons are for testing Get/SetDefaultCommConfig */
49 /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */
50 /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */