home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Diagram_2.5 / Application / Diagram.app / English.lproj / FindPanel.nib / data.classes next >
Text File  |  1993-03-01  |  457b  |  32 lines

  1. LSFindPanelOwner = {
  2.     ACTIONS = {
  3.     findReturn:;
  4.     orderFront:;
  5.     };
  6.     OUTLETS = {
  7.     messageField;
  8.     replaceFindButton;
  9.     panel;
  10.     ignoreCase;
  11.     replaceField;
  12.     findBackwardButton;
  13.     replaceButton;
  14.     searchScope;
  15.     findField;
  16.     replaceAllButton;
  17.     regex;
  18.     findForwardButton;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     replaceFind:;
  25.     replaceAll:;
  26.     findBackwardForAll:;
  27.     replace:;
  28.     findForwardForAll:;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.