home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / Interfaces / OrderForm.nib / data.classes next >
Encoding:
Text File  |  1995-01-17  |  474 b   |  18 lines

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