Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <window id="614">
  2. <defaultcontrol></defaultcontrol>
  3. <animation effect="slide" start="0,-75" end="0,0" time="100">WindowOpen</animation>
  4. <animation effect="slide" start="0,0" end="0,-75" delay="400" time="100">WindowClose</animation>
  5. <controls>
  6. <control type="group">
  7. <posx>390</posx>
  8. <posy>0</posy>
  9. <control type="image">
  10. <description>background image</description>
  11. <posx>0</posx>
  12. <posy>-10</posy>
  13. <width>500</width>
  14. <height>75</height>
  15. <texture>dialogs/DialogBG_Dropdown2.png</texture>
  16. <colordiffuse>DialogDropdownColor</colordiffuse>
  17. </control>
  18. <control type="label" id="30">
  19. <description>Header Label</description>
  20. <posx>30</posx>
  21. <posy>15</posy>
  22. <width>460</width>
  23. <font>METF_DialogSmallBold</font>
  24. <textcolor>NowPlayingDetails2</textcolor>
  25. <align>left</align>
  26. <aligny>center</aligny>
  27. </control>
  28. <control type="label" id="31">
  29. <description>Title Label</description>
  30. <posx>30</posx>
  31. <posy>23</posy>
  32. <width>160</width>
  33. <height>25</height>
  34. <font>METF_DialogSmallBold</font>
  35. <align>left</align>
  36. <aligny>center</aligny>
  37. </control>
  38. <control type="progress" id="32">
  39. <description>progress control</description>
  40. <posx>205</posx>
  41. <posy>33</posy>
  42. <width>255</width>
  43. <height>8</height>
  44. </control>
  45. </control>
  46. </controls>
  47. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement