home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / MacroPanel.nib / data.classes next >
Text File  |  1994-03-08  |  9KB  |  617 lines

  1. MacroPanel = {
  2.     ACTIONS = {
  3.     DoMacroOpen:;
  4.     SetName:;
  5.     DoMacroDelete:;
  6.     DoCreateMacroButton:;
  7.     DoMacroCopy:;
  8.     DoNew:;
  9.     DoMacroListHit:;
  10.     DoMacroPopup:;
  11.     DoRun:;
  12.     changeName:;
  13.     DoAddToMenu:;
  14.     };
  15.     OUTLETS = {
  16.     macoNameText;
  17.     openButton;
  18.     macroScrollView;
  19.     macroPopup;
  20.     runButton;
  21.     addMacroToMenuButton;
  22.     renameButton;
  23.     macroMtx;
  24.     createMacroButtonButton;
  25.     deleteButton;
  26.     };
  27.     SUPERCLASS = Panel;
  28. };
  29. MacroCopyPanel = {
  30.     ACTIONS = {
  31.     doCopy:;
  32.     doCancel:;
  33.     doFileListHit:;
  34.     doMacroSelect:;
  35.     };
  36.     OUTLETS = {
  37.     copyMacroScrollView;
  38.     filePopup;
  39.     copyButton;
  40.     copyMacroList;
  41.     };
  42.     SUPERCLASS = Panel;
  43. };
  44. SpreadSheetView = {
  45.     OUTLETS = {
  46.     ssColumnView;
  47.     ssRowView;
  48.     };
  49.     SUPERCLASS = ScrollView;
  50. };
  51. GoonInsp = {
  52.     OUTLETS = {
  53.     inspectorView;
  54.     generalView;
  55.     lastInspector;
  56.     viewPopList;
  57.     iconView;
  58.     viewPopup;
  59.     iconList;
  60.     nullInspector;
  61.     };
  62.     SUPERCLASS = Panel;
  63. };
  64. CellText = {
  65.     ACTIONS = {
  66.     setStyle:;
  67.     setFont:;
  68.     cellComposite:at::;
  69.     setSize:;
  70.     setText:;
  71.     };
  72.     OUTLETS = {
  73.     cacheWindow;
  74.     targetView;
  75.     };
  76.     SUPERCLASS = Object;
  77. };
  78. PasteSpecialPanel = {
  79.     ACTIONS = {
  80.     DoOK:;
  81.     DoCancel:;
  82.     };
  83.     OUTLETS = {
  84.     pasteMtx;
  85.     formatsChk;
  86.     pasteIntoChk;
  87.     origRefChk;
  88.     contentsChk;
  89.     usingMtx;
  90.     };
  91.     SUPERCLASS = Panel;
  92. };
  93. GIControl = {
  94.     ACTIONS = {
  95.     inspectHit:;
  96.     shadeHit:;
  97.     arrowHit:;
  98.     lineFillHit:;
  99.     thickHit:;
  100.     };
  101.     SUPERCLASS = Responder;
  102. };
  103. FormulaText = {
  104.     SUPERCLASS = Text;
  105. };
  106. InpsMatrix = {
  107.     SUPERCLASS = Matrix;
  108. };
  109. FirstResponder = {
  110.     ACTIONS = {
  111.     };
  112.     SUPERCLASS = Object;
  113. };
  114. SoundPanelDriver = {
  115.     ACTIONS = {
  116.     playPressed:;
  117.     editPressed:;
  118.     recordPressed:;
  119.     stopPressed:;
  120.     windowWillClose:;
  121.     };
  122.     OUTLETS = {
  123.     playButton;
  124.     editButton;
  125.     soundPanel;
  126.     recordButton;
  127.     };
  128.     SUPERCLASS = Object;
  129. };
  130. ColumnView = {
  131.     OUTLETS = {
  132.     cacheWindow;
  133.     };
  134.     SUPERCLASS = View;
  135. };
  136. IncFillDriver = {
  137.     ACTIONS = {
  138.     doCancel:;
  139.     doOK:;
  140.     };
  141.     OUTLETS = {
  142.     SeriesMtx;
  143.     startValue;
  144.     DateMtx;
  145.     stepValue;
  146.     TypeMtx;
  147.     endValue;
  148.     };
  149.     SUPERCLASS = Object;
  150. };
  151. FormatPanel = {
  152.     ACTIONS = {
  153.     doCancel:;
  154.     doFmtListHit:;
  155.     doDelete:;
  156.     doOK:;
  157.     };
  158.     OUTLETS = {
  159.     formatScrollView;
  160.     formatPatternText;
  161.     formatNameText;
  162.     formatSampleText;
  163.     formatListMtx;
  164.     };
  165.     SUPERCLASS = Panel;
  166. };
  167. DummyWindow = {
  168.     SUPERCLASS = Window;
  169. };
  170. SheetInsp = {
  171.     OUTLETS = {
  172.     inspectorView;
  173.     generalView;
  174.     lastInspector;
  175.     viewPopList;
  176.     iconView;
  177.     viewPopup;
  178.     iconList;
  179.     nullInspector;
  180.     };
  181.     SUPERCLASS = Panel;
  182. };
  183. FloatingWindow = {
  184.     OUTLETS = {
  185.     theFloater;
  186.     };
  187.     SUPERCLASS = Menu;
  188. };
  189. SpreadSheetWindow = {
  190.     ACTIONS = {
  191.     setTextWinOrigin::;
  192.     setIconWinOrigin::;
  193.     };
  194.     SUPERCLASS = Window;
  195. };
  196. PrefsPanel = {
  197.     ACTIONS = {
  198.     doRevert:;
  199.     setPrefs:;
  200.     };
  201.     OUTLETS = {
  202.     columnText;
  203.     headSizeText;
  204.     cellSizeText;
  205.     headFontText;
  206.     cellFontText;
  207.     rowText;
  208.     };
  209.     SUPERCLASS = Panel;
  210. };
  211. DeletePanel = {
  212.     ACTIONS = {
  213.     doCancel:;
  214.     doOK:;
  215.     };
  216.     OUTLETS = {
  217.     moveMtx;
  218.     };
  219.     SUPERCLASS = Panel;
  220. };
  221. SpreadSheetDoc = {
  222.     ACTIONS = {
  223.     saveTo;
  224.     saveAs;
  225.     save;
  226.     changeSaveType;
  227.     revertToSaved;
  228.     changeLayout;
  229.     };
  230.     OUTLETS = {
  231.     listener;
  232.     window;
  233.     view;
  234.     printInfo;
  235.     };
  236.     SUPERCLASS = Responder;
  237. };
  238. FullImpactApp = {
  239.     ACTIONS = {
  240.     open:;
  241.     doInputX:;
  242.     activateDocument:;
  243.     showFormatInspector:;
  244.     performIconAction:;
  245.     setFileType:;
  246.     doInputCheck:;
  247.     performMenuAction:;
  248.     showChartInspector:;
  249.     showIconBar:;
  250.     new:;
  251.     showSpreadSheetInspector:;
  252.     showGraphicsInspector:;
  253.     showMacroInspector:;
  254.     };
  255.     OUTLETS = {
  256.     deletePanel;
  257.     MacroInspector;
  258.     cellName;
  259.     inputWindow;
  260.     FormatInspector;
  261.     formatPanel;
  262.     pasteSpecPanel;
  263.     activateMenu;
  264.     SheetInspector;
  265.     textControl;
  266.     iconDummy;
  267.     ChartInspector;
  268.     ixType;
  269.     inputDummy;
  270.     incFillPanel;
  271.     insertPanel;
  272.     macroPanel;
  273.     iconBar;
  274.     GraphicsInspector;
  275.     macroCopyPanel;
  276.     };
  277.     SUPERCLASS = Application;
  278. };
  279. FormatInsp = {
  280.     OUTLETS = {
  281.     inspectorView;
  282.     generalView;
  283.     lastInspector;
  284.     viewPopList;
  285.     iconView;
  286.     viewPopup;
  287.     iconList;
  288.     nullInspector;
  289.     };
  290.     SUPERCLASS = Panel;
  291. };
  292. PrintRowView = {
  293.     SUPERCLASS = View;
  294. };
  295. ObjInsp = {
  296.     ACTIONS = {
  297.     doArrowButton:;
  298.     doViewPick:;
  299.     doObjPick:;
  300.     doShadeText:;
  301.     doShadeSlider:;
  302.     doFillPick:;
  303.     doShadeButton:;
  304.     doWeightText:;
  305.     makeKeyAndOrderFront:;
  306.     doOKButton:;
  307.     doStrokePick:;
  308.     doWeightSlider:;
  309.     };
  310.     OUTLETS = {
  311.     weightSlider;
  312.     strokeSampleView;
  313.     strokePopList;
  314.     strokeShadeInspector;
  315.     strokeShadeText;
  316.     viewPopup;
  317.     arrowInspector;
  318.     arrowBlank;
  319.     arrowMatrix;
  320.     fillShadeButtons;
  321.     lastStrokeInspector;
  322.     fillShadeInspector;
  323.     strokeShadeSlider;
  324.     strokeInspector;
  325.     strokeShadeButtons;
  326.     strokeView;
  327.     fillSampleView;
  328.     shadeView;
  329.     notApplicableView;
  330.     fillPopup;
  331.     fillNoInspectorView;
  332.     generalView;
  333.     inspectorView;
  334.     iconView;
  335.     viewPopList;
  336.     weightText;
  337.     arrowView;
  338.     fillShadeSlider;
  339.     fillView;
  340.     lastInspector;
  341.     lastFillInspector;
  342.     strokePopup;
  343.     fillShadeText;
  344.     fillPopList;
  345.     iconList;
  346.     strokeNoInspectorView;
  347.     nullInspector;
  348.     fillInspector;
  349.     };
  350.     SUPERCLASS = Panel;
  351. };
  352. ChartInsp = {
  353.     ACTIONS = {
  354.     doOKButton:;
  355.     doChartButton:;
  356.     doViewPick:;
  357.     makeKeyAndOrderFront:;
  358.     doRevert:;
  359.     };
  360.     OUTLETS = {
  361.     scatXTickStartText;
  362.     freezeCheck;
  363.     lineShowPointsCheck;
  364.     vMargText;
  365.     std3DXGridCheck;
  366.     stdYTickCheck;
  367.     lnAr3DmiRotAngTxt;
  368.     viewPopList;
  369.     hiLowScaleMtx;
  370.     std3DZLabelCheck;
  371.     stdXMtx;
  372.     lnAr3DmiElvAngTxt;
  373.     sBarPerspCheck;
  374.     hrzYLabelCheck;
  375.     iconView;
  376.     dataPopList;
  377.     stdMarks;
  378.     stdTickStartText;
  379.     vBarInterpCheck;
  380.     lnAr3DmiScaleMtx;
  381.     hMargText;
  382.     pieCatCheck;
  383.     iconList;
  384.     bar3DmiElvAngTxt;
  385.     bar3DmiXAxThkTxt;
  386.     stdAutoCalcCheck;
  387.     scatXLabelCheck;
  388.     pieLabelButton;
  389.     scatXMtx;
  390.     scatterMisc;
  391.     stdXTickCheck;
  392.     pieMarks;
  393.     std3DTickStartText;
  394.     wire3DmiRotAngTxt;
  395.     dataPopup;
  396.     std3DYLabelCheck;
  397.     scatYMtx;
  398.     std3DXLabelCheck;
  399.     hrzXMtx;
  400.     scatShowPointsCheck;
  401.     scatYGridCheck;
  402.     scatXGridCheck;
  403.     hrzXGridCheck;
  404.     hrzYGridCheck;
  405.     pieAngleText;
  406.     scatXTickNumText;
  407.     marks3DView;
  408.     hrzYTickCheck;
  409.     lnAr3DmiZAxThkTxt;
  410.     stdYMtx;
  411.     nullInspector;
  412.     bar3DMisc;
  413.     lineScaleMtx;
  414.     scatYLabelCheck;
  415.     bar3DmiZAxThkTxt;
  416.     inspectorView;
  417.     lineMisc;
  418.     pieValCheck;
  419.     bar3DmiPrspAngTxt;
  420.     stdYGridCheck;
  421.     stdXGridCheck;
  422.     lineInterpCheck;
  423.     marksView;
  424.     scatInterpCheck;
  425.     stdYLabelCheck;
  426.     std3DYMtx;
  427.     hilowMisc;
  428.     bar3DmiRotAngTxt;
  429.     stdTickNumText;
  430.     scatterMarks;
  431.     scatXTickCheck;
  432.     horzMarks;
  433.     hrzTickNumText;
  434.     std3DZTickCheck;
  435.     areaMisc;
  436.     scatYTickStartText;
  437.     scatShowLinesCheck;
  438.     hrzXTickCheck;
  439.     scatYTickNumText;
  440.     lnAr3DmiPrspAngTxt;
  441.     hrzTickEndText;
  442.     std3DTickNumText;
  443.     bar3DmiScaleMtx;
  444.     areaScaleMtx;
  445.     nameText;
  446.     sBarShowTotalCheck;
  447.     legendCheck;
  448.     scatYTickEndText;
  449.     barMisc;
  450.     dataMtx;
  451.     piePcntCheck;
  452.     std3DXMtx;
  453.     scatScaleXMtx;
  454.     areaInterpCheck;
  455.     stdXLabelCheck;
  456.     generalView;
  457.     lastInspector;
  458.     pieMisc;
  459.     scatScaleYMtx;
  460.     vBarPerspCheck;
  461.     std3DYGridCheck;
  462.     std3DZGridCheck;
  463.     sBarInterpCheck;
  464.     hrzAutoCalcCheck;
  465.     stdTickEndText;
  466.     scatYTickCheck;
  467.     std3DAutoCalcCheck;
  468.     std3DZMtx;
  469.     vBarShowValCheck;
  470.     wire3DMisc;
  471.     LnAr3DMisc;
  472.     wire3DmiPrspAngTxt;
  473.     vBarScaleMtx;
  474.     frameCheck;
  475.     hrzYMtx;
  476.     lineShowLinesCheck;
  477.     std3DTickEndText;
  478.     scatXTickEndText;
  479.     hrzXLabelCheck;
  480.     wire3DmiScaleMtx;
  481.     std3DXTickCheck;
  482.     std3DYTickCheck;
  483.     scatYAutoCalcCheck;
  484.     scatXAutoCalcCheck;
  485.     hrzTickStartText;
  486.     wire3DmiElvAngTxt;
  487.     sBarScaleMtx;
  488.     viewPopup;
  489.     hiLowPlotMtx;
  490.     sbarMisc;
  491.     };
  492.     SUPERCLASS = Panel;
  493. };
  494. TextInputControl = {
  495.     ACTIONS = {
  496.     lParen:;
  497.     leftArrow:;
  498.     sqrt:;
  499.     lessThan:;
  500.     undo:;
  501.     add:;
  502.     OK:;
  503.     rParen:;
  504.     comma:;
  505.     mul:;
  506.     one:;
  507.     grtrThan:;
  508.     X:;
  509.     dot;
  510.     summation:;
  511.     pow:;
  512.     div:;
  513.     sub:;
  514.     };
  515.     OUTLETS = {
  516.     cellNameField;
  517.     valueInputField;
  518.     };
  519.     SUPERCLASS = Responder;
  520. };
  521. IncFillPanel = {
  522.     ACTIONS = {
  523.     DoOK:;
  524.     DoCancel:;
  525.     };
  526.     OUTLETS = {
  527.     EndVal;
  528.     StartVal;
  529.     TypeMatx;
  530.     StepVal;
  531.     DateMtx;
  532.     SeriesMtx;
  533.     };
  534.     SUPERCLASS = Panel;
  535. };
  536. ObjView = {
  537.     SUPERCLASS = View;
  538. };
  539. PrintCellView = {
  540.     SUPERCLASS = View;
  541. };
  542. MacroInsp = {
  543.     OUTLETS = {
  544.     inspectorView;
  545.     generalView;
  546.     lastInspector;
  547.     viewPopList;
  548.     iconView;
  549.     viewPopup;
  550.     iconList;
  551.     nullInspector;
  552.     };
  553.     SUPERCLASS = Panel;
  554. };
  555. RowView = {
  556.     OUTLETS = {
  557.     cacheWindow;
  558.     };
  559.     SUPERCLASS = View;
  560. };
  561. SoundPanel = {
  562.     SUPERCLASS = Panel;
  563. };
  564. ShadeView = {
  565.     SUPERCLASS = View;
  566. };
  567. InsertPanel = {
  568.     ACTIONS = {
  569.     doCancel:;
  570.     doOK:;
  571.     };
  572.     OUTLETS = {
  573.     MoveMtx;
  574.     };
  575.     SUPERCLASS = Panel;
  576. };
  577. PrintView = {
  578.     OUTLETS = {
  579.     columnView;
  580.     rowView;
  581.     cellView;
  582.     };
  583.     SUPERCLASS = View;
  584. };
  585. CellView = {
  586.     ACTIONS = {
  587.     selectAll;
  588.     copy;
  589.     paste;
  590.     deSelectAll;
  591.     cut;
  592.     };
  593.     OUTLETS = {
  594.     CollumView;
  595.     cacheWindow;
  596.     RowView;
  597.     };
  598.     SUPERCLASS = View;
  599. };
  600. PrintColView = {
  601.     SUPERCLASS = View;
  602. };
  603. PasteSpcDriver = {
  604.     ACTIONS = {
  605.     doCancel:;
  606.     doOK:;
  607.     };
  608.     OUTLETS = {
  609.     pasteMtx;
  610.     pasteIntoChk;
  611.     contentsMtx;
  612.     origRefChk;
  613.     usingMtx;
  614.     };
  615.     SUPERCLASS = Object;
  616. };
  617.