Revision 8,
2.1 KB
checked in by pinwc4, 16 years ago
(diff) |
Updated layout, continuing to refine program layout
|
Line | |
---|
1 | #tag Menu |
---|
2 | Begin Menu mainMenuBar |
---|
3 | Begin MenuItem FileMenu |
---|
4 | SpecialMenu = 0 |
---|
5 | Text = "&File" |
---|
6 | Index = -2147483648 |
---|
7 | AutoEnable = True |
---|
8 | Begin QuitMenuItem FileQuit |
---|
9 | SpecialMenu = 0 |
---|
10 | Text = "#App.kFileQuit" |
---|
11 | Index = -2147483648 |
---|
12 | ShortcutKey = "#App.kFileQuitShortcut" |
---|
13 | Shortcut = "#App.kFileQuitShortcut" |
---|
14 | AutoEnable = True |
---|
15 | End |
---|
16 | End |
---|
17 | Begin MenuItem EditMenu |
---|
18 | SpecialMenu = 0 |
---|
19 | Text = "&Edit" |
---|
20 | Index = -2147483648 |
---|
21 | AutoEnable = True |
---|
22 | Begin MenuItem EditUndo |
---|
23 | SpecialMenu = 0 |
---|
24 | Text = "&Undo" |
---|
25 | Index = -2147483648 |
---|
26 | ShortcutKey = "Z" |
---|
27 | Shortcut = "Cmd+Z" |
---|
28 | MenuModifier = True |
---|
29 | AutoEnable = True |
---|
30 | End |
---|
31 | Begin MenuItem UntitledMenu1 |
---|
32 | SpecialMenu = 0 |
---|
33 | Text = "-" |
---|
34 | Index = -2147483648 |
---|
35 | AutoEnable = True |
---|
36 | End |
---|
37 | Begin MenuItem EditCut |
---|
38 | SpecialMenu = 0 |
---|
39 | Text = "Cu&t" |
---|
40 | Index = -2147483648 |
---|
41 | ShortcutKey = "X" |
---|
42 | Shortcut = "Cmd+X" |
---|
43 | MenuModifier = True |
---|
44 | AutoEnable = True |
---|
45 | End |
---|
46 | Begin MenuItem EditCopy |
---|
47 | SpecialMenu = 0 |
---|
48 | Text = "&Copy" |
---|
49 | Index = -2147483648 |
---|
50 | ShortcutKey = "C" |
---|
51 | Shortcut = "Cmd+C" |
---|
52 | MenuModifier = True |
---|
53 | AutoEnable = True |
---|
54 | End |
---|
55 | Begin MenuItem EditPaste |
---|
56 | SpecialMenu = 0 |
---|
57 | Text = "&Paste" |
---|
58 | Index = -2147483648 |
---|
59 | ShortcutKey = "V" |
---|
60 | Shortcut = "Cmd+V" |
---|
61 | MenuModifier = True |
---|
62 | AutoEnable = True |
---|
63 | End |
---|
64 | Begin MenuItem EditClear |
---|
65 | SpecialMenu = 0 |
---|
66 | Text = "#App.kEditClear" |
---|
67 | Index = -2147483648 |
---|
68 | AutoEnable = True |
---|
69 | End |
---|
70 | Begin MenuItem UntitledMenu0 |
---|
71 | SpecialMenu = 0 |
---|
72 | Text = "-" |
---|
73 | Index = -2147483648 |
---|
74 | AutoEnable = True |
---|
75 | End |
---|
76 | Begin MenuItem EditSelectAll |
---|
77 | SpecialMenu = 0 |
---|
78 | Text = "Select &All" |
---|
79 | Index = -2147483648 |
---|
80 | ShortcutKey = "A" |
---|
81 | Shortcut = "Cmd+A" |
---|
82 | MenuModifier = True |
---|
83 | AutoEnable = True |
---|
84 | End |
---|
85 | End |
---|
86 | End |
---|
87 | #tag EndMenu |
---|
Note: See
TracBrowser
for help on using the repository browser.