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

  1. OpenLinksPanel = {
  2.     ACTIONS = {
  3.     cancelButton:;
  4.     replaceButton:;
  5.     openButton:;
  6.     };
  7.     OUTLETS = {
  8.     cancelButton;
  9.     textField;
  10.     scrollView;
  11.     openButton;
  12.     replaceButton;
  13.     };
  14.     SUPERCLASS = Panel;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FullImpactApp = {
  22.     OUTLETS = {
  23.     openLinksPanel;
  24.     };
  25.     SUPERCLASS = Application;
  26. };
  27.