home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 89 / maccd 89.iso / utilities / Mac OS X / ProcessWizard.dmg / ProcessWizard / ProcessWizard Daemon.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2002-01-24  |  1.9 KB  |  62 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = AppBooster; 
  5.             LANGUAGE = ObjC; 
  6.             OUTLETS = {myWindowController = NSWindowController; }; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  10.         {
  11.             ACTIONS = {
  12.                 myActionMakeList = id; 
  13.                 myActionTest = id; 
  14.                 myQuitProcess = id; 
  15.                 toggleAuthorization = id; 
  16.             }; 
  17.             CLASS = MyController; 
  18.             LANGUAGE = ObjC; 
  19.             OUTLETS = {
  20.                 appBooster = id; 
  21.                 authLabel = id; 
  22.                 lockButton = id; 
  23.                 myContextMenu = id; 
  24.                 myMatrixOfIcons = id; 
  25.                 myMatrixOfSliders = id; 
  26.                 myScrollView = id; 
  27.                 myWindow = id; 
  28.             }; 
  29.             SUPERCLASS = NSObject; 
  30.         }, 
  31.         {CLASS = MyTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  32.         {CLASS = MyView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  33.         {
  34.             ACTIONS = {
  35.                 myAction = id; 
  36.                 myActionMakeList = id; 
  37.                 myActionSlider = id; 
  38.                 myActionTest = id; 
  39.                 myDisplayAboutView = id; 
  40.                 myDisplayProcessesView = id; 
  41.                 myQuitProcess = id; 
  42.                 toggleAuthorization = id; 
  43.             }; 
  44.             CLASS = MyWindowController; 
  45.             LANGUAGE = ObjC; 
  46.             OUTLETS = {
  47.                 appBooster = id; 
  48.                 authLabel = id; 
  49.                 lockButton = id; 
  50.                 myAboutView = id; 
  51.                 myContextMenu = id; 
  52.                 myMatrixOfIcons = id; 
  53.                 myMatrixOfSliders = id; 
  54.                 myScrollView = id; 
  55.                 myTextField = id; 
  56.                 myView = id; 
  57.             }; 
  58.             SUPERCLASS = NSWindowController; 
  59.         }
  60.     ); 
  61.     IBVersion = 1; 
  62. }