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

  1. DateTextField = {
  2.     SUPERCLASS = TextField;
  3. };
  4. ReconcileMgr = {
  5.     ACTIONS = {
  6.     prepToClear:;
  7.     redisplayMatrix:;
  8.     finishReconciling:;
  9.     windowDidBecomeKey:;
  10.     updateFields:;
  11.     windowWillClose:;
  12.     adjustPreviousReconcileBalance:;
  13.     windowWillResize:;
  14.     };
  15.     OUTLETS = {
  16.     depositBalField;
  17.     currentTransaction;
  18.     atmBalField;
  19.     previousBalField;
  20.     matrix;
  21.     checkBalField;
  22.     outstandingBalField;
  23.     account;
  24.     otherBalField;
  25.     sortByRadio;
  26.     differenceBalField;
  27.     fromDateField;
  28.     newBalField;
  29.     toDateField;
  30.     datePrompt;
  31.     reconciledBalField;
  32.     scrollView;
  33.     reconcileWindow;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. DatePrompt = {
  38.     ACTIONS = {
  39.     };
  40.     OUTLETS = {
  41.     instructionField;
  42.     datePromptField;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46. FirstResponder = {
  47.     ACTIONS = {
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51. Controller = {
  52.     ACTIONS = {
  53.     windowWillClose:;
  54.     open:;
  55.     showReconcileWin:;
  56.     showInfoPanel:;
  57.     doClose:;
  58.     save:;
  59.     incomeRequest:;
  60.     showHelpPanel:;
  61.     quit:;
  62.     appDidInit:;
  63.     selectionRequest:;
  64.     revertToSaved:;
  65.     app:;
  66.     new:;
  67.     saveAsRequest:;
  68.     showPrefPanel:;
  69.     };
  70.     OUTLETS = {
  71.     closeItem;
  72.     printItem;
  73.     theAccPanelContr;
  74.     reconcileWin;
  75.     theSystemContr;
  76.     saveMenu;
  77.     saveAsMenu;
  78.     revertItem;
  79.     infoPanel;
  80.     formatReportItem;
  81.     helpPanel;
  82.     openMenu;
  83.     prefPanel;
  84.     reporter;
  85.     formatItem;
  86.     };
  87.     SUPERCLASS = Object;
  88. };
  89. AmountTF = {
  90.     ACTIONS = {
  91.     };
  92.     OUTLETS = {
  93.     };
  94.     SUPERCLASS = TextField;
  95. };
  96. RecordsContr = {
  97.     ACTIONS = {
  98.     windowWillClose:;
  99.     enterFromField:;
  100.     isOpen:;
  101.     showReconcileWin:;
  102.     transfer:;
  103.     popDeposit:;
  104.     recordTransaction:;
  105.     popATM:;
  106.     deleteRequest:;
  107.     popCheck:;
  108.     checkUpdateToggle:;
  109.     doubleClick:;
  110.     popOther:;
  111.     };
  112.     OUTLETS = {
  113.     ckNum;
  114.     reconcileWin;
  115.     autoDate;
  116.     autoNumber;
  117.     firstResponder;
  118.     instructionField;
  119.     transPromptDelegate;
  120.     checkBox;
  121.     printView;
  122.     ckUpToggle;
  123.     clearTransactionField;
  124.     accountPrompt;
  125.     clearDepositField;
  126.     titleBar;
  127.     matrix;
  128.     currentTransaction;
  129.     ckUpBox;
  130.     clearBalanceField;
  131.     recordButton;
  132.     ckTransactionF;
  133.     lunchAccountsPanel;
  134.     deleteButton;
  135.     ckTax;
  136.     clearPaymentField;
  137.     ckSignView;
  138.     clearTaxExemptField;
  139.     ckDollarF;
  140.     popUpButton;
  141.     theRecordsWin;
  142.     ckMemoF;
  143.     resepticalBox;
  144.     ckDate;
  145.     ckPayF;
  146.     scrollView;
  147.     ckCatF;
  148.     ckBank;
  149.     refreshDisplay;
  150.     checkPayFDelegate;
  151.     clearAccountField;
  152.     ckScrollView;
  153.     ckAllBox;
  154.     accountsContr;
  155.     ckName;
  156.     currTransCell;
  157.     updateRecordsBox;
  158.     };
  159.     SUPERCLASS = Object;
  160. };
  161.