Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

254 lines
10 KiB

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "winuser.h"
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "oledlg.dlg"
  11. IDB_RESULTSEGA BITMAP MOVEABLE PURE "res\\egares.bmp"
  12. IDB_RESULTSVGA BITMAP MOVEABLE PURE "res\\vgares.bmp"
  13. IDB_RESULTSHIRESVGA BITMAP MOVEABLE PURE "res\\hivgares.bmp"
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Version
  17. //
  18. #ifdef WIN32
  19. #include <windows.h>
  20. #include <ntverp.h>
  21. #define VER_FILETYPE VFT_DLL
  22. #define VER_FILESUBTYPE VFT2_UNKNOWN
  23. #define VER_FILEDESCRIPTION_STR "Microsoft Windows(TM) OLE 2.0 User Interface Support"
  24. #define VER_FILEVERSION_STR "1.0"
  25. #undef VER_PRODUCTNAME_STR
  26. #define VER_PRODUCTNAME_STR "Microsoft Windows(TM) OLE 2.0 User Interface Support"
  27. #undef VER_PRODUCTVERSION_STR
  28. #define VER_PRODUCTVERSION_STR "2.01"
  29. #define VER_INTERNALNAME_STR "OLEDLG"
  30. #define VER_ORIGINALFILENAME_STR "OLEDLG.DLL"
  31. #include "common.ver"
  32. #else
  33. 1 VERSIONINFO
  34. FILEVERSION 1,0,0,0
  35. PRODUCTVERSION 2,0,1,0
  36. FILEFLAGSMASK 0x3fL
  37. #ifdef _DEBUG
  38. FILEFLAGS 0x1L
  39. #else
  40. FILEFLAGS 0x0L
  41. #endif
  42. FILEOS 0x40004L
  43. FILETYPE 0x2L
  44. FILESUBTYPE 0x0L
  45. BEGIN
  46. BLOCK "StringFileInfo"
  47. BEGIN
  48. BLOCK "040904e4"
  49. BEGIN
  50. VALUE "CompanyName", "Microsoft Corporation\0"
  51. VALUE "FileDescription", "Microsoft Windows(TM) OLE 2.0 User Interface Support\0"
  52. VALUE "FileVersion", "1.0\0"
  53. VALUE "InternalName", "OLEDLG\0"
  54. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1995\0"
  55. VALUE "OriginalFilename", "OLEDLG.DLL\0"
  56. VALUE "ProductName", "Microsoft Windows(TM) OLE 2.0 User Interface Support\0"
  57. VALUE "ProductVersion", "2.01\0"
  58. END
  59. END
  60. BLOCK "VarFileInfo"
  61. BEGIN
  62. VALUE "Translation", 0x409, 1252
  63. END
  64. END
  65. #endif
  66. #ifdef APSTUDIO_INVOKED
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // TEXTINCLUDE
  70. //
  71. 1 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "resource.h\0"
  74. END
  75. 2 TEXTINCLUDE DISCARDABLE
  76. BEGIN
  77. "#include ""winres.h""\r\n"
  78. "#include ""dlgs.h""\r\n"
  79. "#include ""oledlg.h""\r\n"
  80. "\0"
  81. END
  82. 3 TEXTINCLUDE DISCARDABLE
  83. BEGIN
  84. "#include ""res/ole2ui.rc2""\r\n"
  85. "\0"
  86. END
  87. /////////////////////////////////////////////////////////////////////////////
  88. #endif // APSTUDIO_INVOKED
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // String Table
  92. //
  93. STRINGTABLE DISCARDABLE
  94. BEGIN
  95. IDS_FILTERS "All Files (*.*)|*.*|"
  96. IDS_ICONFILTERS "Icon Files|*.exe;*.dll;*.ico|Programs (*.exe)|*.exe|Libraries (*.dll)|*.dll|Icons (*.ico)|*.ico|All Files (*.*)|*.*|"
  97. IDS_BROWSE "Browse"
  98. IDS_OCX_FILTERS "OLE Controls (*.ocx)|*.ocx|Libraries (*.dll)|*.dll|All Files (*.*)|*.*|"
  99. IDS_INSERT "Insert"
  100. IDS_CHNGSRCOKBUTTON "OK"
  101. END
  102. STRINGTABLE DISCARDABLE
  103. BEGIN
  104. IDS_IORESULTNEW "Inserts a new %s object into your document."
  105. IDS_IORESULTNEWICON "Inserts a new %s object into your document. It will be displayed as an icon."
  106. IDS_IORESULTFROMFILE1 "Inserts the contents of the file as an object into your document so that you may activate it using the "
  107. IDS_IORESULTFROMFILE2 "program which created it."
  108. IDS_IORESULTFROMFILEICON2
  109. "program which created it. It will be displayed as an icon."
  110. IDS_IORESULTLINKFILE1 "Inserts a picture of the file contents into your document. The picture will be linked to "
  111. IDS_IORESULTLINKFILE2 "the file so that changes to the file will be reflected in your document."
  112. IDS_IORESULTLINKFILEICON1
  113. "Inserts a shortcut which represents the file. The shortcut will be linked to "
  114. IDS_IORESULTLINKFILEICON2
  115. "the file so that changes to the file will be reflected in your document."
  116. END
  117. STRINGTABLE DISCARDABLE
  118. BEGIN
  119. IDS_CINOICONSINFILE "There are no icons in %s."
  120. IDS_CIINVALIDFILE "File %s does not exist."
  121. IDS_CIFILEACCESS "Unable to open file %s. Access denied."
  122. IDS_CIFILESHARE "Unable to open file %s. Sharing violation."
  123. IDS_CIFILEOPENFAIL "Unable to open file %s. General failure."
  124. IDS_OLE2UIUNKNOWN "Unknown"
  125. IDS_OLE2UILINK "Link"
  126. IDS_OLE2UIOBJECT "Object"
  127. IDS_OLE2UIEDIT "&Edit"
  128. END
  129. STRINGTABLE DISCARDABLE
  130. BEGIN
  131. IDS_CVRESULTCONVERTLINK "A linked object must be converted at the source."
  132. IDS_CVRESULTCONVERTTO "Permanently changes the selected %1 object to a %2 object."
  133. IDS_CVRESULTNOCHANGE "The selected %s object will not be converted."
  134. IDS_CVRESULTDISPLAYASICON " It will be displayed as an icon."
  135. IDS_CVRESULTACTIVATEAS "Every %1 object will be activated as a %2 object"
  136. IDS_CVRESULTACTIVATEDIFF ", but it will not be converted."
  137. END
  138. STRINGTABLE DISCARDABLE
  139. BEGIN
  140. IDS_PSPASTEDATA "Inserts the contents of the clipboard into your document as %s."
  141. IDS_PSPASTEOBJECT "Inserts the contents of the clipboard into your document so that you may activate it using %s."
  142. IDS_PSPASTEOBJECTASICON "Inserts the contents of the clipboard into your document so that you may activate it using %s. It will be displayed as an icon."
  143. IDS_PSPASTELINKDATA "Inserts the contents of the clipboard into your document as %s. The data is linked to the source file so that changes to the file will be reflected in your document."
  144. IDS_PSPASTELINKOBJECT "Inserts a picture of the clipboard contents into your document. The picture is linked to the source file so that changes to the file will be reflected in your document."
  145. IDS_PSPASTELINKOBJECTASICON
  146. "Inserts a shortcut which points to the location of the clipboard contents. The shortcut is linked to the source file so that changes to the file will be reflected in your document."
  147. IDS_PSNONOLE "Inserts the contents of the clipboard into your document."
  148. IDS_PSUNKNOWNTYPE "Unknown Type"
  149. IDS_PSUNKNOWNSRC "Unknown Source"
  150. IDS_PSUNKNOWNAPP "the program which created it"
  151. END
  152. STRINGTABLE DISCARDABLE
  153. BEGIN
  154. #ifdef CHICO
  155. IDS_BZRESULTTEXTBUSY "This action cannot be completed because the ""%1"" program is busy. Click the appropriate button on the task bar to activate the program and correct the problem."
  156. IDS_BZRESULTTEXTNOTRESPONDING
  157. "This action cannot be completed because the ""%1"" program is not responding. Click the appropriate button on the task bar to activate the program and correct the problem."
  158. #else
  159. IDS_BZRESULTTEXTBUSY "This action cannot be completed because the ""%1"" program is busy. Choose ""Switch To"" and correct the problem."
  160. IDS_BZRESULTTEXTNOTRESPONDING
  161. "This action cannot be completed because the ""%1"" program is not responding. Choose ""Switch To"" and correct the problem."
  162. #endif
  163. END
  164. STRINGTABLE DISCARDABLE
  165. BEGIN
  166. IDS_OLESTDNOCREATEFILE "Could not create file!"
  167. IDS_OLESTDNOOPENFILE "Could not open file!"
  168. IDS_OLESTDDISKFULL "Disk full--unable to complete save operation"
  169. END
  170. STRINGTABLE DISCARDABLE
  171. BEGIN
  172. IDS_OLE2UICONVERT "&Convert..."
  173. IDS_OLE2UIEDITLINKCMD_1VERB "%1 Linked %2 &Object"
  174. IDS_OLE2UIEDITOBJECTCMD_1VERB "%1 %2 &Object"
  175. IDS_OLE2UIEDITLINKCMD_NVERB "Linked %s &Object"
  176. IDS_OLE2UIEDITOBJECTCMD_NVERB "%s &Object"
  177. IDS_OLE2UIEDITNOOBJCMD "&Object"
  178. IDS_DEFICONLABEL "Document"
  179. IDS_OLE2UIPASTELINKEDTYPE "Linked %s"
  180. END
  181. STRINGTABLE DISCARDABLE
  182. BEGIN
  183. IDS_LINK_AUTO "Automatic"
  184. IDS_LINK_MANUAL "Manual"
  185. IDS_LINK_UNKNOWN "Unavail"
  186. IDS_LINKS "Links"
  187. IDS_FAILED "Operation failed!"
  188. IDS_CHANGESOURCE "Change Source"
  189. IDS_INVALIDSOURCE "Invalid Source : Do you want to correct it?"
  190. IDS_ERR_GETLINKSOURCE "Fail to get source of the link!"
  191. IDS_ERR_GETLINKUPDATEOPTIONS "Fail to get update option of the link!"
  192. IDS_ERR_ADDSTRING "Fail to add item to ListBox!"
  193. IDS_CHANGEADDITIONALLINKS
  194. "The selected link has been changed.\nThis document contains additional links to\n%s.\n\nChange additional links?"
  195. IDS_CLOSE "Close"
  196. IDS_OBJECTPROPERTIES "%s Properties"
  197. IDS_LINKOBJECTPROPERTIES "Linked %s Properties"
  198. IDS_LINKPROPS "Link Properties"
  199. IDS_CONFIRMBREAKLINK "Breaking a link will disconnect it from its link source. Are you sure you want to break this link?"
  200. END
  201. STRINGTABLE DISCARDABLE
  202. BEGIN
  203. IDS_BYTES """%s bytes"""
  204. IDS_ORDERKB "%sKB"
  205. IDS_ORDERMB "%sMB"
  206. IDS_ORDERGB "%sGB"
  207. IDS_ORDERTB "%sTB"
  208. IDS_OBJECTSIZE "%1 (%2 bytes)"
  209. IDS_CANNOTLOADOCX "Unable to load the requested OLE control."
  210. IDS_NODLLREGISTERSERVER "The file does not appear to be a valid OLE control module. Unable to register the OLE control."
  211. IDS_DLLREGISTERFAILED "The OLE control module failed to register correctly."
  212. IDS_ADDCONTROL "Add Control"
  213. IDS_RANGEERROR "The scaling factor specified is not in the correct range. Valid scaling factors are between %1 and %2."
  214. IDS_INVALIDPERCENTAGE "The scaling factor specified is not a valid positive integer."
  215. IDS_VIEWPROPS "View Properties"
  216. END
  217. #ifndef APSTUDIO_INVOKED
  218. /////////////////////////////////////////////////////////////////////////////
  219. //
  220. // Generated from the TEXTINCLUDE 3 resource.
  221. //
  222. #include "res/ole2ui.rc2"
  223. /////////////////////////////////////////////////////////////////////////////
  224. #endif // not APSTUDIO_INVOKED