Commit | Line | Data |
---|---|---|
a2977cf5 HL |
1 | /* |
2 | * comctl (Dutch resources) | |
3 | * | |
4 | * Copyright 2003 Hans Leidekker | |
5 | * | |
6 | * This library is free software; you can redistribute it and/or | |
7 | * modify it under the terms of the GNU Lesser General Public | |
8 | * License as published by the Free Software Foundation; either | |
9 | * version 2.1 of the License, or (at your option) any later version. | |
10 | * | |
11 | * This library is distributed in the hope that it will be useful, | |
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
14 | * Lesser General Public License for more details. | |
15 | * | |
16 | * You should have received a copy of the GNU Lesser General Public | |
17 | * License along with this library; if not, write to the Free Software | |
360a3f91 | 18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
a2977cf5 HL |
19 | */ |
20 | ||
47965508 MS |
21 | #include "comctl32.h" |
22 | ||
58bd35c8 | 23 | LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL |
a2977cf5 | 24 | |
7dfba50b | 25 | IDD_PROPSHEET DIALOG 0, 0, 220, 140 |
67c8cb28 | 26 | STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE |
7ce1bb89 | 27 | CAPTION "Eigenschappen van %s" |
174e6a5d | 28 | FONT 8, "MS Shell Dlg" |
a2977cf5 HL |
29 | BEGIN |
30 | DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP | |
31 | PUSHBUTTON "Annuleren", IDCANCEL,58,122,50,14 | |
32 | PUSHBUTTON "&Toepassen", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED | |
33 | PUSHBUTTON "Help", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP | |
d21266ad | 34 | CONTROL "Tabblad", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114 |
a2977cf5 HL |
35 | END |
36 | ||
37 | ||
7dfba50b | 38 | IDD_WIZARD DIALOG 0, 0, 290, 159 |
a2977cf5 HL |
39 | STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE |
40 | CAPTION "Assistent" | |
174e6a5d | 41 | FONT 8, "MS Shell Dlg" |
a2977cf5 | 42 | BEGIN |
a2977cf5 | 43 | PUSHBUTTON "< V&orige", IDC_BACK_BUTTON,71,138,50,14 |
6ea26b50 | 44 | DEFPUSHBUTTON "&Volgende >", IDC_NEXT_BUTTON,121,138,50,14 |
385a8da4 | 45 |