home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / ImportExport.nib / data.classes next >
Encoding:
Text File  |  1996-02-13  |  3.5 KB  |  115 lines

  1. ImportExpMgr = {
  2.     ACTIONS = {
  3.     "abort:" = "abort:"; 
  4.     "importConfirmed:" = "importConfirmed:"; 
  5.     "setExportDP:" = "setExportDP:"; 
  6.     "setExportQIF:" = "setExportQIF:"; 
  7.     "setExportTAB:" = "setExportTAB:"; 
  8.     "setExportTEXT:" = "setExportTEXT:"; 
  9.     }; 
  10.     OUTLETS = {
  11.     account = account; 
  12.     acctWindowMgr = acctWindowMgr; 
  13.     exportFromDateField = exportFromDateField; 
  14.     exportRadioMatrix = exportRadioMatrix; 
  15.     exportView = exportView; 
  16.     importRadioMatrix = importRadioMatrix; 
  17.     importSwitchMatrix = importSwitchMatrix; 
  18.     importView = importView; 
  19.     logText = logText; 
  20.     logTitleTF = logTitleTF; 
  21.     logWindow = logWindow; 
  22.     prepTransactions = prepTransactions; 
  23.     savePanel = savePanel; 
  24.     system = system; 
  25.     }; 
  26.     SUPERCLASS = Object; 
  27. };
  28. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  29. AcctWindowMgr = {
  30.     ACTIONS = {
  31.     "browser:" = "browser:"; 
  32.     "checkTransToggle:" = "checkTransToggle:"; 
  33.     "deleteRequest:" = "deleteRequest:"; 
  34.     "importExpRequest:" = "importExpRequest:"; 
  35.     "inspectorOk:" = "inspectorOk:"; 
  36.     "popATM:" = "popATM:"; 
  37.     "popCheck:" = "popCheck:"; 
  38.     "popDeposit:" = "popDeposit:"; 
  39.     "popOther:" = "popOther:"; 
  40.     "popVoid:" = "popVoid:"; 
  41.     "print:" = "print:"; 
  42.     "recordRequest:" = "recordRequest:"; 
  43.     "refresh:" = "refresh:"; 
  44.     "resetAcctWindow:" = "resetAcctWindow:"; 
  45.     "selectTransaction:" = "selectTransaction:"; 
  46.     "setAcctAttributes:" = "setAcctAttributes:"; 
  47.     "split:" = "split:"; 
  48.     "splitsToggle:" = "splitsToggle:"; 
  49.     "transfer:" = "transfer:"; 
  50.     "windowDidBecomeMain:" = "windowDidBecomeMain:"; 
  51.     "windowDidResignKey:" = "windowDidResignKey:"; 
  52.     "windowDidResize:" = "windowDidResize:"; 
  53.     "windowWillResize:" = "windowWillResize:"; 
  54.     }; 
  55.     OUTLETS = {
  56.     account = account; 
  57.     acctWindow = acctWindow; 
  58.     autoCkNumField = autoCkNumField; 
  59.     autoDateField = autoDateField; 
  60.     balanceField = balanceField; 
  61.     browser = browser; 
  62.     browserBox = browserBox; 
  63.     brwsrMatrix = brwsrMatrix; 
  64.     brwsrSplitBox = brwsrSplitBox; 
  65.     categoryField = categoryField; 
  66.     checkBox = checkBox; 
  67.     checkMgr = checkMgr; 
  68.     ckAmountField = ckAmountField; 
  69.     ckBankField = ckBankField; 
  70.     ckCategoryField = ckCategoryField; 
  71.     ckDateField = ckDateField; 
  72.     ckLogoView = ckLogoView; 
  73.     ckMemoField = ckMemoField; 
  74.     ckNameField = ckNameField; 
  75.     ckNumField = ckNumField; 
  76.     ckPayField = ckPayField; 
  77.     ckPayToField = ckPayToField; 
  78.     ckScrollView = ckScrollView; 
  79.     ckStubAmountField = ckStubAmountField; 
  80.     ckStubDateField = ckStubDateField; 
  81.     ckStubMemoField = ckStubMemoField; 
  82.     ckStubNumField = ckStubNumField; 
  83.     ckStubPayToField = ckStubPayToField; 
  84.     ckTaxSwitch = ckTaxSwitch; 
  85.     ckTransToggle = ckTransToggle; 
  86.     currentTransCell = currentTransCell; 
  87.     currentTransaction = currentTransaction; 
  88.     debitField = debitField; 
  89.     deleteButton = deleteButton; 
  90.     depositField = depositField; 
  91.     descriptionField = descriptionField; 
  92.     importExportMgr = importExportMgr; 
  93.     instructionField = instructionField; 
  94.     memoField = memoField; 
  95.     popUpButton = popUpButton; 
  96.     printButton = printButton; 
  97.     receptacleBox = receptacleBox; 
  98.     recordButton = recordButton; 
  99.     splitTransBox = splitTransBox; 
  100.     splitTrnsctnMgr = splitTrnsctnMgr; 
  101.     splitsToggle = splitsToggle; 
  102.     taxExemptSwitch = taxExemptSwitch; 
  103.     transEntryBox = transEntryBox; 
  104.     transferButton = transferButton; 
  105.     transferPanelMgr = transferPanelMgr; 
  106.     }; 
  107.     SUPERCLASS = Object; 
  108. };
  109. DateTextField = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = TextField; };
  110. DatePrompt = {
  111.     ACTIONS = {}; 
  112.     OUTLETS = {datePromptField = datePromptField; instructionField = instructionField; }; 
  113.     SUPERCLASS = Object; 
  114. };
  115.