4 * Copyright 1996 Ulrich Schmid
5 * Swedish language by Karl Backström <karl_b@geocities.com>
6 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 * Copyright 2007, 2008 Daniel Nylander <po@danielnylander.se>
8 * Copyright 2009 Anders Jonsson
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License as published by the Free Software Foundation; either
13 * version 2.1 of the License, or (at your option) any later version.
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
25 #include "winhelp_res.h"
27 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
29 IDD_INDEX DIALOG 0, 0, 200, 190
30 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
31 FONT 8, "MS Shell Dlg"
34 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
37 IDD_SEARCH DIALOG 0, 0, 200, 190
38 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
39 FONT 8, "MS Shell Dlg"
42 LTEXT "Inte implementerat ännu", -1, 10, 10, 180, 150