2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">10</defaultcontrol>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onload>Skin.Reset(DebugInfo)</onload>
|
|
|
|
<onload>Skin.Reset(DebugGrid)</onload>
|
2014-09-28 20:47:53 +02:00
|
|
|
<coordinates>
|
|
|
|
<posx>15</posx>
|
|
|
|
<posy>15</posy>
|
|
|
|
</coordinates>
|
|
|
|
<controls>
|
|
|
|
<control type="button" id="10">
|
|
|
|
<description>Startup Trigger</description>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus>
|
2017-12-04 21:13:06 +01:00
|
|
|
<texturenofocus></texturenofocus>
|
|
|
|
<texturefocus></texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>WindowID</include>
|
|
|
|
<label>StartUp.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
|
|
|
</window>
|