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.

55 lines
1.8 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 CSV file."
  11. IDM_FILEEXIT "Exit PerfMon Chart Setting Editor."
  12. //=============================//
  13. // "Edit" Menu IDs //
  14. //=============================//
  15. IDM_EDITADDCHART "Add one or more lines to the Chart."
  16. IDM_EDITMODIFYCHART "Modify the currently selected line."
  17. IDM_EDITDELETECHART "Delete the currently selected line from the Chart."
  18. //=============================//
  19. // "Options" Menu IDs //
  20. //=============================//
  21. IDM_OPTIONSCHART "Change optional Chart settings."
  22. IDM_OPTIONSDISPLAYMENU "Show or hide menu bar and title."
  23. IDM_OPTIONSDISPLAYTOOL "Show or hide the tool bar."
  24. IDM_OPTIONSDISPLAYSTATUS "Show or hide the status bar."
  25. IDM_OPTIONSDISPLAYONTOP "Show Perfmon on top of other windows."
  26. IDM_HELPABOUT "Information about the program origin."
  27. //=============================//
  28. // "System" Menu IDs //
  29. //=============================//
  30. IDM_SYSTEMRESTORE "Restore window to normal size."
  31. IDM_SYSTEMMOVE "Change window position."
  32. IDM_SYSTEMSIZE "Change window size."
  33. IDM_SYSTEMMINIMIZE "Reduce window to icon."
  34. IDM_SYSTEMMAXIMIZE "Enlarge window to full size."
  35. IDM_SYSTEMCLOSE "Close window and quit PerfMon Chart Setting Editor."
  36. IDM_SYSTEMSWITCHTO "Switch to Task List."
  37. END
  38. 
  39.