fix building in msvc
[reactos.git] / reactos / apps / utils / getfirefox / En.rc
1 /*
2 * PROJECT: ReactOS utilities
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: apps/utils/getfirefox/En.rc
5 * PURPOSE: English resources
6 * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
7 * Copyright 2005 Ge van Geldorp (gvg@reactos.org)
8 */
9 /*
10 * Based on Wine dlls/shdocvw/En.rc
11 *
12 * This library is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU Lesser General Public
14 * License as published by the Free Software Foundation; either
15 * version 2.1 of the License, or (at your option) any later version.
16 *
17 * This library is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * Lesser General Public License for more details.
21 *
22 * You should have received a copy of the GNU Lesser General Public
23 * License along with this library; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */
26
27 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
28
29 IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
30 STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
31 CAPTION "Downloading Firefox"
32 FONT 8, "MS Shell Dlg"
33 {
34 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
35 LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
36 CHECKBOX "Remove ""Get Firefox"" from Start Menu when done", IDC_REMOVE,
37 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
38 PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
39 }
40
41 STRINGTABLE
42 BEGIN
43 IDS_START_MENU_NAME "Get Firefox"
44 END