2 * Copyright 2006-2009 by Jonathan Ernst
3 * Copyright 2010 by Frédéric Delanoy
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23 #pragma code_page(65001)
25 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
27 IDD_DATETIME DIALOG 30, 20, 130, 80
28 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
29 CAPTION "Date et heure"
30 FONT 10, "MS Sans Serif"
32 LTEXT "Formats disponibles",-1,3,2,100,15
33 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
34 PUSHBUTTON "&OK",IDOK,87,12,40,12
35 PUSHBUTTON "&Annuler",IDCANCEL,87,26,40,12
38 IDD_NEWFILE DIALOG 30, 20, 140, 80
39 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
41 FONT 10, "MS Sans Serif"
43 LTEXT "Nouveau type de document",-1,3,2,100,15
44 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
45 PUSHBUTTON "&OK",IDOK,97,12,40,12
46 PUSHBUTTON "&Annuler",IDCANCEL,97,26,40,12
49 IDD_PARAFORMAT DIALOG 30, 20, 200, 110
50 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
51 CAPTION "Format de paragraphe"
52 FONT 8, "MS Shell Dlg"
54 GROUPBOX "Indentation", -1, 10, 10, 120, 68
55 LTEXT "Gauche", -1, 15, 22, 40, 13
56 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
57 LTEXT "Droite", -1, 15, 40, 40, 13
58 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
59 LTEXT "Première ligne", -1, 15, 58, 40, 18
60 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
61 LTEXT "Alignement", -1, 15, 87, 40, 13
62 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST
63 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
64 PUSHBUTTON "&Annuler", IDCANCEL, 137, 33, 50, 15
67 IDD_TABSTOPS DIALOG 30, 20, 200, 110
68 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
70 FONT 8, "MS SHell DLg"
72 GROUPBOX "Taquets de tabulation", -1, 10, 10, 120, 90
73 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
74 DEFPUSHBUTTON "A&jouter", ID_TAB_ADD, 20, 80, 45, 15
75 PUSHBUTTON "&Supprimer", ID_TAB_DEL, 72, 80, 45, 15
76 PUSHBUTTON "&OK", IDOK, 137, 15, 56, 15
77 PUSHBUTTON "&Annuler", IDCANCEL, 137, 33, 56, 15
78 PUSHBUTTON "Supprimer &tous", ID_TAB_EMPTY, 137, 51, 56, 15
81 IDD_FORMATOPTS DIALOG 0, 0, 280, 110
84 FONT 8, "MS Shell Dlg"
86 GROUPBOX "Passage à la ligne automatique", -1, 10, 10, 140, 85
87 RADIOBUTTON "&Aucun", IDC_PAGEFMT_WN, 18, 25, 127, 15
88 RADIOBUTTON "Au niveau de la bordure de fe&nêtre", IDC_PAGEFMT_WW, 18, 45, 127, 15
89 RADIOBUTTON "Au niveau de la &marge", IDC_PAGEFMT_WM, 18, 65, 127, 15
90 GROUPBOX "Barres d'outils", -1, 156, 10, 115, 85
91 CHECKBOX "&Barre d'outils", IDC_PAGEFMT_TB, 166, 20, 80, 15
92 CHECKBOX "Barre de &format", IDC_PAGEFMT_FB, 166, 38, 80, 15
93 CHECKBOX "&Règle", IDC_PAGEFMT_RU, 166, 56, 80, 15
94 CHECKBOX "Barre de &statut", IDC_PAGEFMT_SB, 166, 74, 80, 15
95 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0