<?xml version="1.0" encoding="utf-8"?>

<objects>

	<script directory="gui/common/"/>
	<script directory="gui/common/"/>

	<!-- Add a translucent black background to fade out the menu page -->
	<object type="image" sprite="ModernFade"/>

	<object type="image" style="ModernDialog" size="50%-400 50%-80 50%+400 50%+80">
		<object name="title" style="ModernLabelText" type="text" size="50%-128 -18 50%+128 14">
			<translatableAttribute id="caption">Various game path locations</translatableAttribute>
		</object>

		<object type="image" sprite="ModernFade" size="20 20 100%-20 100%-58">
			<object name="mainText" type="text" style="ModernTextPanel"/>
		</object>

		<object type="button" style="ModernButtonRed" tooltip_style="snToolTip" size="20 100%-52 120 100%-24" hotkey="cancel">
			<translatableAttribute id="caption">Close</translatableAttribute>
			<action on="Press">Engine.PopGuiPage();</action>
		</object>
		
		<object name="url1" type="button" style="ModernButtonRed" size="160 100%-52 320 100%-24">
			<translatableAttribute id="caption">Windows Vista/10/11</translatableAttribute>
			<action on="Press">openURL("https://trac.wildfiregames.com/wiki/GameDataPaths#WindowsVista1011");</action>
		</object>
		
		<object name="url2" type="button" style="ModernButtonRed" size="360 100%-52 500 100%-24">
			<translatableAttribute id="caption">Windows 2000/XP</translatableAttribute>
			<action on="Press">openURL("https://trac.wildfiregames.com/wiki/GameDataPaths#XP2000");</action>
		</object>
		
		<object name="url3" type="button" style="ModernButtonRed" size="540 100%-52 640 100%-24">
			<translatableAttribute id="caption">macOS</translatableAttribute>
			<action on="Press">openURL("https://trac.wildfiregames.com/wiki/GameDataPaths#macOS");</action>
		</object>
		
		<object name="url4" type="button" style="ModernButtonRed" size="680 100%-52 780 100%-24">
			<translatableAttribute id="caption">Linux</translatableAttribute>
			<action on="Press">openURL("https://trac.wildfiregames.com/wiki/GameDataPaths#Linux");</action>
		</object>
		
	</object>

</objects>
