-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathMainMenuGUI.ini
More file actions
164 lines (152 loc) · 2.4 KB
/
MainMenuGUI.ini
File metadata and controls
164 lines (152 loc) · 2.4 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
[root]
ControlType = COLLECTIONBOX
Parent = None
X = 0
Y = 0
Width = 640
Height = 480
Visible = True
Enabled = True
Name = root
Anchor = Left, Top
DrawBackground = False
DrawType = Color
DrawColor = 8
///////////////////////////////////////////////////////////////////////
// Main Screen
[MainScreen]
ControlType = COLLECTIONBOX
Parent = root
X = 185
Y = 130
Width = 270
Height = 240
Visible = True
Enabled = True
Name = MainScreen
Anchor = Right, Bottom
DrawBackground = False
DrawType = Image
DrawColor = 62
[ButtonMainToMetaGame]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 0
Width = 115
Height = 20
Visible = True
Enabled = True
Name = ButtonMainToMetaGame
Anchor = Left, Top
Text = Conquest
[ButtonMainToSkirmish]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 20
Width = 200
Height = 20
Visible = True
Enabled = True
Name = ButtonMainToSkirmish
Anchor = Left, Top
Text = Scenario Battle
[ButtonSaveOrLoadGame]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 40
Width = 240
Height = 20
Visible = True
Enabled = True
Name = ButtonSaveOrLoadGame
Anchor = Left, Top
Text = Saved Games
[ButtonMainToOptions]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 60
Width = 110
Height = 20
Visible = True
Enabled = True
Name = ButtonMainToOptions
Anchor = Left, Top
Text = Settings
[ButtonMainToModManager]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 80
Width = 160
Height = 20
Visible = True
Enabled = True
Name = ButtonMainToModManager
Anchor = Left, Top
Text = Mod Manager
[ButtonMainToEditor]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 100
Width = 170
Height = 20
Visible = True
Enabled = True
Name = ButtonMainToEditor
Anchor = Left, Top
Text = Game Editors
[ButtonMainToCreds]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 120
Width = 100
Height = 20
Visible = True
Enabled = True
Name = ButtonMainToCreds
Anchor = Left, Top
Text = Credits
[ButtonQuit]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 140
Width = 55
Height = 20
Visible = True
Enabled = True
Name = ButtonQuit
Anchor = Left, Top
Text = Exit
[ButtonResume]
ControlType = BUTTON
Parent = MainScreen
X = 0
Y = 160
Width = 200
Height = 20
Visible = True
Enabled = True
Name = ButtonResume
Anchor = Left, Top
Text = Resume Game
[VersionLabel]
ControlType = LABEL
X = 0
Y = 0
Width = 200
Height = 50
Visible = True
Enabled = True
Name = VersionLabel
Anchor = Left, Top
Text = Version Number
Tooltip = Released on
HAlignment = left
VAlignment = top