home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Password.preferences / Spanish.lproj / Password.nib / data.classes next >
Text File  |  1994-06-01  |  1KB  |  67 lines

  1. Clock = {
  2.     ACTIONS = {
  3.     increaseSecond:;
  4.     decreaseHour:;
  5.     decreaseSecond:;
  6.     increaseDay:;
  7.     decreaseMinute:;
  8.     increaseMinute:;
  9.     decreaseDay:;
  10.     increaseHour:;
  11.     };
  12.     SUPERCLASS = View;
  13. };
  14. Layout = {
  15.     ACTIONS = {
  16.     didUnselect: = "(id)(id)";
  17.     willUnselect: = "(id)(id)";
  18.     didSelect: = "(id)(id)";
  19.     didHide: = "(id)(id)";
  20.     didUnhide: = "(id)(id)";
  21.     willSelect: = "(id)(id)";
  22.     };
  23.     OUTLETS = {
  24.     view;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. passwordOwner = {
  34.     ACTIONS = {
  35.     newPassword:;
  36.     cancelPassword:;
  37.     };
  38.     OUTLETS = {
  39.     window;
  40.     cancelButton;
  41.     passwordMessage;
  42.     passwordForm;
  43.     okButton;
  44.     background;
  45.     passwordStrings;
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49. PasswordChanger = {
  50.     ACTIONS = {
  51.     verifyOldPassword: = "(id)(id)";
  52.     cancel: = "(id)(id)";
  53.     verifyNewPassword: = "(id)(id)";
  54.     acceptNewPassword: = "(id)(id)";
  55.     changePassword: = "(id)(id)";
  56.     };
  57.     OUTLETS = {
  58.     passwordField;
  59.     window;
  60.     cancelButton;
  61.     informationText;
  62.     lockButton;
  63.     okButton;
  64.     };
  65.     SUPERCLASS = Layout;
  66. };
  67.