pledit-shade-group.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <groupdef id="plshade" name="Playlist Shade" w="0" h="25" relatw="1">
  2. <!-- BACKGROUND -->
  3. <layer
  4. x="0" y="0"
  5. image="shade.pl.bg.left"
  6. dblClickAction="SWITCH;normal"
  7. resize="left"
  8. />
  9. <layer
  10. x="30" y="0"
  11. w="-104" relatw="1"
  12. image="shade.pl.bg.center"
  13. dblClickAction="SWITCH;normal"
  14. />
  15. <layer
  16. x="-74" y="0"
  17. relatx="1"
  18. image="shade.pl.bg.right"
  19. dblClickAction="SWITCH;normal"
  20. />
  21. <layer
  22. x="-10" y="0"
  23. w="10" h="25"
  24. relatx="1"
  25. dblClickAction="SWITCH;normal"
  26. resize="right"
  27. />
  28. <layer
  29. x="-40" y="1"
  30. w="9" h="23"
  31. relatx="1"
  32. image="shade.pl.resize"
  33. resize="right"
  34. rectrgn="1"
  35. />
  36. <layer
  37. id="shade.pl.region.left"
  38. x="0" y="0"
  39. image="shade.regions.left"
  40. sysregion="-2"
  41. />
  42. <layer
  43. id="shade.pl.region.right"
  44. x="-5" y="0"
  45. relatx="1"
  46. image="shade.regions.right"
  47. sysregion="-2"
  48. />
  49. <!-- DISPLAY -->
  50. <layer
  51. x="23" y="4"
  52. image="shade.pl.display.left"
  53. ghost="1"
  54. />
  55. <layer
  56. x="33" y="4"
  57. w="-105" relatw="1"
  58. image="shade.pl.display.center"
  59. tile="1"
  60. ghost="1"
  61. />
  62. <layer
  63. x="-72" y="4"
  64. relatx="1"
  65. image="shade.pl.display.right"
  66. ghost="1"
  67. />
  68. <!-- SEEK SLIDER -->
  69. <slider
  70. id="plshadeSeeker"
  71. action="SEEK"
  72. x="22" y="15"
  73. h="9" w="-87"
  74. relatw="1"
  75. thumb="shade.pl.seek"
  76. downThumb="shade.pl.seek.pressed"
  77. hoverThumb="shade.pl.seek.hover"
  78. tooltip="Seeker"
  79. alpha="100"
  80. />
  81. <slider
  82. id="plshadeSeekerGhost"
  83. action="SEEK"
  84. x="22" y="15"
  85. h="9" w="-87"
  86. relatw="1"
  87. thumb="shade.pl.seek"
  88. downThumb="shade.pl.seek.pressed"
  89. hoverThumb="shade.pl.seek.hover"
  90. tooltip="Seeker"
  91. />
  92. <!-- LIST BUTTON -->
  93. <button
  94. id="plshadeMLList"
  95. action="PE_ListOfLists"
  96. x="-59" y="5"
  97. relatx="1"
  98. image="shade.pl.button.list"
  99. downImage="shade.pl.button.list.pressed"
  100. activeImage="shade.pl.button.list"
  101. hoverImage="shade.pl.button.list.hover"
  102. tooltip="Library's Playlists"
  103. />
  104. <!-- Songticker -->
  105. <Songticker
  106. id="PESongticker" ticker="1"
  107. x="26" y="4"
  108. w="-95" h="13" relatw="1"
  109. leftpadding="5"
  110. rightpadding="-5"
  111. font="shade.songticker.font"
  112. align="left"
  113. dblClickAction="SWITCH;normal"
  114. rightclickaction="trackmenu"
  115. fontsize="13"
  116. color="font.display"
  117. altfont="Arial"
  118. />
  119. <!-- CLOSE/SHADE/SYSTEM -->
  120. <button
  121. id="plshadeClose"
  122. action="CLOSE"
  123. x="-17" y="4"
  124. relatx="1"
  125. image="shade.button.close"
  126. downImage="shade.button.close.pressed"
  127. hoverImage="shade.button.close.hover"
  128. tooltip="Close Window"
  129. />
  130. <button
  131. id="plshadeWinshade"
  132. action="SWITCH" param="normal"
  133. x="-29" y="4"
  134. relatx="1"
  135. image="shade.button.winshade"
  136. downImage="shade.button.winshade.pressed"
  137. hoverImage="shade.button.winshade.hover"
  138. tooltip="Return to Normal Mode"
  139. />
  140. <button
  141. id="plshadeSysmenu"
  142. action="SYSMENU"
  143. x="6" y="4"
  144. image="shade.button.sysmenu"
  145. downImage="shade.button.sysmenu.pressed"
  146. hoverImage="shade.button.sysmenu.hover"
  147. tooltip="Main Menu"
  148. />
  149. </groupdef>