1. <window>
  2.  
  3. <defaultcontrol always="true">6</defaultcontrol>
  4.  
  5. <controls>
  6.  
  7. <control>
  8. <description>bg preview</description>
  9. <type>image</type>
  10. <id>0</id>
  11. <posx>0</posx>
  12. <posy>0</posy>
  13. <width>720</width>
  14. <height>576</height>
  15. <texture>background-plain.png</texture>
  16. <visible>!Skin.HasSetting(animated)</visible>
  17. <animation effect="none" delay="2600" time="300" condition="!Skin.HasSetting(animated)">WindowOpen</animation>
  18. </control>
  19.  
  20. <control>
  21. <type>multiimage</type>
  22. <id>0</id>
  23. <posx>0</posx>
  24. <posy>0</posy>
  25. <width>720</width>
  26. <height>576</height>
  27. <imagepath>splashframes</imagepath>
  28. <timeperimage>0</timeperimage>
  29. <fadetime>none</fadetime>
  30. <visible>yes</visible>
  31. <loop>yes</loop>
  32. <colordiffuse>D1FFFFFF</colordiffuse>
  33. <animation effect="none" time="5000" condition="Windowclose">Windowclose</animation>
  34. </control>
  35.  
  36. <control>
  37. <description>Blank Button</description>
  38. <type>button</type>
  39. <id>6</id>
  40. <posx>0</posx>
  41. <posy>0</posy>
  42. <width>0</width>
  43. <height>0</height>
  44. <onup>6</onup>
  45. <ondown>6</ondown>
  46. <onleft>6</onleft>
  47. <onright>6</onright>
  48. <texturefocus>-</texturefocus>
  49. <texturenofocus>-</texturenofocus>
  50. <onfocus>ReplaceWindow(startwindow)</onfocus>
  51. <animation effect="" delay="50">Focus</animation>
  52. </control>
  53.  
  54.  
  55. </controls>
  56.  
  57. </window>