home *** CD-ROM | disk | FTP | other *** search
- TimeMonitor = {
- ACTIONS = {
- beginTiming:;
- endTiming:;
- stop:;
- };
- OUTLETS = {
- titleTextField;
- window;
- cancelButton;
- appIconButton;
- gaugeView;
- doneField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- GaugeView = {
- OUTLETS = {
- gaugeGray;
- percentage;
- borderType;
- backgroundGray;
- };
- SUPERCLASS = View;
- };
- SplashTimeMonitor = {
- ACTIONS = {
- };
- OUTLETS = {
- userNameField;
- versionField;
- };
- SUPERCLASS = TimeMonitor;
- };
-