<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
	<id>2201</id>
	<defaultcontrol>104</defaultcontrol>
	<allowoverlay>player.hasmedia</allowoverlay>
	<define>#header.label:My Power Control</define>
	<define>#header.background:hover_settings.png</define>
	<animation effect="fade" time="250" start="100" end="100">WindowClose</animation>
	<controls>
		<import>common.window.background.xml</import>
		<import>common.window.overlay.xml</import>
		<import>common.window.accessories.xml</import>
		<import>common.window.time.xml</import>
		<import>common.facade.background.basic.xml</import>


		<control>
			<type>label</type>
			<id>0</id>
			<posX>30</posX>
			<posY>10</posY>
			<label>#header.label</label>
			<font>font28</font>
			<align>left</align>
			<textcolor>60ffffff</textcolor>
		</control>

		<control>
			<description>Power Control Device</description>
			<type>listcontrol</type>
			<id>104</id>
			<onleft>104</onleft>
			<onright>104</onright>
		</control>

		<!-- NOT USED -->

		<control>
			<description>My Power Control</description>
			<type>label</type>
			<id>103</id>
			<posX>2320</posX>
			<posY>50</posY>
			<label>My Power Control</label>
			<font>font18</font>
			<align>right</align>
			<textcolor>ffffffff</textcolor>
		</control>
	</controls>

</window>