-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainMenuBar.xojo_menu
70 lines (70 loc) · 1.72 KB
/
MainMenuBar.xojo_menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#tag Menu
Begin Menu MainMenuBar
Begin DesktopMenuItem FileMenu
SpecialMenu = 0
Index = -2147483648
Text = "&File"
AutoEnabled = True
AutoEnable = True
Visible = True
Begin DesktopMenuItem FileSettings
SpecialMenu = 0
Index = -2147483648
Text = "Settings"
AutoEnabled = True
AutoEnable = True
Visible = True
End
Begin DesktopQuitMenuItem FileQuit
SpecialMenu = 0
Index = -2147483648
Text = "#App.kFileQuit"
ShortcutKey = "#App.kFileQuitShortcut"
Shortcut = "#App.kFileQuitShortcut"
AutoEnabled = True
AutoEnable = True
Visible = True
End
End
Begin DesktopMenuItem HelpMenu
SpecialMenu = 0
Index = -2147483648
Text = "&Help"
AutoEnabled = True
AutoEnable = True
Visible = True
Begin DesktopMenuItem HelpNexusPage
SpecialMenu = 0
Index = -2147483648
Text = "Nexus Page"
AutoEnabled = True
AutoEnable = True
Visible = True
End
Begin DesktopMenuItem HelpLicense
SpecialMenu = 0
Index = -2147483648
Text = "License"
AutoEnabled = True
AutoEnable = True
Visible = True
End
Begin DesktopMenuItem HelpDonate
SpecialMenu = 0
Index = -2147483648
Text = "Donate"
AutoEnabled = True
AutoEnable = True
Visible = True
End
Begin DesktopMenuItem HelpAbout
SpecialMenu = 0
Index = -2147483648
Text = "About"
AutoEnabled = True
AutoEnable = True
Visible = True
End
End
End
#tag EndMenu