skin.pellucid/1080i/Startup.xml

25 lines
781 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<onload>Skin.Reset(DebugInfo)</onload>
<onload>Skin.Reset(DebugGrid)</onload>
<coordinates>
<posx>15</posx>
<posy>15</posy>
</coordinates>
<controls>
<control type="button" id="10">
<description>Startup Trigger</description>
<onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus>
<texturenofocus></texturenofocus>
<texturefocus></texturefocus>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>StartUp.xml</label>
</control>
</controls>
</window>