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

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