2 * Copyright 2005 Jacek Caban
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
27 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
29 ID_AXINSTALL_WARNING_DLG DIALOG 0, 0, 260, 115
30 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
31 CAPTION "Security Warning"
32 FONT 8, "MS Shell Dlg"
34 CONTROL "Do you want to install this software?",
35 100, "static", SS_LEFT | WS_CHILD | WS_VISIBLE, 10, 10, 240, 23
36 CONTROL "Location:", 101, "static", SS_LEFT | WS_CHILD | WS_VISIBLE, 10, 26, 40, 13
37 CONTROL "", ID_AXINSTALL_LOCATION, "static", SS_LEFT | WS_CHILD | WS_VISIBLE, 50, 26, 200, 13
38 DEFPUSHBUTTON "Don't install", IDCANCEL, 200, 48, 50, 14, WS_GROUP | WS_TABSTOP
39 PUSHBUTTON "", ID_AXINSTALL_INSTALL_BTN, 144, 48, 50, 14, WS_GROUP | WS_TABSTOP | WS_DISABLED
40 CONTROL "", 102, "static", SS_ETCHEDHORZ, 10, 70, 240, 1
41 ICON "", ID_AXINSTALL_ICON, 10, 82, 32, 32, WS_CHILD | WS_VISIBLE
42 CONTROL "When installed, an ActiveX component has full access to your " \
43 "computer. Do not click install unless you have absolute trust " \
44 "in the above source.",
45 22002, "static", SS_LEFT | WS_CHILD | WS_VISIBLE, 46, 80, 194, 23
50 IDS_AXINSTALL_FAILURE "Installation of component failed: %08x"
51 IDS_AXINSTALL_INSTALLN "Install (%d)"
52 IDS_AXINSTALL_INSTALL "Install"
55 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
57 /* @makedep: urlmon.rgs */
58 1 WINE_REGISTRY urlmon.rgs
60 /* @makedep: urlmon.inf */
61 REGINST REGINST urlmon.inf
63 #define WINE_FILENAME_STR "urlmon.dll"
64 #define WINE_FILEVERSION 6,0,2800,1485
65 #define WINE_FILEVERSION_STR "6.0.2800.1485"
66 #define WINE_PRODUCTVERSION 6,0,2800,1485
67 #define WINE_PRODUCTVERSION_STR "6.0.2800.1485"
69 #include "wine/wine_common_ver.rc"