Initial community commit

This commit is contained in:
Jef
2024-09-24 14:54:57 +02:00
parent 537bcbc862
commit 20d28e80a5
16810 changed files with 4640254 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,626 @@
<groupdef id="info.component.config">
<!-- config page target -->
<GroupXFade speed="0.5" x="0" y="1" w="0" h="0" relatw="1" relath="1" id="skin.config.target" move="1"/>
<!-- config menu -->
<componentbucket id="my.bucket" x="1" y="1" w="72" h="100" spacing="0" leftmargin="0" rightmargin="0" vertical="1" wndtype="skin.config" />
<layer x="74" y="0" image="config.vdivider" move="0"/>
<script file="scripts/configtarget.maki" />
</groupdef>
<!-- config menu items -->
<groupdef id="bucket.entry.0" windowtype="skin.config" w="102" h="16">
<togglebutton
id="btn"
action="switchto;optionsgroup.appearance" action_target="skin.config.target"
fitparent="1" rectrgn="1"
hoverImage="config.button.hover"
downImage="config.button.selected"
activeImage="config.button.selected"
/>
<layer x="0" y="0" image="config.button.text.appearance" ghost="1"/>
</groupdef>
<groupdef id="bucket.entry.1" windowtype="skin.config" w="128" h="20">
<togglebutton
id="btn"
action="switchto;optionsgroup.songticker" action_target="skin.config.target"
fitparent="1" rectrgn="1"
hoverImage="config.button.hover"
downImage="config.button.selected"
activeImage="config.button.selected"
/>
<layer x="0" y="0" image="config.button.text.songticker" ghost="1"/>
</groupdef>
<groupdef id="bucket.entry.2" windowtype="skin.config" w="128" h="20">
<togglebutton
id="btn"
action="switchto;optionsgroup.autoresize" action_target="skin.config.target"
fitparent="1" rectrgn="1"
hoverImage="config.button.hover"
downImage="config.button.selected"
activeImage="config.button.selected"
/>
<layer x="0" y="0" image="config.button.text.windowsizing" ghost="1"/>
</groupdef>
<groupdef id="bucket.entry.3" windowtype="skin.config" w="128" h="20">
<togglebutton
id="btn"
action="switchto;optionsgroup.notifier" action_target="skin.config.target"
fitparent="1" rectrgn="1"
hoverImage="config.button.hover"
downImage="config.button.selected"
activeImage="config.button.selected"
/>
<layer x="0" y="0" image="config.button.text.notifier" ghost="1"/>
</groupdef>
<groupdef id="bucket.entry.4" windowtype="skin.config" w="128" h="20">
<togglebutton
id="btn"
action="switchto;optionsgroup.visualization" action_target="skin.config.target"
fitparent="1" rectrgn="1"
hoverImage="config.button.hover"
downImage="config.button.selected"
activeImage="config.button.selected"
/>
<layer x="0" y="0" image="config.button.text.visualization" ghost="1"/>
</groupdef>
<groupdef id="bucket.entry.5" windowtype="skin.config" w="128" h="20">
<togglebutton
id="btn"
action="switchto;optionsgroup.playlist" action_target="skin.config.target"
fitparent="1" rectrgn="1"
hoverImage="config.button.hover"
downImage="config.button.selected"
activeImage="config.button.selected"
/>
<layer x="0" y="0" image="config.button.text.playlist" ghost="1"/>
</groupdef>
<groupdef id="bucket.entry.6" windowtype="skin.config" w="128" h="20">
<togglebutton
id="btn"
action="switchto;optionsgroup.cthemes" action_target="skin.config.target"
fitparent="1" rectrgn="1"
hoverImage="config.button.hover"
downImage="config.button.selected"
activeImage="config.button.selected"
/>
<layer x="0" y="0" image="config.button.text.colorthemes" ghost="1"/>
</groupdef>
<!-- config menu pages -->
<groupdef id="optionsgroup.autoresize">
<togglebutton x="102" y="14" h="12" w="238" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{0542AFA4-48D9-4c9f-8900-5739D52C114F};Prevent video resize"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{0542AFA4-48D9-4c9f-8900-5739D52C114F};Prevent video resize" />
<togglebutton x="102" y="0" h="12" w="238" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Autoresize Main Window if maximized"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Autoresize Main Window if maximized" />
<togglebutton x="102" y="28" h="12" w="238" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Link shade and player width"
/>
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Link shade and player width" />
<layer x="106" y="45" image="config.windowsizing.titlebar.text" ghost="1" />
<togglebutton x="102" y="59" h="12" w="89" rectrgn="1"
hoverImage="config.windowsizing.titlebar.maximize.hover"
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Maximize Window on Titlebar Doubleclick"
/>
<togglebutton x="106" y="59" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Maximize Window on Titlebar Doubleclick" />
<togglebutton x="171" y="59" h="12" w="138" rectrgn="1"
hoverImage="config.windowsizing.titlebar.shade.hover"
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Switch to Shade on Titlebar Doubleclick"
/>
<togglebutton x="175" y="59" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Switch to Shade on Titlebar Doubleclick" />
<layer x="106" y="0" image="config.windowsizing.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.songticker">
<togglebutton x="103" y="0" h="12" w="214" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{7061FDE0-0E12-11D8-BB41-0050DA442EF4};Disable Songticker Scrolling"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{7061FDE0-0E12-11D8-BB41-0050DA442EF4};Disable Songticker Scrolling" />
<togglebutton x="103" y="14" h="12" w="214" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{7061FDE0-0E12-11D8-BB41-0050DA442EF4};Modern Songticker Scrolling"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{7061FDE0-0E12-11D8-BB41-0050DA442EF4};Modern Songticker Scrolling" />
<togglebutton x="103" y="28" h="12" w="214" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{7061FDE0-0E12-11D8-BB41-0050DA442EF4};Classic Songticker Scrolling"
/>
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{7061FDE0-0E12-11D8-BB41-0050DA442EF4};Classic Songticker Scrolling" />
<layer x="106" y="0" image="config.songticker.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.cthemes" >
<ColorThemes:List
id="colorthemes"
x="75" y="0"
w="-76" h="99" relatw="1"
nohscroll="1"
nocolheader="1"
visible="0"
antialias="0"
fontsize="13"
/>
<button id="colorthemes.prev"
action="colorthemes_previous"
action_target="colorthemes"
x="0" y="-19" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Previous Color Theme"
/>
<button id="colorthemes.switch"
action="colorthemes_switch"
action_target="colorthemes"
x="30" y="-19" relaty="1"
image="config.colorthemes.button.set.normal"
hoverImage="config.colorthemes.button.set.hover"
downImage="config.colorthemes.button.set.down"
tooltip="Switch to selected Color Theme"
/>
<button id="colorthemes.next"
action="colorthemes_next"
action_target="colorthemes"
x="61" y="-19" relaty="1"
image="config.colorthemes.button.next.normal"
hoverImage="config.colorthemes.button.next.hover"
downImage="config.colorthemes.button.next.down"
tooltip="Next Color Theme"
/>
<button id="colorthemes.more"
x="92" y="-19" relaty="1"
image="config.colorthemes.button.more.normal"
hoverImage="config.colorthemes.button.more.hover"
downImage="config.colorthemes.button.more.down"
tooltip="Download more Color Themes"
/>
<script file="scripts/colorthemes.maki" />
</groupdef>
<groupdef id="optionsgroup.appearance" >
<togglebutton x="103" y="0" h="12" w="204" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Main Window Menu"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Main Window Menu" />
<togglebutton x="103" y="18" h="12" w="204" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Visualizer Reflection"
/>
<togglebutton x="106" y="18" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Visualizer Reflection" />
<togglebutton x="103" y="32" h="12" w="204" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Timer Reflection"
/>
<togglebutton x="106" y="32" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Timer Reflection" />
<togglebutton x="103" y="50" h="12" w="204" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Enable Beat Visualization"
/>
<togglebutton x="106" y="50" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Enable Beat Visualization" />
<togglebutton x="103" y="68" h="12" w="204" rectrgn="1"
hoverImage="config.notifier.sub.hover"
cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Switch to Bento with Small Buttons"
/>
<button
action="switchto;optionsgroup.appearance.2;subpage" action_target="skin.config.target"
x="0" y="-19" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Previous Configpage"
/>
<button
action="switchto;optionsgroup.appearance.2;subpage" action_target="skin.config.target"
x="30" y="-19" relaty="1"
image="config.colorthemes.button.next.normal"
hoverImage="config.colorthemes.button.next.hover"
downImage="config.colorthemes.button.next.down"
tooltip="Next Configpage"
/>
<layer x="106" y="0" image="config.appearance.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.appearance.2" >
<!-- <togglebutton x="106" y="0" h="12" w="144" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Artist-Information Buttons"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Artist-Information Buttons" />
-->
<togglebutton x="106" y="14" h="12" w="144" rectrgn="1"
hoverImage="config.songticker.scroll.hover"
cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Playlist Tab"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Show Playlist Tab" />
<button
action="switchto;optionsgroup.appearance;subpage" action_target="skin.config.target"
x="0" y="-19" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Previous Configpage"
/>
<button
action="switchto;optionsgroup.appearance;subpage" action_target="skin.config.target"
x="30" y="-19" relaty="1"
image="config.colorthemes.button.next.normal"
hoverImage="config.colorthemes.button.next.hover"
downImage="config.colorthemes.button.next.down"
tooltip="Next Configpage"
/>
<layer x="106" y="0" image="config.appearance.2.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.notifier" >
<button id="holdtime.decrease"
x="167" y="42" h="12" w="8" rectrgn="1"
image="config.button.left.normal"
hoverImage="config.button.left.hover"
downImage="config.button.left.down"
/>
<text id="holdtime.text"
x="172" y="42" w="40" h="12"
text=""
font="config.bitmapfont"
align="center"
/>
<button id="holdtime.increase"
x="214" y="42" h="12" w="8" rectrgn="1"
image="config.button.right.normal"
hoverImage="config.button.right.hover"
downImage="config.button.right.down"
/>
<script file="scripts/timecontrol.maki" param="holdtime.text;holdtime.decrease;holdtime.increase|{E9C2D926-53CA-400f-9A4D-85E31755A4CF};Notifications display time|100|10000|0.001|a"/>
<button
action="switchto;optionsgroup.notifier.show;subpage" action_target="skin.config.target"
x="107" y="0" h="12" w="178" rectrgn="1"
hoverImage="config.notifier.sub.hover"
/>
<layer id="notifier.show" x="177" y="0" image="config.notifier.text.always" ghost="1"/>
<script file="scripts/imagecontrol.maki" param="notifier.show|4|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show always;config.notifier.text.always|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized;config.notifier.text.shade_minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show only when minimized;config.notifier.text.minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Never show;config.notifier.text.never" />
<button
action="switchto;optionsgroup.notifier.location;subpage" action_target="skin.config.target"
x="107" y="14" h="12" w="178" rectrgn="1"
hoverImage="config.notifier.sub.hover"
/>
<layer id="notifier.location" x="153" y="14" image="config.notifier.text.bottomright" ghost="1"/>
<script file="scripts/imagecontrol.maki" param="notifier.location|6|{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Left;config.notifier.text.topleft|{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Center;config.notifier.text.topcenter|{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Right;config.notifier.text.topright|{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Left;config.notifier.text.bottomleft|{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Center;config.notifier.text.bottomcenter|{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Right;config.notifier.text.bottomright" />
<button
action="switchto;optionsgroup.notifier.animation.fadein;subpage" action_target="skin.config.target"
x="107" y="28" h="12" w="178" rectrgn="1"
hoverImage="config.notifier.sub.hover"
/>
<layer id="notifier.fadein" x="195" y="28" image="config.notifier.text.alphafade" ghost="1"/>
<script file="scripts/imagecontrol.maki" param="notifier.fadein|3|{D9891A39-7A38-45d8-9D51-A08F7270C836};Alpha Fade;config.notifier.text.alphafade|{D9891A39-7A38-45d8-9D51-A08F7270C836};Vertical Slide;config.notifier.text.vslide|{D9891A39-7A38-45d8-9D51-A08F7270C836};Horizontal Slide;config.notifier.text.hslide" />
<button
action="switchto;optionsgroup.notifier.animation.fadeout;subpage" action_target="skin.config.target"
x="107" y="56" h="12" w="178" rectrgn="1"
hoverImage="config.notifier.sub.hover"
/>
<layer id="notifier.fadeout" x="204" y="56" image="config.notifier.text.alphafade" ghost="1"/>
<script file="scripts/imagecontrol.maki" param="notifier.fadeout|3|{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Alpha Fade ;config.notifier.text.alphafade|{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Vertical Slide ;config.notifier.text.vslide|{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Horizontal Slide ;config.notifier.text.hslide" />
<layer x="106" y="0" image="config.notifier.text" ghost="1" />
</groupdef>
<!-- notifier -->
<groupdef id="optionsgroup.notifier.show" >
<togglebutton x="103" y="0" h="12" w="179" rectrgn="1"
hoverImage="config.notifier.show.hover"
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show always"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show always" />
<togglebutton x="103" y="14" h="12" w="179" rectrgn="1"
hoverImage="config.notifier.show.hover"
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized" />
<togglebutton x="103" y="28" h="12" w="179" rectrgn="1"
hoverImage="config.notifier.show.hover"
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show only when minimized"
/>
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show only when minimized" />
<togglebutton x="103" y="42" h="12" w="179" rectrgn="1"
hoverImage="config.notifier.show.hover"
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Never show"
/>
<togglebutton x="106" y="42" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Never show" />
<togglebutton x="103" y="60" h="12" w="179" rectrgn="1"
hoverImage="config.notifier.show.hover"
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Disable in fullscreen"
/>
<togglebutton x="106" y="60" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Disable in fullscreen" />
<button
action="switchto;optionsgroup.notifier;subpage" action_target="skin.config.target"
x="0" y="-19" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Previous Configpage"
/>
<layer x="106" y="0" image="config.notifier.show.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.notifier.location" >
<togglebutton x="103" y="0" h="12" w="86" rectrgn="1"
hoverImage="config.notifier.location.top.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Left"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Left" />
<togglebutton x="103" y="14" h="12" w="86" rectrgn="1"
hoverImage="config.notifier.location.top.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Center"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Center" />
<togglebutton x="103" y="28" h="12" w="86" rectrgn="1"
hoverImage="config.notifier.location.top.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Right"
/>
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Top Right" />
<togglebutton x="180" y="0" h="12" w="101" rectrgn="1"
hoverImage="config.notifier.location.bottom.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Left"
/>
<togglebutton x="182" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Left" />
<togglebutton x="180" y="14" h="12" w="111" rectrgn="1"
hoverImage="config.notifier.location.bottom.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Center"
/>
<togglebutton x="182" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Center" />
<togglebutton x="180" y="28" h="12" w="101" rectrgn="1"
hoverImage="config.notifier.location.bottom.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Right"
/>
<togglebutton x="182" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Bottom Right" />
<togglebutton x="103" y="46" h="12" w="146" rectrgn="1"
hoverImage="config.notifier.location.relative.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Relative to Viewport"
/>
<togglebutton x="106" y="46" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Relative to Viewport" />
<togglebutton x="103" y="60" h="12" w="146" rectrgn="1"
hoverImage="config.notifier.location.relative.hover"
cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Relative to Monitor"
/>
<togglebutton x="106" y="60" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{715B2C0D-1DF0-4bb2-9D74-0FACAE27CE97};Relative to Monitor" />
<button
action="switchto;optionsgroup.notifier;subpage" action_target="skin.config.target"
x="0" y="-19" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Previous Configpage"
/>
<layer x="106" y="0" image="config.notifier.location.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.notifier.animation.fadein" >
<togglebutton x="100" y="0" h="12" w="153" rectrgn="1"
hoverImage="config.notifier.animation.hover"
cfgattrib="{D9891A39-7A38-45d8-9D51-A08F7270C836};Alpha Fade"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{D9891A39-7A38-45d8-9D51-A08F7270C836};Alpha Fade" />
<togglebutton x="100" y="14" h="12" w="153" rectrgn="1"
hoverImage="config.notifier.animation.hover"
cfgattrib="{D9891A39-7A38-45d8-9D51-A08F7270C836};Vertical Slide"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{D9891A39-7A38-45d8-9D51-A08F7270C836};Vertical Slide" />
<togglebutton x="100" y="28" h="12" w="163" rectrgn="1"
hoverImage="config.notifier.animation.hover"
cfgattrib="{D9891A39-7A38-45d8-9D51-A08F7270C836};Horizontal Slide"
/>
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{D9891A39-7A38-45d8-9D51-A08F7270C836};Horizontal Slide" />
<button id="fdin.decrease"
x="206" y="46" h="12" w="8" rectrgn="1"
image="config.button.left.normal"
hoverImage="config.button.left.hover"
downImage="config.button.left.down"
/>
<text id="fdin.text"
x="211" y="46" w="40" h="12"
text=""
font="config.bitmapfont"
align="center"
/>
<button id="fdin.increase"
x="253" y="46" h="12" w="8" rectrgn="1"
image="config.button.right.normal"
hoverImage="config.button.right.hover"
downImage="config.button.right.down"
/>
<script file="scripts/timecontrol.maki" param="fdin.text;fdin.decrease;fdin.increase|{E9C2D926-53CA-400f-9A4D-85E31755A4CF};Notifications fade in time|100|10000|0.001|a"/>
<button
action="switchto;optionsgroup.notifier;subpage" action_target="skin.config.target"
x="0" y="-19" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Previous Configpage"
/>
<layer x="106" y="0" image="config.notifier.animation.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.notifier.animation.fadeout" >
<togglebutton x="106" y="0" h="12" w="83" rectrgn="1"
hoverImage="config.notifier.animation.hover"
cfgattrib="{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Alpha Fade "
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Alpha Fade " />
<togglebutton x="106" y="14" h="12" w="83" rectrgn="1"
hoverImage="config.notifier.animation.hover"
cfgattrib="{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Vertical Slide "
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Vertical Slide " />
<togglebutton x="106" y="28" h="12" w="83" rectrgn="1"
hoverImage="config.notifier.animation.hover"
cfgattrib="{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Horizontal Slide "
/>
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{560EAE41-1379-4927-AC55-FB5F4D47C9B8};Horizontal Slide " />
<button id="fdout.decrease"
x="186" y="46" h="12" w="8" rectrgn="1"
image="config.button.left.normal"
hoverImage="config.button.left.hover"
downImage="config.button.left.down"
/>
<text id="fdout.text"
x="191" y="46" w="40" h="12"
text=""
font="config.bitmapfont"
align="center"
/>
<button id="fdout.increase"
x="233" y="46" h="12" w="8" rectrgn="1"
image="config.button.right.normal"
hoverImage="config.button.right.hover"
downImage="config.button.right.down"
/>
<script file="scripts/timecontrol.maki" param="fdout.text;fdout.decrease;fdout.increase|{E9C2D926-53CA-400f-9A4D-85E31755A4CF};Notifications fade out time|100|10000|0.001|a"/>
<button
action="switchto;optionsgroup.notifier;subpage" action_target="skin.config.target"
x="0" y="-19" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Previous Configpage"
/>
<layer x="106" y="0" image="config.notifier.animation.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.visualization" >
<togglebutton x="103" y="14" h="12" w="218" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Big Component View"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Big Component View" />
<togglebutton x="103" y="28" h="12" w="218" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (stretched)"
/>
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (stretched)" />
<togglebutton x="103" y="42" h="12" w="218" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (mini)"
/>
<togglebutton x="106" y="42" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (mini)" />
<layer x="106" y="0" image="config.visualization.text" ghost="1" />
</groupdef>
<groupdef id="optionsgroup.playlist" >
<togglebutton x="103" y="0" h="12" w="218" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist"
/>
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist" />
<togglebutton x="103" y="14" h="12" w="218" rectrgn="1"
hoverImage="config.windowsizing.autoresize.hover"
cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Show Album Art if Playlist is enlarged"
/>
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Show Album Art if Playlist is enlarged" />
<layer x="106" y="0" image="config.playlist.text" ghost="1" />
</groupdef>

View File

@ -0,0 +1,22 @@
<elements>
<bitmap id="notifier.bg.left" file="window/notifier.png" x="0" y="0" w="13" h="80" gammagroup="NotifierBackground"/>
<bitmap id="notifier.bg.center" file="window/notifier.png" x="13" y="0" w="133" h="80" gammagroup="NotifierBackground"/>
<bitmap id="notifier.bg.right" file="window/notifier.png" x="146" y="0" w="13" h="80" gammagroup="NotifierBackground"/>
<bitmap id="notifier.bg.left.da" file="window/notifier.png" x="0" y="80" w="13" h="80" gammagroup="NotifierBackground"/>
<bitmap id="notifier.bg.center.da" file="window/notifier.png" x="13" y="80" w="133" h="80" gammagroup="NotifierBackground"/>
<bitmap id="notifier.bg.right.da" file="window/notifier.png" x="146" y="80" w="13" h="80" gammagroup="NotifierBackground"/>
<bitmap id="notifier.bg.cover" file="window/notifier.png" x="0" y="160" w="78" h="80" gammagroup="NotifierBackground"/>
<color id="notifier.dark" value="35,35,35" gammagroup="NotifierTextShadow" />
<color id="notifier.bright" value="255,255,255" gammagroup="NotifierText" />
<color id="notifier.dark.upper" value="35,35,35" gammagroup="NotifierUpperText" />
<color id="notifier.bright.upper" value="255,255,255" gammagroup="NotifierUpperTextShadow" />
</elements>

View File

