home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / zkuste / wmakeup / download / PixOS.wmz / PixOS.wms < prev    next >
Extensible Markup Language  |  2003-05-05  |  24KB  |  159 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!-- ⌐2002 Pixtudio. All rights reserved. -->
  3. <!-- http://www.pixtudio.com -->
  4. <!-- support@pixtudio.com -->
  5.  
  6. <theme id="PixOS" author="Pixtudio" copyright="(C)2002 Pixtudio. All rights reserved.">
  7. <view id="vwPlayer" width="381" height="245" scriptFile="PixOS.js" titleBar="false" resizable="false" backgroundColor="none" backgroundImage="bg-top.bmp" clippingColor="#FFFF00" onLoad="vwPlayer_OnLoad();" stickyBorderWidth="4" onTimer="jscript:if( timerinterval == 1000 ) { ctrlVis.alphablendto( 25, 1 ); ctrlAlbumArt.moveto( 12, 0, 100 ); vwPlayer.timerInterval=2000; } else { timerInterval=0;ctrlAlbumArt.moveto( 120, 0, 100 );ctrlVis.alphablendto( 25, 1 ); }">
  8.  
  9. <player openstatechange="vwPlayer_OnOpenStateChange(NewState);" modeChange="vwPlayer_UpdateShuffleRepeat();"/>
  10.  
  11. <subview zIndex="0" left="0" top="0" justification="center" backgroundImage="bg-top.bmp" clippingColor="#FFFF00"/>
  12.  
  13. <!-- Default Panel -->
  14. <subview id="svwMetadata" left="6" top="64" width="216" height="127" justification="left" backgroundImage="Vid-bg.png">
  15.     <text left="7"        top="2" width="70" fontSize="11" fontSmoothing="true" fontStyle="bold" foregroundColor="#9298A0"    justification="left" value="wmpprop:player.status"/>
  16.     <text left="73"        top="2" width="65" fontSize="11" fontSmoothing="true" fontStyle="bold" foregroundColor="#9298A0"    justification="left" value="wmpprop:player.controls.currentPositionString"/>
  17.  
  18.     <text id="txt1b"    value="" left="90" top="21" width="123" height="14" fontFace="res://-/RT_STRING/#1888" fontSize="8" fontStyle="bold"    foregroundColor="#F9FFFF" tabStop="false" scrollingDelay="40" scrollingAmount="1" value_onchange="scrolling=false;moveTo(left,top,5000);" onendmove="scrolling=textWidth>width;" scrollingDirection="jscript:theme.loadString('res://wmploc/RT_STRING/#1910');"/>
  19.     <text id="txt1"        value="" left="90" top="33" width="123" height="14" fontFace="res://-/RT_STRING/#1888" fontSize="8" fontStyle="normal"    foregroundColor="#ADB3BB" tabStop="false" scrollingDelay="40" scrollingAmount="1" value_onchange="scrolling=false;moveTo(left,top,5000);" onendmove="scrolling=textWidth>width;" scrollingDirection="jscript:theme.loadString('res://wmploc/RT_STRING/#1910');"/>
  20.     <text id="txt3b"    value="" left="90" top="49" width="123" height="14" fontFace="res://-/RT_STRING/#1888" fontSize="8" fontStyle="bold"    foregroundColor="#F9FFFF" tabStop="false" scrollingDelay="40" scrollingAmount="1" value_onchange="scrolling=false;moveTo(left,top,5000);" onendmove="scrolling=textWidth>width;" scrollingDirection="jscript:theme.loadString('res://wmploc/RT_STRING/#1910');"/>
  21.     <text id="txt3"        value="" left="90" top="61" width="123" height="14" fontFace="res://-/RT_STRING/#1888" fontSize="8" fontStyle="normal"    foregroundColor="#ADB3BB" tabStop="false" scrollingDelay="40" scrollingAmount="1" value_onchange="scrolling=false;moveTo(left,top,5000);" onendmove="scrolling=textWidth>width;" scrollingDirection="jscript:theme.loadString('res://wmploc/RT_STRING/#1910');"/>
  22.     <text id="txt2b"    value="" left="90" top="77" width="123" height="18" fontFace="res://-/RT_STRING/#1888" fontSize="8" fontStyle="bold"    foregroundColor="#F9FFFF" tabStop="false" scrollingDelay="40" scrollingAmount="1" value_onchange="scrolling=false;moveTo(left,top,5000);" onendmove="scrolling=textWidth>width;" scrollingDirection="jscript:theme.loadString('res://wmploc/RT_STRING/#1910');"/>
  23.     <text id="txt2"        value="" left="90" top="89" width="123" height="18" fontFace="res://-/RT_STRING/#1888" fontSize="8" fontStyle="normal"    foregroundColor="#ADB3BB" tabStop="false" scrollingDelay="40" scrollingAmount="1" value_onchange="scrolling=false;moveTo(left,top,5000);" onendmove="scrolling=textWidth>width;" scrollingDirection="jscript:theme.loadString('res://wmploc/RT_STRING/#1910');"/>
  24.  
  25.     <button id="ctrlAlbumArt" image="WMPImage_AlbumArtSmall" XXXimage="jscript:GetImageString();" top="26" left="7" width="75" height="75" XXXonmousedown="dragging=true;offsetY=top-event.clientY;offsetX=left-event.clientX;" onmouseup="dragging=false;" onmousemove="if( (event.button==1) && dragging) {left=event.clientX + offsetX;upToolTip=left + ',' + top}"/>
  26.     <!-- Shuffle Repeat buttons -->
  27.     <buttongroup left="0" top="106" mappingImage="shuffle-m.bmp" image="shuffle.bmp" downImage="shuffle-d.bmp" hoverImage="shuffle-h.bmp" hoverDownImage="shuffle-dh.bmp">
  28.         <buttonelement id="randomb" upTooltip="Enable Shuffle"            downTooltip="Disable Shuffle"                                                mappingColor="#0000FF" sticky="true"    down="jscript:player.settings.getMode('shuffle');"    onClick="player.settings.setMode('shuffle',down);"    cursor="hand"/>
  29.         <buttonelement id="repeatb" upTooltip="Enable Repeat"            downTooltip="Disable Repeat"                                                mappingColor="#00FF00" sticky="true"    down="jscript:player.settings.getMode('loop');"        onClick="player.settings.setMode('loop',down);"        cursor="hand"/>
  30.         <buttonelement id="mute"    uptoolTip="res://-/RT_STRING/#1807"    downtooltip="res://-/RT_STRING/#1808"    accName="res://-/RT_STRING/#2130"    mappingColor="#FF0000" sticky="true"    down="wmpprop:player.settings.mute"                    onClick="player.settings.mute=down;"                cursor="hand"/>
  31.     </buttongroup>
  32. </subview>
  33. <subview id="svwKewlPane" visible="false" left="6" top="64" width="216" height="127" backgroundImage="Vid-bg.png">
  34.     <video id="ctrlVideo" visible="false" enabled="true" left="0" top="0" width="216" height="127"/>
  35. </subview>
  36.  
  37. <!-- Default Panel -->
  38. <subview id="PlayList" left="6" top="64" width="216" height="127" justification="left" backgroundColor="#5D6A7D" zindex="6" visible="false">
  39.     <playlist id="ctrlPlaylist" zindex="6" left="0" top="0" width="216" height="127" visible="false" backgroundColor="#ffffff" foregroundcolor="#000000" itemPlayingColor="#00367C" itemPlayingBackgroundColor="#C4D1E4" disabledItemColor="#C4D1E4" columnCount="2" columns="Name;Duration" playlistItemsVisible="true" dropDownVisible="true" allowItemEditing="true" columnsVisible="true" allowColumnSorting="false" horizontalAlignment="stretch" verticalAlignment="stretch" allowItemEditing="false" checkboxesVisible="false"/>
  40. </subview>
  41.  
  42. <subview id="MidPanel" zIndex="-2" left="0" top="70" justification="center" backgroundImage="bg-mid.bmp" onEndMove="MidPanelOnEndMove()">
  43.     <text id="txt2c" zIndex="4" visible="false" left="6" top="126" width="200" height="18" value="" fontFace="res://-/RT_STRING/#1888" fontSize="8" foregroundColor="#5D6A7D" tabStop="false"/>
  44. </subview>
  45.  
  46. <subview zIndex="3" width="159" height="49" left="12" top="12">
  47.     <!-- control buttons -->
  48.     <buttongroup zIndex="3" left="0" top="0" mappingImage="ctrl-m.bmp" image="ctrl.png" downImage="ctrl-d.png" hoverImage="ctrl-h.png" disabledImage="ctrl-dis.png">
  49.         <buttonelement mappingColor="#FF00FF"/>
  50.         <buttonelement mappingColor="#0000FF" enabled="wmpenabled:player.controls.Play"        upToolTip="res://wmploc.dll/RT_STRING/#1800" onClick="player.controls.Play();"        accName="res://wmploc.dll/RT_STRING/#2115" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2117" cursor="hand"/>
  51.         <buttonelement mappingColor="#00FF00" enabled="wmpenabled:player.controls.Previous"    upToolTip="res://wmploc.dll/RT_STRING/#1805" onClick="player.controls.Previous();"    accName="res://wmploc.dll/RT_STRING/#2126" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2127" cursor="hand"/>
  52.         <buttonelement mappingColor="#00FFFF" enabled="wmpenabled:player.controls.Next"        upToolTip="res://wmploc.dll/RT_STRING/#1806" onclick="player.controls.Next();"        accName="res://wmploc.dll/RT_STRING/#2124" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2125" cursor="hand"/>
  53.         <buttonelement mappingColor="#FFFFFF" enabled="wmpenabled:player.controls.Stop"        upToolTip="res://wmploc.dll/RT_STRING/#1802" onClick="player.controls.Stop();"        accName="res://wmploc.dll/RT_STRING/#2118" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2119" cursor="hand"/>
  54.     </buttongroup>
  55.     <buttongroup id="btnPause" zIndex="4" left="39" top="4" visible="wmpenabled:player.controls.pause" visible_onchange="if (visible) {if (g_SetPlayPauseFocus){view.focusObjectID='btnPause';g_SetPlayPauseFocus=false;}} else if (view.focusObjectID=='btnPause') view.focusObjectID='TransportButtongroup';" mappingImage="ctrl-pause-m.bmp" image="ctrl-pause.png" downImage="ctrl-pause-d.png" hoverImage="ctrl-pause-h.png" disabledImage="ctrl-pause-dis.png">
  56.         <buttonelement mappingColor="#000000" enabled="wmpenabled:player.controls.pause"    upToolTip="res://wmploc.dll/RT_STRING/#1801" onclick="player.controls.pause()"        accName="res://wmploc.dll/RT_STRING/#2116" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2117" cursor="hand"/>
  57.     </buttongroup>
  58. </subview>
  59.  
  60. <subview id="PanelButtons" visible="true" zIndex="0" width="145" height="34" left="231" top="23">
  61.     <!-- Panel buttons -->
  62.     <buttongroup zIndex="3" left="0" top="0" mappingImage="panel-button-m.bmp" image="panel-button.png" hoverImage="panel-button-h.png" downImage="panel-button-d.png" hoverDownImage="panel-button-dh.png" disabledImage="panel-button-dis.png">
  63.         <buttonelement mappingColor="#FF00FF"/>
  64.         <buttonelement id="PLtoggle" sticky="true" upToolTip="Playlist"            mappingColor="#FFFFFF" onClick="jscript:TogglePlaylist();"        cursor="hand"/>
  65.         <buttonelement id="EQtoggle" sticky="true" upToolTip="Equalizer"        mappingColor="#FFFF00" onClick="jscript:ToggleEQP();"            cursor="hand"/>
  66.         <buttonelement id="VEtoggle" sticky="true" upToolTip="Visual effects"    mappingColor="#00FF00" onClick="jscript:ToggleVisualEffects();"    cursor="hand"/>
  67.         <buttonelement id="VStoggle" sticky="true" upToolTip="Video settings"    mappingColor="#FF0000" onClick="jscript:ToggleVidSettings();"    cursor="hand"/>
  68.     </buttongroup>
  69. </subview>
  70.  
  71. <!-- EQ -->
  72. <subview id="EQP" left="230" top="64" width="143" height="127" zIndex="1" backgroundImage="SidePanel.png" visible="true">
  73. <equalizerSettings id="EQ" tabStop="false" classid="clsid:93EB32F5-87B1-45ad-ACC6-0F2483DB83BB" bypass_onchange="UpdateEQMode();" splineTension="3" enableSplineTension="true"/>
  74.     <slider id="EQ1"    bordersize="5" left="9"                        top="39"                backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel1" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel1 = value;" ondragend="DoShiftSensitiveEQ(event,1,value);" toolTip="jscript:Math.round(value)"/>
  75.     <slider id="EQ2"    bordersize="5" left="jscript:EQ1.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel2" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel2 = value;" ondragend="DoShiftSensitiveEQ(event,2,value);" toolTip="jscript:Math.round(value)"/>
  76.     <slider id="EQ3"    bordersize="5" left="jscript:EQ2.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel3" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel3 = value;" ondragend="DoShiftSensitiveEQ(event,3,value);" toolTip="jscript:Math.round(value)"/>
  77.     <slider id="EQ4"    bordersize="5" left="jscript:EQ3.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel4" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel4 = value;" ondragend="DoShiftSensitiveEQ(event,4,value);" toolTip="jscript:Math.round(value)"/>
  78.     <slider id="EQ5"    bordersize="5" left="jscript:EQ4.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel5" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel5 = value;" ondragend="DoShiftSensitiveEQ(event,5,value);" toolTip="jscript:Math.round(value)"/>
  79.     <slider id="EQ6"    bordersize="5" left="jscript:EQ5.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel6" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel6 = value;" ondragend="DoShiftSensitiveEQ(event,6,value);" toolTip="jscript:Math.round(value)"/>
  80.     <slider id="EQ7"    bordersize="5" left="jscript:EQ6.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel7" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel7 = value;" ondragend="DoShiftSensitiveEQ(event,7,value);" toolTip="jscript:Math.round(value)"/>
  81.     <slider id="EQ8"    bordersize="5" left="jscript:EQ7.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel8" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel8 = value;" ondragend="DoShiftSensitiveEQ(event,8,value);" toolTip="jscript:Math.round(value)"/>
  82.     <slider id="EQ9"    bordersize="5" left="jscript:EQ8.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel9" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel9 = value;" ondragend="DoShiftSensitiveEQ(event,9,value);" toolTip="jscript:Math.round(value)"/>
  83.     <slider id="EQ10"    bordersize="5" left="jscript:EQ9.left+13;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel10" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel10 = value;" ondragend="DoShiftSensitiveEQ(event,10,value);" toolTip="jscript:Math.round(value)"/>
  84.  
  85.     <text left="6" top="3" width="131" justification="right" value="res://-/RT_STRING/#1848" foregroundcolor="#60647F" fontSize="7" fontStyle="bold"></TEXT>
  86.  
  87.     <buttongroup zIndex="3" left="0" top="17" mappingImage="EQ-buttons-m.bmp" image="EQ-buttons.bmp" hoverImage="EQ-buttons-h.bmp" downImage="EQ-buttons-d.bmp" hoverDownImage="EQ-buttons-dh.bmp" disabledImage="EQ-buttons-dis.bmp">
  88.         <buttonelement id="cmdEQ" mappingColor="#0000FF" onClick="EQ.bypass=!EQ.bypass;" sticky="true" upTooltip="Turn on Graphic Equalizer" downTooltip="Turn off Graphic Equalizer" down="jscript:!EQ.bypass" accKeyboardShortcut="res://-/RT_STRING/#2114" accName="Enable and Disable Graphic Equalizer (toggle)" cursor="hand"/>
  89.         <buttonelement mappingColor="#00FF00" uptooltip="Presets" onClick="EQSelectMenu();" cursor="hand"/>
  90.     </buttongroup>
  91.  
  92.     <!-- volume -->
  93.     <slider id="volume"        bordersize="8" left="11"                        top="105"                    backgroundImage="EQ-bg-h.bmp" thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" min="0"        max="100" direction="horizontal" value="wmpprop:player.settings.volume"        value_onchange="toolTip = Math.round(value); toolTip = Math.round(value);player.settings.volume=value;"        onmouseup="toolTip='res://-/RT_STRING/#1810';" ondragend="if(Math.abs(value)<1)value=0;" toolTip="res://-/RT_STRING/#1810" accKeyboardShortcut="res://-/RT_STRING/#1810" accName="res://-/RT_STRING/#1810"/>
  94.     <slider id="balance"    bordersize="8" left="jscript:volume.left+76;"    top="jscript:volume.top;"    backgroundImage="EQ-bg-h.bmp" thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" min="-100"    max="100" direction="horizontal" value="wmpprop:player.settings.balance"    value_onchange="toolTip = Math.round(value); toolTip = Math.round(value);player.settings.balance=value;"    onmouseup="toolTip='res://-/RT_STRING/#1845';" ondragend="if(Math.abs(value)<20)value=0;" toolTip="res://-/RT_STRING/#1845" accKeyboardShortcut="res://-/RT_STRING/#2108" accName="res://-/RT_STRING/#1845"/>
  95.     <!-- volume -->
  96.  
  97.     <button left="jscript:EQ1.left+1;" top="97" image="EQ-text.bmp"/>
  98.     
  99.     <text left="12" top="115" width="50" justification="left" fontSize="7" fontSmoothing="false" foregroundColor="#717F91" value="res://-/RT_STRING/#1810"/>
  100.     <text left="87" top="115" width="50" justification="left" fontSize="7" fontSmoothing="false" foregroundColor="#717F91" value="res://-/RT_STRING/#1845"/>
  101.  
  102.     <popup id="mnuEQSelect" zindex="4" left="96" top="16" visible="false" selectedItem_onchange="EQ.currentPreset = selectedItem"/>
  103.  
  104. </subview>
  105. <!-- EQ -->
  106.  
  107. <!-- Visual Effects -->
  108. <subview id="VisualEffects" left="230" top="64" width="143" height="127" zIndex="1" backgroundImage="SidePanel.png" visible="false">
  109.     <effects id="visEffects" left="-1" top="-1" width="145" height="129" backgroundColor="#000000" windowed="false" visible="true" onClick="next();"/>
  110.     <subview id="viscorner1" left="0"    top="0"        zIndex="1" backgroundImage="SidePanelVis1.png" visible="false"/>
  111.     <subview id="viscorner2" left="136"    top="0"        zIndex="1" backgroundImage="SidePanelVis2.png" visible="false"/>
  112.     <subview id="viscorner3" left="0"    top="120"    zIndex="1" backgroundImage="SidePanelVis3.png" visible="false"/>
  113.     <subview id="viscorner4" left="136"    top="120"    zIndex="1" backgroundImage="SidePanelVis4.png" visible="false"/>
  114. </subview>
  115. <!-- Visual Effects -->
  116.  
  117. <!-- Video Setting -->
  118. <subview id="VidSettings" left="230" top="64" width="143" height="127" zIndex="1" backgroundImage="SidePanel.png" visible="false">
  119.     <VideoSettings id="vs" enabled="wmpprop:brightvideoResetButton.enabled"/>
  120.     <VideoSettings id="vs" enabled="wmpprop:huevideoResetButton.enabled"/>
  121.     <VideoSettings id="vs" enabled="wmpprop:contrastvideoResetButton.enabled"/>
  122.     <VideoSettings id="vs" enabled="wmpprop:saturationvideoResetButton.enabled"/>
  123.  
  124.     <text left="6" top="3" width="131" justification="right" value="res://-/RT_STRING/#1849" foregroundcolor="#60647F" fontSize="7" fontStyle="bold"></TEXT>
  125.  
  126.     <slider id="vidBright"        min="-127" max="127" left="18"                        top="32"                            bordersize="8" backgroundImage="EQ-bg-h3.bmp" thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" value="wmpprop:vs.brightness"    value_onchange="vs.brightness=value;"    enabled="wmpprop:brightvideoResetButton.enabled"        direction="horizontal"/>
  127.     <slider id="vidContrast"    min="-127" max="127" left="jscript:vidBright.left;"    top="jscript:vidBright.top+25;"        bordersize="8" backgroundImage="EQ-bg-h4.bmp" thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" value="wmpprop:vs.contrast"        value_onchange="vs.hue=contrast;"        enabled="wmpprop:contrastvideoResetButton.enabled"        direction="horizontal"/>
  128.     <slider id="vidHue"            min="-127" max="127" left="jscript:vidBright.left;"    top="jscript:vidContrast.top+25;"    bordersize="8" backgroundImage="EQ-bg-h2.bmp" thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" value="wmpprop:vs.hue"            value_onchange="vs.hue=value;"            enabled="wmpprop:vhueideoResetButton.enabled"            direction="horizontal"/>
  129.     <slider id="vidSat"            min="-127" max="127" left="jscript:vidBright.left;"    top="jscript:vidHue.top+25;"        bordersize="8" backgroundImage="EQ-bg-h1.bmp" thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" value="wmpprop:vs.saturation"    value_onchange="vs.saturation=value;"    enabled="wmpprop:saturationvideoResetButton.enabled"    direction="horizontal"/>
  130.  
  131.     <text left="jscript:vidBright.left+1;" top="jscript:vidBright.top-12;"        width="100" justification="left" fontSize="7" fontSmoothing="false" foregroundColor="#717F91" value="Brightness"/>
  132.     <text left="jscript:vidBright.left+1;" top="jscript:vidContrast.top-12;"    width="100" justification="left" fontSize="7" fontSmoothing="false" foregroundColor="#717F91" value="Contrast"/>
  133.     <text left="jscript:vidBright.left+1;" top="jscript:vidHue.top-12;"            width="100" justification="left" fontSize="7" fontSmoothing="false" foregroundColor="#717F91" value="Hue"/>
  134.     <text left="jscript:vidBright.left+1;" top="jscript:vidSat.top-12;"            width="100" justification="left" fontSize="7" fontSmoothing="false" foregroundColor="#717F91" value="Saturation"/>
  135.  
  136.     <button id="brightvideoResetButton"        upToolTip="Reset Brightness"    left="jscript:vidBright.left+95;" top="jscript:vidBright.top-4;"    image="VidEQ-reset.bmp" downImage="VidEQ-reset-d.bmp" HoverImage="VidEQ-reset-h.bmp" disabledImage="VidEQ-reset-dis.bmp" onClick="ResetbrightVideoSettings();" cursor="hand"/>
  137.     <button id="huevideoResetButton"        upToolTip="Reset Hue"            left="jscript:vidBright.left+95;" top="jscript:vidHue.top-4;"        image="VidEQ-reset.bmp" downImage="VidEQ-reset-d.bmp" HoverImage="VidEQ-reset-h.bmp" disabledImage="VidEQ-reset-dis.bmp" onClick="ResethueVideoSettings();" cursor="hand"/>
  138.     <button id="contrastvideoResetButton"    upToolTip="Reset Contrast"        left="jscript:vidBright.left+95;" top="jscript:vidContrast.top-4;"    image="VidEQ-reset.bmp" downImage="VidEQ-reset-d.bmp" HoverImage="VidEQ-reset-h.bmp" disabledImage="VidEQ-reset-dis.bmp" onClick="ResetcontrastVideoSettings();" cursor="hand"/>
  139.     <button id="saturationvideoResetButton"    upToolTip="Reset Saturation"    left="jscript:vidBright.left+95;" top="jscript:vidSat.top-4;"        image="VidEQ-reset.bmp" downImage="VidEQ-reset-d.bmp" HoverImage="VidEQ-reset-h.bmp" disabledImage="VidEQ-reset-dis.bmp" onClick="ResetsaturationVideoSettings();" cursor="hand"/>
  140. </subview>
  141. <!-- Video Setting -->
  142.  
  143. <subview id="BottomPanel" zIndex="2" width="381" height="47" left="0" top="198" backgroundImage="bg-bot.png">
  144.     <slider id="seek" zindex="1" left="204" top="8" width="167" height="9" backgroundImage="seek-bg-h.bmp" foregroundImage="seek-bg-h.bmp" thumbDownImage="seek-button-h.bmp" thumbHoverImage="seek-button-h.bmp" thumbImage="seek-button-h.bmp" borderSize="12" transparencyColor="#FF00FF" min="0" toolTip="res://-/RT_STRING/#1809" max="wmpprop:player.currentmedia.duration" value="wmpprop:player.controls.currentposition" ondragend="player.controls.currentposition=value;" slide="false" accName="res://-/RT_STRING/#2109" accKeyboardShortcut="res://-/RT_STRING/#2108" horizontalAlignment="stretch" enabled="wmpenabled:player.controls.seek" visible="wmpprop:seek.enabled"/>
  145.     <!-- Close Min Restore buttons -->
  146.        <buttongroup zIndex="1" left="304" top="28" mappingImage="minmaxclose-m.bmp" image="minmaxclose.bmp" hoverImage="minmaxclose-h.bmp" downImage="minmaxclose-d.bmp" disabledImage="minmaxclose-dis.bmp" transparencyColor="#FF00FF">
  147.            <buttonelement mappingColor="#FFFF00" upToolTip="Minimize" onClick="view.minimize();" cursor="hand"/>
  148.         <buttonelement mappingColor="#FF0000" upToolTip="Close" onClick="view.close();" cursor="hand"/>
  149.         <buttonelement mappingColor="#0000FF" upToolTip="Return to Full Mode" onClick="view.returnToMediaCenter();" cursor="hand"/>
  150.         <buttonelement mappingColor="#00FF00" id="bMidPanelToggle" upToolTip="Roll-Up" onClick="jscript:ToggleMidPanel();" cursor="hand"/>
  151.     </buttongroup>
  152.     <button id="pixos" image="pixos.bmp" XXXimage="jscript:GetImageString();" top="24" left="10" transparencyColor="#FF00FF"/>
  153.     <text id="pixurl" zIndex="5" left="6" top="1" width="200" height="18" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" foregroundColor="#5D6A7D" value="www.pixtudio.com" onClick="player.launchURL('http://www.pixtudio.com/')" cursor="hand"/>
  154.     <text id="xEqPl" enabled="false" visible="false" toolTip="Roll-Back" value="Close"/>
  155. </subview>
  156.  
  157.  
  158. </view>
  159. </theme>