home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / src / prompts.rc < prev    next >
Text File  |  1998-06-16  |  7KB  |  142 lines

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