@ -0,0 +1,51 @@
<groupdef id="notifier.albumart" sysregion="1" ghost="1" >
<layer id="notifier.cover.bg" x="0" y="0" image="notifier.bg.cover" move="0"/>
<AlbumArt id="notifier.cover" x="18" y="15" h="50" w="50" move="0" rectrgn="1" notfoundImage="winamp.cover.notfound.50" noAutoRefresh="1"/>
<layer id="notifier.webcover" x="18" y="15" h="50" w="50" move="0" rectrgn="1" visible="0"/>
</groupdef>
<groupdef id="notifier.text" sysregion = "1" ghost="1">
<!-- mp: I know this is an unusual way to get text shadow - but it creates a much better effect than the shadow params -->
<text id="plentry.shadow" x="0" y="13" default="2/15" w="100" color="notifier.bright.upper" font="Arial" fontsize="12" bold="1" ghost="1" alpha="128"/>
<text id="plentry" x="0" y="12" default="2/15" w="100" color="notifier.dark.upper" font="Arial" fontsize="12" bold="1" ghost="1"/>
<text id="nexttrack.shadow" x="-102" y="13" w="102" relatw="1" align="right" default="Next track" color="notifier.bright.upper" font="Arial" fontsize="12" bold="1" ghost="1" alpha="128"/>
<text id="nexttrack" x="-102" y="12" w="102" relatw="1" align="right" default="Next track" color="notifier.dark.upper" font="Arial" fontsize="12" bold="1" ghost="1"/>
<text id="title.shadow" x="0" y="28" w="0" relatw="1" default="Nothing" color="notifier.dark" font="Arial" fontsize="17" ghost="1" alpha="128" bold="1" translate="0"/>
<text id="title" x="0" y="27" w="0" relatw="1" default="Nothing" color="notifier.bright" font="Arial" fontsize="17" ghost="1" bold="1" translate="0"/>
<text id="artist.shadow" x="0" y="42" w="0" h="18" relatw="1" default="Nithin Sawhney" color="notifier.dark" font="Arial" fontsize="13" ghost="1" alpha="128" translate="0"/>
<text id="artist" x="0" y="41" w="0" h="18" relatw="1" default="Nithin Sawhney" color="notifier.bright" font="Arial" fontsize="13" ghost="1" alpha="235" translate="0"/>
<text id="album.shadow" x="0" y="55" w="0" h="14" relatw="1" default="Prophesy" color="notifier.dark" font="Arial" fontsize="13" ghost="1" alpha="128" translate="0"/>
<text id="album" x="0" y="54" w="0" h="14" relatw="1" default="Prophesy" color="notifier.bright" font="Arial" fontsize="13" ghost="1" alpha="235" translate="0"/>
</groupdef>
<layout id="normal" noparent="1" ontop="1" h="80" w="128" forcealpha="1" noactivation="1" nodock="1" move="0">
<grid left="notifier.bg.left" middle="notifier.bg.center" right="notifier.bg.right" fitparent="1" sysregion="1" ghost="1" rectrgn="0" move="0"/>
<group id="notifier.text" x="75" y="0" h="80" w="-95" relatw="1" move="0"/>
<group id="notifier.albumart" x="0" y="0" h="80" w="80" relatw="1" move="0" visible="0"/>
<text id="endofplayback.shadow" x="15" y="32" w="-35" relatw="1" align="center" default="End of playback" color="notifier.dark" font="Arial" fontsize="20" visible="0" ghost="1"/>
<text id="endofplayback" x="15" y="31" w="-35" relatw="1" align="center" default="End of playback" color="notifier.bright" font="Arial" fontsize="20" visible="0" ghost="1"/>
</layout>
<layout id="desktopalpha" noparent="1" ontop="1" h="80" w="128" desktopalpha="1" noactivation="1" nodock="1" move="0">
<grid left="notifier.bg.left.da" middle="notifier.bg.center.da" right="notifier.bg.right.da" fitparent="1" ghost="1" move="0"/>
<group id="notifier.text" x="75" y="0" h="80" w="-95" relatw="1" move="0"/>
<group id="notifier.albumart" x="0" y="0" h="80" w="80" relatw="1" move="0" visible="0"/>
<text id="endofplayback.shadow" x="15" y="32" w="-35" relatw="1" align="center" default="End of playback" color="notifier.dark" font="Arial" fontsize="20" visible="0" ghost="1"/>
<text id="endofplayback" x="15" y="31" w="-35" relatw="1" align="center" default="End of playback" color="notifier.bright" font="Arial" fontsize="20" visible="0" ghost="1"/>
</layout>

View File

@ -0,0 +1,10 @@
<include file="notifier-elements.xml"/>
<container id="notifier" name="Notifier" dynamic="1" default_visible="0" nomenu="1" nofocusapponclose="1">
<include file="notifier-normal.xml"/>
</container>
<!-- this script runs independent -->
<script file="@SKINSPATH@\Big Bento\scripts\notifier.maki"/>
<!--script file="scripts\notifier.maki"/-->

View File

