prompts.rc 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. // prompts.rc : RC file for all standard AFX menu prompts
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. #define APSTUDIO_READONLY_SYMBOLS
  13. #include "afxres.h"
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. #ifdef APSTUDIO_INVOKED
  16. // This resource will prevent the App Studio user from saving this file
  17. 1 TEXTINCLUDE DISCARDABLE
  18. BEGIN
  19. "< Cannot change standard MFC resources! >\0"
  20. END
  21. #endif // APSTUDIO_INVOKED
  22. /////////////////////////////////////////////////////////////////////////////
  23. // Standard Menu commands
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. ID_FILE_NEW, "Create a new document\nNew"
  27. ID_FILE_OPEN, "Open an existing document\nOpen"
  28. ID_FILE_CLOSE, "Close the active document\nClose"
  29. ID_FILE_SAVE, "Save the active document\nSave"
  30. ID_FILE_SAVE_AS, "Save the active document with a new name\nSave As"
  31. ID_FILE_PAGE_SETUP, "Change the printing options\nPage Setup"
  32. ID_FILE_PRINT_SETUP, "Change the printer and printing options\nPrint Setup"
  33. ID_FILE_PRINT, "Print the active document\nPrint"
  34. ID_FILE_PRINT_PREVIEW, "Display full pages\nPrint Preview"
  35. ID_APP_ABOUT, "Display program information, version number and copyright\nAbout"
  36. ID_APP_EXIT, "Quit the application; prompts to save documents\nExit"
  37. ID_FILE_SEND_MAIL, "Send the active document through electronic mail\nSend Mail"
  38. ID_FILE_MRU_FILE1+0, "Open this document"
  39. ID_FILE_MRU_FILE1+1, "Open this document"
  40. ID_FILE_MRU_FILE1+2, "Open this document"
  41. ID_FILE_MRU_FILE1+3, "Open this document"
  42. ID_FILE_MRU_FILE1+4, "Open this document"
  43. ID_FILE_MRU_FILE1+5, "Open this document"
  44. ID_FILE_MRU_FILE1+6, "Open this document"
  45. ID_FILE_MRU_FILE1+7, "Open this document"
  46. ID_FILE_MRU_FILE1+8, "Open this document"
  47. ID_FILE_MRU_FILE1+9, "Open this document"
  48. ID_FILE_MRU_FILE1+10, "Open this document"
  49. ID_FILE_MRU_FILE1+11, "Open this document"
  50. ID_FILE_MRU_FILE1+12, "Open this document"
  51. ID_FILE_MRU_FILE1+13, "Open this document"
  52. ID_FILE_MRU_FILE1+14, "Open this document"
  53. ID_FILE_MRU_FILE1+15, "Open this document"
  54. ID_CONTEXT_HELP, "Display help for clicked on buttons, menus and windows\nHelp"
  55. ID_HELP, "Display help for current task or command\nHelp"
  56. ID_HELP_INDEX, "List Help topics\nHelp Index"
  57. ID_HELP_FINDER, "List Help topics\nHelp Topics"
  58. ID_HELP_USING, "Display instructions about how to use help\nHelp"
  59. ID_NEXT_PANE, "Switch to the next window pane\nNext Pane"
  60. ID_PREV_PANE, "Switch back to the previous window pane\nPrevious Pane"
  61. ID_WINDOW_NEW, "Open another window for the active document\nNew Window"
  62. ID_WINDOW_ARRANGE, "Arrange icons at the bottom of the window\nArrange Icons"
  63. ID_WINDOW_CASCADE, "Arrange windows so they overlap\nCascade Windows"
  64. ID_WINDOW_TILE_HORZ, "Arrange windows as non-overlapping tiles\nTile Windows"
  65. ID_WINDOW_TILE_VERT, "Arrange windows as non-overlapping tiles\nTile Windows"
  66. ID_WINDOW_SPLIT, "Split the active window into panes\nSplit"
  67. ID_EDIT_CLEAR, "Erase the selection\nErase"
  68. ID_EDIT_CLEAR_ALL, "Erase everything\nErase All"
  69. ID_EDIT_COPY, "Copy the selection and put it on the Clipboard\nCopy"
  70. ID_EDIT_CUT, "Cut the selection and put it on the Clipboard\nCut"
  71. ID_EDIT_FIND, "Find the specified text\nFind"
  72. ID_EDIT_PASTE, "Insert Clipboard contents\nPaste"
  73. ID_EDIT_PASTE_LINK, "Insert Clipboard contents and a link to its source\nPaste Link"
  74. ID_EDIT_PASTE_SPECIAL, "Insert Clipboard contents with options\nPaste Special"
  75. ID_EDIT_REPEAT, "Repeat the last action\nRepeat"
  76. ID_EDIT_REPLACE, "Replace specific text with different text\nReplace"
  77. ID_EDIT_SELECT_ALL, "Select the entire document\nSelect All"
  78. ID_EDIT_UNDO, "Undo the last action\nUndo"
  79. ID_EDIT_REDO, "Redo the previously undone action\nRedo"
  80. ID_VIEW_TOOLBAR, "Show or hide the toolbar\nToggle ToolBar"
  81. ID_VIEW_STATUS_BAR, "Show or hide the status bar\nToggle StatusBar"
  82. ID_FORMAT_FONT, "Select font for current selection\nFont"
  83. END
  84. // OLE specific
  85. STRINGTABLE
  86. BEGIN
  87. ID_OLE_EDIT_LINKS, "Edit linked objects\nEdit Links"
  88. ID_OLE_INSERT_NEW, "Insert new embedded object\nNew Object"
  89. ID_OLE_EDIT_CONVERT, "Convert selected object between types\nConvert Object"
  90. ID_OLE_EDIT_CHANGE_ICON,"Change icon of selected object\nChange Icon"
  91. ID_OLE_VERB_FIRST+0, "Activate embedded or linked object"
  92. ID_OLE_VERB_FIRST+1, "Activate embedded or linked object"
  93. ID_OLE_VERB_FIRST+2, "Activate embedded or linked object"
  94. ID_OLE_VERB_FIRST+3, "Activate embedded or linked object"
  95. ID_OLE_VERB_FIRST+4, "Activate embedded or linked object"
  96. ID_OLE_VERB_FIRST+5, "Activate embedded or linked object"
  97. ID_OLE_VERB_FIRST+6, "Activate embedded or linked object"
  98. ID_OLE_VERB_FIRST+7, "Activate embedded or linked object"
  99. ID_OLE_VERB_FIRST+8, "Activate embedded or linked object"
  100. ID_OLE_VERB_FIRST+9, "Activate embedded or linked object"
  101. ID_OLE_VERB_FIRST+10, "Activate embedded or linked object"
  102. ID_OLE_VERB_FIRST+11, "Activate embedded or linked object"
  103. ID_OLE_VERB_FIRST+12, "Activate embedded or linked object"
  104. ID_OLE_VERB_FIRST+13, "Activate embedded or linked object"
  105. ID_OLE_VERB_FIRST+14, "Activate embedded or linked object"
  106. ID_OLE_VERB_FIRST+15, "Activate embedded or linked object"
  107. END
  108. // Database specific
  109. STRINGTABLE
  110. BEGIN
  111. ID_RECORD_NEXT "Move to next record\nNext Record"
  112. ID_RECORD_PREV "Move to previous record\nPrevious Record"
  113. ID_RECORD_LAST "Move to final record\nLast Record"
  114. ID_RECORD_FIRST "Move to first record\nFirst Record"
  115. END
  116. // System commands
  117. STRINGTABLE
  118. BEGIN
  119. AFX_IDS_SCSIZE, "Change the window size"
  120. AFX_IDS_SCMOVE, "Change the window position"
  121. AFX_IDS_SCMINIMIZE, "Reduce the window to an icon"
  122. AFX_IDS_SCMAXIMIZE, "Enlarge the window to full size"
  123. AFX_IDS_SCNEXTWINDOW, "Switch to the next document window"
  124. AFX_IDS_SCPREVWINDOW, "Switch to the previous document window"
  125. AFX_IDS_SCCLOSE, "Close the active window and prompts to save the documents"
  126. AFX_IDS_SCRESTORE, "Restore the window to normal size"
  127. AFX_IDS_SCTASKLIST, "Activate Task List"
  128. AFX_IDS_MDICHILD, "Activate this window"
  129. AFX_IDS_PREVIEW_CLOSE, "Close print preview mode\nCancel Preview"
  130. AFX_IDS_DESKACCESSORY, "Open the selected item"
  131. END
  132. /////////////////////////////////////////////////////////////////////////////