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

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