@ -0,0 +1,635 @@
<elements>
<!-- SUI Playlist Search -->
<bitmap id="sui.pl.search.box.1" file="window/sui.png" x="180" y="39" w="6" h="1" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.2" file="window/sui.png" x="187" y="39" w="6" h="1" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.3" file="window/sui.png" x="194" y="39" w="6" h="1" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.4" file="window/sui.png" x="180" y="41" w="6" h="6" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.5" file="window/sui.png" x="187" y="41" w="6" h="6" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.6" file="window/sui.png" x="194" y="41" w="6" h="6" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.7" file="window/sui.png" x="180" y="48" w="6" h="24" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.8" file="window/sui.png" x="187" y="48" w="6" h="24" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.box.9" file="window/sui.png" x="194" y="48" w="6" h="24" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.bg.1" file="window/sui.png" x="81" y="31" w="18" h="30" gammagroup="PlayerDisplay"/>
<bitmap id="sui.pl.search.bg.2" file="window/sui.png" x="100" y="31" w="20" h="30" gammagroup="PlayerDisplay"/>
<bitmap id="sui.pl.search.bg.3" file="window/sui.png" x="121" y="31" w="18" h="30" gammagroup="PlayerDisplay"/>
<bitmap id="sui.pl.search.bgv.1" file="window/sui.png" x="0" y="31" w="30" h="30" gammagroup="ComponentFrame"/>
<bitmap id="sui.pl.search.bgv.2" file="window/sui.png" x="31" y="31" w="20" h="30" gammagroup="ComponentFrame"/>
<bitmap id="sui.pl.search.bgv.3" file="window/sui.png" x="50" y="31" w="30" h="30" gammagroup="ComponentFrame"/>
<bitmap id="sui.pl.search.go.bgv" file="window/sui.png" x="225" y="0" w="20" h="19" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.go.1" file="window/sui.png" x="225" y="20" w="20" h="19" gammagroup="PlayerButton"/>
<bitmap id="sui.pl.search.go.2" file="window/sui.png" x="225" y="40" w="20" h="19" gammagroup="PlayerButton"/>
<bitmap id="sui.pl.search.go.3" file="window/sui.png" x="225" y="60" w="20" h="19" gammagroup="PlayerButton"/>
<bitmap id="sui.pl.search.stop.bgv" file="window/sui.png" x="201" y="0" w="20" h="19" gammagroup="WindowBackground"/>
<bitmap id="sui.pl.search.stop.1" file="window/sui.png" x="201" y="20" w="20" h="19" gammagroup="Column"/>
<bitmap id="sui.pl.search.stop.2" file="window/sui.png" x="201" y="40" w="20" h="19" gammagroup="Column"/>
<bitmap id="sui.pl.search.stop.3" file="window/sui.png" x="201" y="60" w="20" h="19" gammagroup="Column"/>
<!-- TitleBar -->
<bitmap id="window.titlebar.grid.left" file="window/window.png" x="100" y="0" h="23" w="5" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.grid.middle" file="window/window.png" x="105" y="0" h="23" w="10" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.grid.right" file="window/window.png" x="115" y="0" h="23" w="5" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.grid.over.left" file="window/window.png" x="120" y="0" h="23" w="5" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.grid.over.middle" file="window/window.png" x="125" y="0" h="23" w="10" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.grid.over.right" file="window/window.png" x="135" y="0" h="23" w="5" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.text.winamp" file="window/window.png" x="120" y="30" h="9" w="48" gammagroup="TitlebarText"/>
<bitmap id="window.titlebar.menu.normal" file="window/window.png" x="125" y="1" h="21" w="10" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.menu.hover" file="window/window.png" x="140" y="1" h="21" w="10" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.menu.down" file="window/window.png" x="150" y="1" h="21" w="10" gammagroup="Titlebar"/>
<bitmap id="window.titlebar.menu.text.file" file="window/menu_file.png" gammagroup="TitlebarMenuText"/>
<bitmap id="window.titlebar.menu.text.play" file="window/menu_play.png" gammagroup="TitlebarMenuText"/>
<bitmap id="window.titlebar.menu.text.options" file="window/menu_options.png" gammagroup="TitlebarMenuText"/>
<bitmap id="window.titlebar.menu.text.view" file="window/menu_view.png" gammagroup="TitlebarMenuText"/>
<bitmap id="window.titlebar.menu.text.help" file="window/menu_help.png" gammagroup="TitlebarMenuText"/>
<bitmap id="window.titlebar.button.sysmenu.normal" file="window/window.png" x="0" y="0" h="13" w="15" gammagroup="TitleButtonOrange"/>
<bitmap id="window.titlebar.button.sysmenu.hover" file="window/window.png" x="0" y="13" h="13" w="15" gammagroup="TitleButtonOrange"/>
<bitmap id="window.titlebar.button.sysmenu.down" file="window/window.png" x="0" y="26" h="13" w="15" gammagroup="TitleButtonOrange"/>
<bitmap id="window.titlebar.button.minimize.normal" file="window/window.png" x="15" y="0" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.minimize.hover" file="window/window.png" x="15" y="13" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.minimize.down" file="window/window.png" x="15" y="26" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.maximize.normal" file="window/window.png" x="32" y="0" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.maximize.hover" file="window/window.png" x="32" y="13" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.maximize.down" file="window/window.png" x="32" y="26" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.restore.normal" file="window/window.png" x="49" y="0" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.restore.hover" file="window/window.png" x="49" y="13" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.restore.down" file="window/window.png" x="49" y="26" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.shade.normal" file="window/window.png" x="66" y="0" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.shade.hover" file="window/window.png" x="66" y="13" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.shade.down" file="window/window.png" x="66" y="26" h="13" w="17" gammagroup="TitleButtonGrey"/>
<bitmap id="window.titlebar.button.close.normal" file="window/window.png" x="83" y="0" h="13" w="17" gammagroup="TitleButtonOrange"/>
<bitmap id="window.titlebar.button.close.hover" file="window/window.png" x="83" y="13" h="13" w="17" gammagroup="TitleButtonOrange"/>
<bitmap id="window.titlebar.button.close.down" file="window/window.png" x="83" y="26" h="13" w="17" gammagroup="TitleButtonOrange"/>
<!-- Window Elements -->
<bitmap id="window.background.maximized" file="$solid" h="64" w="64" color="0,0,0" gammagroup="WindowBackground"/>
<bitmap id="window.background.gradient" file="window/window-gradient.png" gammagroup="WindowBackgroundGradient"/>
<bitmap id="window.background.topleft" file="window/window.png" x="100" y="23" h="5" w="5" gammagroup="WindowBackground"/>
<bitmap id="window.background.top" file="window/window.png" x="105" y="23" h="5" w="10" gammagroup="WindowBackground"/>
<bitmap id="window.background.topright" file="window/window.png" x="115" y="23" h="5" w="5" gammagroup="WindowBackground"/>
<bitmap id="window.background.left" file="window/window.png" x="100" y="28" h="6" w="5" gammagroup="WindowBackground"/>
<bitmap id="window.background.center" file="window/window.png" x="105" y="28" h="6" w="10" gammagroup="WindowBackground"/>
<bitmap id="window.background.right" file="window/window.png" x="115" y="28" h="6" w="5" gammagroup="WindowBackground"/>
<bitmap id="window.background.bottomleft" file="window/window.png" x="100" y="34" h="5" w="5" gammagroup="WindowBackground"/>
<bitmap id="window.background.bottom" file="window/window.png" x="105" y="34" h="5" w="10" gammagroup="WindowBackground"/>
<bitmap id="window.background.bottomright" file="window/window.png" x="115" y="34" h="5" w="5" gammagroup="WindowBackground"/>
<bitmap id="window.background.resizer" file="window/window.png" x="168" y="29" h="10" w="19" gammagroup="WindowBackground"/>
<bitmap id="window.background.region" file="$solid" h="1" w="1" color="0,0,0"/>
<bitmap id="window.button.collapse.normal" file="window/window.png" x="0" y="49" h="15" w="44" gammagroup="PlayerButton"/>
<bitmap id="window.button.collapse.hover" file="window/window.png" x="44" y="49" h="15" w="44" gammagroup="PlayerButton"/>
<bitmap id="window.button.collapse.down" file="window/window.png" x="88" y="49" h="15" w="44" gammagroup="PlayerButton"/>
<bitmap id="window.button.expand.normal" file="window/window.png" x="0" y="64" h="15" w="44" gammagroup="PlayerButton"/>
<bitmap id="window.button.expand.hover" file="window/window.png" x="44" y="64" h="15" w="44" gammagroup="PlayerButton"/>
<bitmap id="window.button.expand.down" file="window/window.png" x="88" y="64" h="15" w="44" gammagroup="PlayerButton"/>
<bitmap id="window.background.collapse" file="window/window.png" x="132" y="49" h="15" w="44" gammagroup="WindowBackground"/>
<!-- Player -->
<bitmap id="player.display.background.left" file="window/player.png" x="0" y="0" h="69" w="60" gammagroup="PlayerDisplay"/>
<bitmap id="player.display.foreground.left" file="window/player.png" x="0" y="69" h="69" w="60" gammagroup="WindowBackground"/>
<bitmap id="player.display.background.center" file="window/player.png" x="60" y="0" h="69" w="40" gammagroup="PlayerDisplay"/>
<bitmap id="player.display.foreground.center" file="window/player.png" x="60" y="69" h="69" w="40" gammagroup="WindowBackground"/>
<bitmap id="player.display.background.right" file="window/player.png" x="120" y="0" h="69" w="166" gammagroup="PlayerDisplay"/>
<bitmap id="player.display.foreground.right" file="window/player.png" x="120" y="69" h="69" w="166" gammagroup="WindowBackground"/>
<bitmap id="player.songinfo.bitrate" file="window/songinfo.png" x="0" y="15" h="5" w="14" gammagroup="DisplayText"/>
<bitmap id="player.songinfo.frequency" file="window/songinfo.png" x="15" y="15" h="5" w="11" gammagroup="DisplayText"/>
<bitmap id="player.songinfo.mono" file="window/songinfo.png" x="0" y="21" h="5" w="40" gammagroup="DisplayText"/>
<bitmap id="player.songinfo.stereo" file="window/songinfo.png" x="0" y="27" h="5" w="40" gammagroup="DisplayText"/>
<bitmap id="player.songinfo.multi" file="window/songinfo.png" x="0" y="33" h="5" w="40" gammagroup="DisplayText"/>
<bitmap id="player.songinfo.multi2" file="window/songinfo.png" x="41" y="33" h="5" w="40" gammagroup="DisplayText"/>
<bitmap id="player.songinfo.na" file="window/songinfo.png" x="0" y="0" h="5" w="40" gammagroup="DisplayText"/>
<bitmap id="empty" file="$polygon" x="0" y="0" h="48" w="8" gammagroup="none"/>
<bitmap id="player.beatvis.left" file="window/beatvis.png" x="0" y="0" w="43" h="280" gammagroup="DisplayText"/>
<bitmap id="player.beatvis.right" file="window/beatvis.png" x="43" y="0" w="43" h="280" gammagroup="DisplayText"/>
<bitmap id="player.beatvis.left.wo" file="window/beatvis.png" x="86" y="0" w="43" h="280" gammagroup="DisplayText"/>
<bitmap id="player.beatvis.right.wo" file="window/beatvis.png" x="129" y="0" w="43" h="280" gammagroup="DisplayText"/>
<bitmap id="player.bitmapfont.songinfo.source" file="window/songinfo.png" x="0" y="0" h="15" w="110" gammagroup="DisplayText"/>
<bitmapfont id="player.bitmapfont.songinfo" file="player.bitmapfont.songinfo.source" charwidth="5" charheight="5" hspacing="0" vspacing="0" />
<bitmap id="player.bitmapfont.nums.source" file="window/numfont.png" x="0" y="0" h="93" w="240" gammagroup="DisplayText"/>
<bitmapfont id="player.bitmapfont.nums" file="player.bitmapfont.nums.source" charwidth="15" charheight="31" hspacing="0" vspacing="-2"/>
<bitmap id="player.bitmapfont.nums.noreflect.source" file="window/numfont.png" x="0" y="93" h="93" w="240" gammagroup="DisplayText"/>
<bitmapfont id="player.bitmapfont.nums.noreflect" file="player.bitmapfont.nums.noreflect.source" charwidth="15" charheight="31" hspacing="0" vspacing="-2"/>
<bitmap id="player.display.status.playing" file="window/songinfo.png" x="0" y="39" h="6" w="5" gammagroup="DisplayText"/>
<bitmap id="player.display.status.paused" file="window/songinfo.png" x="6" y="39" h="6" w="5" gammagroup="DisplayText"/>
<bitmap id="player.display.status.stopped" file="window/songinfo.png" x="12" y="39" h="6" w="5" gammagroup="DisplayText"/>
<bitmap id="player.button.mute.normal" file="window/player.png" x="33" y="151" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.mute.hover" file="window/player.png" x="66" y="151" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.mute.down" file="window/player.png" x="99" y="151" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.demute.normal" file="window/player.png" x="132" y="151" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.demute.hover" file="window/player.png" x="165" y="151" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.demute.down" file="window/player.png" x="198" y="151" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.mute.placeholder" file="window/player.png" x="0" y="151" h="18" w="33" gammagroup="PlayerButtonPlaceHolder"/>
<bitmap id="player.button.mute.glow" file="window/player.png" x="231" y="150" h="20" w="33" gammagroup="PlayerButtonGlow"/>
<bitmap id="player.button.mute.active" file="window/player.png" x="132" y="351" h="30" w="30" gammagroup="PlayerButtonActive"/>
<bitmap id="player.slider.background.left" file="window/player.png" x="0" y="138" h="5" w="5" gammagroup="PlayerSliderBackground"/>
<bitmap id="player.slider.background.center" file="window/player.png" x="5" y="138" h="5" w="15" gammagroup="PlayerSliderBackground"/>
<bitmap id="player.slider.background.right" file="window/player.png" x="20" y="138" h="5" w="5" gammagroup="PlayerSliderBackground"/>
<bitmap id="player.slider.light.left" file="window/player.png" x="0" y="143" h="2" w="4" gammagroup="PlayerSliderLight"/>
<bitmap id="player.slider.light.center" file="window/player.png" x="4" y="143" h="2" w="8" gammagroup="PlayerSliderLight"/>
<bitmap id="player.slider.light.right" file="window/player.png" x="12" y="143" h="2" w="4" gammagroup="PlayerSliderLight"/>
<bitmap id="player.label.volume" file="window/player.png" x="25" y="138" h="8" w="91" gammagroup="WindowText"/>
<bitmap id="player.volume.thumb.normal" file="window/player.png" x="116" y="138" h="12" w="22" gammagroup="PlayerButton"/>
<bitmap id="player.volume.thumb.hover" file="window/player.png" x="138" y="138" h="12" w="22" gammagroup="PlayerButton"/>
<bitmap id="player.volume.thumb.down" file="window/player.png" x="160" y="138" h="12" w="22" gammagroup="PlayerButton"/>
<bitmap id="player.posbar.thumb.normal" file="window/player.png" x="182" y="138" h="12" w="40" gammagroup="PlayerButton"/>
<bitmap id="player.posbar.thumb.hover" file="window/player.png" x="222" y="138" h="12" w="40" gammagroup="PlayerButton"/>
<bitmap id="player.posbar.thumb.down" file="window/player.png" x="182" y="138" h="12" w="40" gammagroup="PlayerButton"/>
<bitmap id="player.button.previous.placeholder" file="window/player.png" x="0" y="259" h="26" w="138" gammagroup="PlayerButtonPlaceHolder"/>
<bitmap id="player.button.previous.normal" file="window/player.png" x="0" y="285" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.play.normal" file="window/player.png" x="27" y="285" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.pause.normal" file="window/player.png" x="54" y="285" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.stop.normal" file="window/player.png" x="81" y="285" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.next.normal" file="window/player.png" x="108" y="285" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.previous.hover" file="window/player.png" x="0" y="307" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.play.hover" file="window/player.png" x="27" y="307" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.pause.hover" file="window/player.png" x="54" y="307" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.stop.hover" file="window/player.png" x="81" y="307" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.next.hover" file="window/player.png" x="108" y="307" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.previous.glow" file="window/player.png" x="0" y="230" h="29" w="32" gammagroup="PlayerButtonGlow"/>
<bitmap id="player.button.pps.glow" file="window/player.png" x="32" y="230" h="29" w="29" gammagroup="PlayerButtonGlow"/>
<bitmap id="player.button.next.glow" file="window/player.png" x="123" y="230" h="29" w="32" gammagroup="PlayerButtonGlow"/>
<bitmap id="player.button.previous.down" file="window/player.png" x="0" y="329" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.play.down" file="window/player.png" x="27" y="329" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.pause.down" file="window/player.png" x="54" y="329" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.stop.down" file="window/player.png" x="81" y="329" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.next.down" file="window/player.png" x="108" y="329" h="22" w="26" gammagroup="PlayerButton"/>
<bitmap id="player.button.eject.normal" file="window/player.png" x="33" y="171" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.eject.hover" file="window/player.png" x="66" y="171" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.eject.down" file="window/player.png" x="99" y="171" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.shuffle.placeholder" file="window/player.png" x="0" y="191" h="18" w="71" gammagroup="PlayerButtonPlaceHolder"/>
<bitmap id="player.button.shuffle.normal0" file="window/player.png" x="71" y="191" h="18" w="39" gammagroup="PlayerButton"/>
<bitmap id="player.button.shuffle.hover0" file="window/player.png" x="143" y="191" h="18" w="39" gammagroup="PlayerButton"/>
<bitmap id="player.button.shuffle.down0" file="window/player.png" x="215" y="191" h="18" w="39" gammagroup="PlayerButton"/>
<bitmap id="player.button.shuffle.normal1" file="window/player.png" x="71" y="191" h="18" w="39" gammagroup="PlayerButton"/>
<bitmap id="player.button.shuffle.hover1" file="window/player.png" x="143" y="191" h="18" w="39" gammagroup="PlayerButton"/>
<bitmap id="player.button.shuffle.down1" file="window/player.png" x="215" y="191" h="18" w="39" gammagroup="PlayerButton"/>
<bitmap id="player.button.shuffle.glow" file="window/player.png" x="0" y="210" h="20" w="39" gammagroup="PlayerButtonGlow"/>
<bitmap id="player.button.shuffle.active0" file="$polygon" h="31" w="34" />
<bitmap id="player.button.shuffle.active1" file="window/player.png" x="28" y="351" h="31" w="34" gammagroup="PlayerButtonActive"/>
<bitmap id="player.button.repeat.normal0" file="window/player.png" x="110" y="211" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.hover0" file="window/player.png" x="182" y="211" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.down0" file="window/player.png" x="254" y="211" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.normal1" file="window/player.png" x="110" y="211" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.hover1" file="window/player.png" x="182" y="211" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.down1" file="window/player.png" x="254" y="211" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.normal2" file="window/player.png" x="110" y="191" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.hover2" file="window/player.png" x="182" y="191" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.down2" file="window/player.png" x="254" y="191" h="18" w="33" gammagroup="PlayerButton"/>
<bitmap id="player.button.repeat.glow" file="window/player.png" x="39" y="210" h="20" w="33" gammagroup="PlayerButtonGlow"/>
<bitmap id="player.button.repeat.active0" file="$polygon" h="30" w="35" />
<bitmap id="player.button.repeat.active1" file="window/player.png" x="62" y="351" h="30" w="35" gammagroup="PlayerButtonActive"/>
<bitmap id="player.button.repeat.active2" file="window/player.png" x="97" y="351" h="30" w="35" gammagroup="PlayerButtonActive"/>
<bitmap id="player.button.bolt.glow" file="window/player.png" x="160" y="264" h="44" w="51" gammagroup="LightningBolt"/>
<bitmap id="player.button.bolt.normal" file="window/player.png" x="221" y="234" h="37" w="51" gammagroup="LightningBolt"/>
<bitmap id="player.button.bolt.hover" file="window/player.png" x="221" y="271" h="37" w="51" gammagroup="LightningBolt"/>
<bitmap id="player.button.bolt.down" file="window/player.png" x="221" y="308" h="37" w="51" gammagroup="LightningBolt"/>
<!-- SUI Background -->
<bitmap id="sui.background.topleft" file="window/window.png" x="160" y="0" h="5" w="5" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.top" file="window/window.png" x="165" y="0" h="5" w="10" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.topright" file="window/window.png" x="175" y="0" h="5" w="5" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.left" file="window/window.png" x="160" y="5" h="10" w="5" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.center" file="window/window.png" x="165" y="5" h="10" w="10" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.right" file="window/window.png" x="175" y="5" h="10" w="5" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.bottomleft" file="window/window.png" x="160" y="15" h="5" w="5" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.bottom" file="window/window.png" x="165" y="15" h="5" w="10" gammagroup="PlayerDisplay"/>
<bitmap id="sui.background.bottomright" file="window/window.png" x="175" y="15" h="5" w="5" gammagroup="PlayerDisplay"/>
<bitmap id="sui.component.topleft" file="window/window.png" x="200" y="0" h="5" w="5" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.top" file="window/window.png" x="205" y="0" h="5" w="10" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.top2" file="window/window.png" x="205" y="0" h="1" w="10" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.topright" file="window/window.png" x="215" y="0" h="5" w="5" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.left" file="window/window.png" x="200" y="5" h="10" w="5" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.center" file="window/window.png" x="205" y="5" h="10" w="10" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.right" file="window/window.png" x="215" y="5" h="10" w="5" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.bottomleft" file="window/window.png" x="200" y="15" h="5" w="5" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.bottom" file="window/window.png" x="205" y="15" h="5" w="10" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.bottom2" file="window/window.png" x="205" y="19" h="1" w="10" gammagroup="ComponentFrame"/>
<bitmap id="sui.component.bottomright" file="window/window.png" x="215" y="15" h="5" w="5" gammagroup="ComponentFrame"/>
<!-- SUI Component Buttons -->
<bitmap id="sui.button.active.normal.left" file="window/window.png" x="176" y="49" h="22" w="6" gammagroup="CompButtonActive" />
<bitmap id="sui.button.active.normal.center" file="window/window.png" x="182" y="49" h="22" w="10" gammagroup="CompButtonActive" />
<bitmap id="sui.button.active.normal.right" file="window/window.png" x="192" y="49" h="22" w="6" gammagroup="CompButtonActive" />
<bitmap id="sui.button.active.footer.left" file="window/window.png" x="176" y="71" h="1" w="6" gammagroup="ComponentFrame" />
<bitmap id="sui.button.active.footer.center" file="window/window.png" x="182" y="71" h="1" w="10" gammagroup="ComponentFrame" />
<bitmap id="sui.button.active.footer.right" file="window/window.png" x="192" y="71" h="1" w="6" gammagroup="ComponentFrame" />
<bitmap id="sui.button.inactive.normal.left" file="window/window.png" x="198" y="49" h="22" w="6" gammagroup="CompButtonInactive" />
<bitmap id="sui.button.inactive.normal.center" file="window/window.png" x="204" y="49" h="22" w="10" gammagroup="CompButtonInactive" />
<bitmap id="sui.button.inactive.normal.right" file="window/window.png" x="214" y="49" h="22" w="6" gammagroup="CompButtonInactive" />
<bitmap id="sui.button.inactive.hover.left" file="window/window.png" x="220" y="49" h="22" w="6" gammagroup="CompButtonInactive" />
<bitmap id="sui.button.inactive.hover.center" file="window/window.png" x="226" y="49" h="22" w="10" gammagroup="CompButtonInactive" />
<bitmap id="sui.button.inactive.hover.right" file="window/window.png" x="236" y="49" h="22" w="6" gammagroup="CompButtonInactive" />
<!-- Info Component -->
<bitmap id="infocomp.background.topleft" file="window/window.png" x="180" y="0" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.top" file="window/window.png" x="187" y="0" h="7" w="6" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.topright" file="window/window.png" x="193" y="0" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.left" file="window/window.png" x="180" y="7" h="6" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.center" file="window/window.png" x="187" y="7" h="6" w="6" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.right" file="window/window.png" x="193" y="7" h="6" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.bottomleft" file="window/window.png" x="180" y="13" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.bottom" file="window/window.png" x="187" y="13" h="7" w="6" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.bottomright" file="window/window.png" x="193" y="13" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.background.buttons.left.over" file="window/window.png" x="0" y="79" h="17" w="130" gammagroup="PlayerDisplay"/>
<bitmap id="infocomp.button.more.normal" file="window/componentcontrols.png" x="0" y="119" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.more.hover" file="window/componentcontrols.png" x="32" y="119" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.more.down" file="window/componentcontrols.png" x="64" y="119" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.blank.normal" file="window/componentcontrols.png" x="0" y="272" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.blank.hover" file="window/componentcontrols.png" x="32" y="272" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.blank.down" file="window/componentcontrols.png" x="64" y="272" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.icon.search" file="window/componentcontrols.png" x="32" y="289" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.icon.nowplaying" file="window/componentcontrols.png" x="64" y="289" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.toggle.normal" file="window/componentcontrols.png" x="0" y="102" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.toggle.hover" file="window/componentcontrols.png" x="32" y="102" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.toggle.down" file="window/componentcontrols.png" x="64" y="102" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.cfg.normal" file="window/componentcontrols.png" x="0" y="136" h="17" w="31" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.cfg.hover" file="window/componentcontrols.png" x="32" y="136" h="17" w="31" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.cfg.down" file="window/componentcontrols.png" x="64" y="136" h="17" w="31" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.rnd.normal" file="window/componentcontrols.png" x="0" y="204" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.rnd.hover" file="window/componentcontrols.png" x="32" y="204" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.rnd.down" file="window/componentcontrols.png" x="64" y="204" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.rnd.active" file="window/componentcontrols.png" x="96" y="0" h="25" w="41" gammagroup="PlayerButtonGlow"/>
<bitmap id="infocomp.button.vis.cfg2.normal" file="window/componentcontrols.png" x="0" y="153" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.cfg2.hover" file="window/componentcontrols.png" x="32" y="153" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.button.vis.cfg2.down" file="window/componentcontrols.png" x="64" y="153" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="infocomp.rating.empty" file="window/rating.png" x="22" y="0" h="12" w="11" gammagroup="DisplayText"/>
<bitmap id="infocomp.rating.hover" file="window/rating.png" x="11" y="0" h="12" w="11" gammagroup="DisplayText"/>
<bitmap id="infocomp.rating.star" file="window/rating.png" x="0" y="0" h="12" w="11" gammagroup="DisplayText"/>
<bitmap id="infocomp.branding" file="window/branding.png" x="0" y="0" h="53" w="129"/>
<bitmap id="winamp.cover.notfound" file="xml/winamp/cover/notfound.png" gammagroup="DisplayText"/>
<bitmap id="winamp.cover.notfound.60" file="xml/winamp/cover/notfound60.png" gammagroup="DisplayText"/>
<bitmap id="winamp.cover.notfound.90" file="xml/winamp/cover/notfound90.png" gammagroup="DisplayText"/>
<bitmap id="winamp.cover.notfound.84x84" file="window/no_alb_art_big.png" x="0" y="0" h="111" w="111" gammagroup="DisplayText"/>
<bitmap id="winamp.cover.notfound.50" file="window/notfound.png" x="0" y="158" h="50" w="50" gammagroup="DisplayText"/>
<bitmap id="winamp.cover.notfound.70" file="window/notfound.png" x="0" y="84" h="70" w="70" gammagroup="DisplayText"/>
<bitmap id="winamp.cover.notfound.xxl" file="window/notfoundXXL.png" gammagroup="DisplayText"/>
<bitmap id="winamp.cover.shoutcast" file="window/sc_alb_art.jpg" x="0" y="0" h="111" w="111" />
<bitmap id="coverflow.button.play.normal" file="window/compcontrols.png" x="256" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="coverflow.button.play.hover" file="window/compcontrols.png" x="256" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="coverflow.button.play.down" file="window/compcontrols.png" x="256" y="42" h="21" w="24" gammagroup="WindowText"/>
<!-- Playlist Editor -->
<bitmap id="pledit.background.topleft" file="window/window.png" x="220" y="0" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.top" file="window/window.png" x="227" y="0" h="7" w="6" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.topright" file="window/window.png" x="233" y="0" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.left" file="window/window.png" x="220" y="7" h="6" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.center" file="window/window.png" x="227" y="7" h="6" w="6" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.right" file="window/window.png" x="233" y="7" h="6" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.bottomleft" file="window/window.png" x="220" y="13" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.bottom" file="window/window.png" x="227" y="13" h="7" w="6" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.bottomright" file="window/window.png" x="233" y="13" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="pledit.background.buttons.center" file="window/window.png" x="221" y="20" h="17" w="11" gammagroup="PlayerDisplayGradient"/>
<bitmap id="pledit.background.buttons.right" file="window/window.png" x="232" y="20" h="17" w="7" gammagroup="PlayerDisplayGradient"/>
<bitmap id="pledit.button.toggle.normal" file="window/componentcontrols.png" x="0" y="0" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.toggle.hover" file="window/componentcontrols.png" x="32" y="0" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.toggle.down" file="window/componentcontrols.png" x="64" y="0" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.manage.normal" file="window/componentcontrols.png" x="0" y="17" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.manage.hover" file="window/componentcontrols.png" x="32" y="17" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.manage.down" file="window/componentcontrols.png" x="64" y="17" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.misc.normal" file="window/componentcontrols.png" x="0" y="34" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.misc.hover" file="window/componentcontrols.png" x="32" y="34" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.misc.down" file="window/componentcontrols.png" x="64" y="34" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.sel.normal" file="window/componentcontrols.png" x="0" y="51" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.sel.hover" file="window/componentcontrols.png" x="32" y="51" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.sel.down" file="window/componentcontrols.png" x="64" y="51" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.rem.normal" file="window/componentcontrols.png" x="0" y="68" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.rem.hover" file="window/componentcontrols.png" x="32" y="68" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.rem.down" file="window/componentcontrols.png" x="64" y="68" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.add.normal" file="window/componentcontrols.png" x="0" y="85" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.add.hover" file="window/componentcontrols.png" x="32" y="85" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="pledit.button.add.down" file="window/componentcontrols.png" x="64" y="85" h="17" w="32" gammagroup="PlayerButton"/>
<!-- Playlist Editor Tab -->
<bitmap id="pledit.tab.button.add" file="window/pl_btn_icons.png" x="0" y="0" h="21" w="24" gammagroup="PlayerButton"/>
<bitmap id="pledit.tab.button.rem" file="window/pl_btn_icons.png" x="25" y="0" h="21" w="24" gammagroup="PlayerButton"/>
<bitmap id="pledit.tab.button.sel" file="window/pl_btn_icons.png" x="50" y="0" h="21" w="24" gammagroup="PlayerButton"/>
<bitmap id="pledit.tab.button.misc" file="window/pl_btn_icons.png" x="75" y="0" h="21" w="24" gammagroup="PlayerButton"/>
<bitmap id="pledit.tab.button.manage" file="window/pl_btn_icons.png" x="100" y="0" h="21" w="24" gammagroup="PlayerButton"/>
<bitmap id="pledit.tab.button.up" file="window/pl_btn_icons.png" x="125" y="0" h="21" w="24" gammagroup="PlayerButton"/>
<!-- Video -->
<bitmap id="video.button.fullscreen.normal" file="window/compcontrols.png" x="0" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.fullscreen.hover" file="window/compcontrols.png" x="0" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.fullscreen.down" file="window/compcontrols.png" x="0" y="42" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.1x.normal" file="window/compcontrols.png" x="24" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.1x.hover" file="window/compcontrols.png" x="24" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.1x.down" file="window/compcontrols.png" x="24" y="42" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.2x.normal" file="window/compcontrols.png" x="48" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.2x.hover" file="window/compcontrols.png" x="48" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.2x.down" file="window/compcontrols.png" x="48" y="42" h="21" w="24" gammagroup="WindowText"/>
<!--<bitmap id="video.button.itv.normal" file="window/compcontrols.png" x="72" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.itv.hover" file="window/compcontrols.png" x="72" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.itv.down" file="window/compcontrols.png" x="72" y="42" h="21" w="24" gammagroup="WindowText"/>-->
<bitmap id="video.button.cfg.normal" file="window/compcontrols.png" x="96" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.cfg.hover" file="window/compcontrols.png" x="96" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.cfg.down" file="window/compcontrols.png" x="96" y="42" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.pin.normal1" file="window/compcontrols.png" x="208" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.pin.hover1" file="window/compcontrols.png" x="208" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.pin.down1" file="window/compcontrols.png" x="208" y="42" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.pin.normal0" file="window/compcontrols.png" x="232" y="0" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.pin.hover0" file="window/compcontrols.png" x="232" y="21" h="21" w="24" gammagroup="WindowText"/>
<bitmap id="video.button.pin.down0" file="window/compcontrols.png" x="232" y="42" h="21" w="24" gammagroup="WindowText"/>
<!-- Visualizer -->
<bitmap id="vis.button.prev.normal" file="window/compcontrols.png" x="120" y="0" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.prev.hover" file="window/compcontrols.png" x="120" y="21" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.prev.down" file="window/compcontrols.png" x="120" y="42" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.next.normal" file="window/compcontrols.png" x="141" y="0" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.next.hover" file="window/compcontrols.png" x="141" y="21" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.next.down" file="window/compcontrols.png" x="141" y="42" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.random.normal" file="window/compcontrols.png" x="162" y="0" h="21" w="25" gammagroup="WindowText"/>
<bitmap id="vis.button.random.hover" file="window/compcontrols.png" x="162" y="21" h="21" w="25" gammagroup="WindowText"/>
<bitmap id="vis.button.random.down" file="window/compcontrols.png" x="162" y="42" h="21" w="25" gammagroup="WindowText"/>
<bitmap id="vis.button.random.active" file="window/compcontrols.png" x="162" y="63" h="21" w="25" gammagroup="PlayerButtonActive"/>
<bitmap id="vis.button.presets.normal" file="window/compcontrols.png" x="187" y="0" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.presets.hover" file="window/compcontrols.png" x="187" y="21" h="21" w="21" gammagroup="WindowText"/>
<bitmap id="vis.button.presets.down" file="window/compcontrols.png" x="187" y="42" h="21" w="21" gammagroup="WindowText"/>
<!-- Equalizer -->
<bitmap id="equalizer.background" file="window/equalizer.png" x="0" y="0" h="92" w="188" gammagroup="WindowText" />
<bitmap id="equalizer.labels.winamp" file="window/equalizer.png" x="0" y="195" h="5" w="188" gammagroup="WindowText" />
<bitmap id="equalizer.labels.iso" file="window/equalizer.png" x="0" y="189" h="5" w="188" gammagroup="WindowText" />
<bitmap id="equalizer.button.xfade.normal" file="window/equalizer.png" x="0" y="92" h="12" w="25" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.xfade.hover" file="window/equalizer.png" x="0" y="104" h="12" w="25" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.xfade.down" file="window/equalizer.png" x="0" y="116" h="12" w="25" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.xfade.active" file="window/equalizer.png" x="51" y="105" h="23" w="33" gammagroup="PlayerButtonActive" />
<bitmap id="equalizer.button.decrease.normal" file="window/equalizer.png" x="25" y="92" h="12" w="13" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.decrease.hover" file="window/equalizer.png" x="25" y="104" h="12" w="13" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.decrease.down" file="window/equalizer.png" x="25" y="116" h="12" w="13" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.increase.normal" file="window/equalizer.png" x="38" y="92" h="12" w="13" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.increase.hover" file="window/equalizer.png" x="38" y="104" h="12" w="13" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.increase.down" file="window/equalizer.png" x="38" y="116" h="12" w="13" gammagroup="PlayerButton" />
<bitmap id="equalizer.xfade.display" file="window/equalizer.png" x="51" y="92" h="12" w="19" gammagroup="PlayerDisplay" />
<bitmap id="equalizer.button.eqon.normal" file="window/equalizer.png" x="168" y="106" h="17" w="31" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.eqon.hover" file="window/equalizer.png" x="168" y="123" h="17" w="31" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.eqon.down" file="window/equalizer.png" x="168" y="140" h="17" w="31" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.eqon.active" file="window/equalizer.png" x="104" y="166" h="23" w="33" gammagroup="PlayerButtonActive" />
<bitmap id="equalizer.button.auto.normal" file="window/equalizer.png" x="9" y="128" h="17" w="40" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.auto.hover" file="window/equalizer.png" x="9" y="145" h="17" w="40" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.auto.down" file="window/equalizer.png" x="9" y="162" h="17" w="40" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.auto.active" file="window/equalizer.png" x="137" y="166" h="23" w="44" gammagroup="PlayerButtonActive" />
<bitmap id="equalizer.button.presets.normal" file="window/equalizer.png" x="49" y="128" h="17" w="55" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.presets.hover" file="window/equalizer.png" x="49" y="145" h="17" w="55" gammagroup="PlayerButton" />
<bitmap id="equalizer.button.presets.down" file="window/equalizer.png" x="49" y="162" h="17" w="57" gammagroup="PlayerButton" />
<bitmap id="equalizer.slider.balance.background" file="window/equalizer.png" x="70" y="92" h="10" w="78" gammagroup="PlayerSliderBackground" />
<bitmap id="equalizer.slider.balance.normal" file="window/equalizer.png" x="148" y="92" h="10" w="17" gammagroup="PlayerButton" />
<bitmap id="equalizer.slider.balance.hover" file="window/equalizer.png" x="165" y="92" h="10" w="17" gammagroup="PlayerButton" />
<bitmap id="equalizer.slider.balance.down" file="window/equalizer.png" x="182" y="92" h="10" w="17" gammagroup="PlayerButton" />
<bitmap id="equalizer.slider.eqband.background" file="window/equalizer.png" x="104" y="102" h="55" w="11" gammagroup="PlayerSliderBackground" />
<bitmap id="equalizer.slider.eqband.normal" file="window/equalizer.png" x="115" y="102" h="19" w="11" gammagroup="PlayerButton" />
<bitmap id="equalizer.slider.eqband.hover" file="window/equalizer.png" x="115" y="121" h="19" w="11" gammagroup="PlayerButton" />
<bitmap id="equalizer.slider.eqband.down" file="window/equalizer.png" x="115" y="140" h="19" w="11" gammagroup="PlayerButton" />
<!-- Config -->
<bitmap id="config.button.text.windowsizing" file="window/config.png" x="0" y="0" h="14" w="72" gammagroup="DisplayText"/>
<bitmap id="config.button.text.visualization" file="window/config.png" x="72" y="0" h="14" w="72" gammagroup="DisplayText"/>
<bitmap id="config.button.text.songticker" file="window/config.png" x="0" y="14" h="14" w="72" gammagroup="DisplayText"/>
<bitmap id="config.button.text.colorthemes" file="window/config.png" x="0" y="28" h="14" w="72" gammagroup="DisplayText"/>
<bitmap id="config.button.text.notifier" file="window/config.png" x="0" y="42" h="14" w="72" gammagroup="DisplayText"/>
<bitmap id="config.button.text.appearance" file="window/config.png" x="0" y="56" h="14" w="72" gammagroup="DisplayText"/>
<bitmap id="config.button.text.playlist" file="window/config.png" x="72" y="14" h="14" w="72" gammagroup="DisplayText"/>
<bitmap id="config.button.selected" file="$solid" h="14" w="72" color="49,53,64" gammagroup="SelectionBg"/>
<bitmap id="config.button.hover" file="$solid" h="14" w="72" color="31,35,44" gammagroup="SelectionBg"/>
<bitmap id="config.vdivider" file="$solid" h="100" w="1" color="17,18,19" gammagroup="PlayerDisplayGradient"/>
<bitmap id="config.checkbox.active" file="window/config.png" x="158" y="84" h="12" w="12" gammagroup="DisplayText"/>
<bitmap id="config.checkbox.inactive" file="window/config.png" x="170" y="84" h="12" w="12" gammagroup="DisplayText"/>
<bitmap id="config.windowsizing.text" file="window/config.png" x="0" y="70" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.windowsizing.autoresize.hover" file="window/config.png" x="158" y="70" h="12" w="158" gammagroup="SelectionBg"/>
<bitmap id="config.windowsizing.titlebar.maximize.hover" file="window/config.png" x="158" y="70" h="12" w="54" gammagroup="SelectionBg"/>
<bitmap id="config.windowsizing.titlebar.shade.hover" file="window/config.png" x="158" y="70" h="12" w="89" gammagroup="SelectionBg"/>
<bitmap id="config.appearance.text" file="window/config.png" x="0" y="144" h="84" w="158" gammagroup="DisplayText"/>
<bitmap id="config.colorthemes.button.prev.normal" file="window/componentcontrols.png" x="0" y="170" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.prev.hover" file="window/componentcontrols.png" x="32" y="170" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.prev.down" file="window/componentcontrols.png" x="64" y="170" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.prev2.normal" file="window/componentcontrols.png" x="0" y="221" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.prev2.hover" file="window/componentcontrols.png" x="32" y="221" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.prev2.down" file="window/componentcontrols.png" x="64" y="221" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.next.normal" file="window/componentcontrols.png" x="0" y="187" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.next.hover" file="window/componentcontrols.png" x="32" y="187" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.next.down" file="window/componentcontrols.png" x="64" y="187" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.set.normal" file="window/componentcontrols.png" x="0" y="238" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.set.hover" file="window/componentcontrols.png" x="32" y="238" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.set.down" file="window/componentcontrols.png" x="64" y="238" h="17" w="32" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.more.normal" file="window/componentcontrols.png" x="0" y="255" h="17" w="54" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.more.hover" file="window/componentcontrols.png" x="54" y="255" h="17" w="54" gammagroup="PlayerButton"/>
<bitmap id="config.colorthemes.button.more.down" file="window/componentcontrols.png" x="108" y="255" h="17" w="54" gammagroup="PlayerButton"/>
<bitmap id="config.songticker.text" file="window/config.png" x="0" y="228" h="64" w="158" gammagroup="DisplayText"/>
<bitmap id="config.songticker.scroll.hover" file="window/config.png" x="158" y="70" h="12" w="144" gammagroup="SelectionBg"/>
<bitmap id="config.notifier.text" file="window/config.png" x="158" y="144" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.notifier.show.text" file="window/config.png" x="158" y="218" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.notifier.location.text" file="window/config.png" x="158" y="292" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.notifier.animation.text" file="window/config.png" x="0" y="292" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.visualization.text" file="window/config.png" x="0" y="366" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.appearance.2.text" file="window/config.png" x="0" y="440" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.playlist.text" file="window/config.png" x="158" y="366" h="74" w="158" gammagroup="DisplayText"/>
<bitmap id="config.notifier.sub.hover" file="window/config.png" x="158" y="112" h="12" w="158" gammagroup="SelectionBg"/>
<bitmap id="config.notifier.show.hover" file="window/config.png" x="158" y="70" h="12" w="139" gammagroup="SelectionBg"/>
<bitmap id="config.notifier.location.top.hover" file="window/config.png" x="158" y="70" h="12" w="66" gammagroup="SelectionBg"/>
<bitmap id="config.notifier.location.bottom.hover" file="window/config.png" x="158" y="70" h="12" w="81" gammagroup="SelectionBg"/>
<bitmap id="config.notifier.location.relative.hover" file="window/config.png" x="158" y="70" h="12" w="106" gammagroup="SelectionBg"/>
<bitmap id="config.notifier.animation.hover" file="window/config.png" x="158" y="70" h="12" w="83" gammagroup="SelectionBg"/>
<bitmap id="config.bitmapfont.source" file="window/config.png" x="158" y="0" h="42" w="158" gammagroup="DisplayText"/>
<bitmapfont id="config.bitmapfont" file="config.bitmapfont.source" charwidth="7" charheight="14" hspacing="0" vspacing="0"/>
<bitmap id="config.button.left.normal" file="window/config.png" x="183" y="98" h="12" w="8" gammagroup="DisplayText"/>
<bitmap id="config.button.right.normal" file="window/config.png" x="191" y="98" h="12" w="8" gammagroup="DisplayText"/>
<bitmap id="config.button.left.hover" file="window/config.png" x="199" y="98" h="12" w="8" gammagroup="DisplayText"/>
<bitmap id="config.button.right.hover" file="window/config.png" x="207" y="98" h="12" w="8" gammagroup="DisplayText"/>
<bitmap id="config.button.left.down" file="window/config.png" x="215" y="98" h="12" w="8" gammagroup="DisplayText"/>
<bitmap id="config.button.right.down" file="window/config.png" x="223" y="98" h="12" w="8" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.always" file="window/config.png" x="171" y="218" h="12" w="48" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.shade_minimized" file="window/config.png" x="158" y="28" h="12" w="80" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.minimized" file="window/config.png" x="196" y="28" h="12" w="42" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.never" file="window/config.png" x="171" y="260" h="12" w="58" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.topleft" file="window/config.png" x="171" y="292" h="12" w="50" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.topcenter" file="window/config.png" x="171" y="306" h="12" w="50" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.topright" file="window/config.png" x="171" y="320" h="12" w="50" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.bottomleft" file="window/config.png" x="248" y="292" h="12" w="65" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.bottomcenter" file="window/config.png" x="248" y="306" h="12" w="65" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.bottomright" file="window/config.png" x="248" y="320" h="12" w="65" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.alphafade" file="window/config.png" x="13" y="292" h="12" w="68" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.vslide" file="window/config.png" x="158" y="56" h="12" w="68" gammagroup="DisplayText"/>
<bitmap id="config.notifier.text.hslide" file="window/config.png" x="158" y="42" h="12" w="68" gammagroup="DisplayText"/>
<bitmap id="config.background.over" file="window/songinfo-gradient.png" x="0" y="13" h="13" w="74" gammagroup="PlayerDisplay"/>
<!-- Shade -->
<bitmap id="shade.resizer.right" file="window/shade.png" x="0" y="48" h="18" w="5" gammagroup="Titlebar"/>
<bitmap id="shade.button.previous.normal" file="window/shade.png" x="0" y="0" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.play.normal" file="window/shade.png" x="14" y="0" h="16" w="12" gammagroup="ShadeButton"/>
<bitmap id="shade.button.pause.normal" file="window/shade.png" x="26" y="0" h="16" w="12" gammagroup="ShadeButton"/>
<bitmap id="shade.button.stop.normal" file="window/shade.png" x="38" y="0" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.next.normal" file="window/shade.png" x="52" y="0" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.eject.normal" file="window/shade.png" x="66" y="0" h="16" w="15" gammagroup="ShadeButton"/>
<bitmap id="shade.button.previous.hover" file="window/shade.png" x="0" y="16" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.play.hover" file="window/shade.png" x="14" y="16" h="16" w="12" gammagroup="ShadeButton"/>
<bitmap id="shade.button.pause.hover" file="window/shade.png" x="26" y="16" h="16" w="12" gammagroup="ShadeButton"/>
<bitmap id="shade.button.stop.hover" file="window/shade.png" x="38" y="16" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.next.hover" file="window/shade.png" x="52" y="16" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.eject.hover" file="window/shade.png" x="66" y="16" h="16" w="15" gammagroup="ShadeButton"/>
<bitmap id="shade.button.previous.down" file="window/shade.png" x="0" y="32" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.play.down" file="window/shade.png" x="14" y="32" h="16" w="12" gammagroup="ShadeButton"/>
<bitmap id="shade.button.pause.down" file="window/shade.png" x="26" y="32" h="16" w="12" gammagroup="ShadeButton"/>
<bitmap id="shade.button.stop.down" file="window/shade.png" x="38" y="32" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.next.down" file="window/shade.png" x="52" y="32" h="16" w="14" gammagroup="ShadeButton"/>
<bitmap id="shade.button.eject.down" file="window/shade.png" x="66" y="32" h="16" w="15" gammagroup="ShadeButton"/>
<bitmap id="shade.button.mute.normal" file="window/shade.png" x="81" y="0" h="16" w="16" gammagroup="ShadeButton"/>
<bitmap id="shade.button.mute.hover" file="window/shade.png" x="81" y="16" h="16" w="16" gammagroup="ShadeButton"/>
<bitmap id="shade.button.mute.down" file="window/shade.png" x="81" y="32" h="16" w="16" gammagroup="ShadeButton"/>
<bitmap id="shade.button.demute.normal" file="window/shade.png" x="96" y="0" h="16" w="16" gammagroup="ShadeButton"/>
<bitmap id="shade.button.demute.hover" file="window/shade.png" x="96" y="16" h="16" w="16" gammagroup="ShadeButton"/>
<bitmap id="shade.button.demute.down" file="window/shade.png" x="96" y="32" h="16" w="16" gammagroup="ShadeButton"/>
<bitmap id="shade.display.left" file="window/shade.png" x="5" y="48" h="18" w="2" gammagroup="PlayerDisplay"/>
<bitmap id="shade.display.middle" file="window/shade.png" x="7" y="48" h="18" w="6" gammagroup="PlayerDisplay"/>
<bitmap id="shade.display.right" file="window/shade.png" x="13" y="48" h="18" w="2" gammagroup="PlayerDisplay"/>
<bitmap id="shade.label.volume" file="window/shade.png" x="15" y="48" h="4" w="35" gammagroup="WindowText"/>
<bitmap id="shade.track.volume" file="window/shade.png" x="50" y="48" h="5" w="40" gammagroup="WindowBackground"/>
<bitmap id="shade.track.seek.left" file="window/shade.png" x="50" y="48" h="5" w="5" gammagroup="PlayerSliderBackground"/>
<bitmap id="shade.track.seek.middle" file="window/shade.png" x="55" y="48" h="5" w="5" gammagroup="PlayerSliderBackground"/>
<bitmap id="shade.track.seek.right" file="window/shade.png" x="85" y="48" h="5" w="5" gammagroup="PlayerSliderBackground"/>
<bitmap id="shade.volume.thumb.normal" file="window/shade.png" x="15" y="53" h="10" w="10" gammagroup="PlayerShadeSlider"/>
<bitmap id="shade.volume.thumb.hover" file="window/shade.png" x="25" y="53" h="10" w="10" gammagroup="PlayerShadeSlider"/>
<bitmap id="shade.volume.thumb.down" file="window/shade.png" x="35" y="53" h="10" w="10" gammagroup="PlayerShadeSlider"/>
<bitmap id="shade.seek.thumb.normal" file="window/shade.png" x="45" y="53" h="10" w="16" gammagroup="PlayerShadeSlider"/>
<bitmap id="shade.seek.thumb.hover" file="window/shade.png" x="61" y="53" h="10" w="16" gammagroup="PlayerShadeSlider"/>
<bitmap id="shade.seek.thumb.down" file="window/shade.png" x="77" y="53" h="10" w="16" gammagroup="PlayerShadeSlider"/>
<bitmap id="shade.button.search.normal" file="window/shade.png" x="116" y="0" h="21" w="22" gammagroup="WindowBackground"/>
<bitmap id="shade.button.search.hover" file="window/shade.png" x="116" y="21" h="21" w="22" gammagroup="WindowBackground"/>
<bitmap id="shade.button.search.down" file="window/shade.png" x="116" y="42" h="21" w="22" gammagroup="WindowBackground"/>
<bitmap id="shade.button.icon.nowplaying" file="window/shade.png" x="138" y="21" h="21" w="32" gammagroup="PlayerButton"/>
<bitmap id="shade.button.icon.search" file="window/shade.png" x="138" y="42" h="21" w="32" gammagroup="PlayerButton"/>
</elements>

