home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / authserver.app / English.lproj / ATPasswordPanel.nib / data.classes < prev    next >
Text File  |  1992-04-02  |  391b  |  30 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ATPasswordPanel = {
  7.     ACTIONS = {
  8.     cancel:;
  9.     ok:;
  10.     quit:;
  11.     setConnectType:;
  12.     setPassword:;
  13.     };
  14.     OUTLETS = {
  15.     serverAuth;
  16.     cancelButton;
  17.     atPasswordPanel;
  18.     serverName;
  19.     nameField;
  20.     quitButton;
  21.     passwordField;
  22.     zoneName;
  23.     connectAs;
  24.     setPasswordButton;
  25.     connectMessage;
  26.     okButton;
  27.     };
  28.     SUPERCLASS = Panel;
  29. };
  30.