]>
Commit | Line | Data |
---|---|---|
939baabe SS |
1 | /* Resource file for MacGDB. */ |
2 | ||
58c0b523 | 3 | #include "SysTypes.r" |
939baabe SS |
4 | #include "Types.r" |
5 | ||
6 | #include "mac-defs.h" | |
7 | ||
58c0b523 SS |
8 | resource 'vers' (1) { |
9 | 0x02, 0x00, release, 0x00, | |
10 | verUS, | |
11 | "4.12.3", | |
12 | "4.12.3, Copyright \251 1994 Free Software Foundation, Inc." | |
13 | }; | |
14 | ||
939baabe SS |
15 | resource 'MBAR' (128) { |
16 | { mApple, mFile, mEdit, mDebug }; | |
17 | }; | |
18 | ||
19 | resource 'MENU' (mApple, preload) { | |
20 | mApple, | |
21 | textMenuProc, | |
22 | 0x7FFFFFFD, | |
23 | enabled, | |
24 | apple, | |
25 | { | |
26 | "About...", noIcon, noKey, noMark, plain, | |
27 | "-", noIcon, noKey, noMark, plain | |
28 | } | |
29 | }; | |
30 | ||
31 | resource 'MENU' (mFile, preload) { | |
32 | mFile, | |
33 | textMenuProc, | |
58c0b523 | 34 | allEnabled, |
939baabe SS |
35 | enabled, |
36 | "File", | |
37 | { | |
58c0b523 | 38 | "New", noIcon, noKey, noMark, plain, |
939baabe SS |
39 | "Open...", noIcon, "O", noMark, plain, |
40 | "-", noIcon, noKey, noMark, plain, | |
41 | "Quit", noIcon, "Q", noMark, plain | |
42 | } | |
43 | }; | |
44 | ||
45 | resource 'MENU' (mEdit, preload) { | |
46 | mEdit, | |
47 | textMenuProc, | |
58c0b523 | 48 | allEnabled, |
939baabe SS |
49 | enabled, |
50 | "Edit", | |
51 | { | |
52 | "Undo", noIcon, "Z", noMark, plain, | |
53 | "-", noIcon, noKey, noMark, plain, | |
54 | "Cut", noIcon, "X", noMark, plain, | |
55 | "Copy", noIcon, "C", noMark, plain, | |
56 | "Paste", noIcon, "V", noMark, plain, | |
57 | "Clear", noIcon, noKey, noMark, plain | |
58 | } | |
59 | }; | |
60 | ||
61 | resource 'MENU' (mDebug, preload) { | |
62 | mDebug, | |
63 | textMenuProc, | |
58c0b523 | 64 | allEnabled, |
939baabe SS |
65 | enabled, |
66 | "Debug", | |
67 | { | |
68 | "Target", noIcon, "T", noMark, plain, | |
69 | "-", noIcon, noKey, noMark, plain, | |
70 | "Run", noIcon, "R", noMark, plain, | |
58c0b523 SS |
71 | "Continue", noIcon, "K", noMark, plain, |
72 | "Step", noIcon, "S", noMark, plain, | |
73 | "Next", noIcon, "N", noMark, plain | |
939baabe SS |
74 | } |
75 | }; | |
76 | ||
77 | resource 'ALRT' (128) { | |
b8ec8d4a | 78 | {40, 40, 180, 420}, |
939baabe SS |
79 | 128, |
80 | { /* array: 4 elements */ | |
81 | /* [1] */ | |
82 | OK, visible, sound1, | |
83 | /* [2] */ | |
84 | OK, visible, sound1, | |
85 | /* [3] */ | |
86 | OK, visible, sound1, | |
87 | /* [4] */ | |
88 | OK, visible, sound1 | |
89 | } | |
90 | }; | |
91 | ||
92 | resource 'DITL' (128) { | |
b8ec8d4a | 93 | { /* array DITLarray: 2 elements */ |
939baabe | 94 | /* [1] */ |
b8ec8d4a | 95 | {110, 150, 128, 200}, |
939baabe SS |
96 | Button { |
97 | enabled, | |
98 | "OK" | |
99 | }, | |
100 | /* [2] */ | |
b8ec8d4a | 101 | {10, 10, 100, 370}, |
939baabe SS |
102 | StaticText { |
103 | disabled, | |
b8ec8d4a SS |
104 | "GDB 4.12.3\n" |
105 |