View File

@ -0,0 +1,482 @@
<!-- Player:Component:Player -->
<groupdef id="player.display.beatvis.content">
<animatedlayer id="beatvisleft" x="0" y="0" h="28" w="43" image="player.beatvis.left" move="0" autoplay="0" autoreplay="0" ghost="1" />
<animatedlayer id="beatvisright" x="44" y="0" h="28" w="43" image="player.beatvis.right" move="0" autoplay="0" autoreplay="0" ghost="1" />
<togglebutton fitparent="1" rectrgn="1" cfgattrib="{F1036C9C-3919-47ac-8494-366778CF10F9};Enable Beat Visualization" tooltip="Toggle Beat Visualization"/>
</groupdef>
<groupdef id="player.display.beatvis">
<group id="player.display.beatvis.content" x="0" y="0" w="87" h="28" />
<script file="scripts/beatvisualization.maki"/>
</groupdef>
<groupdef id="player.display">
<grid x="0" y="0" h="69" w="0" relatw="1" left="player.display.background.left" middle="player.display.background.center" right="player.display.background.right" move="1"/>
<grid x="0" y="0" h="69" w="0" relatw="1" left="player.display.foreground.left" middle="player.display.foreground.center" right="player.display.foreground.right" move="1"/>
<status
id="status" w="5" h="6"
x="-156" y="26.9" relatx="1" move="1"
stopBitmap="player.display.status.stopped"
playBitmap="player.display.status.playing"
pauseBitmap="player.display.status.paused"
/>
<text id="SongTime"
x="7" y="8" h="31" w="102"
font="player.bitmapfont.nums" timecolonwidth="6"
display="time" align="left" alpha="220"
/>
<SongTicker id="Songticker"
x="70" y="6" h="20" w="-72" relatw="1"
showlen="1" rightpadding="-3"
rightclickaction="trackmenu" dblclickaction="trackinfo" align="right"
color="color.display" size="13" valign="top" antialias="0" fontsize="16"
/>
<Text id="InfoDisplay"
x="70" y="6" h="20" w="-72" relatw="1" alpha="0"
display="SONGTITLE" showlen="1" offsetx="-3" align="right"
color="color.display" size="13" valign="top" antialias="0" ghost="1"
/>
<script file="scripts/songticker.maki" param="-7,big"/>
<!-- Bitrate -->
<layer id="Bitrate.label" x="-119" relatx="1" y="26.9" image="player.songinfo.bitrate" move="1"/>
<text
id="Bitrate" move="1"
x="-151" y="26.9" w="30" h="5" relatx="1" fontsize="5" font="player.bitmapfont.songinfo" align="right"
/>
<!-- Frequency -->
<layer id="Frequency.label" x="-78" y="26.9" relatx="1" image="player.songinfo.frequency" move="1"/>
<text
id="Frequency" move="1"
display="SONGSAMPLERATE" textrefreshrate="500"
x="-105" y="26.9" w="25" h="5" relatx="1" fontsize="5" font="player.bitmapfont.songinfo" align="right"
/>
<layer id="monster" x="-52" y="26.9" h="5" w="40" relatx="1" image="player.songinfo.na" move="1" rectrgn="1" dblclickaction="WA5:Prefs" dblclickparam="42" />
<script file="scripts/songinfo.maki" param="big"/>
<vis
id="main.vis"
x="11" y="43.9"
w="108" h="16"
colorbandpeak="162,193,204"
colorband1="82,97,102"
colorband2="74,88,93"
colorband3="78,92,97"
colorband4="83,97,104"
colorband5="88,102,107"
colorband6="94,107,112"
colorband7="100,113,118"
colorband8="106,120,125"
colorband9="112,121,131"
colorband10="117,131,136"
colorband11="122,137,142"
colorband12="127,141,146"
colorband13="131,145,150"
colorband14="136,150,155"
colorband15="140,154,159"
colorband16="145,159,164"
colorosc1="82,97,102"
colorosc2="83,97,104"
colorosc3="106,120,125"
colorosc4="127,141,146"
colorosc5="145,159,164"
gammagroup="DisplayText"
/>
<vis
id="main.vis.mirror"
x="11" y="60.9"
w="108" h="16"
colorbandpeak="83,97,104"
colorband1="82,97,102"
colorband2="74,88,93"
colorband3="78,92,97"
colorband4="83,97,104"
colorband5="88,102,107"
colorband6="94,107,112"
colorband7="100,113,118"
colorband8="106,120,125"
colorband9="112,121,131"
colorband10="117,131,136"
colorband11="122,137,142"
colorband12="127,141,146"
colorband13="131,145,150"
colorband14="136,150,155"
colorband15="140,154,159"
colorband16="145,159,164"
colorosc1="82,97,102"
colorosc2="83,97,104"
colorosc3="106,120,125"
colorosc4="127,141,146"
colorosc5="145,159,164"
ghost="1"
alpha="100"
flipv="1"
mode="1"
gammagroup="DisplayText"
/>
<layer id="main.vis.trigger" x="11" y="42" h="28" w="108" rectrgn="1"/>
<group id="player.display.beatvis" x="121" y="40.9" w="-281" h="28" relatw="1"/>
<script file="scripts/visualizer.maki" />
</groupdef>
<groupdef id="player.cbuttons">
<layer x="3" y="1" image="player.button.previous.placeholder" move="0"/>
<Button id="Prev"
x="5" y="3"
image="player.button.previous.normal"
hoverImage="player.button.previous.hover"
downImage="player.button.previous.down"
action="PREV" tooltip="Previous Track"
/>
<layer id="Prev.glow" x="0" y="0" image="player.button.previous.glow" alpha="0" ghost="1"/>
<Button id="Play"
x="32" y="3"
image="player.button.play.normal"
hoverImage="player.button.play.hover"
downImage="player.button.play.down"
action="PLAY" tooltip="Play"
/>
<layer id="Play.glow" x="29" y="0" image="player.button.pps.glow" alpha="0" ghost="1"/>
<Button id="Pause"
x="59" y="3"
image="player.button.pause.normal"
hoverImage="player.button.pause.hover"
downImage="player.button.pause.down"
action="PAUSE" tooltip="Pause Playback"
/>
<layer id="Pause.glow" x="56" y="0" image="player.button.pps.glow" alpha="0" ghost="1"/>
<Button id="Stop"
x="86" y="3"
image="player.button.stop.normal"
hoverImage="player.button.stop.hover"
downImage="player.button.stop.down"
action="STOP" tooltip="Stop Playback"
/>
<layer id="Stop.glow" x="83" y="0" image="player.button.pps.glow" alpha="0" ghost="1"/>
<Button id="Next"
x="113" y="3"
image="player.button.next.normal"
hoverImage="player.button.next.hover"
downImage="player.button.next.down"
action="NEXT" tooltip="Next Track"
/>
<layer id="Next.glow" x="112" y="0" image="player.button.next.glow" alpha="0" ghost="1"/>
<layer x="-144" y="5" relatx="1" image="player.button.mute.placeholder" move="0"/>
<Button id="Eject"
x="-144" y="5" h="18" w="33" relatx="1"
image="player.button.eject.normal"
hoverImage="player.button.eject.hover"
downImage="player.button.eject.down"
action="EJECT" tooltip="Open File(s)"
/>
<layer id="Eject.glow" x="-144" y="4" relatx="1" image="player.button.mute.glow" alpha="0" ghost="1"/>
<layer x="-106" y="5" relatx="1" image="player.button.shuffle.placeholder" move="0"/>
<NStatesButton
id="shuffle"
x="-106" y="5" relatx="1"
image="player.button.shuffle.normal"
hoverimage="player.button.shuffle.hover"
downimage="player.button.shuffle.down"
rectrgn="1" nstates="2"
tooltip="Toggle Playlist Shuffling"
cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Shuffle"
/>
<layer id="shuffle.glow" x="-106" y="4" relatx="1" image="player.button.shuffle.glow" alpha="0" ghost="1"/>
<NStatesButton
id="repeat"
x="-68" y="5" relatx="1"
image="player.button.repeat.normal"
hoverimage="player.button.repeat.hover"
downimage="player.button.repeat.down"
rectrgn="1" nstates="3"
tooltip="Toggle Playlist/Song Repeating"
cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Repeat"
cfgvals="0;1;-1"
/>
<layer id="repeat.glow" x="-68" y="4" relatx="1" image="player.button.repeat.glow" alpha="0" ghost="1"/>
</groupdef>
<groupdef id="player.layout" wantfocus="1" rectrgn="1" move="0">
<group id="player.display" x="3" w="-4" relatw="1" h="69" y="0"/>
<!-- Volume -->
<layer id="player.placeholder.mute" x="-144" y="52" relatx="1" image="player.button.mute.placeholder" move="0"/>
<button id="mute" x="-144" y="52" w="33" h="18" relatx="1"
image="player.button.mute.normal"
hoverImage="player.button.mute.hover"
downImage="player.button.mute.down"
tooltip="Mute Volume"
/>
<button id="etum" x="-144" y="52" w="33" h="18" relatx="1"
image="player.button.demute.normal"
hoverImage="player.button.demute.hover"
downImage="player.button.demute.down"
tooltip="Turn Volume On"
visible="0"
/>
<layer id="mute.glow" x="-144" y="51" relatx="1" image="player.button.mute.glow" alpha="0" ghost="1"/>
<layer id="mute.active" x="-145" y="46" relatx="1" image="player.button.mute.active" visible="0" ghost="1"/>
<layer id="player.volume.label" x="-97" y="47" relatx="1" image="player.label.volume" move="1"/>
<grid id="player.volume.bg"
x="-101" y="59" h="5" w="97" relatx="1"
left="player.slider.background.left"
middle="player.slider.background.center"
right="player.slider.background.right"
/>
<grid id="player.volume.fill"
x="-99" y="61" h="2" w="95" relatx="1"
left="player.slider.light.left"
middle="player.slider.light.center"
right="player.slider.light.right"
/>
<Slider
id="Volume"
action="Volume"
x="-102" y="57" h="12" w="99" relatx="1"
thumb="player.volume.thumb.normal"
hoverThumb="player.volume.thumb.hover"
downThumb="player.volume.thumb.down"
tooltip="Volume"
/>
<script file="scripts/mute.maki" param="95"/>
<!-- param = max_w for volume fillbar -->
<!-- Seek -->
<grid id="player.seek.bg"
x="4" y="79" h="5" w="-8" relatw="1"
left="player.slider.background.left"
middle="player.slider.background.center"
right="player.slider.background.right"
/>
<ProgressGrid id="progressbar"
x="6" y="81" h="2" w="-10" relatw="1"
orientation="right"
left="player.slider.light.left"
middle="player.slider.light.center"
right="player.slider.light.right"
interval="100"
/>
<Slider
id="seeker"
action="SEEK"
x="3" y="77" h="12" w="-6" relatw="1"
thumb="player.posbar.thumb.normal"
hoverThumb="player.posbar.thumb.hover"
downThumb="player.posbar.thumb.down"
ghost="1"
visible="0"
tooltip="Seeker"
interval="100"
/>
<Slider
id="seeker.ghost"
action="SEEK"
x="3" y="77" h="12" w="-6" relatw="1"
thumb="player.posbar.thumb.normal"
hoverThumb="player.posbar.thumb.hover"
downThumb="player.posbar.thumb.down"
tooltip="Seeker"
interval="100"
/>
<script file="scripts/seek.maki"/>
<group id="player.cbuttons" x="0" y="93" h="32" w="0" relatw="1"/>
<NStatesButton id="shuffle.active" x="-103" y="91" image="player.button.shuffle.active" ghost="1" relatx="1" cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Shuffle" nstates="2"/>
<NStatesButton id="repeat.active" x="-69" y="92" image="player.button.repeat.active" ghost="1" relatx="1" cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Repeat" cfgvals="0;1;-1" nstates="3"/>
<script file="scripts/cbuttons.maki" param="290"/>
<!-- Param defines the min_w of the cbuttons group -->
</groupdef>
<!-- Player:Titlebar -->
<groupdef id="player.mainmenu" rectregn="1" rectrgn="1">
<!-- Note: Most of the items in this group will be placed by script, so don't waste your time -->
<layer id="menu.text.file" x="0" y="6" h="10" image="window.titlebar.menu.text.file" />
<layer id="menu.layer.file.normal" x="0" y="0" h="21" w="0" image="window.titlebar.menu.normal" visible="1" />
<layer id="menu.layer.file.hover" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.layer.file.down" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.text.play" x="0" y="6" h="10" image="window.titlebar.menu.text.play" />
<layer id="menu.layer.play.normal" x="0" y="0" h="21" w="0" image="window.titlebar.menu.normal" visible="1" />
<layer id="menu.layer.play.hover" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.layer.play.down" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.text.options" x="0" y="6" h="10" image="window.titlebar.menu.text.options" />
<layer id="menu.layer.options.normal" x="0" y="0" h="21" w="0" image="window.titlebar.menu.normal" visible="1" />
<layer id="menu.layer.options.hover" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.layer.options.down" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.text.view" x="0" y="6" h="10" image="window.titlebar.menu.text.view" />
<layer id="menu.layer.view.normal" x="0" y="0" h="21" w="21" image="window.titlebar.menu.normal" visible="1" />
<layer id="menu.layer.view.hover" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.layer.view.down" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.text.help" x="0" y="6" h="10" image="window.titlebar.menu.text.help" />
<layer id="menu.layer.help.normal" x="0" y="0" h="21" w="0" image="window.titlebar.menu.normal" visible="1" />
<layer id="menu.layer.help.hover" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<layer id="menu.layer.help.down" x="0" y="0" h="21" w="0" image="window.titlebar.menu.down" visible="0" />
<Menu id="file.menu" menugroup="main" next="Play.menu" prev="Help.menu" x="0" y="0" h="21" w="0" menu="WA5:File" normal="menu.layer.file.normal" hover="menu.layer.file.hover" down="menu.layer.file.down" />
<Menu id="play.menu" menugroup="main" next="Options.menu" prev="File.menu" x="0" y="0" h="21" w="0" menu="WA5:Play" normal="menu.layer.play.normal" hover="menu.layer.play.hover" down="menu.layer.play.down" />
<Menu id="options.menu" menugroup="main" next="View.menu" prev="Play.menu" x="0" y="0" h="21" w="0" menu="WA5:Options" normal="menu.layer.options.normal" hover="menu.layer.options.hover" down="menu.layer.options.down" />
<Menu id="view.menu" menugroup="main" next="Help.menu" prev="Options.menu" x="0" y="0" h="21" w="0" menu="WA5:Windows" normal="menu.layer.view.normal" hover="menu.layer.view.hover" down="menu.layer.view.down" />
<Menu id="help.menu" menugroup="main" next="File.menu" prev="view.menu" x="0" y="0" h="21" w="0" menu="WA5:Help" normal="menu.layer.help.normal" hover="menu.layer.help.hover" down="menu.layer.help.down" />
<guiObject fitparent="1" id="menu.hidden.mousetrap" visible="0" move="1"/>
</groupdef>
<groupdef id="player.titlebar">
<grid
x="0" y="0" h="23" w="0" relatw="1" regionop="1"
left="window.titlebar.grid.left"
middle="window.titlebar.grid.middle"
right="window.titlebar.grid.right"
/>
<layer x="35" y="7" image="window.titlebar.text.winamp" ghost="1" />
<guiobject fitparent="1" rectrgn="1" move="1" id="player.mousetrap.maximize"/>
<layer id="titlebar.resizer.topleft" x="0" y="0" h="3" w="5" rectrgn="1" resize="topleft" />
<layer id="titlebar.resizer.top" x="5" y="0" h="3" w="-10" relatw="1" rectrgn="1" resize="top" />
<layer id="titlebar.resizer.topright" x="-5" y="0" h="3" w="5" relatx="1" rectrgn="1" resize="topright" />
<layer x="0" y="3" h="15" w="5" rectrgn="1" resize="left" />
<layer x="-5" y="3" h="15" w="5" relatx="1" rectrgn="1" resize="right" />
<layer id="titlebar.resizer.disable" x="0" y="0" h="23" w="0" relatw="1" rectrgn="1" ghost="1" move="0"/>
<grid
x="0" y="0" h="23" w="97" relatw="0" regionop="1" ghost="1"
left="window.titlebar.grid.over.left"
middle="window.titlebar.grid.over.middle"
/>
<grid
id="titlebar.grid.right"
x="295" y="0" h="23" w="-295" relatw="1" regionop="1" ghost="1"
middle="window.titlebar.grid.over.middle"
right="window.titlebar.grid.over.right"
/>
<group id="player.mainmenu" x="97" y="1" w="388" h="21" ghost="1" />
<button
x="7" y="5" h="13" w="20"
action="SYSMENU"
image="window.titlebar.button.sysmenu.normal"
hoverImage="window.titlebar.button.sysmenu.hover"
downImage="window.titlebar.button.sysmenu.down"
tooltip="Main Menu"
/>
<button
x="-84" relatx="1" y="5" h="13" w="17"
id="player.button.minimize"
action="MINIMIZE"
image="window.titlebar.button.minimize.normal"
hoverImage="window.titlebar.button.minimize.hover"
downImage="window.titlebar.button.minimize.down"
tooltip="Minimize Winamp"
/>
<button
x="-64" relatx="1" y="5" h="13" w="17"
id="player.titlebar.button.restore"
image="window.titlebar.button.restore.normal"
hoverImage="window.titlebar.button.restore.hover"
downImage="window.titlebar.button.restore.down"
tooltip="Restore Winamp"
/>
<button
x="-64" relatx="1" y="5" h="13" w="17"
id="player.titlebar.button.maximize"
image="window.titlebar.button.maximize.normal"
hoverImage="window.titlebar.button.maximize.hover"
downImage="window.titlebar.button.maximize.down"
tooltip="Maximize Winamp"
/>
<button
x="-44" relatx="1" y="5" h="13" w="17"
action="SWITCH" param="shade"
image="window.titlebar.button.shade.normal"
hoverImage="window.titlebar.button.shade.hover"
downImage="window.titlebar.button.shade.down"
tooltip="Windowshade Mode"
/>
<button
id="maximize.slam.close" visible="1"
x="-24" relatx="1" y="0" h="18" w="24"
rectrgn="1"
action="CLOSE"
tooltip="Exit Winamp"
/>
<button
x="-24" relatx="1" y="5" h="13" w="17"
action="CLOSE"
image="window.titlebar.button.close.normal"
hoverImage="window.titlebar.button.close.hover"
downImage="window.titlebar.button.close.down"
tooltip="Exit Winamp"
/>
<script file="scripts/mainmenu.maki" />
</groupdef>
<groupdef id="window.background.regions">
<layer x="0" y="0" h="1" w="1" image="window.background.region" regionop="-2" />
<layer x="-1" relatx="1" y="0" h="1" w="1" image="window.background.region" regionop="-2" />
<layer x="0" y="-1" relaty="1" h="1" w="1" image="window.background.region" regionop="-2" />
<layer x="-1" relatx="1" y="-1" relaty="1" h="1" w="1" image="window.background.region" regionop="-2" />
</groupdef>

