Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
5.4 KiB

  1. STRINGTABLE
  2. BEGIN
  3. //=============================//
  4. // "file." Menu IDs //
  5. //=============================//
  6. IDM_FILENEWCHART "Create a new Chart."
  7. IDM_FILEOPENCHART "Open a file with Chart settings."
  8. IDM_FILESAVECHART "Save Chart settings in the current settings file."
  9. IDM_FILESAVEASCHART "Save Chart settings in a different settings file."
  10. IDM_FILEEXPORTCHART "Export Chart as a Text (CSV or TSV) file."
  11. IDM_FILENEWALERT "Create a new set of Alerts."
  12. IDM_FILEOPENALERT "Open a file with Alert settings."
  13. IDM_FILESAVEALERT "Save Alert settings in the current settings file."
  14. IDM_FILESAVEASALERT "Save Alert settings in a different settings file."
  15. IDM_FILEEXPORTALERT "Export Alert as a Text (CSV or TSV) file."
  16. IDM_FILENEWLOG "Create a new Log."
  17. IDM_FILEOPENLOG "Open a file with Log settings."
  18. IDM_FILESAVELOG "Save Log settings in the current settings file."
  19. IDM_FILESAVEASLOG "Save Log settings in a different settings file."
  20. IDM_FILEEXPORTLOG "Export Log as a Text (CSV or TSV) file."
  21. IDM_FILENEWREPORT "Create a new Report."
  22. IDM_FILEOPENREPORT "Open a file with Report settings."
  23. IDM_FILESAVEREPORT "Save Report settings in the current settings file."
  24. IDM_FILESAVEASREPORT "Save Report settings in a different settings file."
  25. IDM_FILEEXPORTREPORT "Export Report as a Text (CSV or TSV) file."
  26. IDM_FILESAVEWORKSPACE "Save the settings from all four views."
  27. IDM_FILEEXIT "Exit the Performance Monitor."
  28. //=============================//
  29. // "Edit" Menu IDs //
  30. //=============================//
  31. IDM_EDITADDCHART "Add one or more lines to the Chart."
  32. IDM_EDITMODIFYCHART "Modify the currently selected line."
  33. IDM_EDITCLEARCHART "Remove all the lines from the Chart."
  34. IDM_EDITDELETECHART "Delete the currently selected line from the Chart."
  35. IDM_EDITADDALERT "Add an Alert entry."
  36. IDM_EDITMODIFYALERT "Modify the currently selected line."
  37. IDM_EDITCLEARALERT "Clear the list of displayed Alerts."
  38. IDM_EDITDELETEALERT "Delete the currently selected line from the legend."
  39. IDM_EDITADDLOG "Add a Log entry."
  40. IDM_EDITMODIFYLOG "Modify the currently selected line."
  41. IDM_EDITCLEARLOG "Remove all Log entries from logging activity."
  42. IDM_EDITDELETELOG "Delete the currently selected line from the Log."
  43. IDM_EDITADDREPORT "Add one or more lines to the Report."
  44. IDM_EDITMODIFYREPORT "Modify the currently selected line."
  45. IDM_EDITCLEARREPORT "Remove all the lines from the Report."
  46. IDM_EDITDELETEREPORT "Delete the currently selected item from the Report."
  47. IDM_EDITTIMEWINDOW "Change the time window for input from the current Log file."
  48. //=============================//
  49. // "View" Menu IDs //
  50. //=============================//
  51. IDM_VIEWCHART "View a Chart."
  52. IDM_VIEWALERT "View the Alerts."
  53. IDM_VIEWLOG "View output Log file status."
  54. IDM_VIEWREPORT "View Report data."
  55. //=============================//
  56. // "Options" Menu IDs //
  57. //=============================//
  58. IDM_OPTIONSCHART "Change optional Chart settings."
  59. IDM_OPTIONSREFRESHNOWCHART "Immediately update the Chart lines."
  60. IDM_OPTIONSALERT "Change optional Alert settings."
  61. IDM_OPTIONSREFRESHNOWALERT "Immediately check for Alert conditions."
  62. IDM_OPTIONSLOG "Change optional Log settings."
  63. IDM_OPTIONSREFRESHNOWLOG "Immediately collect data and send to the output Log file."
  64. IDM_OPTIONSREPORT "Change optional Report settings."
  65. IDM_OPTIONSREFRESHNOWREPORT "Immediately update the Report values."
  66. IDM_OPTIONSBOOKMARK "Place a commented Bookmark into the output Log."
  67. IDM_OPTIONSDISPLAYMENU "Show or hide menu bar and title."
  68. IDM_OPTIONSDISPLAYTOOL "Show or hide the tool bar."
  69. IDM_OPTIONSDISPLAYSTATUS "Show or hide the status bar."
  70. IDM_OPTIONSDISPLAYONTOP "Show Perfmon on top of other windows."
  71. IDM_OPTIONSDATASOURCE "Select input from Current Activity or a pre-existing Log file."
  72. //=============================//
  73. // "Help" Menu IDs //
  74. //=============================//
  75. IDM_HELPCONTENTS "Help about program features."
  76. IDM_HELPSEARCH "Find Help about program features."
  77. IDM_HELPHELP "Help about using Help."
  78. IDM_HELPABOUT "Information about the program origin."
  79. //=============================//
  80. // "System" Menu IDs //
  81. //=============================//
  82. IDM_SYSTEMRESTORE "Restore window to normal size."
  83. IDM_SYSTEMMOVE "Change window position."
  84. IDM_SYSTEMSIZE "Change window size."
  85. IDM_SYSTEMMINIMIZE "Reduce window to icon."
  86. IDM_SYSTEMMAXIMIZE "Enlarge window to full size."
  87. IDM_SYSTEMCLOSE "Close window and quit Performance Monitor."
  88. IDM_SYSTEMSWITCHTO "Switch to Task List."
  89. //=============================//
  90. // "Tool tip strings" //
  91. //=============================//
  92. IDM_TOOLBARADD "Add counter"
  93. IDM_TOOLBARMODIFY "Modify selected counter"
  94. IDM_TOOLBARDELETE "Delete selected counter"
  95. IDM_TOOLBARREFRESH "Update counter data"
  96. IDM_TOOLBAROPTIONS "Options"
  97. END
  98. 
  99.