home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-04 | 921 b | 45 lines | [TEXT/MPS ] |
- /*------------------------------------------------------------------------------
- #
- # Simple Speech Recognition Toolbox Sample Application
- #
- # TinySRApp
- #
- # TinySRApp.r - Rez Source
- #
- # Copyright © 1994 Apple Computer, Inc.
- # All rights reserved.
- #
- # Versions: 1.0 5/94
- #
- # Components: TinySRApp.c May 4, 1994
- # TinySRApp.r May 4, 1994
- # TinySRApp.make May 4, 1994
- #
- # The TinySRApp program is a simple demonstration of how to use the Speech
- # Recognition Toolbox.
- #
- ------------------------------------------------------------------------------*/
-
- #include "Types.r"
-
- resource 'SIZE' (-1) {
- reserved,
- acceptSuspendResumeEvents,
- reserved,
- canBackground,
- multiFinderAware,
- backgroundAndForeground,
- getFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- isHighLevelEventAware,
- onlyLocalHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- 65536,
- 65536
- };
-