View File

@ -0,0 +1,842 @@
<include file="config.xml"/>
<groupdef id="player.dualwnd.pl.info" wantfocus="1" rectrgn="1">
<Wasabi:Frame id="player.dualwnd" x="0" y="0" w="0" relath="0" h="119" from="r" relatw="1" orientation="v" maxwidth="-141" left="player.component.fileinfo" right="player.component.playlist.frame" minwidth="35" width="200" jump="right" />
</groupdef>
<!-- Player:Component:PlayList -->
<groupdef id="player.component.playlist.frame" wantfocus="1" rectrgn="1">
<Wasabi:Frame id="playlist.dualwnd" fitparent="1" from="bottom" orientation="h" maxheight="null" bottom="player.component.playlist.albumart" top="player.component.playlist" minheight="55" height="100" jump="0"/>
</groupdef>
<groupdef id="player.component.playlist.albumart" wantfocus="1" rectrgn="1">
<grid fitparent="1" x="1" w="-1" relaw="1"
topleft="sui.background.topleft"
top="sui.background.top"
topright="sui.background.topright"
left="sui.background.left"
middle="sui.background.center"
right="sui.background.right"
bottomleft="sui.background.bottomleft"
bottom="sui.background.bottom"
bottomright="sui.background.bottomright"
/>
<group fitparent="-2" x="3" w="-5" relaw="1" id="info.component.cover2" />
</groupdef>
<groupdef id="player.component.playlist" wantfocus="1" rectrgn="1">
<grid fitparent="1" x="1" w="-1" relaw="1"
topleft="pledit.background.topleft"
top="pledit.background.top"
topright="pledit.background.topright"
left="pledit.background.left"
middle="pledit.background.center"
right="pledit.background.right"
bottomleft="pledit.background.bottomleft"
bottom="pledit.background.bottom"
bottomright="pledit.background.bottomright"
/>
<group id="playlistpro" y="1" h="-19" x="2" w="-3" relath="1" relatw="1"/>
<group id="player.component.playlist.buttons" x="2" y="-18" w="-3" relatw="1" relaty="1" />
</groupdef>
<groupdef id="player.component.playlist.buttons">
<grid
x="0" y="0" h="17" w="0" relatw="1" move="1"
middle="pledit.background.buttons.center"
right="pledit.background.buttons.right"
/>
<button id="player.playlist.add"
x="0" y="0"
image="pledit.button.add.normal"
hoverImage="pledit.button.add.hover"
downImage="pledit.button.add.down"
action="PE_Add" tooltip="Add Files to Playlist"
/>
<button id="player.playlist.rem"
x="31" y="0"
image="pledit.button.rem.normal"
hoverImage="pledit.button.rem.hover"
downImage="pledit.button.rem.down"
action="PE_Rem" tooltip="Remove Files from Playlist"
/>
<button id="player.playlist.sel"
x="62" y="0"
image="pledit.button.sel.normal"
hoverImage="pledit.button.sel.hover"
downImage="pledit.button.sel.down"
action="PE_Sel" tooltip="Select Files in Playlist"
/>
<button id="player.playlist.misc"
x="93" y="0"
image="pledit.button.misc.normal"
hoverImage="pledit.button.misc.hover"
downImage="pledit.button.misc.down"
action="PE_Misc" tooltip="Misc Actions"
/>
<button id="player.playlist.manage"
x="124" y="0"
image="pledit.button.manage.normal"
hoverImage="pledit.button.manage.hover"
downImage="pledit.button.manage.down"
action="PE_List" tooltip="Manage Playlist"
/>
<togglebutton id="player.playlist.small"
x="-32" y="0" relatx="1"
image="pledit.button.toggle.normal"
hoverImage="pledit.button.toggle.hover"
downImage="pledit.button.toggle.down"
cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist"
tooltip="Collapse Playlist"
/>
<togglebutton id="player.playlist.enlarge"
x="-32" y="0" relatx="1"
image="pledit.button.toggle.normal"
hoverImage="pledit.button.toggle.hover"
downImage="pledit.button.toggle.down"
cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist"
tooltip="Enlarge Playlist"
/>
<text id="PLTime" ticker="1" display="PE_Info"
x="157" y="1" h="13" w="-191" relatw="1"
align="center" color="color.display"
bold="1" fontsize="13" antialias="0" move="1"
/>
</groupdef>
<!-- Info:Component:Vis -->
<groupdef id="info.component.vis">
<component id="vis" fitparent="1" autofocus="0" wantfocus="0" autoclose="1" autoopen="1" autoavailable="0" hold="guid:{0000000A-000C-0010-FF7B-01014263450C}"/>
</groupdef>
<groupdef id="info.component.vis.full">
<component id="vis" x="3" w="-6" y="0" h="96" relatw="1" autofocus="0" wantfocus="0" autoclose="1" autoopen="1" autoavailable="0" hold="guid:{0000000A-000C-0010-FF7B-01014263450C}"/>
<button
image="infocomp.button.vis.cfg.normal"
downImage="infocomp.button.vis.cfg.down"
hoverImage="infocomp.button.vis.cfg.hover"
action="VIS_Menu"
x="1" y="-18" relaty="1"
tooltip="Configure Visualizer"
/>
<button
image="config.colorthemes.button.prev.normal"
downImage="config.colorthemes.button.prev.down"
hoverImage="config.colorthemes.button.prev.hover"
action="VIS_Prev"
x="31" y="-18" relaty="1"
tooltip="Previous Visualization Preset"
/>
<ToggleButton
id="vis.rnd"
image="infocomp.button.vis.rnd.normal"
downImage="infocomp.button.vis.rnd.down"
hoverImage="infocomp.button.vis.rnd.hover"
x="62" y="-18" relaty="1"
tooltip="Randomly change Visualization Presets"
cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
/>
<button
image="config.colorthemes.button.next.normal"
downImage="config.colorthemes.button.next.down"
hoverImage="config.colorthemes.button.next.hover"
action="VIS_Next"
x="93" y="-18" relaty="1"
tooltip="Next Visualization Preset"
/>
<ToggleButton id="vis.rnd.active"
x="58" y="-25" h="25" w="41" relaty="1"
ActiveImage="infocomp.button.vis.rnd.active"
ghost="1"
cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
/>
<script file="scripts/syncbutton.maki" param="vis.rnd;vis.rnd.active" />
</groupdef>
<!-- Info:Component:Cover -->
<groupdef id="info.component.Cover">
<AlbumArt id="winamp.albumart" fitparent="1" move="1" rectrgn="1" notfoundImage="winamp.cover.notfound.84x84"/>
<script file="scripts/albumart.maki" param="winamp.albumart,winamp.cover.notfound.84x84"/>
</groupdef>
<groupdef id="info.component.Cover2">
<AlbumArt id="winamp.albumart" fitparent="1" move="1" rectrgn="1" notfoundImage="winamp.cover.notfound.xxl"/>
<script file="scripts/albumart.maki" param="winamp.albumart,winamp.cover.notfound.xxl"/>
</groupdef>
<!-- Info:Component:EQ -->
<groupdef id="info.component.eq.content">
<layer x="0" y="0" image="equalizer.background" ghost="1" />
<layer id="frequency.labels" x="0" y="85" image="equalizer.labels.winamp" ghost="1" />
<slider
id="sCrossfade"
cfgattrib="{F1239F09-8CC6-4081-8519-C2AE99FCB14C};Crossfade time"
high="20" ghost="1" visible="0"
x="3" y="3"
w="2" h="2"
/>
<togglebutton
id="Crossfade"
x="4" y="4"
image="equalizer.button.xfade.normal"
downImage="equalizer.button.xfade.down"
hoverImage="equalizer.button.xfade.hover"
tooltip="Toggle Crossfading Between Tracks"
cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};Enable crossfading"
/>
<layer id="CrossfadeActive" x="1" y="1" image="equalizer.button.xfade.active" visible="0" ghost="1"/>
<layer
image="equalizer.xfade.display"
x="41" y="4" move="0"
/>
<button
id="CrossfadeDecrease"
image="equalizer.button.decrease.normal"
downImage="equalizer.button.decrease.down"
hoverImage="equalizer.button.decrease.hover"
x="29" y="4"
tooltip="Decrease Crossfade Time"
/>
<button
id="CrossfadeIncrease"
image="equalizer.button.increase.normal"
downImage="equalizer.button.increase.down"
hoverImage="equalizer.button.increase.hover"
x="59" y="4"
tooltip="Increase Crossfade Time"
/>
<text
id="CFDisplay"
x="41" y="7" w="19" h="5"
align="center"
valign="top"
fontsize="5" font="player.bitmapfont.songinfo"
text="00"
/>
<layer x="95" y="6" w="78" h="10" image="equalizer.slider.balance.background" move="0" />
<slider
id="Balance"
action="PAN"
x="95" y="6"
w="79" h="10"
thumb="equalizer.slider.balance.normal"
downThumb="equalizer.slider.balance.down"
hoverThumb="equalizer.slider.balance.hover"
tooltip="Balance"
/>
<layer x="4" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="preamp"
action="EQ_BAND" param="preamp"
x="4" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="Preamp"
orientation="vertical"
/>
<layer x="29" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq1"
action="EQ_BAND" param="1"
x="29" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="70 Hz"
orientation="vertical"
/>
<layer x="45" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq2"
action="EQ_BAND" param="2"
x="45" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="180 Hz"
orientation="vertical"
/>
<layer x="61" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq3"
action="EQ_BAND" param="3"
x="61" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="320 Hz"
orientation="vertical"
/>
<layer x="77" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq4"
action="EQ_BAND" param="4"
x="77" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="600 Hz"
orientation="vertical"
/>
<layer x="93" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq5"
action="EQ_BAND" param="5"
x="93" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="1 KHz"
orientation="vertical"
/>
<layer x="109" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq6"
action="EQ_BAND" param="6"
x="109" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="3 KHz"
orientation="vertical"
/>
<layer x="125" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq7"
action="EQ_BAND" param="7"
x="125" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="6 KHz"
orientation="vertical"
/>
<layer x="141" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq8"
action="EQ_BAND" param="8"
x="141" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="12 KHz"
orientation="vertical"
/>
<layer x="157" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq9"
action="EQ_BAND" param="9"
x="157" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="14 KHz"
orientation="vertical"
/>
<layer x="173" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
<slider
id="eq10"
action="EQ_BAND" param="10"
x="173" y="26"
w="11" h="55"
thumb="equalizer.slider.eqband.normal"
downThumb="equalizer.slider.eqband.down"
hoverThumb="equalizer.slider.eqband.hover"
tooltip="16 KHz"
orientation="vertical"
/>
<button
id="EQ_p12"
x="16" y="31"
w="12" h="7"
rectrgn="1"
/>
<button
id="EQ_0"
x="16" y="49"
w="12" h="7"
rectrgn="1"
/>
<button
id="EQ_m12"
x="16" y="67"
w="12" h="7"
rectrgn="1"
/>
</groupdef>
<groupdef id="info.component.eq">
<group id="info.component.eq.content" x="0" y="0" h="92" w="188" />
<button
id="eqonoff"
image="equalizer.button.eqon.normal"
downImage="equalizer.button.eqon.down"
hoverImage="equalizer.button.eqon.hover"
action="EQ_TOGGLE"
x="1" y="-18" relaty="1"
tooltip="EQ on/off"
/>
<button id="eqonoffActive" x="0" y="-24" h="23" w="33" relaty="1" activeImage="equalizer.button.eqon.active" visible="1" ghost="1" action="EQ_TOGGLE"/>
<button
id="eqauto"
image="equalizer.button.auto.normal"
downImage="equalizer.button.auto.down"
hoverImage="equalizer.button.auto.hover"
action="EQ_AUTO"
x="31" y="-18" relaty="1"
tooltip="EQ auto"
/>
<button id="eqautoActive" x="29" y="-24" h="23" w="44" relaty="1" activeImage="equalizer.button.auto.active" visible="1" ghost="1" action="EQ_AUTO"/>
<button
id="eqpresets"
image="equalizer.button.presets.normal"
downImage="equalizer.button.presets.down"
hoverImage="equalizer.button.presets.hover"
action="MENU" param="presets"
x="70" y="-18" relaty="1"
tooltip="Open presets"
/>
<script file="scripts/eq.maki" />
</groupdef>
<!-- Info:Component:InfoDisplay -->
<groupdef id="infodisplay.line.rating.stars" >
<button id="rate.1" x="0" y="0" rectrgn="1"
image="infocomp.rating.empty"
activeimage="infocomp.rating.star"
downimage="infocomp.rating.star"
/>
<layer id="star.1" ghost="1"
x="0" y="0" visible="0"
image="infocomp.rating.hover"
/>
<button id="rate.2" x="11" y="0" rectrgn="1"
image="infocomp.rating.empty"
activeimage="infocomp.rating.star"
downimage="infocomp.rating.star"
/>
<layer id="star.2" ghost="1"
x="11" y="0" visible="0"
image="infocomp.rating.hover"
/>
<button id="rate.3" x="22" y="0" rectrgn="1"
image="infocomp.rating.empty"
activeimage="infocomp.rating.star"
downimage="infocomp.rating.star"
/>
<layer id="star.3" ghost="1"
x="22" y="0" visible="0"
image="infocomp.rating.hover"
/>
<button id="rate.4" x="33" y="0" rectrgn="1"
image="infocomp.rating.empty"
activeimage="infocomp.rating.star"
downimage="infocomp.rating.star"
/>
<layer id="star.4" ghost="1"
x="33" y="0" visible="0"
image="infocomp.rating.hover"
/>
<button id="rate.5" x="44" y="0" rectrgn="1"
image="infocomp.rating.empty"
activeimage="infocomp.rating.star"
downimage="infocomp.rating.star"
/>
<layer id="star.5" ghost="1"
x="44" y="0" visible="0"
image="infocomp.rating.hover"
/>
</groupdef>
<groupdef id="infodisplay.line.rating" >
<Text
id="label"
x="0" y="-2" w="0" relatw="1" h="20"
text="Rating:"
color="color.display" bold="1" fontsize="16" alpha="180" valign="bottom" antialias="1"
/>
<group id="infodisplay.line.rating.stars" x="0" y="2" w="0" relatw="1" />
<button id="rate.0" x="0" y="0" h="20" w="0" rectrgn="1" tooltip="Remove Rating"/>
</groupdef>
<!--
Params for <Bento:InfoLine/>
label="sometext" displayed as label
shift="someint" how much pixels text will be moved right (call before text!)
text="sometext" displayed as line text
link="sometext" displayed as hover tooltip
-->
<groupdef id="bento.infodisplay.line" embed_xui="text" xuitag="Bento:InfoLine">
<Text id="label"
x="0" y="-2" w="0" relatw="1" h="20"
text="Error:"
color="color.display" bold="1" fontsize="16" alpha="180" valign="bottom" antialias="1"
/>
<Text id="text"
x="0" y="-2" w="0" relatw="1" h="20"
color="color.display" bold="0" fontsize="16" valign="bottom" antialias="0" ticker="1" translate="0" alpha="253"
/>
// <layer id="link" x="0" y="0" h="15" w="0" relatw="1" rectrgn="1" move="0" cursor="IDC_HAND"/>
<layer id="link" x="0" y="0" h="15" w="0" relatw="1" rectrgn="1" move="0"/>
<script file="scripts/infoline.maki" />
</groupdef>
<groupdef id="info.component.infodisplay">
<group id="infodisplay.line.rating" x="0" y="0" w="0" relatw="1" h="15" visible="0" />
<Bento:InfoLine id="infodisplay.line.title" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Title:"/>
<!--link="Click to Search Title" label="Title:"/>-->
<Bento:InfoLine id="infodisplay.line.artist" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Artist:"/>
<!--link="Click to Search Artist" label="Artist:"/>-->
<Bento:InfoLine id="infodisplay.line.album" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Album:"/>
<!--link="Click to Search Album" label="Album:"/>-->
<Bento:InfoLine id="infodisplay.line.track" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Track:"/>
<!--link="Click to Show More Information" label="Track:"/>-->
<Bento:InfoLine id="infodisplay.line.year" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Year:"/>
<!--link="Click to Show More Information" label="Year:"/>-->
<Bento:InfoLine id="infodisplay.line.genre" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Genre:"/>
<!--link="Click to Show More Information" label="Genre:"/>-->
<Bento:InfoLine id="infodisplay.line.publisher" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Publisher:"/>
<!--link="Click to Show More Information" label="Publisher:"/>-->
<Bento:InfoLine id="infodisplay.line.composer" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Composer:"/>
<!--link="Click to Show More Information" label="Composer:"/>-->
<Bento:InfoLine id="infodisplay.line.format" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Decoder:"/>
<!--link="Click to Show More Information" label="Decoder:"/>-->
<Bento:InfoLine id="infodisplay.line.sname" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Stream:"/>
<!--link="Visit Station Homepage" label="Stream:"/>-->
<Bento:InfoLine id="infodisplay.line.surl" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Homepage:"/>
<!--link="Visit Station Homepage" label="Homepage:"/>-->
<Bento:InfoLine id="infodisplay.line.albumartist" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Album Artist:"/>
<!--link="Click to Show More Information" label="Album Artist:"/>-->
<Bento:InfoLine id="infodisplay.line.disc" x="0" y="0" w="0" relatw="1" h="15" visible="0"
label="Disc:"/>
<!--link="Click to Show More Information" label="Disc:"/>-->
<script file="scripts/fileinfo.maki" param="@HAVE_LIBRARY@,6" />
</groupdef>
<!-- Info:Component:PLSideCar -->
<groupdef id="info.component.plsidecar">
<PlaylistDirectory fitparent="1" antialias="0" fontsize="16"/>
</groupdef>
<groupdef id="info.component.coverflow">
<!--button id="coverflow.prev"
x="0" y="-18" relaty="1"
image="config.colorthemes.button.prev2.normal"
hoverImage="config.colorthemes.button.prev2.hover"
downImage="config.colorthemes.button.prev2.down"
tooltip="Scroll backwards in Playlist"
/>
<button id="coverflow.next"
x="30" y="-18" relaty="1"
image="config.colorthemes.button.next.normal"
hoverImage="config.colorthemes.button.next.hover"
downImage="config.colorthemes.button.next.down"
tooltip="Scroll forwards in Playlist"
/-->
<text id="info" nograbb="1" move="0"
x="64" y="-16" relaty="1" h="12" w="-130" relatw="1"
align="center" color="color.display" fontsize="12" valign="top" bold="2" ghost="1"
/>
<group id="info.component.coverflow.g" x="0" y="2" h="-1" relath="1" w="368" />
</groupdef>
<!-- Info:Instance -->
<groupdef id="infocomp.visbuttons">
<button
id="vis.cfg"
image="infocomp.button.vis.cfg2.normal"
downImage="infocomp.button.vis.cfg2.down"
hoverImage="infocomp.button.vis.cfg2.hover"
action="VIS_Menu"
x="0" y="7"
tooltip="Configure Visualizer"
/>
<button
id="vis.prv"
image="config.colorthemes.button.prev.normal"
downImage="config.colorthemes.button.prev.down"
hoverImage="config.colorthemes.button.prev.hover"
action="VIS_Prev"
x="31" y="7"
tooltip="Previous Visualization Preset"
/>
<ToggleButton
id="vis.rnd"
image="infocomp.button.vis.rnd.normal"
downImage="infocomp.button.vis.rnd.down"
hoverImage="infocomp.button.vis.rnd.hover"
x="62" y="7"
tooltip="Randomly change Visualization Presets"
cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
/>
<button
id="vis.nxt"
image="config.colorthemes.button.next.normal"
downImage="config.colorthemes.button.next.down"
hoverImage="config.colorthemes.button.next.hover"
action="VIS_Next"
x="93" y="7"
tooltip="Next Visualization Preset"
/>
<ToggleButton id="vis.rnd.active"
x="58" y="0" h="25" w="41"
ActiveImage="infocomp.button.vis.rnd.active"
ghost="1"
cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
/>
<script file="scripts/syncbutton.maki" param="vis.rnd;vis.rnd.active" />
<script file="scripts/visbuttons.maki" />
</groupdef>
<groupdef id="infocomp.background.footer.over">
<layer move="0" ghost="1"
x="0" y="0"
image="infocomp.background.buttons.left.over"
/>
</groupdef>
<groupdef id="infocomp.background.footer">
<grid
id="footer.background.grid" move="1"
x="0" y="7" h="17" w="0" relatw="1"
middle="pledit.background.buttons.center"
right="pledit.background.buttons.right"
/>
<group id="infocomp.background.footer.over" x="0" y="7" w="-5" relatw="1" />
<group x="0" y="0" h="25" w="0" relatw="1" id="infocomp.visbuttons" />
</groupdef>
<groupdef id="info.component.holder">
<grid fitparent="1" move="1"
topleft="infocomp.background.topleft"
top="infocomp.background.top"
topright="infocomp.background.topright"
left="infocomp.background.left"
middle="infocomp.background.center"
right="infocomp.background.right"
bottomleft="infocomp.background.bottomleft"
bottom="infocomp.background.bottom"
bottomright="infocomp.background.bottomright"
/>
<group x="6" y="-25" h="25" w="-8" relatw="1" relaty="1" id="infocomp.background.footer" />
<group id="info.component.cover" x="4" y="4" h="111" w="111"/>
<group id="info.component.vis" x="4" y="4" h="111" w="111"/>
<group id="info.component.vis.full" x="0" y="3" h="116" w="0" relatw="1" visible="0"/>
<group id="info.component.eq" x="0" y="0" h="119" w="0" relatw="1" visible="0"/>
<group id="info.component.config" x="1" y="1" h="118" w="-2" relatw="1" visible="0"/>
<group id="info.component.plsidecar" x="2" y="2" h="99" w="-4" relatw="1" visible="0"/>
<layer id="branding" visible="0" move="1" ghost="1"
x="0" y="48" h="24" w="100" image="infocomp.branding"
/>
<group id="info.component.infodisplay" x="80" y="3" h="-19" relath="1" w="-143" relatw="1" />
<button
id="comp.menu"
x="-33" y="-18" relatx="1" relaty="1"
image="infocomp.button.toggle.normal"
hoverImage="infocomp.button.toggle.hover"
downImage="infocomp.button.toggle.down"
tooltip="Change the content this area holds"
/>
<button
id="sendTo"
x="-64" y="-18" relatx="1" relaty="1"
action="ML_SendTo"
image="infocomp.button.more.normal"
hoverImage="infocomp.button.more.hover"
downImage="infocomp.button.more.down"
tooltip="Send this file to..."
anchor_menu="bottomleft"
/>
<!-- <button
id="search"
x="-95" y="-18" relatx="1" relaty="1"
image="infocomp.button.blank.normal"
hoverImage="infocomp.button.blank.hover"
downImage="infocomp.button.blank.down"
tooltip="Search the web for this artist"
anchor_menu="bottomleft"
/>
<layer id="search.icon.bg" x="-95" y="-18" relatx="1" ghost="1" relaty="1" image="infocomp.button.icon.bg" />
<script file="scripts/syncbutton.maki" param="search;search.icon.bg"/>
<layer id="search.icon" x="-95" y="-18" relatx="1" ghost="1" relaty="1" image="infocomp.button.icon.search" />
<script file="scripts/syncbutton.maki" param="search;search.icon"/>
<button
id="nowplaying"
x="-126" y="-18" relatx="1" relaty="1"
image="infocomp.button.blank.normal"
hoverImage="infocomp.button.blank.hover"
downImage="infocomp.button.blank.down"
tooltip="More information about this artist"
anchor_menu="bottomleft"
/>
<layer id="nowplaying.icon.bg" x="-126" y="-18" relatx="1" ghost="1" relaty="1" image="infocomp.button.icon.bg" />
<script file="scripts/syncbutton.maki" param="nowplaying;nowplaying.icon.bg"/>
<layer id="nowplaying.icon" x="-126" y="-18" relatx="1" ghost="1" relaty="1" image="infocomp.button.icon.nowplaying" />
<script file="scripts/syncbutton.maki" param="nowplaying;nowplaying.icon"/>
-->
<script file="scripts/shadelinks.maki"/>
<!--script file="scripts/componentregion.maki" param="comp.menu" /-->
<!--layer id="osd.trigger" fitparent="1" rectrgn="1" ghost="0"/-->
<script file="scripts/mcvcore.maki" param="big"/>
</groupdef>
<groupdef id="player.component.fileinfo">
<group id="info.component.holder" x="0" y="0" h="119" w="0" relatw="1"/>
</groupdef>

