home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / GameKit / Apps / HighScoreTester / English.lproj / InfoPanel.nib / data.classes next >
Encoding:
Text File  |  1994-06-07  |  436 b   |  33 lines

  1. InfoController = {
  2.     ACTIONS = {
  3.     license:;
  4.     readme:;
  5.     registerGame:;
  6.     printOrderForm:;
  7.     info:;
  8.     orderForm:;
  9.     suggestion:;
  10.     cancelRegistration:;
  11.     registration:;
  12.     costCalc:;
  13.     };
  14.     OUTLETS = {
  15.     registerPanel;
  16.     niftyView;
  17.     regText;
  18.     orderFormPanel;
  19.     versionDateText;
  20.     costText;
  21.     infoPanel;
  22.     versionText;
  23.     regNumText;
  24.     strings;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.