oleview.rc 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. /*
  2. * OleView resources
  3. *
  4. * Copyright 2006 Piotr Caban
  5. *
  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.
  10. *
  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.
  15. *
  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
  19. */
  20. #include "resource.h"
  21. #pragma makedep po
  22. LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
  23. IDM_MENU MENU
  24. {
  25. POPUP "&File"
  26. {
  27. MENUITEM "&Bind to file...", IDM_BIND
  28. MENUITEM "&View TypeLib...", IDM_TYPELIB
  29. MENUITEM SEPARATOR
  30. MENUITEM "&System Configuration", IDM_SYSCONF
  31. MENUITEM "&Run the Registry Editor", IDM_REGEDIT
  32. MENUITEM SEPARATOR
  33. MENUITEM "E&xit", IDM_EXIT
  34. }
  35. POPUP "&Object"
  36. {
  37. POPUP "&CoCreateInstance Flag"
  38. {
  39. MENUITEM "&In-process server", IDM_FLAG_INSERV,CHECKED
  40. MENUITEM "In-process &handler", IDM_FLAG_INHANDL
  41. MENUITEM "&Local server", IDM_FLAG_LOCSERV,CHECKED
  42. MENUITEM "&Remote server", IDM_FLAG_REMSERV
  43. }
  44. MENUITEM SEPARATOR
  45. MENUITEM "View &Type information", IDM_TYPEINFO, GRAYED
  46. MENUITEM SEPARATOR
  47. MENUITEM "Create &Instance", IDM_CREATEINST, GRAYED
  48. MENUITEM "Create Instance &On...", IDM_CREATEINSTON, GRAYED
  49. MENUITEM "&Release Instance", IDM_RELEASEINST, GRAYED
  50. MENUITEM SEPARATOR
  51. MENUITEM "Copy C&LSID to clipboard", IDM_COPYCLSID, GRAYED
  52. MENUITEM "Copy &HTML object Tag to clipboard", IDM_HTMLTAG, GRAYED
  53. MENUITEM SEPARATOR
  54. MENUITEM "&View", IDM_VIEW, GRAYED
  55. }
  56. POPUP "&View"
  57. {
  58. MENUITEM "&Expert mode", IDM_EXPERT,CHECKED
  59. MENUITEM SEPARATOR
  60. MENUITEM "&Hidden component categories", IDM_HIDDEN, GRAYED
  61. MENUITEM SEPARATOR
  62. MENUITEM "&Toolbar", IDM_TOOLBAR,CHECKED
  63. MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
  64. MENUITEM SEPARATOR
  65. MENUITEM "&Refresh\tF5", IDM_REFRESH
  66. }
  67. POPUP "&Help"
  68. {
  69. MENUITEM "&About OleView", IDM_ABOUT
  70. }
  71. }
  72. IDM_TYPELIB MENU
  73. {
  74. POPUP "&File"
  75. {
  76. MENUITEM "&Save as...", IDM_SAVEAS
  77. MENUITEM "&Close", IDM_CLOSE
  78. }
  79. POPUP "&View"
  80. {
  81. MENUITEM "&Group by type kind", IDM_GROUP
  82. MENUITEM SEPARATOR
  83. MENUITEM "&Toolbar", IDM_TOOLBAR
  84. MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED
  85. }
  86. }
  87. STRINGTABLE
  88. {
  89. IDS_APPNAME "OleView"
  90. IDS_APPTITLE "OleView"
  91. IDS_READY "Ready"
  92. IDS_ABOUT "OleView - OLE/COM Object Viewer"
  93. IDS_TYPELIBTITLE "ITypeLib viewer"
  94. IDS_OPEN "Open"
  95. IDS_OPEN_FILTER_TYPELIB "TypeLib files (*.tlb; *.olb; *.dll; *.ocx; *.exe)"
  96. IDS_OPEN_FILTER_ALL "All files (*.*)"
  97. IDM_BIND, "Bind to file via a File Moniker"
  98. IDM_TYPELIB, "Open a TypeLib file and view the contents"
  99. IDM_SYSCONF, "Change machine wide Distributed COM settings"
  100. IDM_REGEDIT, "Run the Wine registry editor"
  101. IDM_EXIT, "Quit the application. Prompts to save changes"
  102. IDM_CREATEINST, "Create an instance of the selected object"
  103. IDM_CREATEINSTON, "Create an instance of the selected object on a specific machine"
  104. IDM_RELEASEINST, "Release the currently selected object instance"
  105. IDM_COPYCLSID, "Copy the GUID of the currently selected item to the clipboard"
  106. IDM_VIEW, "Display the viewer for the selected item"
  107. IDM_FLAG_INSERV, "Ask for an in-process server when calling CoGetClassObject"
  108. IDM_FLAG_INHANDL, "Ask for an in-process handler when calling CoGetClassObject"
  109. IDM_FLAG_LOCSERV, "Ask for a local server when calling CoGetClassObject"
  110. IDM_FLAG_REMSERV, "Ask for a remote server when calling CoGetClassObject"
  111. IDM_EXPERT, "Toggle between expert and novice display mode"
  112. IDM_HIDDEN, "Toggle the display of component categories that are not meant to be visible"
  113. IDM_TOOLBAR, "Show or hide the toolbar"
  114. IDM_STATUSBAR, "Show or hide the status bar"
  115. IDM_REFRESH, "Refresh all lists"
  116. IDM_ABOUT, "Display program information, version number and copyright"
  117. IDM_SAVEAS, "Save as an .IDL or .H file"
  118. IDM_CLOSE, "Close window"
  119. IDM_GROUP, "Group typeinfos by kind"
  120. IDS_TREE_OC, "ObjectClasses"
  121. IDS_TREE_GBCC, "Grouped by Component Category"
  122. IDS_TREE_O1O, "OLE 1.0 Objects"
  123. IDS_TREE_CLO, "COM Library Objects"
  124. IDS_TREE_AO, "All Objects"
  125. IDS_TREE_AID, "Application IDs"
  126. IDS_TREE_TL, "Type Libraries"
  127. IDS_TL_VER, "ver."
  128. IDS_TREE_I, "Interfaces"
  129. IDS_TAB_REG, "Registry"
  130. IDS_TAB_IMPL, "Implementation"
  131. IDS_TAB_ACTIV, "Activation"
  132. IDS_CGCOFAIL, "CoGetClassObject failed."
  133. IDS_ERROR_UNKN, "Unknown error"
  134. IDS_TRUE, "True"
  135. IDS_FALSE, "False"
  136. IDS_BYTES, "bytes"
  137. IDS_ERROR_LOADTYPELIB, "LoadTypeLib( %1 ) failed ($%2!x!)"
  138. IDS_INHERITINTERFACES, "Inherited Interfaces"
  139. }
  140. DLG_CREATEINSTON DIALOG 0, 0, 250, 41
  141. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
  142. CAPTION "Connect to another machine"
  143. FONT 8, "MS Shell Dlg"
  144. {
  145. LTEXT "&Machine name:", -1, 5, 6, 190, 8
  146. EDITTEXT IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
  147. DEFPUSHBUTTON "OK", IDOK, 200, 5, 45, 14
  148. PUSHBUTTON "Cancel", IDCANCEL, 200, 22, 45, 14
  149. }
  150. DLG_SYSCONF DIALOG 0, 0, 210, 100
  151. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
  152. CAPTION "System Configuration"
  153. FONT 8, "MS Shell Dlg"
  154. {
  155. LTEXT "System Settings", -1, 5, 6, 190, 8
  156. CHECKBOX "&Enable Distributed COM", IDC_ENABLEDCOM, 5, 20, 190, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
  157. CHECKBOX "Enable &Remote Connections (Win95 only)", IDC_ENABLEREMOTE, 5, 35, 190, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
  158. LTEXT "These settings change only registry values.\nThey have no effect on Wine performance.", -1, 5, 50, 200, 40
  159. DEFPUSHBUTTON "OK", IDOK, 110, 80, 45, 14
  160. PUSHBUTTON "Cancel", IDCANCEL, 160, 80, 45, 14
  161. }
  162. DLG_DEFAULT_IV DIALOG 0, 0, 280, 50
  163. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
  164. CAPTION "Default Interface Viewer"
  165. FONT 8, "MS Shell Dlg"
  166. {
  167. LTEXT "Interface", -1, 5, 6, 50, 8
  168. LTEXT "", IDC_LABEL, 60, 6, 145, 8
  169. LTEXT "IID:", -1, 5, 16, 50, 8
  170. LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
  171. DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
  172. PUSHBUTTON "&View Type Info", IDC_VIEWTYPEINFO, 6, 31, 120, 14, WS_DISABLED
  173. }
  174. DLG_IPERSIST_IV DIALOG 0, 0, 280, 29
  175. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
  176. CAPTION "IPersist Interface Viewer"
  177. FONT 8, "MS Shell Dlg"
  178. {
  179. LTEXT "Class Name:", -1, 5, 6, 50, 8
  180. LTEXT "", IDC_LABEL, 60, 6, 145, 8
  181. LTEXT "CLSID:", -1, 5, 16, 50, 8
  182. LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
  183. DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
  184. }
  185. DLG_IPERSISTSTREAM_IV DIALOG 0, 0, 280, 68
  186. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
  187. CAPTION "IPersistStream Interface Viewer"
  188. FONT 8, "MS Shell Dlg"
  189. {
  190. LTEXT "Class Name:", -1, 5, 6, 50, 8
  191. LTEXT "", IDC_LABEL, 60, 6, 145, 8
  192. LTEXT "CLSID:", -1, 5, 16, 50, 8
  193. LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
  194. DEFPUSHBUTTON "&Close", IDCANCEL, 230, 6, 45, 14
  195. PUSHBUTTON "#msgctxt#do not translate#&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
  196. LTEXT "", IDC_ISDIRTY, 60, 34, 145, 8
  197. PUSHBUTTON "#msgctxt#do not translate#&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
  198. LTEXT "", IDC_GETSIZEMAX, 60, 52, 145, 8
  199. }
  200. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  201. IDA_OLEVIEW ACCELERATORS
  202. {
  203. VK_F5, IDM_REFRESH, VIRTKEY
  204. }
  205. /* @makedep: oleview.manifest */
  206. 1 RT_MANIFEST oleview.manifest
  207. /* @makedep: toolbar.bmp */
  208. IDB_TOOLBAR BITMAP toolbar.bmp