View File

@ -0,0 +1,317 @@
<!-- SUI:Component:Browser -->
<!-- <groupdef id="wdh.browser">
<Winamp:Browser x="0" y="1" h="-1" w="0" relatw="1" relath="1" id="sui.component.browser"/>
</groupdef> -->
<!-- SUI:Component:MediaLibrary -->
<groupdef id="wdh.ml">
<windowholder id="wdh" x="3" y="4" w="-5" h="-4" relath="1" relatw="1" autofocus="1" wantfocus="1" autoclose="1" autoopen="1" autoavailable="0" visible="1" hold="guid:{6B0EDF80-C9A5-11D3-9F26-00C04F39FFC6}"/>
</groupdef>
<!-- SUI:Component:Video -->
<groupdef id="wdh.video.resizable">
<rect id="bg" color="0,0,0" fitparent="1" filled="1" rectrgn="1"/>
<rect id="wdh.outer" x="4" y="4" w="-8" relatw="1" h="-8" relath="1" color="80,80,80"/>
<rect id="wdh.drag" x="-5" y="-5" relatx="1" relaty="1" h="5" w="5" filled="1" color="100,100,100" cursor="IDC_SIZENWSE"/>
<windowholder id="wdh" x="5" y="5" w="-10" relatw="1" h="-10" relath="1" autofocus="1" wantfocus="1" autoclose="1" autoopen="1" autoavailable="0" visible="1" hold="guid:{F0816D7B-FFFC-4343-80F2-E8199AA15CC3}"/>
<script file="scripts/videoresize.maki"/>
</groupdef>
<groupdef id="wdh.video">
<layer x="1" y="4" h="1" w="-2" relatw="1" image="sui.component.bottom2" move="0" alpha="180"/>
<layer x="1" y="-24" relaty="1" h="1" w="-2" relatw="1" image="sui.component.top2" move="0" />
<group id="wdh.video.resizable" x="1" y="5" w="-2" relatw="1" h="-29" relath="1" />
<Button action="VID_FS"
x="4" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="video.button.fullscreen.normal"
hoverImage="video.button.fullscreen.hover"
downImage="video.button.fullscreen.down"
tooltip="Fullscreen"
/>
<Button action="VID_1X"
x="29" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="video.button.1x.normal"
hoverImage="video.button.1x.hover"
downImage="video.button.1x.down"
tooltip="Normal Size"
/>
<Button action="VID_2X"
x="54" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="video.button.2x.normal"
hoverImage="video.button.2x.hover"
downImage="video.button.2x.down"
tooltip="Double Size"
/>
<!--<Button action="VID_TV"
x="80" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="video.button.itv.normal"
hoverImage="video.button.itv.hover"
downImage="video.button.itv.down"
tooltip="Internet TV"
/>-->
<NStatesButton nstates="2"
x="-53" relatx="1" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="video.button.pin.normal"
hoverImage="video.button.pin.hover"
downImage="video.button.pin.down"
tooltip="Enable Video in Window resizing"
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Enable Video in Window resizing"
/>
<Button action="VID_Misc"
x="-27" y="-21" h="21" w="24" relaty="1" relatx="1" rectrgn="1"
image="video.button.cfg.normal"
hoverImage="video.button.cfg.hover"
downImage="video.button.cfg.down"
tooltip="Video Options"
/>
<text id="info" display="VID_Info" ticker="1"
x="105" y="-18" relaty="1" h="13" w="-161" relatw="1"
align="center" color="color.window.txt"
/>
</groupdef>
<groupdef id="wdh.pl">
<layer x="1" y="4" h="1" w="-2" relatw="1" image="sui.component.bottom2" move="0" alpha="180"/>
<layer x="1" y="-24" relaty="1" h="1" w="-2" relatw="1" image="sui.component.top2" move="0" />
<group id="playlistpro" y="1" h="-23" x="2" w="-3" relath="1" relatw="1"/>
<Wasabi:Button action="PE_Add"
x="4" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="pledit.tab.button.add"
center_image="1"
tooltip="Add Files to Playlist"
/>
<Wasabi:Button action="PE_Rem"
x="29" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="pledit.tab.button.rem"
center_image="1"
tooltip="Remove Files from Playlist"
/>
<Wasabi:Button action="PE_Sel"
x="54" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="pledit.tab.button.sel"
center_image="1"
tooltip="Select Files in Playlist"
/>
<Wasabi:Button action="PE_Misc"
x="79" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="pledit.tab.button.misc"
center_image="1"
tooltip="Misc Actions"
/>
<Wasabi:Button action="PE_List"
x="104" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="pledit.tab.button.manage"
center_image="1"
tooltip="Manage Playlist"
/>
<Wasabi:Button id="pe.move.top"
x="-27" y="-21" h="21" w="24" relaty="1" relatx="1" rectrgn="1"
image="pledit.tab.button.up"
center_image="1"
tooltip="Restore original Playlist position"
/>
<text id="info" display="PE_Info" ticker="1"
x="131" y="-18" relaty="1" h="13" w="-161" relatw="1"
align="center" color="color.window.txt"
/>
</groupdef>
<!-- SUI:Component:Visualization -->
<groupdef id="wdh.vis">
<layer x="1" y="4" h="1" w="-2" relatw="1" image="sui.component.bottom2" move="0" alpha="180"/>
<layer x="1" y="-24" relaty="1" h="1" w="-2" relatw="1" image="sui.component.top2" move="0" />
<rect id="bg" color="0,0,0" x="1" y="5" w="-2" relatw="1" h="-29" relath="1" filled="1" rectrgn="1"/>
<windowholder id="wdh.vis.object" x="1" y="5" w="-2" relatw="1" h="-29" relath="1" autofocus="1" wantfocus="1" autoclose="1" autoopen="1" autoavailable="0" visible="1" hold="guid:{0000000A-000C-0010-FF7B-01014263450C}"/>
<Button action="VIS_FS"
x="4" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="video.button.fullscreen.normal"
hoverImage="video.button.fullscreen.hover"
downImage="video.button.fullscreen.down"
tooltip="Fullscreen"
/>
<Button action="VIS_Prev"
x="29" y="-21" h="21" w="21" relaty="1" rectrgn="1"
image="vis.button.prev.normal"
hoverImage="vis.button.prev.hover"
downImage="vis.button.prev.down"
tooltip="Previous Visualization Preset"
/>
<Button action="VIS_Next"
x="51" y="-21" h="21" w="21" relaty="1" rectrgn="1"
image="vis.button.next.normal"
hoverImage="vis.button.next.hover"
downImage="vis.button.next.down"
tooltip="Next Visualization Preset"
/>
<ToggleButton id="vis.random"
x="74" y="-21" h="21" w="24" relaty="1" rectrgn="1"
image="vis.button.random.normal"
hoverImage="vis.button.random.hover"
downImage="vis.button.random.down"
tooltip="Randomly change Visualization Presets"
cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
/>
<ToggleButton id="vis.random.active"
x="74" y="-21" h="21" w="24" relaty="1" rectrgn="1"
ActiveImage="vis.button.random.active"
ghost="1"
cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
/>
<script file="scripts/syncbutton.maki" param="vis.random;vis.random.active" />
<Button action="VIS_Menu"
x="-52" y="-21" h="21" w="24" relaty="1" relatx="1" rectrgn="1"
image="vis.button.presets.normal"
hoverImage="vis.button.presets.hover"
downImage="vis.button.presets.down"
tooltip="Presets"
/>
<Button action="VIS_Cfg"
x="-27" y="-21" h="21" w="24" relaty="1" relatx="1" rectrgn="1"
image="video.button.cfg.normal"
hoverImage="video.button.cfg.hover"
downImage="video.button.cfg.down"
tooltip="Preset Editor / Options"
/>
</groupdef>
<groupdef id="sui.components">
<group id="wdh.ml" fitparent="1" visible="0" />
<group id="wdh.pl" fitparent="1" visible="0" />
<group id="wdh.vis" fitparent="1" visible="0" />
<group id="wdh.video" fitparent="1" visible="0" />
<!-- <group id="wdh.browser" fitparent="1" visible="0" /> -->
</groupdef>
<!--
Params for <Bento:TabButton/>
text="sometext"
the object itself is a button.
-->
<groupdef id="bento.tabbutton" xuitag="Bento:TabButton" embed_xui="bento.tabbutton.mousetrap">
<grid id="bento.tabbutton.normal"
fitparent="1" y="0" h="-1" relath="1" visible="1"
left="sui.button.inactive.normal.left"
middle="sui.button.inactive.normal.center"
right="sui.button.inactive.normal.right"
/>
<text id="bento.tabbutton.normal.text" x="8" y="4" w="-17" relatw="1" h="15" bold="1" align="center" font="Tahoma" fontsize="14" antialias="0" visible="1" color="color.tabbutton.text.inactive" shadow="1" shadowcolor="color.tabbutton.text.inactive.shadow" shadowx="0" shadowy="1"/>
<grid id="bento.tabbutton.hover"
fitparent="1" y="0" h="-1" relath="1" visible="0"
left="sui.button.inactive.hover.left"
middle="sui.button.inactive.hover.center"
right="sui.button.inactive.hover.right"
/>
<text id="bento.tabbutton.hover.text" x="8" y="4" w="-17" relatw="1" h="15" bold="1" align="center" font="Tahoma" fontsize="14" antialias="0" visible="0" color="color.tabbutton.text.inactive.hover" shadow="1" shadowcolor="color.tabbutton.text.inactive.shadow" shadowx="0" shadowy="1"/>
<grid id="bento.tabbutton.active"
fitparent="1" y="0" h="-1" relath="1" visible="0"
left="sui.button.active.normal.left"
middle="sui.button.active.normal.center"
right="sui.button.active.normal.right"
/>
<text id="bento.tabbutton.active.text" x="8" y="4" w="-17" relatw="1" h="15" bold="1" align="center" font="Tahoma" fontsize="14" antialias="0" visible="0" color="color.tabbutton.text.active" shadow="1" shadowcolor="color.tabbutton.text.active.shadow" shadowx="0" shadowy="1"/>
<grid id="bento.tabbutton.footer"
x="0" y="-1" h="1" w="0" relatw="1" relaty="1" visible="0"
left="sui.button.active.footer.left"
middle="sui.button.active.footer.center"
right="sui.button.active.footer.right"
/>
<button id="bento.tabbutton.mousetrap" fitparent="1" y="1" h="-1" relath="1" rectrgn="1"/>
<script file="scripts/tabbutton.maki" />
</groupdef>
<groupdef id="sui.content" >
<grid fitparent="1" move="1"
topleft="sui.background.topleft"
top="sui.background.top"
topright="sui.background.topright"
left="sui.background.left"
middle="sui.background.center"
right="sui.background.right"
bottomleft="sui.background.bottomleft"
bottom="sui.background.bottom"
bottomright="sui.background.bottomright"
/>
<grid x="1" y="29" h="-30" w="-2" relath="1" relatw="1"
topleft="sui.component.topleft"
top="sui.component.top"
topright="sui.component.topright"
left="sui.component.left"
middle="sui.component.center"
right="sui.component.right"
bottomleft="sui.component.bottomleft"
bottom="sui.component.bottom"
bottomright="sui.component.bottomright"
/>
<Bento:TabButton id="switch.ml" x="4" h="23" w="112" y="7" tabtext="Media Library"/>
<Bento:TabButton id="switch.pl" x="117" h="23" w="62" y="7" tabtext="Playlist"/>
<Bento:TabButton id="switch.video" x="117" h="23" w="62" y="7" tabtext="Video"/>
<Bento:TabButton id="switch.vis" x="180" h="23" w="109" y="7" tabtext="Visualization"/>
<!-- <Bento:TabButton id="switch.browser" x="290" h="23" w="83" y="7" tabtext="Browser"/> -->
<script file="scripts/tabcontrol.maki" param="@HAVE_LIBRARY@"/>
<group id="sui.components" x="1" y="29" h="-32" w="-2" relatw="1" relath="1"/>
</groupdef>

View File

@ -0,0 +1,80 @@
<include file="player-normal-group.xml"/>
<include file="player-normal-sui.xml"/>
<include file="player-normal-mcv.xml"/>
<layout id="normal" minimum_h="492" minimum_w="633" h="600" w="800" appbar="top|bottom" >
<!-- Background Outfit -->
<group id="window.background.regions" fitparent="1" sysregion="1" />
<layer id="window.background.maximize" fitparent="1" image="window.background.maximized" sysregion="1" visible="0"/>
<layer x="0" y="23" w="5" h="5" image="window.background.topleft" resize="left" regionop="1"/>
<layer x="5" y="23" w="-10" relatw="1" h="5" image="window.background.top" regionop="1"/>
<layer x="-5" relatx="1" y="23" w="5" h="5" image="window.background.topright" resize="right" regionop="1"/>
<layer x="0" y="28" w="5" h="-33" relath="1" image="window.background.left" resize="left" regionop="1"/>
<layer x="5" y="28" w="-10" relatw="1" h="-33" relath="1" image="window.background.center" move="0" regionop="1"/>
<layer x="-5" relatx="1" y="28" w="5" h="-33" relath="1" image="window.background.right" resize="right" regionop="1"/>
<layer x="0" y="-5" relaty="1" w="5" h="5" image="window.background.bottomleft" resize="bottomleft" id="player.resizer.bottomleft" regionop="1"/>
<layer x="5" y="-5" relaty="1" w="-100" relatw="1" h="5" image="window.background.bottom" resize="bottom" id="player.resizer.bottom" regionop="1"/>
<layer x="-95" y="-15" relaty="1" w="44" relatx="1" h="15" image="window.background.collapse" resize="bottom" id="player.resizer.collapse" regionop="1"/>
<layer x="-51" y="-5" relaty="1" w="46" relatx="1" h="5" image="window.background.bottom" resize="bottom" id="player.resizer.bottom2" regionop="1"/>
<layer x="-5" relatx="1" y="-5" relaty="1" w="5" h="5" image="window.background.bottomright" regionop="1"/>
<layer x="-26" y="-15" w="19" h="10" relaty="1" relatx="1" image="window.background.resizer" id="player.resizer.bottomright" rectrgn="1" regionop="1"/>
<layer id="player.resizer.disable" x="0" y="23" h="-23" w="0" relath="1" relatw="1" rectrgn="1" move="0"/>
<layer x="2" y="24" image="window.background.gradient" move="0" ghost="1"/>
<group id="focus.dummy" x="5" w="-10" relatw="1" y="23" h="-28" relath="1" rectrgn="1" wantfocus="1" move="1"/>
<layer x="-26" y="-15" w="26" h="15" relaty="1" relatx="1" resize="bottomright" id="player.resizer.bottomright.dummy" rectrgn="1" />
<group x="0" y="0" h="23" w="0" relatw="1" id="player.titlebar" sysregion="1" wantfocus="1" rectrgn="1"/>
<Wasabi:Frame id="player.mainframe.big" x="6" y="27" w="-12" relath="0" h="122" from="left" relatw="1" orientation="v" maxwidth="-300" left="player.layout" right="player.dualwnd.pl.info" minwidth="290" width="290" jump="none" vgrabber="empty" vbitmap="empty"/>
<layer id="player.mainframe.grabber" ghost="1" x="295" y="27" h="119" w="8" image="wasabi.framewnd.verticaldivider" move="1"/>
<layer id="bolt.glow" x="246" y="115" image="player.button.bolt.glow" alpha="0" ghost="1"/>
<button
id="bolt"
action="TOGGLE" param="guid:{D6201408-476A-4308-BF1B-7BACA1124B12}"
x="246" y="122"
image="player.button.bolt.normal"
downImage="player.button.bolt.down"
hoverImage="player.button.bolt.hover"
/>
<script file="scripts/pledit.maki" param="big"/>
<group id="sui.content" x="6" y="154" h="-174" relath="1" w="-12" relatw="1" sysregion="1" wantfocus="1"/>
<button
id="sui.show" regionop="1"
x="-95" w="44" y="-15" h="15" relatx="1" relaty="1"
image="window.button.expand.normal"
hoverImage="window.button.expand.hover"
downImage="window.button.expand.down"
tooltip="Expand Window"
/>
<button
id="sui.hide" regionop="1"
x="-95" w="44" y="-15" h="15" relatx="1" relaty="1"
image="window.button.collapse.normal"
hoverImage="window.button.collapse.hover"
downImage="window.button.collapse.down"
tooltip="Collapse Window"
/>
<script file="scripts/suicore.maki" param="166"/>
<!-- The main machine,
param - height of main wnd if you hide the sui
-->
<groupdef id="playlistpro">
<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"/>
</groupdef>
</layout>

