home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Projects / MiscFindPanel / SearchBench / MiscFindPanel.bundle / English.lproj / FindPanel.nib / data.classes next >
Encoding:
Text File  |  1993-10-21  |  349 b   |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MiscFindPanel = {
  7.     ACTIONS = {
  8.     replace:;
  9.     findBackward:;
  10.     replaceAndFind:;
  11.     replaceAll:;
  12.     findForward:;
  13.     };
  14.     OUTLETS = {
  15.     scopeMatrix;
  16.     replaceTextField;
  17.     regExprButton;
  18.     _replBox;
  19.     findTextField;
  20.     messageTextField;
  21.     ignoreCaseButton;
  22.     };
  23.     SUPERCLASS = Panel;
  24. };
  25.