<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>1000</defaultcontrol>
	<include>dialogeffect</include>
	<coordinates>
		<left>470</left>
		<top>147</top>
	</coordinates>
	<controls>
		<control type="group">
			<visible>!Window.IsActive(GameVideoFilter) + !Window.IsActive(GameViewMode) + !Window.IsActive(GameVideoRotation) + !Window.IsActive(GameControllers)</visible>
			<control type="image">
				<description>background image</description>
				<left>0</left>
				<top>0</top>
				<width>340</width>
				<height>470</height>
				<texture border="20">DialogBack.png</texture>
			</control>
			<control type="image">
				<description>Dialog Header image</description>
				<left>40</left>
				<top>16</top>
				<width>260</width>
				<height>40</height>
				<texture>dialogheader.png</texture>
			</control>
			<control type="label">
				<description>header label</description>
				<left>40</left>
				<top>20</top>
				<width>260</width>
				<height>30</height>
				<font>font13_title</font>
				<label>$LOCALIZE[35221]</label>
				<align>center</align>
				<aligny>center</aligny>
				<textcolor>selected</textcolor>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="grouplist" id="1000">
				<description>grouplist for buttons</description>
				<left>20</left>
				<top>70</top>
				<width>300</width>
				<height>380</height>
				<itemgap>4</itemgap>
				<control type="button" id="1001">
					<description>Resume button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>$LOCALIZE[13404]</label>
					<label2>Select + X</label2>
					<onclick>Play</onclick>
				</control>
				<control type="button" id="1002">
					<description>Reset button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>$LOCALIZE[13007]</label>
					<onclick>PlayerControl(Reset)</onclick>
				</control>
				<control type="button" id="1003">
					<description>Stop button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>$LOCALIZE[35222]</label>
					<label2>Select + Start</label2>
					<onclick>Stop</onclick>
				</control>
				<control type="button" id="1004">
					<description>Volume button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>13376</label>
					<label2>Select + Right Stick</label2>
					<onclick>ActivateWindow(GameVolume)</onclick>
				</control>
				<control type="image" id="1005">
					<description>separator image</description>
					<height>2</height>
					<texture>separator2.png</texture>
				</control>
				<control type="button" id="1006">
					<description>Video filter button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<align>center</align>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>$LOCALIZE[230]</label>
					<onclick>ActivateWindow(GameVideoFilter)</onclick>
				</control>
				<control type="button" id="1007">
					<description>Stretch mode button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<align>center</align>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>35233</label>
					<onclick>ActivateWindow(GameViewMode)</onclick>
				</control>
				<control type="button" id="1008">
					<description>Rotation button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<align>center</align>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>35227</label>
					<onclick>ActivateWindow(GameVideoRotation)</onclick>
				</control>
				<control type="button" id="1009">
					<description>Controller button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<align>center</align>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>$LOCALIZE[35234]</label>
					<onclick>ActivateWindow(gamecontrollers)</onclick>
				</control>
				<control type="button" id="1010">
					<description>Advanced settings button</description>
					<width>300</width>
					<height>38</height>
					<font>fontContextMenu</font>
					<align>center</align>
					<textcolor>grey2</textcolor>
					<focusedcolor>white</focusedcolor>
					<texturefocus border="5">button-focus.png</texturefocus>
					<label>$LOCALIZE[35226]</label>
					<onclick>ActivateWindow(GameAdvancedSettings)</onclick>
				</control>
			</control>
			<control type="button">
				<description>Close Window button</description>
				<left>260</left>
				<top>5</top>
				<width>64</width>
				<height>32</height>
				<label/>
				<font/>
				<onclick>PreviousMenu</onclick>
				<texturefocus>DialogCloseButton-focus.png</texturefocus>
				<texturenofocus>DialogCloseButton.png</texturenofocus>
				<onleft>2</onleft>
				<onright>2</onright>
				<onup>2</onup>
				<ondown>2</ondown>
				<visible>system.getbool(input.enablemouse)</visible>
			</control>
		</control>
	</controls>
</window>