2 * Copyright 2006 by Hans Leidekker
3 * Copyright 2008 by Frans Kool
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
22 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
24 #pragma code_page(65001)
26 IDD_DATETIME DIALOG 30, 20, 130, 80
27 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
28 CAPTION "Datum en tijd"
29 FONT 10, "MS Sans Serif"
31 LTEXT "Beschikbare formaten",-1,3,2,100,15
32 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
33 PUSHBUTTON "&OK",IDOK,87,12,40,12
34 PUSHBUTTON "&Annuleren",IDCANCEL,87,26,40,12
37 IDD_NEWFILE DIALOG 30, 20, 140, 80
38 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
40 FONT 10, "MS Sans Serif"
42 LTEXT "Nieuw documenttype",-1,3,2,100,15
43 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
44 PUSHBUTTON "&OK",IDOK,97,12,40,12
45 PUSHBUTTON "&Annuleren",IDCANCEL,97,26,40,12
48 IDD_PARAFORMAT DIALOG 30, 20, 200, 110
49 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
50 CAPTION "Paragraaf formaat"
51 FONT 8, "MS Shell Dlg"
53 GROUPBOX "Inspringing", -1, 10, 10, 120, 68
54 LTEXT "Links", -1, 15, 22, 40, 13
55 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
56 LTEXT "Rechts", -1, 15, 40, 40, 13
57 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
58 LTEXT "Eerste regel", -1, 15, 58, 40, 13
59 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
60 LTEXT "Uitlijning", -1, 15, 87, 40, 13
61 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST
62 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
63 PUSHBUTTON "&Annuleren", IDCANCEL, 137, 33, 50, 15
66 IDD_TABSTOPS DIALOG 30, 20, 200, 110
67 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
69 FONT 8, "MS SHell DLg"
71 GROUPBOX "Tab-einden", -1, 10, 10, 120, 90
72 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
73 DEFPUSHBUTTON "&Toevoegen", ID_TAB_ADD, 20, 80, 45, 15
74 PUSHBUTTON "&Verwijderen", ID_TAB_DEL, 72, 80, 45, 15
75 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
76 PUSHBUTTON "&Annuleren", IDCANCEL, 137, 33, 50, 15
77 PUSHBUTTON "Verwijder al&len", ID_TAB_EMPTY, 137, 51, 50, 15
80 IDD_FORMATOPTS DIALOG 0, 0, 280, 110
83 FONT 8, "MS Shell Dlg"
85 GROUPBOX "Regel afbreken", -1, 10, 10, 130, 85
86 RADIOBUTTON "Geen regelafbraak", IDC_PAGEFMT_WN, 18, 25, 117, 15
87 RADIOBUTTON "Breek tekst af bij &venster rand", IDC_PAGEFMT_WW, 18, 45, 117, 15
88 RADIOBUTTON "Breek tekst af bij de &marge", IDC_PAGEFMT_WM, 18, 65, 117, 15
89 GROUPBOX "Gereedschapsbalken", -1, 150, 10, 120, 85
90 CHECKBOX "&Gereedschapsbalk", IDC_PAGEFMT_TB, 160, 20, 80, 15
91 CHECKBOX "&Formaatbalk", IDC_PAGEFMT_FB, 160, 38, 80, 15
92 CHECKBOX "&Liniaal", IDC_PAGEFMT_RU, 160, 56, 80, 15
93 CHECKBOX "&Statusbalk", IDC_PAGEFMT_SB, 160, 74, 80, 15
94 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0