home *** CD-ROM | disk | FTP | other *** search
/ Chip 2008 June / CHIP-2008-06.iso / macos / Baseline / Baseline.app / Contents / Resources / English.lproj / CleanerVolumeView.nib / classes.nib next >
Encoding:
Text File  |  2008-03-31  |  1.1 KB  |  34 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             CLASS = MMICleanerClickableTextField; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = MMICleanerVolumeViewTextField; 
  8.         }, 
  9.         {
  10.             CLASS = MMICleanerVolume; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {mVolumeView = MMICleanerVolumeView; }; 
  13.             SUPERCLASS = NSObject; 
  14.         }, 
  15.         {
  16.             CLASS = MMICleanerVolumeView; 
  17.             LANGUAGE = ObjC; 
  18.             OUTLETS = {
  19.                 mStatusTextField = MMICleanerVolumeViewTextField; 
  20.                 mTimeRemainingTextField = MMICleanerClickableTextField; 
  21.                 mUsedFreeTextField = MMICleanerVolumeViewTextField; 
  22.                 mVolumeNameTextField = MMICleanerVolumeViewTextField; 
  23.                 mVolumeProgressIndicator = NSProgressIndicator; 
  24.             }; 
  25.             SUPERCLASS = NSView; 
  26.         }, 
  27.         {
  28.             CLASS = MMICleanerVolumeViewTextField; 
  29.             LANGUAGE = ObjC; 
  30.             SUPERCLASS = NSTextField; 
  31.         }
  32.     ); 
  33.     IBVersion = 1; 
  34. }