View File

@ -0,0 +1,340 @@
<groupdef id="shade.cbuttons">
<Button id="Prev"
x="0" y="0" h="16" w="14" rectrgn="1"
image="shade.button.previous.normal"
hoverImage="shade.button.previous.hover"
downImage="shade.button.previous.down"
action="PREV" tooltip="Previous Track"
/>
<Button id="Play"
x="14" y="0" h="16" w="12" rectrgn="1"
image="shade.button.play.normal"
hoverImage="shade.button.play.hover"
downImage="shade.button.play.down"
action="PLAY" tooltip="Play"
/>
<Button id="Pause"
x="26" y="0" h="16" w="12" rectrgn="1"
image="shade.button.pause.normal"
hoverImage="shade.button.pause.hover"
downImage="shade.button.pause.down"
action="PAUSE" tooltip="Pause Playback"
/>
<Button id="Stop"
x="38" y="0" h="16" w="14" rectrgn="1"
image="shade.button.stop.normal"
hoverImage="shade.button.stop.hover"
downImage="shade.button.stop.down"
action="STOP" tooltip="Stop Playback"
/>
<Button id="Next"
x="52" y="0" h="16" w="14" rectrgn="1"
image="shade.button.next.normal"
hoverImage="shade.button.next.hover"
downImage="shade.button.next.down"
action="NEXT" tooltip="Next Track"
/>
<Button id="Eject"
x="72" y="0" h="16" w="15" rectrgn="1"
image="shade.button.eject.normal"
hoverImage="shade.button.eject.hover"
downImage="shade.button.eject.down"
action="EJECT" tooltip="Open File(s)"
/>
</groupdef>
<groupdef id="shade.display">
<grid
x="0" y="0" h="18" w="-6" relatw="1" ghost="1"
left="shade.display.left"
middle="shade.display.middle"
right="shade.display.right"
/>
<text id="SongTime"
x="3" y="7" h="5" w="35" relatw="0" timeroffstyle="1" timecolonwidth="6"
display="time" align="left" font="player.bitmapfont.songinfo"
/>
<SongTicker id="Songticker" nograbb="1" move="1"
x="0" y="2" h="12" w="-8" relatw="1"
display="SONGTITLE" showlen="1" ticker="1" rightpadding="-3"
rightclickaction="trackmenu" dblclickaction="trackinfo" align="right"
color="color.display" fontsize="12" valign="top" bold="2"
/>
<text id="InfoDisplay" nograbb="1" move="1"
x="0" y="2" h="12" w="-8" relatw="1" offsetx="-3"
align="right" color="color.display" fontsize="12" valign="top" bold="2" ghost="1"
/>
<script file="scripts/songticker.maki" param="5,big" />
</groupdef>
<groupdef id="shade.vis">
<grid
x="0" y="0" h="18" w="-6" relatw="1" ghost="1"
left="shade.display.left"
middle="shade.display.middle"
right="shade.display.right"
/>
<vis
id="main.vis"
x="4" y="4"
w="54" h="9"
colorbandpeak="162,193,204"
colorband1="82,97,102"
colorband2="74,88,93"
colorband3="78,92,97"
colorband4="83,97,104"
colorband5="88,102,107"
colorband6="94,107,112"
colorband7="100,113,118"
colorband8="106,120,125"
colorband9="112,121,131"
colorband10="117,131,136"
colorband11="122,137,142"
colorband12="127,141,146"
colorband13="131,145,150"
colorband14="136,150,155"
colorband15="140,154,159"
colorband16="145,159,164"
colorosc1="82,97,102"
colorosc2="83,97,104"
colorosc3="106,120,125"
colorosc4="127,141,146"
colorosc5="145,159,164"
gammagroup="Displaytext"
/>
<layer id="main.vis.trigger" x="2" y="3" h="11" w="58" rectrgn="1"/>
<script file="scripts/visualizer.maki"/>
</groupdef>
<groupdef id="shade.volume">
<button id="mute" x="0" y="0" w="16" h="16"
image="shade.button.mute.normal"
hoverImage="shade.button.mute.hover"
downImage="shade.button.mute.down"
tooltip="Mute Volume"
/>
<button id="etum" x="0" y="0" w="16" h="16"
image="shade.button.demute.normal"
hoverImage="shade.button.demute.hover"
downImage="shade.button.demute.down"
tooltip="Turn Volume on"
visible="0"
/>
<layer id="player.volume.label" x="20" y="1" image="shade.label.volume" ghost="1"/>
<layer id="shade.volume.bg"
x="17" y="5" h="5" w="40"
image="shade.track.volume"
ghost="1"
/>
<grid id="player.volume.fill"
x="19" y="7" h="2" w="38"
left="player.slider.light.left"
middle="player.slider.light.center"
right="player.slider.light.right"
/>
<Slider
id="Volume"
action="Volume"
x="16" y="4" h="10" w="42"
thumb="shade.volume.thumb.normal"
hoverThumb="shade.volume.thumb.hover"
downThumb="shade.volume.thumb.down"
tooltip="Volume"
/>
<script file="scripts/mute.maki" param="38"/>
<!-- param = max_w for volume fillbar -->
</groupdef>
<groupdef id="shade.seek">
<grid id="player.seek.bg"
x="1" y="5" h="5" w="-5" relatw="1"
left="shade.track.seek.left"
middle="shade.track.seek.middle"
right="shade.track.seek.right"
/>
<ProgressGrid id="progressbar"
x="3" y="7" h="2" w="-7" relatw="1"
orientation="right"
left="player.slider.light.left"
middle="player.slider.light.center"
right="player.slider.light.right"
/>
<Slider
id="seeker"
action="SEEK"
x="0" y="4" h="10" w="-4" relatw="1"
thumb="shade.seek.thumb.normal"
hoverThumb="shade.seek.thumb.hover"
downThumb="shade.seek.thumb.down"
ghost="1"
visible="0"
tooltip="Seeker"
/>
<Slider
id="seeker.ghost"
action="SEEK"
x="0" y="4" h="10" w="-4" relatw="1"
thumb="shade.seek.thumb.normal"
hoverThumb="shade.seek.thumb.hover"
downThumb="shade.seek.thumb.down"
tooltip="Seeker"
/>
<script file="scripts/seek.maki"/>
</groupdef>
<groupdef id="shade.links">
<rect color="0,0,0" alpha="180" x="0" y="0" w="47" h="21" filled="1"/>
<button id="search" x="24" y="0" w="22" h="21"
image="shade.button.search.normal"
hoverImage="shade.button.search.hover"
downImage="shade.button.search.down"
tooltip="Search the web for this artist"
/>
<layer id="search.bg" ghost="1" x="24" y="0" image="shade.button.icon.bg" />
<layer id="search.icon" ghost="1" x="24" y="0" image="shade.button.icon.search" />
<script file="scripts/syncbutton.maki" param="search;search.bg"/>
<script file="scripts/syncbutton.maki" param="search;search.icon"/>
<button id="nowplaying" x="1" y="0" w="22" h="21"
image="shade.button.search.normal"
hoverImage="shade.button.search.hover"
downImage="shade.button.search.down"
tooltip="More information about this artist"
/>
<layer id="nowplaying.bg" ghost="1" x="1" y="0" image="shade.button.icon.bg" />
<layer id="nowplaying.icon" ghost="1" x="1" y="0" image="shade.button.icon.nowplaying" />
<script file="scripts/syncbutton.maki" param="nowplaying;nowplaying.bg"/>
<script file="scripts/syncbutton.maki" param="nowplaying;nowplaying.icon"/>
<script file="scripts/syncbutton.maki" param="nowplaying;nowplaying.icon"/>
<script file="scripts/shadelinks.maki"/>
</groupdef>
<layout id="shade" minimum_w="273" h="23" minimum_h="23" maximum_h="23" w="500" primarycomponent="guid:player" appbar="top|bottom">
<!-- Background -->
<group id="window.background.regions" fitparent="1" sysregion="1" />
<layer id="window.background.maximize" fitparent="1" image="window.background.maximized" sysregion="1" visible="0"/>
<grid
x="0" y="0" h="23" w="0" relatw="1" regionop="1"
left="window.titlebar.grid.left"
middle="window.titlebar.grid.middle"
right="window.titlebar.grid.right"
/>
<grid
x="0" y="0" h="23" w="0" relatw="1" regionop="1"
left="window.titlebar.grid.over.left"
middle="window.titlebar.grid.over.middle"
right="window.titlebar.grid.over.right"
/>
<layer x="35" y="7" image="window.titlebar.text.winamp" ghost="1" />
<guiobject fitparent="1" rectrgn="1" move="1" id="shade.mousetrap"/>
<!-- System Buttons -->
<button
x="7" y="5" h="13" w="15"
action="SYSMENU"
image="window.titlebar.button.sysmenu.normal"
hoverImage="window.titlebar.button.sysmenu.hover"
downImage="window.titlebar.button.sysmenu.down"
tooltip="Main Menu"
/>
<button
x="-84" relatx="1" y="5" h="13" w="17"
id="shade.button.minimize"
action="MINIMIZE"
image="window.titlebar.button.minimize.normal"
hoverImage="window.titlebar.button.minimize.hover"
downImage="window.titlebar.button.minimize.down"
tooltip="Minimize Winamp"
/>
<button
x="-64" relatx="1" y="5" h="13" w="17"
id="shade.button.restore"
image="window.titlebar.button.restore.normal"
hoverImage="window.titlebar.button.restore.hover"
downImage="window.titlebar.button.restore.down"
tooltip="Restore Winamp"
/>
<button
x="-64" relatx="1" y="5" h="13" w="17"
id="shade.button.maximize"
image="window.titlebar.button.maximize.normal"
hoverImage="window.titlebar.button.maximize.hover"
downImage="window.titlebar.button.maximize.down"
tooltip="Maximize Winamp"
/>
<button
x="-44" relatx="1" y="5" h="13" w="17"
action="SWITCH" param="normal"
image="window.titlebar.button.shade.normal"
hoverImage="window.titlebar.button.shade.hover"
downImage="window.titlebar.button.shade.down"
tooltip="Main Mode"
/>
<button
x="-24" relatx="1" y="5" h="13" w="17"
action="CLOSE"
image="window.titlebar.button.close.normal"
hoverImage="window.titlebar.button.close.hover"
downImage="window.titlebar.button.close.down"
tooltip="Exit Winamp"
/>
<layer x="-6" y="2" w="5" h="18" rectrgn="1" relatx="1" resize="right" image="shade.resizer.right" id="shade.resizer.right"/>
<layer x="-6" y="0" w="6" h="23" rectrgn="1" relatx="1" resize="right" id="shade.resizer.right2"/>
<group id="shade.display" x="163" y="3" w="100" h="18" visible="0"/>
<group id="shade.cbuttons" x="93" y="4" w="96" h="16"/>
<group id="shade.volume" x="163" y="4" w="65" h="16" visible="0"/>
<group id="shade.seek" x="-151" relatx="1" y="4" w="63" h="16" visible="0"/>
<group id="shade.vis" x="96" y="3" w="67" h="16" visible="0"/>
<group id="shade.links" x="0" y="1" w="51" h="21" relatx="1" visible="0"/>
<script file="scripts/shadesize.maki" param="90" />
</layout>

View File

@ -0,0 +1,64 @@
<include file="player-elements.xml"/>
<include file="playlistpro.xml"/>
<container id="main" name="Main Window" primarycomponent="guid:player">
<include file="player-normal.xml"/>
<include file="player-shade.xml"/>
</container>
<!--
<container id="browser.quicklink.edit.dialog2" name="Edit Quicklink" dynamic="1" default_visible="0" nomenu="1" >
<groupdef id="browser.quicklink.content">
<text x="5" y="3" text="Store Quick Link in:" color="color.window.txt" ghost="1" antialias="0"/>
<wasabi:Combobox id="edit.parent" x="5" y="20" w="-10" h="20" relatw="1" maxitems="5"/>
<text x="5" y="43" text="Quick Link Name:" color="color.window.txt" ghost="1" antialias="0"/>
<wasabi:editbox id="edit.name" x="5" y="60" w="-10" h="20" relatw="1"/>
<text x="5" y="83" text="Quick Link URL:" color="color.window.txt" ghost="1" antialias="0"/>
<wasabi:editbox id="edit.url" x="5" y="100" w="-10" h="20" relatw="1"/>
<wasabi:button x="5" y="128" w="-10" h="19" relatw="1" text="OK" id="return.values"/>
</groupdef>
<layout id="normal" noparent="1" ontop="1" noactivation="1" minimum_h="194" minimum_w="300" maximum_h="194" maximum_w="300" lockminmax="1" nodock="1" move="0" >
<Wasabi:StandardFrame:Static
fitparent="1"
regionop="1"
content="browser.quicklink.content"
/>
</layout>
</container>
<container id="browser.submenu.edit2" name="Edit Submenu" dynamic="1" default_visible="0" nomenu="1" >
<groupdef id="browser.submenu.content">
<text x="5" y="2" text="Submenu Name:" color="color.window.txt" ghost="1" antialias="0"/>
<wasabi:editbox id="edit.name" x="5" y="20" w="-10" h="20" relatw="1"/>
<wasabi:button x="5" y="48" w="-10" h="19" relatw="1" text="OK" id="return.values"/>
</groupdef>
<layout id="normal" noparent="1" ontop="1" noactivation="1" minimum_h="114" minimum_w="300" maximum_h="114" maximum_w="300" lockminmax="1" nodock="1" move="0" >
<Wasabi:StandardFrame:Static
fitparent="1"
regionop="1"
content="browser.submenu.content"
/>
</layout>
</container>-->

View File

@ -0,0 +1,62 @@
<groupdef id="PlaylistPro.list.group" minimum_h="64" background="studio.BaseTexture">
<grid
fitparent="1"
topleft="sui.pl.search.box.1"
top="sui.pl.search.box.2"
topright="sui.pl.search.box.3"
left="sui.pl.search.box.4"
middle="sui.pl.search.box.5"
right="sui.pl.search.box.6"
bottomleft="sui.pl.search.box.7"
bottom="sui.pl.search.box.8"
bottomright="sui.pl.search.box.9"
sysregion="1"
/>
<list id="PlaylistPro.list" x="4" y="0" w="-6" h="-24" relatw="1" relath="1" nocolheader="1" antialias="1" font="arial" multiselect="1"/>
<text id="PlaylistPro.list.news" x="3" y="-22" w="-6" h="20" relaty="1" relatw="1" text="Results found: 22 items" font="arial" color="wasabi.list.text" align="center" antialias="1" fontsize="17"/>
<layer x="0" y="-1" relaty="1" w="0" relatw="1" h="20" resize="bottom" />
</groupdef>
<container id="searchresults" name="Search Results" dynamic="1" default_visible="0" nomenu="1" nofocusapponclose="1" autoclose="1">
<layout id="normal" noparent="1" ontop="1" noactivation="1" nodock="1" move="0" autoclose="1">
<group id="PlaylistPro.list.group" x="1" y="0" h="0" w="-12" relath="1" relatw="1"/>
<layer id="1px.patch" x="-11" y="0" w="1" relath="1" relatx="1" h="20" image="sui.pl.search.box.6" sysregion="1"/>
</layout>
</container>
<groupdef id="wasabi.edits" xuitag="Wasabi:EditBox2" embed_xui="wasabi.edit.box" h="24">
<button id="pl.search.edit.rect" x="1" y="2" w="-4" h="22" relatw="1" relath="0" rectrgn="1" tooltip="Click to search the playlist (Right-Click for search history)" cursor="IDC_IBEAM"/>
<text id="pl.search.edit.searchhelp" x="1" y="2" w="-5" h="19" relatw="1" antialias="1" color="wasabi.list.text" text="Search in Playlist" ghost="1" font="arial" alpha="230" fontsize="16"/>
<edit id="wasabi.edit.box" x="1" y="0" w="-21" h="22" relatw="1" relath="0" autoselect="1" visible="0"/>
<button id="pl.search.edit.clear.text" x="-20" y="2" h="19" w="20" relatx="1" rectrgn="1" image="sui.pl.search.stop.bgv" visible="0"/>
<button id="pl.search.edit.clear" x="-20" y="2" h="19" w="20" relatx="1" rectrgn="1" image="sui.pl.search.stop.1" hoverimage="sui.pl.search.stop.1" downimage="sui.pl.search.stop.3" cursor="IDC_HAND" tooltip="Clear Search" visible="0"/>
</groupdef>
<groupdef id="player.component.playlist.searchbar.search" h="30">
<grid x="0" y="0" h="31" w="0" relatw="1"
left="sui.pl.search.bgv.1" middle="sui.pl.search.bgv.2" right="sui.pl.search.bgv.3"/>
<grid x="0" y="0" h="30" w="0" relatw="1"
left="sui.pl.search.bg.1" middle="sui.pl.search.bg.2" right="sui.pl.search.bg.3"/>
<button id="pl.search.go" x="-26" y="4" h="19" w="20" relatx="1" image="sui.pl.search.go.1" hoverimage="sui.pl.search.go.2" downimage="sui.pl.search.go.3" tooltip="Go Search" rectrgn="1"/>
<Wasabi:EditBox2 id="pl.search.edit" x="4" y="4" relatw="1" w="-10" h="20" text=""/>
</groupdef>
<groupdef id="PlaylistPro.topbar">
<group id="player.component.playlist.searchbar.search" x="0" y="0" w="0" relatw="1"/>
</groupdef>
<groupdef id="PlaylistPro.xui" wantfocus="1" rectrgn="1" xuitag="PlaylistPro" embed_xui="wdh.playlist">
<!--rect fitparent="1" filled="1" color="wasabi.window.background"/-->
<windowholder id="wdh.playlist" h="0" x="0" w="0" relath="1" relatw="1" autofocus="0" wantfocus="0" autoclose="1" autoopen="1" autoavailable="1" hold="guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d}"/>
<group id="PlaylistPro.topbar" x="0" y="0" w="0" h="30" relatw="1" visible="0"/>
<script file="scripts/playlistpro.maki"/>
</groupdef>

View File

@ -0,0 +1,152 @@
<!-- =======================================================================================================
This group serves as a template for all the Wasabi:StandardFrame objects
======================================================================================================== -->
<groupdef id="wasabi.frame.layout">
<layer x="0" y="0" h="1" w="1" image="window.background.region" regionop="-2" />
<layer x="-1" relatx="1" y="0" h="1" w="1" image="window.background.region" regionop="-2" />
<layer x="0" y="-1" relaty="1" h="1" w="1" image="window.background.region" regionop="-2" />
<layer x="-1" relatx="1" y="-1" relaty="1" h="1" w="1" image="window.background.region" regionop="-2" />
<grid
x="0" y="0" h="23" w="0" relatw="1" regionop="1"
left="window.titlebar.grid.left"
middle="window.titlebar.grid.middle"
right="window.titlebar.grid.right"
/>
<grid
x="0" y="0" h="23" w="0" relatw="1" regionop="1"
left="window.titlebar.grid.over.left"
middle="window.titlebar.grid.over.middle"
right="window.titlebar.grid.over.right"
/>
<layer x="0" y="0" h="23" w="0" relatw="1" move="1" />
<text id="componentname" x="27" y="5" w="-77" h="14" relatw="1" size="10" bold="1" default=":componentname" ghost="1" color="wasabi.titlebar.color" font="Arial" align="left" forceuppercase="1" antialias="1"/>
<layer x="0" y="23" w="5" h="5" image="window.background.topleft" resize="left" regionop="1"/>
<layer x="5" y="23" w="-10" relatw="1" h="5" image="window.background.top" regionop="1"/>
<layer x="-5" relatx="1" y="23" w="5" h="5" image="window.background.topright" resize="right" regionop="1"/>
<layer x="0" y="28" w="5" h="-33" relath="1" image="window.background.left" resize="left" regionop="1"/>
<layer x="5" y="28" w="-10" relatw="1" h="-33" relath="1" image="window.background.center" move="1" regionop="1"/>
<layer x="-5" relatx="1" y="28" w="5" h="-33" relath="1" image="window.background.right" resize="right" regionop="1"/>
<layer x="0" y="-5" relaty="1" w="5" h="5" image="window.background.bottomleft" resize="bottomleft" id="player.resizer.bottomleft" regionop="1"/>
<layer x="5" y="-5" relaty="1" w="-10" relatw="1" h="5" image="window.background.bottom" resize="bottom" id="player.resizer.bottom" regionop="1"/>
<layer x="-5" relatx="1" y="-5" relaty="1" w="5" h="5" image="window.background.bottomright" regionop="1"/>
<layer x="-26" y="-15" w="19" h="10" relaty="1" relatx="1" image="window.background.resizer" id="player.resizer.bottomright" rectrgn="1" regionop="1"/>
<layer x="-26" y="-15" w="26" h="11" relaty="1" relatx="1" resize="bottomright" id="player.resizer.bottomright.dummy" rectrgn="1" />
<layer id="window.resize.disabler" fitparent="1" move="1" visible="0"/>
<button
x="-44" relatx="1" y="5" h="13" w="17" visible="0"
id="restore"
image="window.titlebar.button.restore.normal"
hoverImage="window.titlebar.button.restore.hover"
downImage="window.titlebar.button.restore.down"
tooltip="Restore Window"
/>
<button
x="-44" relatx="1" y="5" h="13" w="17"
id="maximize"
image="window.titlebar.button.maximize.normal"
hoverImage="window.titlebar.button.maximize.hover"
downImage="window.titlebar.button.maximize.down"
tooltip="Maximize Window"
/>
<button
x="7" y="5" h="13" w="15"
action="SYSMENU"
image="window.titlebar.button.sysmenu.normal"
hoverImage="window.titlebar.button.sysmenu.hover"
downImage="window.titlebar.button.sysmenu.down"
tooltip="Main Menu"
/>
<button
x="-24" relatx="1" y="5" h="13" w="17"
action="CLOSE"
image="window.titlebar.button.close.normal"
hoverImage="window.titlebar.button.close.hover"
downImage="window.titlebar.button.close.down"
tooltip="Close Window"
/>
<LayoutStatus id="sysmenu.status" bg="0" x="5" y="2" h="13" w="15" includeonly="{system}" />
<hideobject target="sysmenu.status"/>
<script file="scripts/simplemaximize.maki"/>
</groupdef>
<!-- =======================================================================================================
<Wasabi:StandardFrame:Status /> implementation
======================================================================================================== -->
<groupdef id="wasabi.standardframe.statusbar" background="wasabi.frame.basetexture" sysregion="1" xuitag="Wasabi:StandardFrame:Status">
<group id="wasabi.frame.layout" x="0" y="0" w="0" relatw="1" h="0" relath="1"/>
<LayoutStatus id="standardframe.layoutstatus" x="5" y="-33" relaty="1" w="-10" relatw="1" h="18" exclude="{system}" />
<script id="standardframe.script" file="scripts/standardframe.maki" param="5,26,-10,-63,0,0,1,1" />
</groupdef>
<!-- =======================================================================================================
<Wasabi:StandardFrame:NoStatus /> implementation
======================================================================================================== -->
<groupdef id="wasabi.standardframe.nostatusbar" background="wasabi.frame.basetexture" sysregion="1" xuitag="Wasabi:StandardFrame:NoStatus">
<group id="wasabi.frame.layout" x="0" y="0" w="0" h="0" relatw="1" relath="1"/>
<script id="standardframe.script" file="scripts/standardframe.maki" param="5,26,-10,-45,0,0,1,1" />
</groupdef>
<!-- =======================================================================================================
<Wasabi:StandardFrame:Modal /> implementation
======================================================================================================== -->
<groupdef id="wasabi.standardframe.modal" inherit_group="wasabi.standardframe.nostatusbar" background="wasabi.frame.basetexture" sysregion="1" xuitag="Wasabi:StandardFrame:Modal">
<sendparams target="window.resize.disabler" visible="1" />
<sendparams target="player.resizer.bottomright" visible="0" />
<sendparams target="restore" visible="0" />
<sendparams target="maximize" visible="0" />
</groupdef>
<!-- =======================================================================================================
<Wasabi:StandardFrame:Static /> implementation
======================================================================================================== -->
<groupdef id="wasabi.standardframe.static" inherit_group="wasabi.standardframe.nostatusbar" background="wasabi.frame.basetexture" sysregion="1" xuitag="Wasabi:StandardFrame:Static">
<sendparams target="window.resize.disabler" visible="1" />
<sendparams target="player.resizer.bottomright" visible="0" />
<sendparams target="restore" visible="0" />
<sendparams target="maximize" visible="0" />
</groupdef>

