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.

227 lines
6.9 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "windows.h"
  10. #include "version.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include ""windows.h""\0"
  32. "#include ""version.h""\r\n"
  33. END
  34. #endif // APSTUDIO_INVOKED
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Menu
  38. //
  39. MENU_ITEMCONTEXT MENU DISCARDABLE
  40. BEGIN
  41. POPUP ""
  42. BEGIN
  43. MENUITEM "&Copy", IDC_ITEM_COPY
  44. MENUITEM "&Extract", IDC_ITEM_EXTRACT
  45. END
  46. END
  47. MENU_SFV MENU DISCARDABLE
  48. BEGIN
  49. POPUP ""
  50. BEGIN
  51. POPUP "&View"
  52. BEGIN
  53. MENUITEM "Lar&ge Icons", IDC_VIEW_ICON
  54. MENUITEM "S&mall Icons", IDC_VIEW_SMALLICON
  55. MENUITEM "&List", IDC_VIEW_LIST
  56. MENUITEM "&Details", IDC_VIEW_DETAILS
  57. END
  58. MENUITEM SEPARATOR
  59. POPUP "Arrange &Icons"
  60. BEGIN
  61. MENUITEM "&Auto Arrange", IDC_ARRANGE_AUTO
  62. END
  63. MENUITEM "Lin&e up Icons", IDC_ARRANGE_GRID
  64. END
  65. POPUP ""
  66. BEGIN
  67. MENUITEM "Se&lect", IDC_SELECT
  68. END
  69. END
  70. MENU_SFV_MAINMERGE MENU DISCARDABLE
  71. BEGIN
  72. POPUP ""
  73. BEGIN
  74. MENUITEM "&Copy\tCtrl+C", IDC_EDIT_COPY
  75. MENUITEM SEPARATOR
  76. MENUITEM "Select &All\tCtrl+A", IDC_EDIT_SELALL
  77. MENUITEM "&Invert Selection", IDC_EDIT_INVSEL
  78. END
  79. POPUP ""
  80. BEGIN
  81. MENUITEM "Lar&ge Icons", IDC_VIEW_ICON
  82. MENUITEM "S&mall Icons", IDC_VIEW_SMALLICON
  83. MENUITEM "&List", IDC_VIEW_LIST
  84. MENUITEM "&Details", IDC_VIEW_DETAILS
  85. MENUITEM SEPARATOR
  86. POPUP "Arrange &Icons"
  87. BEGIN
  88. MENUITEM "&Auto Arrange", IDC_ARRANGE_AUTO
  89. END
  90. MENUITEM "Lin&e up Icons", IDC_ARRANGE_GRID
  91. END
  92. END
  93. MENU_SFV_MAINMERGENF MENU DISCARDABLE
  94. BEGIN
  95. POPUP ""
  96. BEGIN
  97. MENUITEM "Select &All\tCtrl+A", IDC_EDIT_SELALL
  98. MENUITEM "&Invert Selection", IDC_EDIT_INVSEL
  99. END
  100. POPUP ""
  101. BEGIN
  102. MENUITEM "Lar&ge Icons", IDC_VIEW_ICON
  103. MENUITEM "S&mall Icons", IDC_VIEW_SMALLICON
  104. MENUITEM "&List", IDC_VIEW_LIST
  105. MENUITEM "&Details", IDC_VIEW_DETAILS
  106. MENUITEM SEPARATOR
  107. POPUP "Arrange &Icons"
  108. BEGIN
  109. MENUITEM "&Auto Arrange", IDC_ARRANGE_AUTO
  110. END
  111. MENUITEM "Lin&e up Icons", IDC_ARRANGE_GRID
  112. END
  113. END
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // Icon
  117. //
  118. // Icon with lowest ID value placed first to ensure application icon
  119. // remains consistent on all systems.
  120. IDI_CABVIEW ICON DISCARDABLE "cabview.ico"
  121. IDI_GENERIC ICON DISCARDABLE "document.ico"
  122. /////////////////////////////////////////////////////////////////////////////
  123. //
  124. // Dialog
  125. //
  126. IDD_VIEW DIALOG DISCARDABLE 0, 0, 186, 95
  127. STYLE WS_CHILD
  128. FONT 8, "MS Shell Dlg"
  129. BEGIN
  130. CONTROL "",IDC_LISTVIEW,"SysListView32",NOT WS_VISIBLE |
  131. WS_TABSTOP,11,9,158,75
  132. LISTBOX IDC_LISTBOX,1,1,26,21,NOT LBS_NOTIFY | LBS_SORT |
  133. LBS_NOINTEGRALHEIGHT | NOT WS_VISIBLE | NOT WS_BORDER
  134. END
  135. /////////////////////////////////////////////////////////////////////////////
  136. //
  137. // Accelerator
  138. //
  139. IDA_MAIN ACCELERATORS DISCARDABLE
  140. BEGIN
  141. "A", IDC_EDIT_SELALL, VIRTKEY, CONTROL, NOINVERT
  142. "C", IDC_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  143. END
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // REGINST
  147. //
  148. REGINST REGINST DISCARDABLE "selfreg.inf"
  149. /////////////////////////////////////////////////////////////////////////////
  150. //
  151. // String Table
  152. //
  153. STRINGTABLE DISCARDABLE
  154. BEGIN
  155. IDS_CV_COL_NAME "Name"
  156. IDS_CV_COL_SIZE "Size"
  157. IDS_CV_COL_TYPE "Type"
  158. IDS_CV_COL_MODIFIED "Date"
  159. IDS_CV_COL_PATH "Path"
  160. IDS_EXTRACTBROWSE_CAPTION "Select a Destination"
  161. IDS_EXTRACTBROWSE_EXTRACT "Extract"
  162. IDS_EXTRACTBROWSE "Select the place where you want to extract the selected item(s). Then click the Extract button."
  163. IDS_NEXTCABBROWSE "Select the folder containing the next cabinet file '%hs'."
  164. IDS_SUREUNINST "Are you sure you want to remove the Cabinet File Viewer from your computer?"
  165. IDS_THISDLL "Cabinet File Viewer"
  166. END
  167. STRINGTABLE DISCARDABLE
  168. BEGIN
  169. IDS_NAME "Name"
  170. IDS_BYCOL_FMT "by %s"
  171. IDS_NEXTDISKBROWSE "Select the folder containing the next cabinet file '%hs' from disk '%hs'."
  172. IDS_MISSINGDLL "The Cabinet File Viewer requires the missing file CABINET.DLL."
  173. END
  174. STRINGTABLE DISCARDABLE
  175. BEGIN
  176. IDS_VIEW_ICON "Displays items by using large icons."
  177. IDS_VIEW_SMALLICON "Displays items by using small icons."
  178. IDS_VIEW_LIST "Displays items in a list."
  179. IDS_VIEW_DETAILS "Displays information about each item in the window."
  180. IDS_EDIT_COPY "Copies the selected items to the Clipboard. Use Paste to put them in the new location."
  181. IDS_EDIT_SELALL "Selects all items in the window."
  182. IDS_EDIT_INVSEL "Reverses which items are selected and which are not."
  183. IDS_BYCOL_HELP_FMT "Sorts items in the window by %s."
  184. IDS_ARRANGE_GRID "Arranges icons in a grid."
  185. IDS_ARRANGE_AUTO "Arranges the icons automatically."
  186. END
  187. STRINGTABLE DISCARDABLE
  188. BEGIN
  189. IDS_TT_VIEW_ICON "Large Icons"
  190. IDS_TT_VIEW_SMALLICON "Small Icons"
  191. IDS_TT_VIEW_LIST "List"
  192. IDS_TT_VIEW_DETAILS "Details"
  193. IDS_TT_EDIT_COPY "Copy"
  194. END
  195. #endif // English (U.S.) resources
  196. /////////////////////////////////////////////////////////////////////////////