home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Printer Setup Utility.app / Contents / Resources / English.lproj / Password.nib / classes.nib next >
Encoding:
Text File  |  2003-12-09  |  581 b   |  19 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {Cancel = id; OK = id; }; 
  6.             CLASS = PasswordWindowController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 addToKeychainCheckbox = NSButton; 
  10.                 cancelButton = NSButton; 
  11.                 okButton = NSButton; 
  12.                 userName = NSTextField; 
  13.                 userPassword = NSSecureTextField; 
  14.             }; 
  15.             SUPERCLASS = NSWindowController; 
  16.         }
  17.     ); 
  18.     IBVersion = 1; 
  19. }