View File

@ -0,0 +1,87 @@
<elements>
<!-- General Color Definitions -->
<color id="color.display" value="147,175,185" gammagroup="DisplayText"/>
<color id="color.display.bg" value="8,9,10" gammagroup="PlayerDisplay"/>
<color id="color.window.bg" value="51,55,56" gammagroup="WindowBackground"/>
<color id="color.window.txt" value="210,210,210" gammagroup="WindowText"/>
<color id="color.selected.active" value="200,200,200" gammagroup="Selection"/>
<color id="color.selected.active.bg" value="49,53,64" gammagroup="SelectionBg"/>
<color id="color.selected.inactive.bg" value="42,46,57" gammagroup="SelectionBg Inactive"/>
<color id="color.tabbutton.text.inactive" value="196,196,196" gammagroup="CompButtonInactiveText"/>
<color id="color.tabbutton.text.active" value="220,220,220" gammagroup="CompButtonActiveText"/>
<color id="color.tabbutton.text.inactive.hover" value="215,215,215" gammagroup="CompButtonInactiveText"/>
<color id="color.tabbutton.text.inactive.shadow" value="16,16,16" gammagroup="CompButtonInactive"/>
<color id="color.tabbutton.text.active.shadow" value="13,13,13" gammagroup="CompButtonActive"/>
<!-- Specific Color Definitions -->
<color id="wasabi.text.color" value="color.window.txt" gammagroup="WindowText"/>
<color id="wasabi.titlebar.color" value="216,217,219" gammagroup="TitlebarText"/>
<color id="white" value="255,255,255" gammagroup="DisplayText"/>
<color id="white" value="color.window.txt" gammagroup="WindowText"/>
<!-- Generic Trees -->
<color id="wasabi.tree.text" value="color.display" gammagroup="DisplayText"/> <!-- Item text color -->
<color id="wasabi.tree.selected" value="color.selected.active" gammagroup="Selection"/> <!-- Select item text background color -->
<color id="wasabi.tree.hiliteddrop" value="color.selected.active" gammagroup="Selection"/> <!-- Drop marker color -->
<!-- Generic Lists -->
<color id="wasabi.list.text" value="color.display" gammagroup="DisplayText"/> <!--lists/trees item foreground (also edit text) -->
<color id="wasabi.list.background" value="color.display.bg" gammagroup="PlayerDisplay"/> <!--lists/trees item background (also bg for edit) -->
<color id="wasabi.list.text.alternate" value="147,175,185" gammagroup="DisplayText"/>
<color id="wasabi.list.background.alternate" value="13,14,15" gammagroup="PlayerDisplay"/>
<color id="wasabi.list.text.selected" value="color.selected.active" gammagroup="Selection"/> <!--listview/treeview selection bar text color -->
<color id="wasabi.list.text.selected.background" value="color.selected.active.bg" gammagroup="SelectionBg"/> <!--listview/treeview selection bar backcolor -->
<color id="studio.list.item.selected" value="color.selected.active" gammagroup="Selection"/>
<color id="studio.list.item.focused" value="color.selected.active.bg" gammagroup="SelectionBg"/>
<color id="wasabi.list.text.current" value="color.selected.active" gammagroup="Selection"/> <!-- currently playing item in lists -->
<color id="wasabi.list.text.selected.inactive" value="color.window.txt" gammagroup="WindowText"/> <!-- listview/treeview selection bar textcolor (inactive) -->
<color id="wasabi.list.text.selected.background.inactive" value="color.selected.inactive.bg" gammagroup="SelectionBg Inactive"/> <!-- listview/treeview selectionbar back color (inactive) -->
<color id="wasabi.list.column.background" value="73,76,77" gammagroup="Column"/> <!-- listview header background color -->
<color id="wasabi.list.column.text" value="color.window.txt" gammagroup="Column Text"/> <!-- listview header text color -->
<color id="wasabi.list.column.frame.top" value="100,103,104" gammagroup="Column"/> <!-- listview header frame top color -->
<color id="wasabi.list.column.frame.middle" value="57,61,62" gammagroup="Column"/> <!-- listview header frame middle color -->
<color id="wasabi.list.column.frame.bottom" value="31,34,35" gammagroup="Column"/> <!-- listview header frame bottom color -->
<color id="wasabi.list.column.empty" value="color.window.bg" gammagroup="ComponentFrame"/> <!-- listview header empty color (beyond the columns -->
<!-- edit wnds -->
<color id="wasabi.window.background" value="color.window.bg" gammagroup="ComponentFrame"/> <!--window background. - If this color is not defined, a whole container is created in memory to extract a pixel, so specifying it makes skin loading faster -->
<color id="wasabi.window.text" value="color.window.txt" gammagroup="WindowText"/> <!--text color within windows -->
<color id="wasabi.border.sunken" value="73,76,77" gammagroup="ComponentFrame"/> <!-- color of dividers and sunken borders -->
<color id="wasabi.scrollbar.foreground" value="20,21,22" gammagroup="ScrollBarTrack"/> <!-- scrollbar foreground color -->
<color id="wasabi.scrollbar.background" value="20,21,22" gammagroup="ScrollBarTrack"/> <!-- scrollbar background color -->
<color id="wasabi.scrollbar.foreground.inverted" value="20,21,22" gammagroup="ScrollBarTrack"/> <!-- inverse scrollbar foreground color -->
<color id="wasabi.scrollbar.background.inverted" value="20,21,22" gammagroup="ScrollBarTrack"/> <!-- inverse scrollbar background color -->
<color id="wasabi.button.text" value="color.window.txt" gammagroup="Column Text"/> <!-- Buttons text color -->
<color id="wasabi.button.hiliteText" value="color.display" gammagroup="DisplayText"/> <!-- Buttons hilite text color, used by tab windows-->
<color id="wasabi.button.dimmedText" value="149,156,169" gammagroup="PlayerButton"/> <!-- Buttons dimmed text color, when disabled -->
<bitmap id="wasabi.tree.background" file="$solid" h="64" w="64" color="8,9,10" gammagroup="PlayerDisplay"/><!-- Tree background bitmap (tile) -->
<bitmap id="wasabi.list.background" file="$solid" h="64" w="64" color="8,9,10" gammagroup="PlayerDisplay"/><!-- Tree background bitmap (tile) -->
<!-- Winamp 5.53+ MediaLibrary PopupMenu -->
<color id="wasabi.popupmenu.frame" value="100,103,104" gammagroup="WindowBackground"/>
<color id="wasabi.popupmenu.separator" value="36,37,38" gammagroup="WindowBackground"/>
<color id="wasabi.popupmenu.background.selected" value="100,103,104" gammagroup="WindowBackground"/>
<!-- pre 5.55:
<color id="wasabi.popupmenu.background" value="color.display.bg" gammagroup="PlayerDisplay"/>
<color id="wasabi.popupmenu.background.selected" value="color.selected.active.bg" gammagroup="SelectionBg"/>
<color id="wasabi.popupmenu.text" value="color.display" gammagroup="DisplayText"/>
<color id="wasabi.popupmenu.text.selected" value="color.selected.active" gammagroup="Selection"/>
<color id="wasabi.popupmenu.text.inactive" value="20,21,22" gammagroup="ScrollBarTrack"/>
<color id="wasabi.popupmenu.frame" value="20,21,22" gammagroup="ScrollBarTrack"/>
<color id="wasabi.popupmenu.separator" value="20,21,22" gammagroup="ScrollBarTrack"/>
-->
</elements>

View File

@ -0,0 +1,126 @@
<elements>
<!-- Scrollbars (on List, Tree, etc...) -->
<bitmap id="wasabi.scrollbar.vertical.button" file="window/scrollbars.png" x="20" y="0" h="31" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.button.hover" file="window/scrollbars.png" x="20" y="0" h="31" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.button.pressed" file="window/scrollbars.png" x="40" y="0" h="31" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.left" file="window/scrollbars.png" x="60" y="0" h="14" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.left.hover" file="window/scrollbars.png" x="60" y="0" h="14" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.left.pressed" file="window/scrollbars.png" x="80" y="0" h="14" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.right" file="window/scrollbars.png" x="60" y="26" h="14" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.right.hover" file="window/scrollbars.png" x="60" y="26" h="14" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.right.pressed" file="window/scrollbars.png" x="80" y="26" h="14" w="13" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.background" file="window/scrollbars.png" x="0" y="0" w="13" h="17" gammagroup="ComponentFrame"/>
<bitmap id="wasabi.scrollbar.vertical.background.top" file="window/scrollbars.png" x="0" y="0" w="13" h="17" gammagroup="ComponentFrame"/>
<bitmap id="wasabi.scrollbar.vertical.background.middle" file="window/scrollbars.png" x="0" y="0" w="13" h="17" gammagroup="ComponentFrame"/>
<bitmap id="wasabi.scrollbar.vertical.background.bottom" file="window/scrollbars.png" x="0" y="0" w="13" h="17" gammagroup="ComponentFrame"/>
<bitmap id="wasabi.scrollbar.horizontal.button" file="window/scrollbars.png" x="12" y="70" h="13" w="31" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.button.hover" file="window/scrollbars.png" x="12" y="70" h="13" w="31" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.button.pressed" file="window/scrollbars.png" x="12" y="90" h="13" w="31" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.left" file="window/scrollbars.png" x="0" y="110" h="13" w="14" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.left.hover" file="window/scrollbars.png" x="0" y="110" h="13" w="14" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.left.pressed" file="window/scrollbars.png" x="0" y="130" h="13" w="14" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.right" file="window/scrollbars.png" x="26" y="110" h="13" w="14" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.right.hover" file="window/scrollbars.png" x="26" y="110" h="13" w="14" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.right.pressed" file="window/scrollbars.png" x="26" y="130" h="13" w="14" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.horizontal.background" file="window/scrollbars.png" x="18" y="50" w="17" h="13" gammagroup="ComponentFrame"/>
<bitmap id="wasabi.scrollbar.horizontal.background.top" file="window/scrollbars.png" x="18" y="50" w="17" h="13" gammagroup="ComponentFrame"/>
<bitmap id="wasabi.scrollbar.horizontal.background.middle" file="window/scrollbars.png" x="18" y="50" w="17" h="13" gammagroup="ComponentFrame"/>
<bitmap id="wasabi.scrollbar.horizontal.background.bottom" file="window/scrollbars.png" x="18" y="50" w="17" h="13" gammagroup="ComponentFrame"/>
<!-- Generic Button -->
<bitmap id="wasabi.button.label.arrow.up" file="window/window-elements.png" x="137" y="75" h="4" w="7" gammagroup="Column Text"/>
<bitmap id="wasabi.button.label.arrow.down" file="window/window-elements.png" x="137" y="86" h="6" w="7" gammagroup="Column Text"/>
<bitmap id="wasabi.button.label.arrow.left" file="window/window-elements.png" x="133" y="79" h="7" w="4" gammagroup="Column Text"/>
<bitmap id="wasabi.button.label.arrow.right" file="window/window-elements.png" x="144" y="79" h="7" w="4" gammagroup="Column Text"/>
<bitmap id="wasabi.button.label.ellipses" file="window/window-elements.png" x="138" y="92" h="1" w="5" gammagroup="Column Text"/>
<bitmap id="wasabi.button.top.left" file="window/window-elements.png" x="0" y="134" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.top" file="window/window-elements.png" x="4" y="134" h="4" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.top.right" file="window/window-elements.png" x="29" y="134" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.left" file="window/window-elements.png" x="0" y="138" h="25" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.center" file="window/window-elements.png" x="4" y="138" h="25" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.right" file="window/window-elements.png" x="29" y="138" h="25" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.bottom.left" file="window/window-elements.png" x="0" y="163" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.bottom" file="window/window-elements.png" x="4" y="163" h="4" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.bottom.right" file="window/window-elements.png" x="29" y="163" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.top.left" file="window/window-elements.png" x="33" y="134" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.top" file="window/window-elements.png" x="37" y="134" h="4" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.top.right" file="window/window-elements.png" x="62" y="134" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.left" file="window/window-elements.png" x="33" y="138" h="25" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.center" file="window/window-elements.png" x="37" y="138" h="25" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.right" file="window/window-elements.png" x="62" y="138" h="25" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.bottom.left" file="window/window-elements.png" x="33" y="163" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.bottom" file="window/window-elements.png" x="37" y="163" h="4" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.bottom.right" file="window/window-elements.png" x="62" y="163" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.top.left" file="window/window-elements.png" x="66" y="134" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.top" file="window/window-elements.png" x="70" y="134" h="4" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.top.right" file="window/window-elements.png" x="95" y="134" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.left" file="window/window-elements.png" x="66" y="138" h="25" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.center" file="window/window-elements.png" x="70" y="138" h="25" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.right" file="window/window-elements.png" x="95" y="138" h="25" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.bottom.left" file="window/window-elements.png" x="66" y="163" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.bottom" file="window/window-elements.png" x="70" y="163" h="4" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.bottom.right" file="window/window-elements.png" x="95" y="163" h="4" w="4" gammagroup="Column"/>
<bitmap id="wasabi.button.middle" file="window/window-elements.png" x="4" y="138" h="25" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.hover.middle" file="window/window-elements.png" x="37" y="138" h="25" w="25" gammagroup="Column"/>
<bitmap id="wasabi.button.pressed.middle" file="window/window-elements.png" x="70" y="138" h="25" w="25" gammagroup="Column"/>
<bitmap id="wasabi.scrollbar.vertical.grip" file="window/scrollgrips.png" x="0" y="0" h="8" w="6" gammagroup="Column Text"/>
<bitmap id="wasabi.scrollbar.horizontal.grip" file="window/scrollgrips.png" x="7" y="0" h="6" w="8" gammagroup="Column Text"/>
<!-- Object Frame-->
<bitmap id="wasabi.objectframe.top.left" file="window/window-elements.png" x="0" y="114" h="1" w="1" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.top" file="window/window-elements.png" x="1" y="114" h="1" w="17" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.top.right" file="window/window-elements.png" x="18" y="114" h="1" w="1" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.left" file="window/window-elements.png" x="0" y="115" h="17" w="1" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.center" file="window/window-elements.png" x="1" y="115" h="17" w="17" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.right" file="window/window-elements.png" x="18" y="115" h="17" w="1" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.bottom.left" file="window/window-elements.png" x="0" y="132" h="1" w="1" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.bottom" file="window/window-elements.png" x="1" y="132" h="1" w="17" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.objectframe.bottom.right" file="window/window-elements.png" x="18" y="132" h="1" w="1" gammagroup="PlayerDisplay"/>
<!-- Standard Configuration Widgets -->
<bitmap id="wasabi.button.checkbox" file="window/window-elements.png" x="79" y="77" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.button.checkbox.pressed" file="window/window-elements.png" x="58" y="77" h="7" w="7" gammagroup="DisplayText"/>
<bitmap id="wasabi.button.checkbox.xbox" file="window/window-elements.png" x="79" y="77" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.button.checkbox.xbox.pressed" file="window/window-elements.png" x="65" y="77" h="7" w="7" gammagroup="DisplayText"/>
<bitmap id="wasabi.button.radio.background" file="window/window-elements.png" x="58" y="66" h="11" w="11" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.button.radio.background.display" file="window/window-elements.png" x="69" y="66" h="9" w="9" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.button.radio" file="window/window-elements.png" x="79" y="77" h="7" w="7" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.button.radio.pressed" file="window/window-elements.png" x="72" y="77" h="7" w="7" gammagroup="DisplayText"/>
<!-- Frame windows -->
<bitmap id="wasabi.framewnd.verticaldivider" file="window/window-elements.png" x="124" y="53" h="65" w="8" gammagroup="Frame_Borders"/>
<bitmap id="wasabi.framewnd.verticalgrabber" file="window/window-elements.png" x="115" y="53" h="65" w="8" gammagroup="Frame_Borders"/>
<bitmap id="wasabi.framewnd.horizontaldivider" file="window/window-elements.png" x="40" y="97" h="8" w="65" gammagroup="Frame_Borders"/>
<bitmap id="wasabi.framewnd.horizontalgrabber" file="window/window-elements.png" x="40" y="106" h="8" w="65" gammagroup="Frame_Borders"/>
<bitmap id="wasabi.framewnd.windowshade" file="window/framewnd-windowshade.png" gammagroup="Frame_Borders"/>
<bitmap id="wasabi.frame.divider.arrow.up" file="window/window-elements.png" x="64" y="124" h="4" w="7" gammagroup="Frame_Borders"/>
<bitmap id="wasabi.frame.divider.arrow.down" file="window/window-elements.png" x="64" y="128" h="4" w="7" gammagroup="Frame_Borders"/>
<!-- Combo Box List-->
<bitmap id="wasabi.dropdownlist.list.top.left" file="window/window-elements.png" x="40" y="124" h="1" w="1"/>
<bitmap id="wasabi.dropdownlist.list.top" file="window/window-elements.png" x="41" y="124" h="1" w="10"/>
<bitmap id="wasabi.dropdownlist.list.top.right" file="window/window-elements.png" x="51" y="124" h="1" w="1"/>
<bitmap id="wasabi.dropdownlist.list.left" file="window/window-elements.png" x="40" y="125" h="8" w="1"/>
<bitmap id="wasabi.dropdownlist.list.center" file="window/window-elements.png" x="41" y="125" h="8" w="10" gammagroup="PlayerDisplay"/>
<bitmap id="wasabi.dropdownlist.list.right" file="window/window-elements.png" x="51" y="125" h="8" w="1"/>
<bitmap id="wasabi.dropdownlist.list.bottom.left" file="window/window-elements.png" x="40" y="133" h="1" w="1"/>
<bitmap id="wasabi.dropdownlist.list.bottom" file="window/window-elements.png" x="41" y="133" h="1" w="10"/>
<bitmap id="wasabi.dropdownlist.list.bottom.right" file="window/window-elements.png" x="51" y="133" h="1" w="1"/>
</elements>

View File

@ -0,0 +1,83 @@
<!-- This file is needed to prohibit the SUI Components show in a stand alone window -->
<container id="MLibrary" name="Media Library" dynamic="1" component="guid:{6B0EDF80-C9A5-11D3-9F26-00C04F39FFC6}" default_x="-1" default_y="-1" default_visible="0">
<layout id="normal" h="1" w="1">
<!--component
x="0"
y="0"
w="1"
h="1"
noshowcmdbar="1"
autoopen="0"
autoclose="0"
param="guid:{6B0EDF80-C9A5-11D3-9F26-00C04F39FFC6}"
/-->
<!--script file="scripts/wndkill.maki" /-->
</layout>
</container>
<container id="AVS" name="Visualizations" dynamic="1" component="guid:{0000000A-000C-0010-FF7B-01014263450C}" default_x="-1" default_y="-1" default_visible="0">
<layout id="normal" h="1" w="1">
<component
x="0"
y="0"
w="1"
h="1"
noshowcmdbar="1"
autoopen="1"
autoclose="1"
param="guid:{0000000A-000C-0010-FF7B-01014263450C}"
/>
</layout>
</container>
<container id="Video" name="Video" dynamic="1" component="guid:{F0816D7B-FFFC-4343-80F2-E8199AA15CC3}" default_x="-1" default_y="-1" default_visible="0">
<layout id="normal" h="1" w="1">
<component
x="0"
y="0"
w="1"
h="1"
noshowcmdbar="1"
autoopen="1"
autoclose="1"
param="guid:{F0816D7B-FFFC-4343-80F2-E8199AA15CC3}"
/>
</layout>
</container>
<container id="Pledit" name="Playlist Editor" dynamic="1" component="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}" default_x="-1" default_y="-1" default_visible="0">
<layout id="normal" h="1" w="1">
<component
x="0"
y="0"
w="1"
h="1"
noshowcmdbar="1"
autoopen="1"
autoclose="1"
param="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}"
/>
<!--script file="scripts/wndkill.maki" /-->
</layout>
</container>