This page contains the following errors:

error on line 203 at column 141: Premature end of data in tag tr line 201

Below is a rendering of the page up to the first error.

git.oblomov.eu Git - wine/blame - dlls/comctl32/comctl_Nl.rc
comctl32/tests: Test that headers do not free their image list.
[wine] / dlls / comctl32 / comctl_Nl.rc
CommitLineData
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 23LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
a2977cf5 24
7dfba50b 25IDD_PROPSHEET DIALOG 0, 0, 220, 140
67c8cb28 26STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
7ce1bb89 27CAPTION "Eigenschappen van %s"
174e6a5d 28FONT 8, "MS Shell Dlg"
a2977cf5
HL
29BEGIN
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
35END
36
37
7dfba50b 38IDD_WIZARD DIALOG 0, 0, 290, 159
a2977cf5
HL
39STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
40CAPTION "Assistent"
174e6a5d 41FONT 8, "MS Shell Dlg"
a2977cf5 42BEGIN
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