home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-09 | 866 b | 47 lines | [TEXT/MPS ] |
- #include "Types.r"
-
- data 'ALRT' (256) {
- $"0064 0064 00C6 01B9 0100 5555 300A" /* .d.d.Δ.π.ÑUU0. */
- };
-
- resource 'DITL' (256) {
- {
- /* 1 */
- {68, 231, 88, 331},
- Button { enabled, "OK" };
- /* 2 */
- {7, 74, 55, 331},
- StaticText { disabled, "Unhandled exception:\r^0" }
- }
- };
-
- data 'ALRT' (257) {
- $"0064 0064 00C6 01B9 0101 5555 300A" /* .d.d.Δ.π.ÑUU0. */
- };
-
- resource 'DITL' (257) {
- {
- /* 1 */
- {68, 231, 88, 331},
- Button { enabled, "OK" };
- /* 2 */
- {7, 74, 55, 331},
- StaticText { disabled, "Attempt to pop empty exception stack" }
- }
- };
-
- data 'ALRT' (258) {
- $"0064 0064 00C6 01B9 0102 5555 300A" /* .d.d.Δ.π.ÑUU0. */
- };
-
- resource 'DITL' (258) {
- {
- /* 1 */
- {68, 231, 88, 331},
- Button { enabled, "OK" };
- /* 2 */
- {7, 74, 55, 331},
- StaticText { disabled, "Corrupted exception stack" }
- }
- };
-