1
0

player-normal.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <!-- player-normal.xml creates the layout of the Winamp Player Window. -->
  2. <include file="player-normal-group.xml" />
  3. <layout
  4. id="normal"
  5. minimum_w="354"
  6. minimum_h="280"
  7. h="280"
  8. w="354"
  9. droptarget="pldr"
  10. snapadjustbottom="116"
  11. linkwidth="shade"
  12. >
  13. <Wasabi:MainFrame:NoStatus
  14. x="0" y="0" w="0" h="0" relatw="1" relath="1"
  15. content="player.content.group"
  16. padtitleleft="10"
  17. padtitleright="25"
  18. shade="shade"
  19. />
  20. <sendparams target="window.titlebar.title" default="WINAMP"/>
  21. <sendparams target="mousetrap" dblClickAction="SWITCH;shade"/>
  22. <sendparams target="window.top.left;window.top;window.top.right;window.left;window.right;window.bottom.left.top;window.bottom.left;window.bottom.left.bottom;window.bottom.top;window.bottom;window.bottom.bottom;window.bottom.right.top;window.bottom.right;window.bottom.right.bottom;" resize="0"/>
  23. <hideobject target="close;close.inactive"/>
  24. <layer
  25. x="-42" y="4"
  26. relatx="1"
  27. image="wasabi.button.bg.title"
  28. />
  29. <button
  30. id="Minimize"
  31. action="MINIMIZE"
  32. x="-41" y="4"
  33. relatx="1"
  34. image="wasabi.button.minimize.inactive"
  35. tooltip="Minimize Winamp"
  36. activeAlpha="0"
  37. />
  38. <button
  39. id="Minimize"
  40. action="MINIMIZE"
  41. x="-41" y="4"
  42. relatx="1"
  43. image="wasabi.button.minimize"
  44. downImage="wasabi.button.minimize.pressed"
  45. hoverImage="wasabi.button.minimize.hover"
  46. tooltip="Minimize Winamp"
  47. inactiveAlpha="0"
  48. />
  49. <layer
  50. x="-30" y="4"
  51. relatx="1"
  52. image="wasabi.button.bg.title"
  53. />
  54. <button
  55. id="winshade"
  56. action="SWITCH" param="shade"
  57. x="-29" y="4"
  58. relatx="1"
  59. image="wasabi.button.winshade.inactive"
  60. tooltip="Windowshade Mode"
  61. activeAlpha="0"
  62. />
  63. <button
  64. id="winshade"
  65. action="SWITCH" param="shade"
  66. x="-29" y="4"
  67. relatx="1"
  68. image="wasabi.button.winshade"
  69. downImage="wasabi.button.winshade.pressed"
  70. hoverImage="wasabi.button.winshade.hover"
  71. tooltip="Windowshade Mode"
  72. inactiveAlpha="0"
  73. />
  74. <layer
  75. x="-18" y="4"
  76. relatx="1"
  77. image="wasabi.button.bg.title"
  78. />
  79. <button
  80. id="Close"
  81. action="CLOSE"
  82. x="-17" y="4"
  83. relatx="1"
  84. image="wasabi.button.exit.inactive"
  85. tooltip="Exit Winamp"
  86. activeAlpha="0"
  87. />
  88. <button
  89. id="Close"
  90. action="CLOSE"
  91. x="-17" y="4"
  92. relatx="1"
  93. image="wasabi.button.exit"
  94. downImage="wasabi.button.exit.pressed"
  95. hoverImage="wasabi.button.exit.hover"
  96. tooltip="Exit Winamp"
  97. inactiveAlpha="0"
  98. />
  99. <groupdef id="playlistpro">
  100. <PlaylistPro id="centro.windowholder.playlist1" x="0" y="0" h="0" w="0" relath="1" relatw="1" autofocus="1" wantfocus="1" autoclose="1" autoopen="1" autoavailable="1"/>
  101. </groupdef>
  102. </layout>