Advertisement
pan2

Untitled

May 19th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <control type="label">
  2. <description>Tracknumber</description> <visible>!IsEmpty(MusicPlayer.Offset(1).Title</visible>
  3. <posx>9</posx>
  4. <posy>220</posy>
  5. <height>30</height>
  6. <width>800</width>
  7. <label>$INFO[MusicPlayer.offset(1).TrackNumber].</label>
  8. <align>left</align>
  9. <aligny>Top</aligny>
  10. <font>font8</font>
  11. <textcolor>ff4a82b4</textcolor>
  12. <shadowcolor>black</shadowcolor>
  13.  
  14. </control>
  15.  
  16. <control type="label">
  17. <description>Track 1 title</description>
  18. <visible>!IsEmpty(MusicPlayer.Offset(1).Title)</visible>
  19. <posx>30</posx>
  20. <posy>220</posy>
  21. <height>30</height>
  22. <width>800</width>
  23. <label>[COLOR=lightblue]$INFO[MusicPlayer.offset(1).Artist]:[/COLOR] $INFO[MusicPlayer.offset(1).Title]</label>
  24. <align>left</align>
  25. <aligny>Top</aligny>
  26. <font>font8</font>
  27. <textcolor>bisque</textcolor>
  28. <shadowcolor>black</shadowcolor>
  29. <scroll>true</scroll>
  30. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement