3 * Portuguese Language Support
5 * Copyright 1996 Ulrich Schmid
6 * Portuguese translation by Gustavo Junior Alves <alves@correionet.com.br>
7 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
8 * Copyright 2003 Marcelo Duarte
9 * Copyright 2004,2007 Américo José Melo
10 * Copyright 2009 Ricardo Filipe
11 * Copyright 2010 Gustavo Henrique Milaré
13 * This library is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU Lesser General Public
15 * License as published by the Free Software Foundation; either
16 * version 2.1 of the License, or (at your option) any later version.
18 * This library is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 * Lesser General Public License for more details.
23 * You should have received a copy of the GNU Lesser General Public
24 * License along with this library; if not, write to the Free Software
25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
28 #include "winhelp_res.h"
30 #pragma code_page(65001)
32 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
34 IDD_INDEX DIALOG 0, 0, 200, 190
35 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
36 FONT 8, "MS Shell Dlg"
39 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
42 IDD_SEARCH DIALOG 0, 0, 200, 190
43 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
44 FONT 8, "MS Shell Dlg"
47 LTEXT "Ainda não implementado", -1, 10, 10, 180, 150