home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / DataRescueII1.0.dmg / Data Rescue II.app / Contents / Resources / English.lproj / DRFindSize.nib / classes.nib next >
Encoding:
Text File  |  2005-10-13  |  1.0 KB  |  34 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {sizeMatchesPopupAction = id; sizeUnitsPopupAction = id; }; 
  5.             CLASS = DRFindSizeView; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 "__panel" = id; 
  9.                 findSizeField = NSTextField; 
  10.                 sizeMatchesPopup = NSPopUpButton; 
  11.                 sizeUnitsPopup = NSPopUpButton; 
  12.             }; 
  13.             SUPERCLASS = DRFindView; 
  14.         }, 
  15.         {
  16.             ACTIONS = {removeCriteriaPanel = id; }; 
  17.             CLASS = DRFindView; 
  18.             LANGUAGE = ObjC; 
  19.             OUTLETS = {
  20.                 addCriteriaButton = NSButton; 
  21.                 dataModel = id; 
  22.                 removeCriteriaButton = NSButton; 
  23.             }; 
  24.             SUPERCLASS = NSView; 
  25.         }, 
  26.         {
  27.             ACTIONS = {findTypeAction = id; minusButtonAction = id; plusButtonAction = id; }; 
  28.             CLASS = FirstResponder; 
  29.             LANGUAGE = ObjC; 
  30.             SUPERCLASS = NSObject; 
  31.         }
  32.     ); 
  33.     IBVersion = 1; 
  34. }