d2d1/tests: Fix stroke style object leak (Valgrind).
[wine.git] / dlls / ieframe / ieframe.rc
blobaed8483e4ce22db2a82d0be2fccf280b9fcd6cee
1 /*
2  * Copyright 2011 Jacek Caban for CodeWeavers
3  *
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.
8  *
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.
13  *
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
17  */
19 #include "resource.h"
21 #pragma makedep po
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
25 IDR_BROWSE_MAIN_MENU MENU
27     POPUP "&File"
28     {
29         POPUP "&New"
30         {
31             MENUITEM "&Window",                 ID_BROWSE_NEW_WINDOW
32         }
33         MENUITEM "&Open...",                    ID_BROWSE_OPEN
34         MENUITEM "&Save",                       ID_BROWSE_SAVE
35         MENUITEM "Save &as...",                 ID_BROWSE_SAVE_AS
36         MENUITEM SEPARATOR
37         MENUITEM "Print &format...",            ID_BROWSE_PRINT_FORMAT
38         MENUITEM "Pr&int...",                   ID_BROWSE_PRINT
39         MENUITEM "Print previe&w",              ID_BROWSE_PRINT_PREVIEW
40         MENUITEM SEPARATOR
41         MENUITEM "&Properties",                 ID_BROWSE_PROPERTIES
42         MENUITEM "&Close",                      ID_BROWSE_QUIT
43     }
44     POPUP "&View"
45     {
46         POPUP "&Toolbars"
47         {
48             MENUITEM "&Standard bar",           ID_BROWSE_BAR_STD
49             MENUITEM "&Address bar",            ID_BROWSE_BAR_ADDR
50         }
51     }
52     POPUP "&Favorites"
53     {
54         MENUITEM "&Add to Favorites...",        ID_BROWSE_ADDFAV
55         MENUITEM SEPARATOR
56     }
57     POPUP "&Help"
58     {
59         MENUITEM "&About Internet Explorer", ID_BROWSE_ABOUT
60     }
63 STRINGTABLE
65     IDS_TB_BACK             "Back"
66     IDS_TB_FORWARD          "Forward"
67     IDS_TB_STOP             "Stop"
68     IDS_TB_REFRESH          "Refresh"
69     IDS_TB_HOME             "#msgctxt#home page#Home"
70     IDS_TB_PRINT            "Print..."
73 STRINGTABLE
75     IDS_ADDRESS             "Address"
78 STRINGTABLE
80     IDS_FINDINGRESOURCE     "Searching for %s"
81     IDS_BEGINDOWNLOADDATA   "Start downloading %s"
82     IDS_ENDDOWNLOADDATA     "Downloading %s"
83     IDS_SENDINGREQUEST      "Asking for %s"
87 IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
88 STYLE DS_MODALFRAME | WS_CAPTION
89 CAPTION "Open URL"
90 FONT 8, "MS Shell Dlg"
92     LTEXT "Specify the URL you wish to open in Internet Explorer",-1, 35,5,160,25
93     LTEXT "Open:", -1, 5, 32, 30, 15
94     EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
95     DEFPUSHBUTTON "OK", IDOK, 90, 50, 50, 14
96     PUSHBUTTON "Cancel", IDCANCEL, 145, 50, 50, 14
99 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
101 #define WINE_FILEDESCRIPTION_STR "Internet Browser"
102 #define WINE_FILENAME_STR "ieframe.dll"
103 #define WINE_FILEVERSION 8,00,7601,17601
104 #define WINE_FILEVERSION_STR "8.00.7601.17601"
105 #define WINE_PRODUCTVERSION 8,00,7601,17601
106 #define WINE_PRODUCTVERSION_STR "8.00.7601.17601"
107 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
109 #include "wine/wine_common_ver.rc"
111 /* @makedep: ietoolbar.bmp */
112 IDB_IETOOLBAR BITMAP ietoolbar.bmp
114 /* @makedep: ieframe.rgs */
115 2 WINE_REGISTRY ieframe.rgs