Source code of Windows XP (NT5)
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.

407 lines
12 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 "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif //_WIN32\r\n"
  45. "#include ""res\\shimgvwr.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME ICON DISCARDABLE "res\\shimgvwr.ico"
  58. IDR_SHIMGVTYPE ICON DISCARDABLE "res\\ImageDoc.ico"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Bitmap
  62. //
  63. IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp"
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Toolbar
  67. //
  68. IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15
  69. BEGIN
  70. BUTTON ID_FILE_NEW
  71. BUTTON ID_FILE_OPEN
  72. BUTTON ID_FILE_SAVE
  73. SEPARATOR
  74. BUTTON ID_EDIT_CUT
  75. BUTTON ID_EDIT_COPY
  76. BUTTON ID_EDIT_PASTE
  77. SEPARATOR
  78. BUTTON ID_FILE_PRINT
  79. SEPARATOR
  80. BUTTON ID_APP_ABOUT
  81. END
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Menu
  85. //
  86. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  87. BEGIN
  88. POPUP "&File"
  89. BEGIN
  90. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  91. MENUITEM "Save &As...\tCtrl+S", ID_FILE_SAVE_AS
  92. MENUITEM SEPARATOR
  93. MENUITEM "&From Scanner or Camera...", ID_FILE_SCAN
  94. MENUITEM SEPARATOR
  95. MENUITEM "Send...", ID_FILE_SEND_MAIL
  96. MENUITEM "&Properties", ID_FILE_PROPERTIES
  97. MENUITEM SEPARATOR
  98. MENUITEM "Set as Wallpaper (Tiled)", ID_FILE_PAPER_TILE
  99. MENUITEM "Set as Wallpaper (Centered)", ID_FILE_PAPER_CENTER
  100. MENUITEM SEPARATOR
  101. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  102. MENUITEM "E&xit\tAlt+F4", ID_APP_EXIT
  103. END
  104. POPUP "Edit"
  105. BEGIN
  106. MENUITEM "&Copy Page", ID_EDIT_COPY
  107. MENUITEM SEPARATOR
  108. POPUP "Rotate Page"
  109. BEGIN
  110. MENUITEM "Clockwise", ID_ROTATE_CLOCKWISE
  111. MENUITEM "Counter Clockwise", ID_ROTATE_COUNTER
  112. END
  113. END
  114. POPUP "&View"
  115. BEGIN
  116. MENUITEM "Zoom In\tCtrl+Up", ID_VIEW_ZOOM_IN
  117. MENUITEM "Zoom Out\tCtrl+Down", ID_VIEW_ZOOM_OUT
  118. MENUITEM SEPARATOR
  119. MENUITEM "&Best Fit", ID_VIEW_BESTFIT, CHECKED
  120. MENUITEM "&Actual Size", ID_VIEW_ACTUALSIZE
  121. MENUITEM "S&lideshow", ID_VIEW_SLIDESHOW
  122. MENUITEM SEPARATOR
  123. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  124. END
  125. POPUP "&Help"
  126. BEGIN
  127. MENUITEM "&About Image Previewer...", ID_APP_ABOUT
  128. END
  129. END
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Accelerator
  133. //
  134. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  135. BEGIN
  136. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  137. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  138. "S", ID_FILE_SAVE_AS, VIRTKEY, CONTROL, NOINVERT
  139. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  140. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  141. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  142. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  143. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  144. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  145. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  146. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  147. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  148. END
  149. /////////////////////////////////////////////////////////////////////////////
  150. //
  151. // Dialog
  152. //
  153. IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 252, 170
  154. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  155. CAPTION "About Image Previewer"
  156. FONT 8, "MS Shell Dlg"
  157. BEGIN
  158. ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  159. LTEXT "Image Previewer Version 1.0",IDC_STATIC,40,10,119,8,
  160. SS_NOPREFIX
  161. LTEXT "Copyright (C) 2000",IDC_STATIC,40,25,119,8
  162. DEFPUSHBUTTON "OK",IDOK,195,7,50,14,WS_GROUP
  163. END
  164. #ifndef _MAC
  165. /////////////////////////////////////////////////////////////////////////////
  166. //
  167. // Version
  168. //
  169. VS_VERSION_INFO VERSIONINFO
  170. FILEVERSION 5,0,1636,1
  171. PRODUCTVERSION 5,0,1636,1
  172. FILEFLAGSMASK 0x3fL
  173. #ifdef _DEBUG
  174. FILEFLAGS 0x1L
  175. #else
  176. FILEFLAGS 0x0L
  177. #endif
  178. FILEOS 0x40004L
  179. FILETYPE 0x1L
  180. FILESUBTYPE 0x0L
  181. BEGIN
  182. BLOCK "StringFileInfo"
  183. BEGIN
  184. BLOCK "040904B0"
  185. BEGIN
  186. VALUE "CompanyName", "Microsoft Corporation\0"
  187. VALUE "FileDescription", "Windows Image Previewer\0"
  188. VALUE "FileVersion", "5.00.1636.1\0"
  189. VALUE "InternalName", "SHIMGVWR\0"
  190. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-1997\0"
  191. VALUE "OriginalFilename", "SHIMGVWR.EXE\0"
  192. VALUE "ProductName", "Microsoft(R) Windows NT(R) Operating System\0"
  193. VALUE "ProductVersion", "5.00.1636.1\0"
  194. END
  195. END
  196. BLOCK "VarFileInfo"
  197. BEGIN
  198. VALUE "Translation", 0x409, 1200
  199. END
  200. END
  201. #endif // !_MAC
  202. /////////////////////////////////////////////////////////////////////////////
  203. //
  204. // DESIGNINFO
  205. //
  206. #ifdef APSTUDIO_INVOKED
  207. GUIDELINES DESIGNINFO DISCARDABLE
  208. BEGIN
  209. IDD_ABOUTBOX, DIALOG
  210. BEGIN
  211. LEFTMARGIN, 7
  212. RIGHTMARGIN, 245
  213. TOPMARGIN, 7
  214. BOTTOMMARGIN, 163
  215. END
  216. END
  217. #endif // APSTUDIO_INVOKED
  218. /////////////////////////////////////////////////////////////////////////////
  219. //
  220. // String Table
  221. //
  222. STRINGTABLE PRELOAD DISCARDABLE
  223. BEGIN
  224. IDR_MAINFRAME "Image Previewer\n\nShimgv\n\n\nShimgvwr.Document\nShimgv Document"
  225. END
  226. STRINGTABLE PRELOAD DISCARDABLE
  227. BEGIN
  228. AFX_IDS_APP_TITLE "Image Previewer"
  229. AFX_IDS_IDLEMESSAGE "Ready"
  230. END
  231. STRINGTABLE DISCARDABLE
  232. BEGIN
  233. ID_INDICATOR_EXT "EXT"
  234. ID_INDICATOR_CAPS "CAP"
  235. ID_INDICATOR_NUM "NUM"
  236. ID_INDICATOR_SCRL "SCRL"
  237. ID_INDICATOR_OVR "OVR"
  238. ID_INDICATOR_REC "REC"
  239. END
  240. STRINGTABLE DISCARDABLE
  241. BEGIN
  242. ID_FILE_NEW "Create a new document\nNew"
  243. ID_FILE_OPEN "Open an existing document\nOpen"
  244. ID_FILE_CLOSE "Close the active document\nClose"
  245. ID_FILE_SAVE "Save the active document\nSave"
  246. ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
  247. ID_FILE_SEND_MAIL "Send file as an e-mail attachment"
  248. END
  249. STRINGTABLE DISCARDABLE
  250. BEGIN
  251. ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
  252. ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
  253. END
  254. STRINGTABLE DISCARDABLE
  255. BEGIN
  256. ID_FILE_MRU_FILE1 "Open this document"
  257. ID_FILE_MRU_FILE2 "Open this document"
  258. ID_FILE_MRU_FILE3 "Open this document"
  259. ID_FILE_MRU_FILE4 "Open this document"
  260. ID_FILE_MRU_FILE5 "Open this document"
  261. ID_FILE_MRU_FILE6 "Open this document"
  262. ID_FILE_MRU_FILE7 "Open this document"
  263. ID_FILE_MRU_FILE8 "Open this document"
  264. ID_FILE_MRU_FILE9 "Open this document"
  265. ID_FILE_MRU_FILE10 "Open this document"
  266. ID_FILE_MRU_FILE11 "Open this document"
  267. ID_FILE_MRU_FILE12 "Open this document"
  268. ID_FILE_MRU_FILE13 "Open this document"
  269. ID_FILE_MRU_FILE14 "Open this document"
  270. ID_FILE_MRU_FILE15 "Open this document"
  271. ID_FILE_MRU_FILE16 "Open this document"
  272. END
  273. STRINGTABLE DISCARDABLE
  274. BEGIN
  275. ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
  276. ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
  277. END
  278. STRINGTABLE DISCARDABLE
  279. BEGIN
  280. ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
  281. END
  282. STRINGTABLE DISCARDABLE
  283. BEGIN
  284. ID_EDIT_CLEAR "Erase the selection\nErase"
  285. ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
  286. ID_EDIT_COPY "Copy the image and put it on the Clipboard\nCopy"
  287. ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
  288. ID_EDIT_FIND "Find the specified text\nFind"
  289. ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
  290. ID_EDIT_REPEAT "Repeat the last action\nRepeat"
  291. ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
  292. ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
  293. ID_EDIT_UNDO "Undo the last action\nUndo"
  294. ID_EDIT_REDO "Redo the previously undone action\nRedo"
  295. END
  296. STRINGTABLE DISCARDABLE
  297. BEGIN
  298. ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
  299. ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
  300. END
  301. STRINGTABLE DISCARDABLE
  302. BEGIN
  303. AFX_IDS_SCSIZE "Change the window size"
  304. AFX_IDS_SCMOVE "Change the window position"
  305. AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
  306. AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
  307. AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
  308. AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
  309. AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
  310. END
  311. STRINGTABLE DISCARDABLE
  312. BEGIN
  313. AFX_IDS_SCRESTORE "Restore the window to normal size"
  314. AFX_IDS_SCTASKLIST "Activate Task List"
  315. END
  316. STRINGTABLE DISCARDABLE
  317. BEGIN
  318. ID_FILE_SCAN "Transfer an image from a scanner or digital camera"
  319. ID_VIEW_ZOOM_IN "Zoom in"
  320. ID_VIEW_ZOOM_OUT "Zoom out"
  321. ID_VIEW_BESTFIT "Fit the entire image in the window"
  322. ID_VIEW_ACTUALSIZE "Show the image in its actual size"
  323. ID_VIEW_SLIDESHOW "Show images from the current folder in a slideshow"
  324. ID_ROTATE_90 "Rotate the image "
  325. ID_ROTATE_CLOCKWISE "Rotate the image 90 degrees clockwise"
  326. END
  327. STRINGTABLE DISCARDABLE
  328. BEGIN
  329. ID_ROTATE_COUNTER "Rotate the image 90 degrees counter clockwise"
  330. IDS_ALLFILES "All Files"
  331. END
  332. #endif // English (U.S.) resources
  333. /////////////////////////////////////////////////////////////////////////////
  334. #ifndef APSTUDIO_INVOKED
  335. /////////////////////////////////////////////////////////////////////////////
  336. //
  337. // Generated from the TEXTINCLUDE 3 resource.
  338. //
  339. #define _AFX_NO_SPLITTER_RESOURCES
  340. #define _AFX_NO_OLE_RESOURCES
  341. #define _AFX_NO_TRACKER_RESOURCES
  342. #define _AFX_NO_PROPERTY_RESOURCES
  343. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  344. #ifdef _WIN32
  345. LANGUAGE 9, 1
  346. #pragma code_page(1252)
  347. #endif //_WIN32
  348. #include "res\shimgvwr.rc2" // non-Microsoft Visual C++ edited resources
  349. #include "afxres.rc" // Standard components
  350. #endif
  351. /////////////////////////////////////////////////////////////////////////////
  352. #endif // not APSTUDIO_INVOKED