MULTIPAD.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:10k
源码类别:

Windows编程

开发平台:

Visual C++

  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. IDR_MAINFRAME           ICON    DISCARDABLE     "RES\MULTIPAD.ICO"
  24. IDR_TEXTTYPE            ICON    DISCARDABLE     "RES\PADDOC.ICO"
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Bitmap
  28. //
  29. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "RES\TOOLBAR.BMP"
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // Menu
  33. //
  34. IDR_MAINFRAME MENU DISCARDABLE
  35. BEGIN
  36. POPUP "&File"
  37. BEGIN
  38. MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  39. MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  40. MENUITEM SEPARATOR
  41. MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
  42. MENUITEM SEPARATOR
  43. MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  44. MENUITEM SEPARATOR
  45. MENUITEM "E&xittAlt+F4",               ID_APP_EXIT
  46. END
  47. POPUP "&View"
  48. BEGIN
  49. MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  50. MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  51. END
  52. POPUP "&Help"
  53. BEGIN
  54. MENUITEM "&About MultiPad...",          ID_APP_ABOUT
  55. END
  56. END
  57. IDR_TEXTTYPE MENU DISCARDABLE
  58. BEGIN
  59. POPUP "&File"
  60. BEGIN
  61. MENUITEM "&NewtCtrl+N",                ID_FILE_NEW
  62. MENUITEM "&Open...tCtrl+O",            ID_FILE_OPEN
  63. MENUITEM "&Close",                      ID_FILE_CLOSE
  64. MENUITEM "&SavetCtrl+S",               ID_FILE_SAVE
  65. MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  66. MENUITEM SEPARATOR
  67. MENUITEM "&Print...tCtrl+P",           ID_FILE_PRINT
  68. MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
  69. MENUITEM SEPARATOR
  70. MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  71. MENUITEM SEPARATOR
  72. MENUITEM "E&xittAlt+F4",               ID_APP_EXIT
  73. END
  74. POPUP "&Edit"
  75. BEGIN
  76. MENUITEM "&UndotCtrl+Z",               ID_EDIT_UNDO
  77. MENUITEM SEPARATOR
  78. MENUITEM "Cu&ttCtrl+X",                ID_EDIT_CUT
  79. MENUITEM "&CopytCtrl+C",               ID_EDIT_COPY
  80. MENUITEM "&PastetCtrl+V",              ID_EDIT_PASTE
  81. MENUITEM "DeletetDel",                 ID_EDIT_CLEAR
  82. MENUITEM SEPARATOR
  83. MENUITEM "&Find...",                    ID_EDIT_FIND
  84. MENUITEM "Find &NexttF3",              ID_EDIT_REPEAT
  85. MENUITEM "&Replace...",                 ID_EDIT_REPLACE
  86. MENUITEM SEPARATOR
  87. MENUITEM "Select &All",                 ID_EDIT_SELECT_ALL
  88. END
  89. POPUP "&View"
  90. BEGIN
  91. MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  92. MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  93. END
  94. POPUP "&Window"
  95. BEGIN
  96. MENUITEM "&Cascade",                    ID_WINDOW_CASCADE
  97. MENUITEM "&Tile",                       ID_WINDOW_TILE_HORZ
  98. MENUITEM "&Arrange Icons",              ID_WINDOW_ARRANGE
  99. END
  100. POPUP "&Help"
  101. BEGIN
  102. MENUITEM "&About MultiPad...",          ID_APP_ABOUT
  103. END
  104. END
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Accelerator
  108. //
  109. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  110. BEGIN
  111. "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  112. "N",            ID_FILE_NEW,            VIRTKEY, CONTROL, NOINVERT
  113. "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL, NOINVERT
  114. "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL, NOINVERT
  115. "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL, NOINVERT
  116. "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
  117. VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT, NOINVERT
  118. VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT, NOINVERT
  119. VK_F1,          ID_CONTEXT_HELP,        VIRTKEY, SHIFT, NOINVERT
  120. VK_F3,          ID_EDIT_REPEAT,         VIRTKEY, NOINVERT
  121. VK_F6,          ID_NEXT_PANE,           VIRTKEY, NOINVERT
  122. VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT, NOINVERT
  123. VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  124. VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
  125. "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
  126. "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL, NOINVERT
  127. END
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // Dialog
  131. //
  132. IDD_ABOUTBOX DIALOG DISCARDABLE  34, 22, 144, 75
  133. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  134. CAPTION "About Multipad"
  135. FONT 8, "MS Sans Serif"
  136. BEGIN
  137. CTEXT           "Microsoft Windows 3.1",IDC_STATIC,0,5,144,8
  138. CTEXT           "MFC v4.0",IDC_STATIC,0,14,144,8
  139. CTEXT           "Multipad App",IDC_STATIC,0,23,144,8
  140. CTEXT           "Version 3.0",IDC_STATIC,0,36,144,8
  141. DEFPUSHBUTTON   "OK",IDOK,56,53,32,14,WS_GROUP
  142. END
  143. #ifdef APSTUDIO_INVOKED
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // TEXTINCLUDE
  147. //
  148. 1 TEXTINCLUDE DISCARDABLE
  149. BEGIN
  150. "resource.h"
  151. END
  152. 2 TEXTINCLUDE DISCARDABLE
  153. BEGIN
  154. "#include ""afxres.h""rn"
  155. ""
  156. END
  157. 3 TEXTINCLUDE DISCARDABLE
  158. BEGIN
  159. "#include ""afxres.rc""rn"
  160. "#include ""afxprint.rc""rn"
  161. ""
  162. END
  163. #endif    // APSTUDIO_INVOKED
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // String Table
  167. //
  168. STRINGTABLE DISCARDABLE
  169. BEGIN
  170. ID_INDICATOR_EXT        "EXT"
  171. ID_INDICATOR_CAPS       "CAP"
  172. ID_INDICATOR_NUM        "NUM"
  173. ID_INDICATOR_SCRL       "SCRL"
  174. ID_INDICATOR_OVR        "OVR"
  175. ID_INDICATOR_REC        "REC"
  176. END
  177. STRINGTABLE DISCARDABLE
  178. BEGIN
  179. ID_FILE_NEW             "Create a new document"
  180. ID_FILE_OPEN            "Open an existing document"
  181. ID_FILE_CLOSE           "Close the active document"
  182. ID_FILE_SAVE            "Save the active document"
  183. ID_FILE_SAVE_AS         "Save the active document with a new name"
  184. ID_FILE_PRINT_SETUP     "Change the printer and printing options"
  185. ID_FILE_PRINT           "Print the active document"
  186. END
  187. STRINGTABLE DISCARDABLE
  188. BEGIN
  189. AFX_IDS_DESKACCESSORY   "Opens the selected item"
  190. END
  191. STRINGTABLE DISCARDABLE
  192. BEGIN
  193. ID_APP_ABOUT            "Display program information, version number and copyright"
  194. ID_APP_EXIT             "Quit the application; prompts to save documents"
  195. ID_HELP_INDEX           "List Help topics"
  196. ID_HELP_USING           "Display instructions about how to use help"
  197. ID_CONTEXT_HELP         "Display help for clicked on buttons, menus and windows"
  198. ID_HELP                 "Display help for current task or command"
  199. END
  200. STRINGTABLE DISCARDABLE
  201. BEGIN
  202. ID_FILE_MRU_FILE1       "Open this document"
  203. ID_FILE_MRU_FILE2       "Open this document"
  204. ID_FILE_MRU_FILE3       "Open this document"
  205. ID_FILE_MRU_FILE4       "Open this document"
  206. END
  207. STRINGTABLE DISCARDABLE
  208. BEGIN
  209. ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the window"
  210. ID_WINDOW_CASCADE       "Arrange windows so they overlap"
  211. ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tiles"
  212. END
  213. STRINGTABLE DISCARDABLE
  214. BEGIN
  215. ID_EDIT_CLEAR           "Erase the selection"
  216. ID_EDIT_COPY            "Copy the selection and puts it on the Clipboard"
  217. ID_EDIT_CUT             "Cut the selection and puts it on the Clipboard"
  218. ID_EDIT_FIND            "Find the specified text"
  219. ID_EDIT_PASTE           "Insert Clipboard contents"
  220. 57640                   "Repeat last find command"
  221. ID_EDIT_REPLACE         "Replace specific text with different text"
  222. ID_EDIT_SELECT_ALL      "Select the entire document"
  223. ID_EDIT_UNDO            "Undo the last action"
  224. END
  225. STRINGTABLE DISCARDABLE
  226. BEGIN
  227. ID_VIEW_TOOLBAR         "Show or hide the toolbar"
  228. ID_VIEW_STATUS_BAR      "Show or hide the status bar"
  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_SCCLOSE         "Close the active window and prompts to save the documents"
  238. END
  239. STRINGTABLE DISCARDABLE
  240. BEGIN
  241. AFX_IDS_SCRESTORE       "Restore the window to normal size"
  242. AFX_IDS_SCTASKLIST      "Activate Task List"
  243. AFX_IDS_MDICHILD        "Activate this window"
  244. END
  245. STRINGTABLE DISCARDABLE
  246. BEGIN
  247. AFX_IDS_APP_TITLE       "MultiPad"
  248. AFX_IDS_IDLEMESSAGE     "Ready"
  249. AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
  250. END
  251. STRINGTABLE DISCARDABLE
  252. BEGIN
  253. IDR_MAINFRAME           "MultiPad"
  254. IDR_TEXTTYPE            "nUntitlednTEXT DocumentnText Files (*.txt)n.txtnTextFileTypenTEXT File TypenTEXTnText Filesn"
  255. END
  256. #endif    // English (U.S.) resources
  257. /////////////////////////////////////////////////////////////////////////////
  258. #ifndef APSTUDIO_INVOKED
  259. /////////////////////////////////////////////////////////////////////////////
  260. //
  261. // Generated from the TEXTINCLUDE 3 resource.
  262. //
  263. #include "afxres.rc"
  264. #include "afxprint.rc"
  265. /////////////////////////////////////////////////////////////////////////////
  266. #endif    // not APSTUDIO_INVOKED