home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Examples / Interfaces / OrderForm.nib / data.classes next >
Encoding:
Text File  |  1994-02-14  |  307 b   |  22 lines

  1. MiscOrderForm = {
  2.     ACTIONS = {
  3.     costCalc:;
  4.     printOrderForm:;
  5.     setController:;
  6.     orderForm:;
  7.     };
  8.     OUTLETS = {
  9.     orderFormPanel;
  10.     controller;
  11.     costPerLicenseText;
  12.     numLicensesText;
  13.     totalCostText;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.