Annotation of mstools/samples/sdktools/perfmon/helpline.rc, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.