home *** CD-ROM | disk | FTP | other *** search
- MiscOrderForm = {
- ACTIONS = {
- "costCalc:" = "costCalc:";
- "orderForm:" = "orderForm:";
- "printOrderForm:" = "printOrderForm:";
- "setController:" = "setController:";
- };
- OUTLETS = {
- controller = controller;
- costPerLicenseText = costPerLicenseText;
- numLicensesText = numLicensesText;
- orderFormPanel = orderFormPanel;
- totalCostText = totalCostText;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-