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

Windows编程

开发平台:

Visual C++

  1. // RC file for all standard AFX menu prompts
  2. #define APSTUDIO_READONLY_SYMBOLS
  3. #include "afxres.h"
  4. #undef APSTUDIO_READONLY_SYMBOLS
  5. #ifdef APSTUDIO_INVOKED
  6. // This resource will prevent the App Studio user from saving this file
  7. 1 TEXTINCLUDE DISCARDABLE
  8. BEGIN
  9. "Cannot change standard MFC resources."
  10. END
  11. #endif    // APSTUDIO_INVOKED
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Standard Menu commands
  14. STRINGTABLE
  15. BEGIN
  16. ID_FILE_NEW,        "Create a new document"
  17. ID_FILE_OPEN,       "Open an existing document"
  18. ID_FILE_CLOSE,      "Close the active document"
  19. ID_FILE_SAVE,       "Save the active document"
  20. ID_FILE_SAVE_AS,    "Save the active document with a new name"
  21. ID_FILE_SAVE_COPY_AS, "Save a copy of this document to a file"
  22. ID_FILE_UPDATE,     "Update the container to show any changes"
  23. ID_FILE_PAGE_SETUP, "Change the printing options"
  24. ID_FILE_PRINT_SETUP, "Change the printer and printing options"
  25. ID_FILE_PRINT,      "Print the active document"
  26. ID_FILE_PRINT_PREVIEW, "Display full pages"
  27. ID_APP_ABOUT,       "Display program information, version number and copyright"
  28. ID_APP_EXIT,        "Quit the application; prompts to save documents"
  29. ID_FILE_MRU_FILE1,  "Open this document"
  30. ID_FILE_MRU_FILE2,  "Open this document"
  31. ID_FILE_MRU_FILE3,  "Open this document"
  32. ID_FILE_MRU_FILE4,  "Open this document"
  33. ID_CONTEXT_HELP,    "Display help for clicked on buttons, menus and windows"
  34. ID_HELP,            "Display help for current task or command"
  35. ID_HELP_INDEX,      "List Help topics"
  36. ID_HELP_USING,      "Display instructions about how to use help"
  37. ID_NEXT_PANE,       "Switch to the next window pane"
  38. ID_PREV_PANE,       "Switch back to the previous window pane"
  39. ID_WINDOW_NEW,      "Open another window for the active document"
  40. ID_WINDOW_ARRANGE,  "Arrange icons at the bottom of the window"
  41. ID_WINDOW_CASCADE,  "Arrange windows so they overlap"
  42. ID_WINDOW_TILE_HORZ,"Arrange windows as non-overlapping tiles"
  43. ID_WINDOW_TILE_VERT,"Arrange windows as non-overlapping tiles"
  44. ID_WINDOW_SPLIT,    "Split the active window into panes"
  45. ID_EDIT_CLEAR,      "Erase the selection"
  46. ID_EDIT_CLEAR_ALL,  "Erase everything"
  47. ID_EDIT_COPY,       "Copy the selection and put it on the Clipboard"
  48. ID_EDIT_CUT,        "Cut the selection and put it on the Clipboard"
  49. ID_EDIT_FIND,       "Find the specified text"
  50. ID_EDIT_PASTE,      "Insert Clipboard contents"
  51. ID_EDIT_PASTE_LINK, "Insert Clipboard contents and a link to its source"
  52. ID_EDIT_PASTE_SPECIAL,"Insert Clipboard contents with options"
  53. ID_EDIT_REPEAT,     "Repeat the last action"
  54. ID_EDIT_REPLACE,    "Replace specific text with different text"
  55. ID_EDIT_SELECT_ALL, "Select the entire document"
  56. ID_EDIT_UNDO,       "Undo the last action"
  57. ID_EDIT_REDO,       "Redo the previously undone action"
  58. ID_VIEW_TOOLBAR,    "Show or hide the toolbar"
  59. ID_VIEW_STATUS_BAR, "Show or hide the status bar"
  60. END
  61. // OLE specific
  62. STRINGTABLE
  63. BEGIN
  64. ID_OLE_EDIT_LINKS,  "Edit linked objects"
  65. ID_OLE_INSERT_NEW,  "Insert new embedded object"
  66. ID_OLE_EDIT_CONVERT,"Convert selected object between types"
  67. ID_OLE_EDIT_CHANGE_ICON, "Change icon of selected object"
  68. ID_OLE_VERB_FIRST,  "Activate embedded or linked object"
  69. END
  70. // Database specific
  71. STRINGTABLE
  72. BEGIN
  73. ID_RECORD_NEXT  "Move to next record"
  74. ID_RECORD_PREV  "Move to previous record"
  75. ID_RECORD_LAST  "Move to final record"
  76. ID_RECORD_FIRST "Move to first record"
  77. END
  78. // System commands
  79. STRINGTABLE
  80. BEGIN
  81. AFX_IDS_SCSIZE,         "Change the window size"
  82. AFX_IDS_SCMOVE,         "Change the window position"
  83. AFX_IDS_SCMINIMIZE,     "Reduce the window to an icon"
  84. AFX_IDS_SCMAXIMIZE,     "Enlarge the window to full size"
  85. AFX_IDS_SCNEXTWINDOW,   "Switch to the next document window"
  86. AFX_IDS_SCPREVWINDOW,   "Switch to the previous document window"
  87. AFX_IDS_SCCLOSE,        "Close the active window and prompts to save the documents"
  88. AFX_IDS_SCRESTORE,      "Restore the window to normal size"
  89. AFX_IDS_SCTASKLIST,     "Activate Task List"
  90. AFX_IDS_MDICHILD,       "Activate this window"
  91. END
  92. /////////////////////////////////////////////////////////////////////////////