home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / TimeMonitor.nib / data.classes next >
Encoding:
Text File  |  1995-01-08  |  527 b   |  40 lines

  1. TimeMonitor = {
  2.     ACTIONS = {
  3.     beginTiming:;
  4.     endTiming:;
  5.     stop:;
  6.     };
  7.     OUTLETS = {
  8.     titleTextField;
  9.     window;
  10.     cancelButton;
  11.     appIconButton;
  12.     gaugeView;
  13.     doneField;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. GaugeView = {
  23.     OUTLETS = {
  24.     gaugeGray;
  25.     percentage;
  26.     borderType;
  27.     backgroundGray;
  28.     };
  29.     SUPERCLASS = View;
  30. };
  31. SplashTimeMonitor = {
  32.     ACTIONS = {
  33.     };
  34.     OUTLETS = {
  35.     userNameField;
  36.     versionField;
  37.     };
  38.     SUPERCLASS = TimeMonitor;
  39. };
  40.