home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextAdmin / NetWareManager.app / French.lproj / Password.nib / data.classes next >
Text File  |  1992-07-13  |  264b  |  21 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     pwCancel:;
  4.     pwok:;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. Controller = {
  9.     ACTIONS = {
  10.     pwok:;
  11.     pwCancel:;
  12.     };
  13.     OUTLETS = {
  14.     messageTextField;
  15.     pwokButton;
  16.     inputTextField;
  17.     passwordPanel;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.