Advertisement
Guest User

DialogExtendedProgressBar.xml

a guest
Aug 25th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <coordinates>
  4. <posx>560</posx>
  5. <posy>30</posy>
  6. </coordinates>
  7. <include>Animation_DialogPopup</include>
  8. <controls>
  9. <control type="group">
  10. <visible>!Window.IsActive(fullscreenvideo) + !Window.IsActive(visualisation)</visible>
  11. <control type="image">
  12. <description>background image</description>
  13. <posx>0</posx>
  14. <posy>0</posy>
  15. <width>800</width>
  16. <height>166</height>
  17. <texture border="40">dialogs/default/bg.png</texture>
  18. </control>
  19. <control type="image">
  20. <posx>30</posx>
  21. <posy>32</posy>
  22. <width>740</width>
  23. <height>102</height>
  24. <texture border="5">dialogs/default/inner.png</texture>
  25. </control>
  26. <control type="progress" id="32">
  27. <description>progress control</description>
  28. <posx>32</posx>
  29. <posy>33</posy>
  30. <width>738</width>
  31. <height>100</height>
  32. <texturebg border="2">osd/texturebg2.png</texturebg>
  33. <lefttexture>-</lefttexture>
  34. <midtexture border="2">osd/midtexture.png</midtexture>
  35. <righttexture>-</righttexture>
  36. <overlaytexture>-</overlaytexture>
  37. <colordiffuse>44FFFFFF</colordiffuse>
  38. </control>
  39. <control type="label">
  40. <description>Header Label</description>
  41. <posx>0</posx>
  42. <posy>32</posy>
  43. <width>800</width>
  44. <height>50</height>
  45. <font>font13</font>
  46. <textcolor>dialogheader</textcolor>
  47. <textoffsetx>50</textoffsetx>
  48. <align>left</align>
  49. <aligny>center</aligny>
  50. <label>$INFO[Control.GetLabel(30)]$INFO[Control.GetLabel(32),: ,%]</label>
  51. </control>
  52. <control type="label" id="31">
  53. <description>Title Label</description>
  54. <posx>0</posx>
  55. <posy>82</posy>
  56. <width>800</width>
  57. <height>50</height>
  58. <font>font13</font>
  59. <textcolor>grey2</textcolor>
  60. <align>left</align>
  61. <aligny>center</aligny>
  62. <textoffsetx>50</textoffsetx>
  63. </control>
  64. <control type="label" id="30">
  65. <description>Header Label</description>
  66. <include>HiddenObject</include>
  67. </control>
  68. </control>
  69. </controls>
  70. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement