home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / AcctInspector.nib / data.classes next >
Encoding:
Text File  |  1993-07-28  |  887 b   |  61 lines

  1. System = {
  2.     ACTIONS = {
  3.     okCreateAcct:;
  4.     windowWillClose:;
  5.     showCategories:;
  6.     save:;
  7.     close:;
  8.     saveAs:;
  9.     setDefaultBoundary:;
  10.     reconcileAccount:;
  11.     windowWillResize:;
  12.     cancelCreateAcct:;
  13.     deleteAccount:;
  14.     selectAccount:;
  15.     createAccount:;
  16.     showAccount:;
  17.     browser:;
  18.     hideAccount:;
  19.     windowDidBecomeMain:;
  20.     };
  21.     OUTLETS = {
  22.     activeAccount;
  23.     renamePanel;
  24.     boundaryForm;
  25.     categoryMgr;
  26.     acctNameForm;
  27.     accountBrowser;
  28.     hideButton;
  29.     createPanel;
  30.     createButton;
  31.     newNameField;
  32.     transactionMgr;
  33.     acctTypeRadio;
  34.     reconcileButton;
  35.     systemWindow;
  36.     createView;
  37.     oldNameField;
  38.     showButton;
  39.     createDate;
  40.     errMsgTable;
  41.     };
  42.     SUPERCLASS = List;
  43. };
  44. FirstResponder = {
  45.     ACTIONS = {
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49. DatePrompt = {
  50.     ACTIONS = {
  51.     };
  52.     OUTLETS = {
  53.     instructionField;
  54.     datePromptField;
  55.     };
  56.     SUPERCLASS = Object;
  57. };
  58. DateTextField = {
  59.     SUPERCLASS = TextField;
  60. };
  61.