1Container@LOBBY_PLAYER_BIN:
2	Width: PARENT_RIGHT
3	Height: PARENT_BOTTOM
4	Children:
5		Container@LABEL_CONTAINER:
6			X: 5
7			Y: 0 - 26
8			Width: PARENT_RIGHT
9			Height: PARENT_BOTTOM
10			Children:
11				Label@LABEL_LOBBY_NAME:
12					Width: 180
13					Height: 25
14					Text: Name
15					Align: Center
16					Font: Bold
17				Label@LABEL_LOBBY_COLOR:
18					X: 190
19					Width: 70
20					Height: 25
21					Text: Color
22					Align: Center
23					Font: Bold
24				Label@LABEL_LOBBY_FACTION:
25					X: 270
26					Width: 130
27					Height: 25
28					Text: Faction
29					Align: Center
30					Font: Bold
31				Label@LABEL_LOBBY_TEAM:
32					X: 410
33					Width: 48
34					Height: 25
35					Text: Team
36					Align: Center
37					Font: Bold
38				Label@LABEL_LOBBY_SPAWN:
39					X: 468
40					Width: 48
41					Height: 25
42					Text: Spawn
43					Align: Center
44					Font: Bold
45				Label@LABEL_LOBBY_STATUS:
46					X: 525
47					Width: 20
48					Height: 25
49					Text: Ready
50					Align: Left
51					Font: Bold
52		ScrollPanel@LOBBY_PLAYERS:
53			Width: PARENT_RIGHT
54			Height: PARENT_BOTTOM
55			TopBottomSpacing: 5
56			ItemSpacing: 5
57			Children:
58				Container@TEMPLATE_EDITABLE_PLAYER:
59					X: 5
60					Width: 475
61					Height: 25
62					Visible: false
63					Children:
64						Container@LATENCY:
65							Y: 6
66							Width: 11
67							Height: 14
68							Visible: false
69							Children:
70								ColorBlock@LATENCY_COLOR:
71									X: 2
72									Y: 2
73									Width: PARENT_RIGHT - 4
74									Height: PARENT_BOTTOM - 4
75						ClientTooltipRegion@LATENCY_REGION:
76							Width: 11
77							Height: 25
78							TooltipContainer: TOOLTIP_CONTAINER
79							Template: LATENCY_TOOLTIP
80						TextField@NAME:
81							X: 15
82							Width: 165
83							Height: 25
84							Text: Name
85							LeftMargin: 24
86							MaxLength: 16
87							Visible: false
88							Children:
89								Image@PROFILE:
90									ImageCollection: lobby-bits
91									X: 3
92									Y: 3
93									Visible: false
94								ClientTooltipRegion@PROFILE_TOOLTIP:
95									X: 3
96									Y: 3
97									Width: 16
98									Height: 16
99									TooltipContainer: TOOLTIP_CONTAINER
100									Template: ANONYMOUS_PLAYER_TOOLTIP
101						DropDownButton@SLOT_OPTIONS:
102							X: 15
103							Width: 165
104							Height: 25
105							Text: Name
106							Font: Regular
107							Visible: false
108						DropDownButton@COLOR:
109							X: 190
110							Width: 70
111							Height: 25
112							IgnoreChildMouseOver: true
113							Children:
114								ColorBlock@COLORBLOCK:
115									X: 5
116									Y: 6
117									Width: PARENT_RIGHT - 35
118									Height: PARENT_BOTTOM - 12
119						DropDownButton@FACTION:
120							X: 270
121							Width: 130
122							Height: 25
123							IgnoreChildMouseOver: true
124							TooltipContainer: TOOLTIP_CONTAINER
125							PanelRoot: FACTION_DROPDOWN_PANEL_ROOT # ensure that tooltips for the options are on top of the dropdown panel
126							Children:
127								Image@FACTIONFLAG:
128									X: 4
129									Y: 2
130									Width: 23
131									Height: 23
132								Label@FACTIONNAME:
133									X: 34
134									Width: 70
135									Height: 25
136									Text: Faction
137						DropDownButton@TEAM_DROPDOWN:
138							X: 410
139							Width: 48
140							Height: 25
141							Text: Team
142						DropDownButton@SPAWN_DROPDOWN:
143							X: 468
144							Width: 48
145							Height: 25
146							Text: Spawn
147						Checkbox@STATUS_CHECKBOX:
148							X: 525
149							Y: 2
150							Width: 20
151							Height: 20
152							Visible: false
153						Image@STATUS_IMAGE:
154							X: 527
155							Y: 4
156							Width: 20
157							Height: 20
158							ImageCollection: checkbox-bits
159							ImageName: checked
160							Visible: false
161				Container@TEMPLATE_NONEDITABLE_PLAYER:
162					X: 5
163					Width: 475
164					Height: 25
165					Visible: false
166					Children:
167						Container@LATENCY:
168							Y: 6
169							Width: 11
170							Height: 14
171							Visible: false
172							Children:
173								ColorBlock@LATENCY_COLOR:
174									X: 2
175									Y: 2
176									Width: PARENT_RIGHT - 4
177									Height: PARENT_BOTTOM - 4
178						ClientTooltipRegion@LATENCY_REGION:
179							Width: 11
180							Height: 25
181							TooltipContainer: TOOLTIP_CONTAINER
182							Template: LATENCY_TOOLTIP
183						Image@PROFILE:
184							ImageCollection: lobby-bits
185							X: 18
186							Y: 3
187							Visible: false
188						ClientTooltipRegion@PROFILE_TOOLTIP:
189							X: 18
190							Y: 3
191							Width: 16
192							Height: 16
193							TooltipContainer: TOOLTIP_CONTAINER
194							Template: ANONYMOUS_PLAYER_TOOLTIP
195						Label@NAME:
196							X: 39
197							Width: 146
198							Height: 25
199							Text: Name
200						DropDownButton@PLAYER_ACTION:
201							X: 15
202							Width: 165
203							Height: 25
204							Font: Regular
205							Visible: false
206							Align: Left
207							LeftMargin: 24
208							Children:
209								Image@PROFILE:
210									ImageCollection: lobby-bits
211									X: 3
212									Y: 3
213									Visible: false
214								ClientTooltipRegion@PROFILE_TOOLTIP:
215									X: 3
216									Y: 3
217									Width: 16
218									Height: 16
219									TooltipContainer: TOOLTIP_CONTAINER
220									Template: ANONYMOUS_PLAYER_TOOLTIP
221						ColorBlock@COLORBLOCK:
222							X: 195
223							Y: 6
224							Width: 35
225							Height: 13
226						Container@FACTION:
227							X: 270
228							Width: 160
229							Height: 25
230							Children:
231								Image@FACTIONFLAG:
232									X: 4
233									Y: 2
234									Width: 23
235									Height: 23
236								Label@FACTIONNAME:
237									X: 34
238									Width: 60
239									Height: 25
240									Text: Faction
241						Label@TEAM:
242							X: 410
243							Width: 23
244							Height: 25
245							Align: Center
246							Text: Team
247						Label@SPAWN:
248							X: 468
249							Width: 23
250							Height: 25
251							Align: Center
252						DropDownButton@TEAM_DROPDOWN:
253							X: 410
254							Width: 48
255							Height: 25
256							Visible: false
257						DropDownButton@SPAWN_DROPDOWN:
258							X: 468
259							Width: 48
260							Height: 25
261							Visible: false
262						Image@STATUS_IMAGE:
263							X: 527
264							Y: 4
265							Width: 20
266							Height: 20
267							ImageCollection: checkbox-bits
268							ImageName: checked
269							Visible: false
270				Container@TEMPLATE_EMPTY:
271					X: 5
272					Width: 475
273					Height: 25
274					Visible: false
275					Children:
276						Label@NAME:
277							X: 20
278							Width: 165
279							Height: 25
280							Text: Name
281						DropDownButton@SLOT_OPTIONS:
282							X: 15
283							Width: 165
284							Height: 25
285							Text: Name
286							Visible: false
287						Button@JOIN:
288							X: 190
289							Width: 326
290							Height: 25
291							Text: Play in this slot
292				Container@TEMPLATE_EDITABLE_SPECTATOR:
293					X: 5
294					Width: 475
295					Height: 25
296					Visible: false
297					Children:
298						Container@LATENCY:
299							Y: 6
300							Width: 11
301							Height: 14
302							Visible: false
303							Children:
304								ColorBlock@LATENCY_COLOR:
305									X: 2
306									Y: 2
307									Width: PARENT_RIGHT - 4
308									Height: PARENT_BOTTOM - 4
309						ClientTooltipRegion@LATENCY_REGION:
310							Width: 11
311							Height: 25
312							TooltipContainer: TOOLTIP_CONTAINER
313							Template: LATENCY_TOOLTIP
314						TextField@NAME:
315							X: 15
316							Width: 165
317							Height: 25
318							Text: Name
319							LeftMargin: 24
320							MaxLength: 16
321							Children:
322								Image@PROFILE:
323									ImageCollection: lobby-bits
324									X: 3
325									Y: 3
326									Visible: false
327								ClientTooltipRegion@PROFILE_TOOLTIP:
328									X: 3
329									Y: 3
330									Width: 16
331									Height: 16
332									TooltipContainer: TOOLTIP_CONTAINER
333									Template: ANONYMOUS_PLAYER_TOOLTIP
334						Label@SPECTATOR:
335							X: 190
336							Width: 326
337							Height: 25
338							Text: Spectator
339							Align: Center
340							Font: Bold
341						Checkbox@STATUS_CHECKBOX:
342							X: 525
343							Y: 2
344							Width: 20
345							Height: 20
346							Visible: false
347						Image@STATUS_IMAGE:
348							X: 527
349							Y: 4
350							Width: 20
351							Height: 20
352							ImageCollection: checkbox-bits
353							ImageName: checked
354							Visible: false
355				Container@TEMPLATE_NONEDITABLE_SPECTATOR:
356					X: 5
357					Width: 475
358					Height: 25
359					Visible: false
360					Children:
361						Container@LATENCY:
362							Y: 6
363							Width: 11
364							Height: 14
365							Visible: false
366							Children:
367								ColorBlock@LATENCY_COLOR:
368									X: 2
369									Y: 2
370									Width: PARENT_RIGHT - 4
371									Height: PARENT_BOTTOM - 4
372						ClientTooltipRegion@LATENCY_REGION:
373							Width: 11
374							Height: 25
375							TooltipContainer: TOOLTIP_CONTAINER
376							Template: LATENCY_TOOLTIP
377						Image@PROFILE:
378							ImageCollection: lobby-bits
379							X: 18
380							Y: 3
381							Visible: false
382						ClientTooltipRegion@PROFILE_TOOLTIP:
383							X: 18
384							Y: 3
385							Width: 16
386							Height: 16
387							TooltipContainer: TOOLTIP_CONTAINER
388							Template: ANONYMOUS_PLAYER_TOOLTIP
389						Label@NAME:
390							X: 39
391							Width: 160
392							Height: 25
393							Text: Name
394						DropDownButton@PLAYER_ACTION:
395							X: 15
396							Width: 165
397							Height: 25
398							Font: Regular
399							Visible: false
400							Align: Left
401							LeftMargin: 24
402							Children:
403								Image@PROFILE:
404									ImageCollection: lobby-bits
405									X: 3
406									Y: 3
407									Visible: false
408								ClientTooltipRegion@PROFILE_TOOLTIP:
409									X: 3
410									Y: 3
411									Width: 16
412									Height: 16
413									TooltipContainer: TOOLTIP_CONTAINER
414									Template: ANONYMOUS_PLAYER_TOOLTIP
415						Label@SPECTATOR:
416							X: 190
417							Width: 326
418							Height: 25
419							Text: Spectator
420							Align: Center
421							Font: Bold
422						Image@STATUS_IMAGE:
423							X: 527
424							Y: 4
425							Width: 20
426							Height: 20
427							ImageCollection: checkbox-bits
428							ImageName: checked
429							Visible: false
430				Container@TEMPLATE_NEW_SPECTATOR:
431					X: 5
432					Width: 475
433					Height: 25
434					Visible: false
435					Children:
436						Checkbox@TOGGLE_SPECTATORS:
437							X: 15
438							Width: 165
439							Height: 20
440							Text: Allow Spectators?
441							Font: Regular
442						Button@SPECTATE:
443							X: 190
444							Width: 326
445							Height: 25
446							Text: Spectate
447							Font: Regular
448
449ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
450	Width: DROPDOWN_WIDTH
451	Children:
452		ScrollItem@HEADER:
453			BaseName: scrollheader
454			Width: PARENT_RIGHT - 27
455			Height: 13
456			X: 2
457			Y: 0
458			Visible: false
459			Children:
460				Label@LABEL:
461					Font: TinyBold
462					Width: PARENT_RIGHT
463					Height: 13
464					Align: Center
465		ScrollItem@TEMPLATE:
466			Width: PARENT_RIGHT - 27
467			Height: 25
468			X: 2
469			Y: 0
470			Visible: false
471			TooltipContainer: TOOLTIP_CONTAINER
472			Children:
473				Image@FLAG:
474					X: 2
475					Y: 2
476					Width: 30
477					Height: 15
478				Label@LABEL:
479					X: 30
480					Width: 70
481					Height: 25
482