coolsb_mfctest.rc 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23. // Icon with lowest ID value placed first to ensure application icon
  24. // remains consistent on all systems.
  25. IDR_MAINFRAME ICON DISCARDABLE "res\\coolsb_mfctest.ico"
  26. IDR_COOLSBTYPE ICON DISCARDABLE "res\\coolsb_mfctestDoc.ico"
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Menu
  30. //
  31. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  32. BEGIN
  33. POPUP "&File"
  34. BEGIN
  35. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  36. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  37. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  38. MENUITEM "Save &As...", ID_FILE_SAVE_AS
  39. MENUITEM SEPARATOR
  40. MENUITEM "E&xit", ID_APP_EXIT
  41. END
  42. POPUP "&Edit"
  43. BEGIN
  44. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  45. MENUITEM SEPARATOR
  46. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  47. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  48. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  49. END
  50. POPUP "&View"
  51. BEGIN
  52. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  53. END
  54. POPUP "&Help"
  55. BEGIN
  56. MENUITEM "&About coolsb_mfctest...", ID_APP_ABOUT
  57. END
  58. END
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Accelerator
  62. //
  63. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  64. BEGIN
  65. "N", ID_FILE_NEW, VIRTKEY, CONTROL
  66. "O", ID_FILE_OPEN, VIRTKEY, CONTROL
  67. "S", ID_FILE_SAVE, VIRTKEY, CONTROL
  68. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
  69. "X", ID_EDIT_CUT, VIRTKEY, CONTROL
  70. "C", ID_EDIT_COPY, VIRTKEY, CONTROL
  71. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL
  72. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT
  73. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT
  74. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL
  75. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT
  76. VK_F6, ID_NEXT_PANE, VIRTKEY
  77. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT
  78. END
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Dialog
  82. //
  83. IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55
  84. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  85. CAPTION "About coolsb_mfctest"
  86. FONT 8, "MS Sans Serif"
  87. BEGIN
  88. ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  89. LTEXT "coolsb_mfctest Version 1.0",IDC_STATIC,40,10,119,8,
  90. SS_NOPREFIX
  91. LTEXT "Copyright (C) 2001 J Brown",IDC_STATIC,40,25,119,8
  92. DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP
  93. END
  94. #ifndef _MAC
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // Version
  98. //
  99. VS_VERSION_INFO VERSIONINFO
  100. FILEVERSION 1,0,0,1
  101. PRODUCTVERSION 1,0,0,1
  102. FILEFLAGSMASK 0x3fL
  103. #ifdef _DEBUG
  104. FILEFLAGS 0x1L
  105. #else
  106. FILEFLAGS 0x0L
  107. #endif
  108. FILEOS 0x4L
  109. FILETYPE 0x1L
  110. FILESUBTYPE 0x0L
  111. BEGIN
  112. BLOCK "StringFileInfo"
  113. BEGIN
  114. BLOCK "040904B0"
  115. BEGIN
  116. VALUE "CompanyName", "\0"
  117. VALUE "FileDescription", "coolsb_mfctest MFC Application\0"
  118. VALUE "FileVersion", "1, 0, 0, 1\0"
  119. VALUE "InternalName", "coolsb_mfctest\0"
  120. VALUE "LegalCopyright", "Copyright (C) 2001\0"
  121. VALUE "LegalTrademarks", "\0"
  122. VALUE "OriginalFilename", "coolsb_mfctest.EXE\0"
  123. VALUE "ProductName", "coolsb_mfctest Application\0"
  124. VALUE "ProductVersion", "1, 0, 0, 1\0"
  125. END
  126. END
  127. BLOCK "VarFileInfo"
  128. BEGIN
  129. VALUE "Translation", 0x409, 1200
  130. END
  131. END
  132. #endif // !_MAC
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // DESIGNINFO
  136. //
  137. #ifdef APSTUDIO_INVOKED
  138. GUIDELINES DESIGNINFO DISCARDABLE
  139. BEGIN
  140. IDD_ABOUTBOX, DIALOG
  141. BEGIN
  142. LEFTMARGIN, 7
  143. RIGHTMARGIN, 228
  144. TOPMARGIN, 7
  145. BOTTOMMARGIN, 48
  146. END
  147. END
  148. #endif // APSTUDIO_INVOKED
  149. /////////////////////////////////////////////////////////////////////////////
  150. //
  151. // String Table
  152. //
  153. STRINGTABLE PRELOAD DISCARDABLE
  154. BEGIN
  155. IDR_MAINFRAME "coolsb_mfctest\n\nCoolsb\n\n\nCoolsbmfctest.Document\nCoolsb Document"
  156. END
  157. STRINGTABLE PRELOAD DISCARDABLE
  158. BEGIN
  159. AFX_IDS_APP_TITLE "coolsb_mfctest"
  160. AFX_IDS_IDLEMESSAGE "Ready"
  161. END
  162. STRINGTABLE DISCARDABLE
  163. BEGIN
  164. ID_INDICATOR_EXT "EXT"
  165. ID_INDICATOR_CAPS "CAP"
  166. ID_INDICATOR_NUM "NUM"
  167. ID_INDICATOR_SCRL "SCRL"
  168. ID_INDICATOR_OVR "OVR"
  169. ID_INDICATOR_REC "REC"
  170. END
  171. STRINGTABLE DISCARDABLE
  172. BEGIN
  173. ID_FILE_NEW "Create a new document\nNew"
  174. ID_FILE_OPEN "Open an existing document\nOpen"
  175. ID_FILE_CLOSE "Close the active document\nClose"
  176. ID_FILE_SAVE "Save the active document\nSave"
  177. ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
  178. END
  179. STRINGTABLE DISCARDABLE
  180. BEGIN
  181. ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
  182. ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
  183. END
  184. STRINGTABLE DISCARDABLE
  185. BEGIN
  186. ID_FILE_MRU_FILE1 "Open this document"
  187. ID_FILE_MRU_FILE2 "Open this document"
  188. ID_FILE_MRU_FILE3 "Open this document"
  189. ID_FILE_MRU_FILE4 "Open this document"
  190. ID_FILE_MRU_FILE5 "Open this document"
  191. ID_FILE_MRU_FILE6 "Open this document"
  192. ID_FILE_MRU_FILE7 "Open this document"
  193. ID_FILE_MRU_FILE8 "Open this document"
  194. ID_FILE_MRU_FILE9 "Open this document"
  195. ID_FILE_MRU_FILE10 "Open this document"
  196. ID_FILE_MRU_FILE11 "Open this document"
  197. ID_FILE_MRU_FILE12 "Open this document"
  198. ID_FILE_MRU_FILE13 "Open this document"
  199. ID_FILE_MRU_FILE14 "Open this document"
  200. ID_FILE_MRU_FILE15 "Open this document"
  201. ID_FILE_MRU_FILE16 "Open this document"
  202. END
  203. STRINGTABLE DISCARDABLE
  204. BEGIN
  205. ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
  206. ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
  207. END
  208. STRINGTABLE DISCARDABLE
  209. BEGIN
  210. ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
  211. END
  212. STRINGTABLE DISCARDABLE
  213. BEGIN
  214. ID_EDIT_CLEAR "Erase the selection\nErase"
  215. ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
  216. ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
  217. ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
  218. ID_EDIT_FIND "Find the specified text\nFind"
  219. ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
  220. ID_EDIT_REPEAT "Repeat the last action\nRepeat"
  221. ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
  222. ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
  223. ID_EDIT_UNDO "Undo the last action\nUndo"
  224. ID_EDIT_REDO "Redo the previously undone action\nRedo"
  225. END
  226. STRINGTABLE DISCARDABLE
  227. BEGIN
  228. ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
  229. END
  230. STRINGTABLE DISCARDABLE
  231. BEGIN
  232. AFX_IDS_SCSIZE "Change the window size"
  233. AFX_IDS_SCMOVE "Change the window position"
  234. AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
  235. AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
  236. AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
  237. AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
  238. AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
  239. END
  240. STRINGTABLE DISCARDABLE
  241. BEGIN
  242. AFX_IDS_SCRESTORE "Restore the window to normal size"
  243. AFX_IDS_SCTASKLIST "Activate Task List"
  244. END
  245. #endif // English (U.S.) resources
  246. /////////////////////////////////////////////////////////////////////////////
  247. /////////////////////////////////////////////////////////////////////////////
  248. // English (U.K.) resources
  249. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  250. #ifdef _WIN32
  251. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  252. #pragma code_page(1252)
  253. #endif //_WIN32
  254. #ifdef APSTUDIO_INVOKED
  255. /////////////////////////////////////////////////////////////////////////////
  256. //
  257. // TEXTINCLUDE
  258. //
  259. 1 TEXTINCLUDE DISCARDABLE
  260. BEGIN
  261. "resource.h\0"
  262. END
  263. 2 TEXTINCLUDE DISCARDABLE
  264. BEGIN
  265. "#include ""afxres.h""\r\n"
  266. "\0"
  267. END
  268. 3 TEXTINCLUDE DISCARDABLE
  269. BEGIN
  270. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  271. "#define _AFX_NO_OLE_RESOURCES\r\n"
  272. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  273. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  274. "\r\n"
  275. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  276. "#ifdef _WIN32\r\n"
  277. "LANGUAGE 9, 1\r\n"
  278. "#pragma code_page(1252)\r\n"
  279. "#endif //_WIN32\r\n"
  280. "#include ""res\\coolsb_mfctest.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  281. "#include ""afxres.rc"" // Standard components\r\n"
  282. "#endif\r\n"
  283. "\0"
  284. END
  285. #endif // APSTUDIO_INVOKED
  286. #endif // English (U.K.) resources
  287. /////////////////////////////////////////////////////////////////////////////
  288. #ifndef APSTUDIO_INVOKED
  289. /////////////////////////////////////////////////////////////////////////////
  290. //
  291. // Generated from the TEXTINCLUDE 3 resource.
  292. //
  293. #define _AFX_NO_SPLITTER_RESOURCES
  294. #define _AFX_NO_OLE_RESOURCES
  295. #define _AFX_NO_TRACKER_RESOURCES
  296. #define _AFX_NO_PROPERTY_RESOURCES
  297. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  298. #ifdef _WIN32
  299. LANGUAGE 9, 1
  300. #pragma code_page(1252)
  301. #endif //_WIN32
  302. #include "res\coolsb_mfctest.rc2" // non-Microsoft Visual C++ edited resources
  303. #include "afxres.rc" // Standard components
  304. #endif
  305. /////////////////////////////////////////////////////////////////////////////
  306. #endif // not APSTUDIO_INVOKED