home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Activity Monitor.app / Contents / Resources / Defaults.plist < prev    next >
Encoding:
Text File  |  2003-09-13  |  1.9 KB  |  73 lines

  1. {
  2.     
  3.     ProcessInfoToolbar = {
  4.         defaultItemIdentifiers = (
  5.             LSToolbarExport,
  6.             LSToolbarQuitApplication,
  7.                         LSToolbarInspectItem, 
  8.             LSToolbarFilterItem,
  9.             LSToolbarShowFilterItem,
  10.         );
  11.         allowedItemIdentifiers = (
  12.             LSToolbarQuitApplication,
  13.             LSToolbarExport,
  14.             LSToolbarInspectItem,
  15.             LSToolbarFilterItem,
  16.             LSToolbarSample,
  17.             LSToolbarShowFilterItem,
  18.             NSToolbarSeparatorItem, 
  19.             NSToolbarSpaceItem, 
  20.             NSToolbarFlexibleSpaceItem, 
  21.             NSToolbarShowColorsItem, 
  22.             NSToolbarShowFontsItem, 
  23.             NSToolbarCustomizeToolbarItem, 
  24.             NSToolbarPrintItem,
  25.         );
  26.         itemInfoByIdentifier = {
  27.             LSToolbarQuitApplication = {
  28.                 label = "Quit Process";
  29.                 paletteLabel = "Quit Process";
  30.                 toolTip = "Force a process to quit";
  31.                 action = "quitProcess:";
  32.                 imageName = "stop";
  33.             };
  34.             LSToolbarSample = {
  35.                 label = "Sample Process";
  36.                 paletteLabel = "Sample Process";
  37.                 toolTip = "Take a sample of a running process";
  38.                 action = "sample:";
  39.                 imageName = "Sampler";
  40.             };
  41.             LSToolbarExport = {
  42.                 label = "Export";
  43.                 paletteLabel = "Export";
  44.                 toolTip = "Save this process list";
  45.                 action = "export:";
  46.                 imageName = "Mail";
  47.             };
  48.             LSToolbarFilterItem = {
  49.                 label = "Filter";
  50.                 paletteLabel = "Filter";
  51.                 toolTip = "Show only processes containing the string specified";
  52.                 view = "_filterTextField";
  53.             };
  54.             LSToolbarShowFilterItem = {
  55.                 label = "Show";
  56.                 paletteLabel = "Show";
  57.                 toolTip = "Display processes in the category specified";
  58.                 view = "_showPopup";
  59.             };
  60.             LSToolbarInspectItem = {
  61.                 label = "Inspect";
  62.                 paletteLabel = "Inspect";
  63.                 toolTip = "See information about the selected process";
  64.                 action = "inspect:";
  65.                 imageName = "Inspect";
  66.             };
  67.         };
  68.     };
  69.     
  70.     NSShowNonLocalizedStrings = YES;
  71.  
  72. }
  73.