home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / Reports.nib / data.classes next >
Encoding:
Text File  |  1993-08-09  |  1.5 KB  |  116 lines

  1. DateTextField = {
  2.     SUPERCLASS = TextField;
  3. };
  4. DatePrompt = {
  5.     ACTIONS = {
  6.     };
  7.     OUTLETS = {
  8.     instructionField;
  9.     datePromptField;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     printAllLines:;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. Paragraph = {
  20.     SUPERCLASS = List;
  21. };
  22. SystemsCtrlr = {
  23.     ACTIONS = {
  24.     showReport:;
  25.     open:;
  26.     hideAcct:;
  27.     showInfoPanel:;
  28.     close:;
  29.     saveAs:;
  30.     showHelpPanel:;
  31.     delete:;
  32.     quit:;
  33.     appDidInit:;
  34.     systemCategories:;
  35.     okNew:;
  36.     new:;
  37.     reconcile:;
  38.     cancelNew:;
  39.     rename:;
  40.     showPrefPanel:;
  41.     windowWillClose:;
  42.     };
  43.     OUTLETS = {
  44.     nameForm;
  45.     prefPanel;
  46.     activeSystem;
  47.     saveAsMenuCell;
  48.     categoryRadio;
  49.     accountSubmenu;
  50.     newPanel;
  51.     helpPanel;
  52.     closeMenuCell;
  53.     reportsMgr;
  54.     infoPanel;
  55.     };
  56.     SUPERCLASS = List;
  57. };
  58. PageSeparator = {
  59.     SUPERCLASS = View;
  60. };
  61. Report = {
  62.     ACTIONS = {
  63.     textWillConvert:;
  64.     faxPSCode:;
  65.     changeLayout:;
  66.     textDidChange:;
  67.     printAllLines:;
  68.     printRequest:;
  69.     optionsPanel:;
  70.     };
  71.     OUTLETS = {
  72.     header;
  73.     body;
  74.     paragraphs;
  75.     };
  76.     SUPERCLASS = List;
  77. };
  78. AmountField = {
  79.     SUPERCLASS = TextField;
  80. };
  81. ReportsMgr = {
  82.     ACTIONS = {
  83.     showReport:;
  84.     windowWillClose:;
  85.     newDate:;
  86.     optionsPanel:;
  87.     defaultTitle:;
  88.     title:;
  89.     startScrollUp:;
  90.     ok:;
  91.     startScrollDown:;
  92.     inspectorOk:;
  93.     popUpRequest:;
  94.     cancel:;
  95.     windowDidBecomeMain:;
  96.     };
  97.     OUTLETS = {
  98.     optionsPanel;
  99.     activeReport;
  100.     allLinesSw;
  101.     titleField;
  102.     startDate;
  103.     popUpSelection;
  104.     instEndField;
  105.     periodes;
  106.     dateStampSw;
  107.     startDScroll;
  108.     datePromptInstance;
  109.     sortByDate;
  110.     instructionField;
  111.     radioButton;
  112.     endDate;
  113.     };
  114.     SUPERCLASS = List;
  115. };
  116.