4 * Copyright 2006 Piotr Caban
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
25 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
31 MENUITEM "&Bind to file...", IDM_BIND
32 MENUITEM "&View TypeLib...", IDM_TYPELIB
34 MENUITEM "&System Configuration", IDM_SYSCONF
35 MENUITEM "&Run the Registry Editor", IDM_REGEDIT
37 MENUITEM "E&xit", IDM_EXIT
41 POPUP "&CoCreateInstance Flag"
43 MENUITEM "&In-process server", IDM_FLAG_INSERV,CHECKED
44 MENUITEM "In-process &handler", IDM_FLAG_INHANDL
45 MENUITEM "&Local server", IDM_FLAG_LOCSERV,CHECKED
46 MENUITEM "&Remote server", IDM_FLAG_REMSERV
49 MENUITEM "View &Type information", IDM_TYPEINFO, GRAYED
51 MENUITEM "Create &Instance", IDM_CREATEINST, GRAYED
52 MENUITEM "Create Instance &On...", IDM_CREATEINSTON, GRAYED
53 MENUITEM "&Release Instance", IDM_RELEASEINST, GRAYED
55 MENUITEM "Copy C&LSID to clipboard", IDM_COPYCLSID, GRAYED
56 MENUITEM "Copy &HTML object Tag to clipboard", IDM_HTMLTAG, GRAYED
58 MENUITEM "&View", IDM_VIEW, GRAYED
62 MENUITEM "&Expert mode", IDM_EXPERT,CHECKED
64 MENUITEM "&Hidden component categories", IDM_HIDDEN, GRAYED
66 MENUITEM "&Toolbar", IDM_TOOLBAR,CHECKED
67 MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
69 MENUITEM "&Refresh\tF5", IDM_REFRESH
73 MENUITEM "&About OleView", IDM_ABOUT
81 MENUITEM "&Save as...", IDM_SAVEAS
82 MENUITEM "&Close", IDM_CLOSE
86 MENUITEM "&Group by type kind", IDM_GROUP
88 MENUITEM "&Toolbar", IDM_TOOLBAR
89 MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
96 IDS_APPTITLE "OleView"
98 IDS_ABOUT "OleView - OLE/COM Object Viewer"
99 IDS_ABOUTVER "version 1.0"
100 IDS_TYPELIBTITLE "ITypeLib viewer"
102 IDS_OPEN_FILTER_TYPELIB "TypeLib files (*.tlb; *.olb; *.dll; *.ocx; *.exe)"
103 IDS_OPEN_FILTER_ALL "All files (*.*)"
105 IDM_BIND, "Bind to file via a File Moniker"
106 IDM_TYPELIB, "Open a TypeLib file and view the contents"
107 IDM_SYSCONF, "Change machine wide Distributed COM settings"
108 IDM_REGEDIT, "Run the Wine registry editor"
109 IDM_EXIT, "Quit the application. Prompts to save changes"
110 IDM_CREATEINST, "Create an instance of the selected object"
111 IDM_CREATEINSTON, "Create an instance of the selected object on a specific machine"
112 IDM_RELEASEINST, "Release the currently selected object instance"
113 IDM_COPYCLSID, "Copy the GUID of the currently selected item to the clipboard"
114 IDM_VIEW, "Display the viewer for the selected item"
115 IDM_FLAG_INSERV, "Ask for an in-process server when calling CoGetClassObject"
116 IDM_FLAG_INHANDL, "Ask for an in-process handler when calling CoGetClassObject"
117 IDM_FLAG_LOCSERV, "Ask for a local server when calling CoGetClassObject"
118 IDM_FLAG_REMSERV, "Ask for a remote server when calling CoGetClassObject"
119 IDM_EXPERT, "Toggle between expert and novice display mode"
120 IDM_HIDDEN, "Toggle the display of component categories that are not meant to be visible"
121 IDM_TOOLBAR, "Show or hide the toolbar"
122 IDM_STATUSBAR, "Show or hide the status bar"
123 IDM_REFRESH, "Refresh all lists"
124 IDM_ABOUT, "Display program information, version number and copyright"
126 IDM_SAVEAS, "Save as an .IDL or .H file"
127 IDM_CLOSE, "Close window"
128 IDM_GROUP, "Group typeinfos by kind"
130 IDS_TREE_OC, "ObjectClasses"
131 IDS_TREE_GBCC, "Grouped by Component Category"
132 IDS_TREE_O1O, "OLE 1.0 Objects"
133 IDS_TREE_CLO, "COM Library Objects"
134 IDS_TREE_AO, "All Objects"
135 IDS_TREE_AID, "Application IDs"
136 IDS_TREE_TL, "Type Libraries"
138 IDS_TREE_I, "Interfaces"
140 IDS_TAB_REG, "Registry"
141 IDS_TAB_IMPL, "Implementation"
142 IDS_TAB_ACTIV, "Activation"
144 IDS_CGCOFAIL, "CoGetClassObject failed."
145 IDS_ERROR_UNKN, "Unknown error"
150 IDS_ERROR_LOADTYPELIB, "LoadTypeLib( %1 ) failed ($%2!x!)"
151 IDS_INHERITINTERFACES, "Inherited Interfaces"
154 DLG_CREATEINSTON DIALOG 0, 0, 250, 41
155 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
156 CAPTION "Connect to another machine"
157 FONT 8, "MS Shell Dlg"
159 LTEXT "&Machine name:", -1, 5, 6, 190, 8
160 EDITTEXT IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
161 DEFPUSHBUTTON "OK", IDOK, 200, 5, 45, 14
162 PUSHBUTTON "Cancel", IDCANCEL, 200, 22, 45, 14
165 DLG_SYSCONF DIALOG 0, 0, 210, 100
166 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
167 CAPTION "System Configuration"
168 FONT 8, "MS Shell Dlg"
170 LTEXT "System Settings", -1, 5, 6, 190, 8
171 CHECKBOX "&Enable Distributed COM", IDC_ENABLEDCOM, 5, 20, 190, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
172 CHECKBOX "Enable &Remote Connections (Win95 only)", IDC_ENABLEREMOTE, 5, 35, 190, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
173 LTEXT "These settings change only registry values.\nThey have no effect on Wine performance.", -1, 5, 50, 200, 40
174 DEFPUSHBUTTON "OK", IDOK, 110, 80, 45, 14
175 PUSHBUTTON "Cancel", IDCANCEL, 160, 80, 45, 14
178 DLG_DEFAULT_IV DIALOG 0, 0, 280, 50
179 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
180 CAPTION "Default Interface Viewer"
181 FONT 8, "MS Shell Dlg"
183 LTEXT "Interface", -1, 5, 6, 50, 8
184 LTEXT "", IDC_LABEL, 60, 6, 145, 8
185 LTEXT "IID:", -1, 5, 16, 50, 8
186 LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
187 DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
188 PUSHBUTTON "&View Type Info", IDC_VIEWTYPEINFO, 6, 31, 120, 14, WS_DISABLED
191 DLG_IPERSIST_IV DIALOG 0, 0, 280, 29
192 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
193 CAPTION "IPersist Interface Viewer"
194 FONT 8, "MS Shell Dlg"
196 LTEXT "Class Name:", -1, 5, 6, 50, 8
197 LTEXT "", IDC_LABEL, 60, 6, 145, 8
198 LTEXT "CLSID:", -1, 5, 16, 50, 8
199 LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
200 DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
203 DLG_IPERSISTSTREAM_IV DIALOG 0, 0, 280, 68
204 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
205 CAPTION "IPersistStream Interface Viewer"
206 FONT 8, "MS Shell Dlg"
208 LTEXT "Class Name:", -1, 5, 6, 50, 8
209 LTEXT "", IDC_LABEL, 60, 6, 145, 8
210 LTEXT "CLSID:", -1, 5, 16, 50, 8
211 LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
212 DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
213 PUSHBUTTON "#msgctxt#do not translate#&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
214 LTEXT "", IDC_ISDIRTY, 60, 34, 145, 8
215 PUSHBUTTON "#msgctxt#do not translate#&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
216 LTEXT "", IDC_GETSIZEMAX, 60, 52, 145, 8
219 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
221 IDA_OLEVIEW ACCELERATORS
223 VK_F5, IDM_REFRESH, VIRTKEY
226 /* @makedep: toolbar.bmp */
227 IDB_TOOLBAR BITMAP toolbar.bmp