Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

56 lines
1.8 KiB

STRINGTABLE
BEGIN
//=============================//
// "file." Menu IDs //
//=============================//
IDM_FILENEWCHART "Create a new Chart."
IDM_FILEOPENCHART "Open a file with Chart settings."
IDM_FILESAVECHART "Save Chart settings in the current settings file."
IDM_FILESAVEASCHART "Save Chart settings in a different settings file."
IDM_FILEEXPORTCHART "Export Chart as CSV file."
IDM_FILEEXIT "Exit PerfMon Chart Setting Editor."
//=============================//
// "Edit" Menu IDs //
//=============================//
IDM_EDITADDCHART "Add one or more lines to the Chart."
IDM_EDITMODIFYCHART "Modify the currently selected line."
IDM_EDITDELETECHART "Delete the currently selected line from the Chart."
//=============================//
// "Options" Menu IDs //
//=============================//
IDM_OPTIONSCHART "Change optional Chart settings."
IDM_OPTIONSDISPLAYMENU "Show or hide menu bar and title."
IDM_OPTIONSDISPLAYTOOL "Show or hide the tool bar."
IDM_OPTIONSDISPLAYSTATUS "Show or hide the status bar."
IDM_OPTIONSDISPLAYONTOP "Show Perfmon on top of other windows."
IDM_HELPABOUT "Information about the program origin."
//=============================//
// "System" Menu IDs //
//=============================//
IDM_SYSTEMRESTORE "Restore window to normal size."
IDM_SYSTEMMOVE "Change window position."
IDM_SYSTEMSIZE "Change window size."
IDM_SYSTEMMINIMIZE "Reduce window to icon."
IDM_SYSTEMMAXIMIZE "Enlarge window to full size."
IDM_SYSTEMCLOSE "Close window and quit PerfMon Chart Setting Editor."
IDM_SYSTEMSWITCHTO "Switch to Task List."
END