~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/oleview/En.rc

Version: ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * OleView (En.rc)
  3  * English Language Support
  4  *
  5  * Copyright 2006 Piotr Caban
  6  *
  7  * This library is free software; you can redistribute it and/or
  8  * modify it under the terms of the GNU Lesser General Public
  9  * License as published by the Free Software Foundation; either
 10  * version 2.1 of the License, or (at your option) any later version.
 11  *
 12  * This library is distributed in the hope that it will be useful,
 13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 15  * Lesser General Public License for more details.
 16  *
 17  * You should have received a copy of the GNU Lesser General Public
 18  * License along with this library; if not, write to the Free Software
 19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 20  */
 21 
 22 #include "resource.h"
 23 
 24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 25 
 26 IDM_MENU MENU
 27 {
 28     POPUP "&File"
 29     {
 30         MENUITEM "&Bind to file...",    IDM_BIND
 31         MENUITEM "&View TypeLib...",    IDM_TYPELIB
 32         MENUITEM SEPARATOR
 33         MENUITEM "&System Configuration...",    IDM_SYSCONF
 34         MENUITEM "&Run the Registry Editor",    IDM_REGEDIT
 35         MENUITEM SEPARATOR
 36         MENUITEM "E&xit",    IDM_EXIT
 37     }
 38     POPUP "&Object"
 39     {
 40         POPUP "&CoCreateInstance Flag"
 41         {
 42             MENUITEM "CLSCTX_&INPROC_SERVER",    IDM_FLAG_INSERV,CHECKED
 43             MENUITEM "CLSCTX_INPROC_&HANDLER",    IDM_FLAG_INHANDL
 44             MENUITEM "CLSCTX_&LOCAL_SERVER",        IDM_FLAG_LOCSERV,CHECKED
 45             MENUITEM "CLSCTX_&REMOTE_SERVER",    IDM_FLAG_REMSERV
 46         }
 47         MENUITEM SEPARATOR
 48         MENUITEM "View &Type information",    IDM_TYPEINFO, GRAYED
 49         MENUITEM SEPARATOR
 50         MENUITEM "Create &Instance",    IDM_CREATEINST, GRAYED
 51         MENUITEM "Create Instance &On...",    IDM_CREATEINSTON, GRAYED
 52         MENUITEM "&Release Instance",    IDM_RELEASEINST, GRAYED
 53         MENUITEM SEPARATOR
 54         MENUITEM "Copy C&LSID to clipboard",    IDM_COPYCLSID, GRAYED
 55         MENUITEM "Copy &HTML object Tag to clipboard", IDM_HTMLTAG, GRAYED
 56         MENUITEM SEPARATOR
 57         MENUITEM "&View...",    IDM_VIEW, GRAYED
 58     }
 59     POPUP "&View"
 60     {
 61         MENUITEM "&Expert mode",    IDM_EXPERT,CHECKED
 62         MENUITEM SEPARATOR
 63         MENUITEM "&Hidden component categories",    IDM_HIDDEN, GRAYED
 64         MENUITEM SEPARATOR
 65         MENUITEM "&Toolbar",    IDM_TOOLBAR,CHECKED
 66         MENUITEM "&Status Bar",    IDM_STATUSBAR,CHECKED
 67         MENUITEM SEPARATOR
 68         MENUITEM "&Refresh\tF5",    IDM_REFRESH
 69     }
 70     POPUP "&Help"
 71     {
 72         MENUITEM "&About OleView",    IDM_ABOUT
 73     }
 74 }
 75 
 76 IDM_TYPELIB MENU
 77 {
 78     POPUP "&File"
 79     {
 80         MENUITEM "&Save as...",    IDM_SAVEAS
 81         MENUITEM "&Close",  IDM_CLOSE
 82     }
 83     POPUP "&View"
 84     {
 85         MENUITEM "&Group by type kind", IDM_GROUP
 86         MENUITEM SEPARATOR
 87         MENUITEM "&Toolbar",    IDM_TOOLBAR
 88         MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
 89     }
 90 }
 91 
 92 STRINGTABLE
 93 {
 94     IDS_APPNAME            "OleView"
 95     IDS_APPTITLE           "OleView"
 96     IDS_READY              "Ready"
 97     IDS_ABOUT              "OleView - OLE/COM Object Viewer"
 98     IDS_ABOUTVER           "version 1.0"
 99     IDS_TYPELIBTITLE       "ITypeLib viewer"
100     IDS_OPEN               "Open"
101     IDS_OPEN_TYPELIB_FILTER "TypeLib Files (*.tlb;*.olb;*.dll;*.ocx;*.exe)\0*.tlb;*.olb;*.dll;*.ocx;*.exe\0All Files (*.*)\0*.*\0\0"
102 
103     IDM_BIND,              "Bind to file via a File Moniker"
104     IDM_TYPELIB,           "Open a TypeLib file and view the contents"
105     IDM_SYSCONF,           "Change machine wide Distributed COM settings"
106     IDM_REGEDIT,           "Run the Wine registry editor"
107     IDM_EXIT,              "Quit the application. Prompts to save changes"
108     IDM_CREATEINST,        "Create an instance of the selected object"
109     IDM_CREATEINSTON,      "Create an instance of the selected object on a specific machine"
110     IDM_RELEASEINST,       "Release the currently selected object instance"
111     IDM_COPYCLSID,         "Copy the GUID of the currently selected item to the clipboard"
112     IDM_VIEW,              "Display the viewer for the selected item"
113     IDM_FLAG_INSERV,       "Use CLSCTX_INPROC_SERVER when calling CoGetClassObject"
114     IDM_FLAG_INHANDL,      "Use CLSCTX_INPROC_HANDLER when calling CoGetClassObject"
115     IDM_FLAG_LOCSERV,      "Use CLSCTX_LOCAL_SERVER when calling CoGetClassObject"
116     IDM_FLAG_REMSERV,      "Use CLSCTX_REMOTE_SERVER when calling CoGetClassObject"
117     IDM_EXPERT,            "Toggle between expert and novice display mode"
118     IDM_HIDDEN,            "Toggle the display of component categories that are not meant to be visible"
119     IDM_TOOLBAR,           "Show or hide the toolbar"
120     IDM_STATUSBAR,         "Show or hide the status bar"
121     IDM_REFRESH,           "Refresh all lists"
122     IDM_ABOUT,             "Display program information, version number and copyright"
123 
124     IDM_SAVEAS,            "Save as an .IDL or .H file"
125     IDM_CLOSE,             "Close window"
126     IDM_GROUP,             "Group typeinfos by kind"
127 
128     IDS_TREE_OC,           "ObjectClasses"
129     IDS_TREE_GBCC,         "Grouped by Component Category"
130     IDS_TREE_O1O,          "OLE 1.0 Objects"
131     IDS_TREE_CLO,          "COM Library Objects"
132     IDS_TREE_AO,           "All Objects"
133     IDS_TREE_AID,          "Application IDs"
134     IDS_TREE_TL,           "Type Libraries"
135     IDS_TL_VER,            "ver."
136     IDS_TREE_I,            "Interfaces"
137 
138     IDS_TAB_REG,           "Registry"
139     IDS_TAB_IMPL,          "Implementation"
140     IDS_TAB_ACTIV,         "Activation"
141 
142     IDS_CGCOFAIL,          "CoGetClassObject failed."
143     IDS_ERROR_UNKN,        "Unknown error"
144     IDS_TRUE,              "True"
145     IDS_FALSE,             "False"
146     IDS_BYTES,             "bytes"
147 
148     IDS_ERROR_LOADTYPELIB, "LoadTypeLib( %s ) failed ($%x)"
149     IDS_INHERITINTERFACES, "Inherited Interfaces"
150 }
151 
152 DLG_CREATEINSTON DIALOG DISCARDABLE 0, 0, 250, 41
153 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
154 CAPTION "Connect to another machine"
155 FONT 8, "MS Shell Dlg"
156 {
157     LTEXT   "&Machine name:", -1, 5, 6, 190, 8
158     EDITTEXT    IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
159     DEFPUSHBUTTON   "&OK", IDOK, 200, 5, 45, 14
160     PUSHBUTTON  "&Cancel", IDCANCEL, 200, 22, 45, 14
161 }
162 
163 DLG_SYSCONF DIALOG DISCARDABLE 0, 0, 170, 100
164 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
165 CAPTION "System Configuration"
166 FONT 8, "MS Shell Dlg"
167 {
168     LTEXT   "System Settings", -1, 5, 6, 160, 8
169     CHECKBOX    "&Enable Distributed COM", IDC_ENABLEDCOM, 5, 20, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
170     CHECKBOX    "Enable &Remote Connections (Win95 only)", IDC_ENABLEREMOTE, 5, 35, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
171     LTEXT   "These settings changes only register values.\nIt has no effect on Wine performance.", -1, 5, 50, 160, 40
172     DEFPUSHBUTTON   "&OK", IDOK, 70, 80, 45, 14
173     PUSHBUTTON  "&Cancel", IDCANCEL, 120, 80, 45, 14
174 }
175 
176 DLG_DEFAULT_IV DIALOG DISCARDABLE 0, 0, 280, 50
177 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
178 CAPTION "Default Interface Viewer"
179 FONT 8, "MS Shell Dlg"
180 {
181     LTEXT   "Interface", -1, 5, 6, 50, 8
182     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
183     LTEXT   "IID:", -1, 5, 16, 50, 8
184     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
185     DEFPUSHBUTTON   "&Close", IDCANCEL, 230, 6, 45, 14
186     PUSHBUTTON  "&View Type Info", IDC_VIEWTYPEINFO, 6, 31, 70, 14, WS_DISABLED
187 }
188 
189 DLG_IPERSIST_IV DIALOG DISCARDABLE 0, 0, 280, 29
190 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
191 CAPTION "IPersist Interface Viewer"
192 FONT 8, "MS Shell Dlg"
193 {
194     LTEXT   "Class Name:", -1, 5, 6, 50, 8
195     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
196     LTEXT   "CLSID:", -1, 5, 16, 50, 8
197     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
198     DEFPUSHBUTTON   "&Close", IDCANCEL, 230, 6, 45, 14
199 }
200 
201 DLG_IPERSISTSTREAM_IV DIALOG DISCARDABLE 0, 0, 280, 68
202 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
203 CAPTION "IPersistStream Interface Viewer"
204 FONT 8, "MS Shell Dlg"
205 {
206     LTEXT   "Class Name:", -1, 5, 6, 50, 8
207     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
208     LTEXT   "CLSID:", -1, 5, 16, 50, 8
209     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
210     DEFPUSHBUTTON   "&Close", IDCANCEL, 230, 6, 45, 14
211     PUSHBUTTON  "&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
212     LTEXT   "???", IDC_ISDIRTY, 60, 34, 145, 8
213     PUSHBUTTON  "&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
214     LTEXT   "???", IDC_GETSIZEMAX, 60, 52, 145, 8
215 }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.