home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / wmakeup / download / TweakMP.EXE / RCDATA / CABINET / tweak.wmz / tweak.wms < prev   
Text File  |  2003-01-08  |  27KB  |  736 lines

  1. <!--
  2.     Microsoft Windows Media Technologies
  3.     Copyright (C) Microsoft Corporation.  All Rights Reserved.
  4. -->
  5.  
  6.  
  7. <theme>
  8.  
  9.  
  10. <view
  11.     id="Customizer" 
  12.     scriptFile="Customizer.js;events.js"          
  13.     width="435"
  14.     height="320"
  15.     backgroundcolor="black"
  16.     onkeydown="KeyPressed(event.keyCode)"
  17.     onload="CenterGeneralButtons();UpdateNormalizationCheck(); RestoreButton.enabled=fsplugin.canRestorePreferences; RestoreText.enabled=fsplugin.canRestorePreferences;"
  18. >
  19.  
  20.   
  21.     <subview id="TextStore" visible="false">    
  22.         <text id="strShiftDoubleClick" value="When pressing SHIFT and double-clicking item to play it" />
  23.         <text id="strDoubleClick" value="When double-clicking item to play it" />
  24.         <text id="strResetDefaultTitle" value="Reset Defaults" />
  25.         <text id="strRestoreTitle" value="Restore Saved Settings" />
  26.         <text id="strResetDefault" value="Are you sure you want to reset all Windows Media Player settings (including settings not available in this PowerToy, such as Color Chooser, Audio Quality, and Privacy settings) to the defaults?" />
  27.         <text id="strOverwritingTitle" value="Overwriting Backup" />
  28.         <text id="strOverwritingMessage" value="When you reset the Windows Media Player settings, your current settings are saved to a backup file. If you reset the Player settings again, the previous backup file is replaced with a new backup file. Are you sure you want to reset the Player settings and overwrite your previous backup file?" />
  29.         <text id="strRestoreSettings" value="If you restore the saved Windows Media Player settings, your current Windows Media Player settings will be lost. Are you sure you want to restore the saved settings?" />
  30.         <text id="strSpace" value="(Space)" />
  31.         <text id="strChooseSeparator" value="File Name Separator" />
  32.         <text id="strConfirmSeparator" value="Type the separator characters that the Player should use between file name details (such as song title and artist) when naming files copied from CDs." />
  33.         <text id="strConfirmSeparatorLine2" value="The file name separator can be up to five characters long. Separators cannot contain the following characters: \ / : * " ? < > |" />
  34.         <text id="strResetWarning" value="Note: If you click Yes, the PowerToy will save your current settings to a backup file, reset all current Player settings to the defaults, and then quit the Player. You can restore your saved settings by using the Restore Saved Settings option in this PowerToy." />
  35.         <text id="strOverwriteWarning" value="Note: If you click Yes, the PowerToy will save your current settings to a backup file, reset all current Player settings to the defaults, and then quit the Player. You can restore your saved settings by using the Restore Saved Settings option in this PowerToy." />
  36.         <text id="strRestoreWarning" value="Note: Windows Media Player will quit after restoring the saved settings." />
  37.         <text id="strNormalizeExtraText" value="*This option is only available if you have a CD recorder drive installed and you have used Windows Media Player to copy files to an audio CD" />
  38.         
  39.         
  40.         <text id="strHideCursor" value="Hide mouse pointer " />
  41.         <text id="strHideControls" value="Hide full-screen controls " />
  42.         <text id="strFasterNormal" value=" times faster than normal" />
  43.         <text id="strSlowerNormal" value=" times slower than normal" />
  44.         <text id="strInstantly" value="instantly" />
  45.         <text id="strNormal" value="at normal speed" />
  46.         
  47.         <text id="strOK" value="OK" />
  48.         <text id="strCancel" value="Cancel" />
  49.         <text id="strYes" value="Yes" />
  50.         <text id="strNo" value="No" />
  51.  
  52.     </subview>
  53.  
  54.     <subview id="Footer"
  55.              left="0"
  56.              top="282"
  57.              height="62"
  58.              backgroundImage="images/footer.bmp"
  59.              width="jscript:Customizer.width" />
  60.              
  61.     <subview id="Background"
  62.             left="JScript:g_kMainViewLeft"
  63.             top="JScript:g_kMainViewTop"
  64.             height="JScript:g_kMainViewHeight"
  65.             width="JScript:g_kMainViewWidth"
  66.             backgroundImage="images/body.bmp"
  67.             visible="true"             
  68.             zIndex="0"
  69.     />
  70.  
  71.     <subview id="TabView"
  72.              left="0"
  73.              top="0"
  74.              height="62"
  75.              backgroundImage="images/header.bmp"
  76.              width="jscript:Customizer.width">
  77.  
  78.     
  79.         <buttongroup
  80.             id="TabGroup"
  81.             left="123"
  82.             top="27"
  83.             width="312"
  84.             height="35"
  85.             downImage="images/tabs_down.bmp"
  86.             hoverImage="images/tabs_hover.bmp"
  87.             mappingImage="images/tabs_colormap.bmp"
  88.             >                 
  89.                 <buttonelement 
  90.                     id="GeneralTab" 
  91.                     mappingColor="#00FF00" 
  92.                     onClick="ShowGeneral()" 
  93.                     sticky="true" 
  94.                     down="true" 
  95.                     tabStop="false"
  96.                     accName="General Tab"
  97.                     accDescription="Show panel for general settings"
  98.                 />
  99.                 <buttonelement 
  100.                     id="CDTab" 
  101.                     mappingColor="#FFFF00"  
  102.                     onClick="ShowCD()" 
  103.                     sticky="true" 
  104.                     accName = "CD Tab"
  105.                     tabStop="false"                    
  106.                     accDescription="Show panel for general options"                    
  107.                 />
  108.                  <buttonelement 
  109.                      id="NowPlayingTab" 
  110.                      mappingColor="#0000FF" 
  111.                      onClick="ShowNowPlaying()" 
  112.                      sticky="true" 
  113.                      accName = "Full-Screen Tab"
  114.                     tabStop="false"                     
  115.                      accDescription = "Show panel for full-screen options"
  116.                  />
  117.         </buttongroup>
  118.             
  119.         <text
  120.             id="General" 
  121.             left="160"
  122.             top="32"
  123.             foregroundColor="#C3FF3E"
  124.             disabledForegroundColor="#9FA9CA"
  125.             fontSize="9"
  126.             fontFace="Trebuchet MS"
  127.             fontSmoothing="true"
  128.             passThrough="true"
  129.             value="General"
  130.             fontStyle="Bold"
  131.         />
  132.         <text
  133.             id="NowPlaying"
  134.             left="350"
  135.             top="32"
  136.             foregroundColor="#FFFFFF"
  137.             disabledForegroundColor="#9FA9CA"
  138.             fontSize="9"
  139.             fontStyle="Bold"
  140.             fontFace="Trebuchet MS"
  141.             fontSmoothing="true"
  142.             passThrough="true"
  143.             value="Full-Screen"
  144.         />
  145.         <text
  146.             id="CD"
  147.             left="270"
  148.             top="32"
  149.             foregroundColor="#FFFFFF"
  150.             disabledForegroundColor="#9FA9CA"
  151.             fontSize="9"
  152.             fontStyle="Bold"
  153.             fontFace="Trebuchet MS"
  154.             fontSmoothing="true"
  155.             passThrough="true"
  156.             value="CD"
  157.         />
  158.  
  159.     </subview>
  160.  
  161.     <subview id="GeneralView"
  162.              left="JScript:g_kMainViewLeft"
  163.              top="JScript:g_kMainViewTop"
  164.              height="JScript:g_kMainViewHeight"
  165.              width="JScript:g_kMainViewWidth"
  166.              backgroundcolor="black"
  167.              backgroundImage="images/body.bmp"
  168.              visible="true"             
  169.     >
  170.  
  171.         <button 
  172.             id="DoubleClickPlayTrue"
  173.             top="JScript:g_GeneralTopBase+41"
  174.             left = "JScript:g_GeneralLeftBase+30"
  175.             sticky="true"
  176.             image="images/radio_unselected_up.bmp"
  177.             downImage="images/radio_selected_up.bmp"
  178.             hoverImage="images/radio_unselected_hover.bmp"
  179.             hoverDownImage="images/radio_selected_hover.bmp"
  180.             onclick="DoubleClickPlayTrue_onClick()"
  181.             down="JScript:(fsplugin.DoubleClickPlay != 0)"
  182.             accDescription="Double-click item to play; press SHIFT and double-click item to queue"
  183.         />        
  184.         <button 
  185.             id="DoubleClickPlayFalse"
  186.             top="JScript:g_GeneralTopBase+61"
  187.             left = "JScript:g_GeneralLeftBase+30"
  188.             sticky="true"
  189.             image="images/radio_unselected_up.bmp"
  190.             downImage="images/radio_selected_up.bmp"
  191.             hoverImage="images/radio_unselected_hover.bmp"
  192.             hoverDownImage="images/radio_selected_hover.bmp"
  193.             onclick="DoubleClickPlayFalse_onClick()"
  194.             down="JScript:(fsplugin.DoubleClickPlay == 0)"
  195.             accDescription="Double-click item to queue; press SHIFT and double-click item to play"
  196.         />    
  197.         <button 
  198.             id="DoubleClickTakesPlaylistTrue"
  199.             top="JScript:g_GeneralTopBase+104"
  200.             left = "JScript:g_GeneralLeftBase+30"
  201.             sticky="true"
  202.             image="images/radio_unselected_up.bmp"
  203.             downImage="images/radio_selected_up.bmp"
  204.             hoverImage="images/radio_unselected_hover.bmp"
  205.             hoverDownImage="images/radio_selected_hover.bmp"
  206.             onclick="DoubleClickTakesPlaylistTrue_onClick()"
  207.             down="JScript:(fsplugin.DoubleClickTakesPlaylist == 0)"
  208.             accDescription="When adding files from the media library, add the file to "Now Playing""
  209.         />        
  210.         <button 
  211.             id="DoubleClickTakesPlaylistFalse"
  212.             top="JScript:g_GeneralTopBase+124"
  213.             left = "JScript:g_GeneralLeftBase+30"
  214.             sticky="true"
  215.             image="images/radio_unselected_up.bmp"
  216.             downImage="images/radio_selected_up.bmp"
  217.             hoverImage="images/radio_unselected_hover.bmp"
  218.             hoverDownImage="images/radio_selected_hover.bmp"
  219.             onclick="DoubleClickTakesPlaylistFalse_onClick()"
  220.             down="JScript:(fsplugin.DoubleClickTakesPlaylist != 0)"
  221.             accDescription="When adding files from the media library, add the entire playlist to "Now Playing""
  222.         />            
  223.         <button
  224.             id="ResetButton" 
  225.             left="JScript:g_GeneralLeftBase+31"
  226.             top="JScript:g_GeneralTopBase+169"
  227.             image="images/pushbutton_up.bmp"
  228.             downImage="images/pushbutton_down.bmp"
  229.             hoverImage="images/pushbutton_hover.bmp"
  230.             onclick="ModalMessage('reset')"
  231.             accDescription="Reset all default player settings"
  232.         />    
  233.         <button
  234.             id="RestoreButton" 
  235.             left="JScript:g_GeneralLeftBase+197"
  236.             top="JScript:g_GeneralTopBase+169"
  237.             image="images/pushbutton_up.bmp"
  238.             downImage="images/pushbutton_down.bmp"
  239.             hoverImage="images/pushbutton_hover.bmp"
  240.             disabledImage="images/pushbutton_disabled.bmp"
  241.             onclick="ModalMessage('restore')"
  242.             enabled="fsplugin.canRestorePreferences"
  243.             accDescription="Restore previous player settings"
  244.         />
  245.         <text
  246.             id="ResetText" 
  247.             left="JScript:g_GeneralLeftBase+46"
  248.             top="JScript:g_GeneralTopBase+174"
  249.             foregroundColor="#1D2973"
  250.             fontSize="jscript:g_kFontSize;"
  251.             value="Reset All Player Defaults"
  252.             cursor="hand"
  253.             passThrough="true"
  254.         />
  255.         <text
  256.             id="RestoreText" 
  257.             left="JScript:g_GeneralLeftBase+215"
  258.             top="JScript:g_GeneralTopBase+174"
  259.             foregroundColor="#1D2973"
  260.             fontSize="jscript:g_kFontSize;"
  261.             value="Restore Saved Settings"
  262.             passThrough="true"
  263.             disabledForegroundColor="gray"
  264.             enabled="fsplugin.canRestorePreferences"
  265.         />
  266.         <text fontsize="16" foregroundColor="white" fontface="Tahoma" fontstyle="normal" top="5" left="11" value="General Options" />        
  267.         <text fontsize="8" foregroundColor="white" top="JScript:g_GeneralTopBase+23" left="JScript:g_GeneralLeftBase+23" value="In Media Library" />        
  268.         <text 
  269.             fontsize="8" 
  270.             foregroundColor="white" 
  271.             top="JScript:g_GeneralTopBase+43" 
  272.             left="JScript:g_GeneralLeftBase+50" 
  273.             value="JScript:DoubleClickPlayTrue.accDescription"
  274.             onMouseOver="HoverElement(DoubleClickPlayTrue)"
  275.             onMouseOut="UnHoverElement(DoubleClickPlayTrue)"
  276.             onClick="DoubleClickPlayTrue_onClick()"
  277.         />        
  278.         <text 
  279.             fontsize="8" 
  280.             foregroundColor="white" 
  281.             top="JScript:g_GeneralTopBase+63" 
  282.             left="JScript:g_GeneralLeftBase+50" 
  283.             value="JScript:DoubleClickPlayFalse.accDescription" 
  284.             onMouseOver="HoverElement(DoubleClickPlayFalse)"
  285.             onMouseOut="UnHoverElement(DoubleClickPlayFalse)"
  286.             onClick="DoubleClickPlayFalse_onClick()"
  287.         />
  288.         
  289.         <text id="DoubleClickPlaylistText" fontsize="8" foregroundColor="white" top="JScript:g_GeneralTopBase+86" left="JScript:g_GeneralLeftBase+23" value="JScript:GetDoubleClickPlaylistText();" />
  290.  
  291.         <text 
  292.             fontsize="8" 
  293.             foregroundColor="white" 
  294.             top="JScript:g_GeneralTopBase+106" 
  295.             left="JScript:g_GeneralLeftBase+50" 
  296.             value="Add item only to the Now Playing playlist" 
  297.             onMouseOver="HoverElement(DoubleClickTakesPlaylistTrue)"
  298.             onMouseOut="UnHoverElement(DoubleClickTakesPlaylistTrue)"
  299.             onClick="DoubleClickTakesPlaylistTrue_onClick()"    
  300.         />        
  301.         <text 
  302.             fontsize="8" 
  303.             foregroundColor="white" 
  304.             top="JScript:g_GeneralTopBase+126" 
  305.             left="JScript:g_GeneralLeftBase+50" 
  306.             value="Add item and its playlist or category to the Now Playing playlist" 
  307.             onMouseOver="HoverElement(DoubleClickTakesPlaylistFalse)"
  308.             onMouseOut="UnHoverElement(DoubleClickTakesPlaylistFalse)"
  309.             onClick="DoubleClickTakesPlaylistFalse_onClick()"                
  310.         />
  311.  
  312.         <text fontsize="8" foregroundColor="white" top="JScript:g_GeneralTopBase+148" left="JScript:g_GeneralLeftBase+23" value="Reset and Restore Settings" />        
  313.  
  314.         
  315.  
  316.     </subview>
  317.     <subview id="NowPlayingView"
  318.              left="JScript:g_kMainViewLeft"
  319.              top="JScript:g_kMainViewTop"
  320.              height="JScript:g_kMainViewHeight"
  321.              width="JScript:g_kMainViewWidth"
  322.              backgroundImage="images/body.bmp"
  323.              backgroundColor="black"
  324.              visible="false"
  325.     >
  326.     
  327.             <button 
  328.                 id="EveryMouseMoveTrue"
  329.                 top="JScript:g_NowPlayingTopBase-27"
  330.                 left = "45"
  331.                 sticky="true"
  332.                 image="images/radio_unselected_up.bmp"
  333.                 downImage="images/radio_selected_up.bmp"
  334.                 hoverImage="images/radio_unselected_hover.bmp"
  335.                 hoverDownImage="images/radio_selected_hover.bmp"
  336.                 onclick="EveryMouseMoveTrue_onClick()"
  337.                 down="JScript:(fsplugin.FSControls_ShowControlsOnEveryMouseMove != 0)"
  338.                 accDescription="Show full-screen controls on every mouse move"
  339.             />    
  340.             <button 
  341.                 id="EveryMouseMoveFalse"
  342.                 top="JScript:g_NowPlayingTopBase-7"
  343.                 left = "45"
  344.                 sticky="true"
  345.                 image="images/radio_unselected_up.bmp"
  346.                 downImage="images/radio_selected_up.bmp"
  347.                 hoverImage="images/radio_unselected_hover.bmp"
  348.                 hoverDownImage="images/radio_selected_hover.bmp"
  349.                 onclick="EveryMouseMoveFalse_onClick()"
  350.                 down="JScript:(fsplugin.FSControls_ShowControlsOnEveryMouseMove == 0)"
  351.                 accDescription="Show full-screen controls only when mouse is moved to top or bottom of screen"
  352.             />    
  353.              <button
  354.                 id="ClipFullScreen"
  355.                 image="images/checkbox_unchecked_up.bmp"
  356.                 downimage="images/checkbox_checked_up.bmp"
  357.                 hoverimage="images/checkbox_unchecked_hover.bmp"
  358.                 hoverdownimage="images/checkbox_checked_hover.bmp"
  359.                 sticky="true"
  360.                 down="jscript:!fsplugin.FSControls_ClipFullScreen"
  361.                 onclick="jscript:fsplugin.FSControls_ClipFullScreen=!down"
  362.                 left="45"
  363.                 top="JScript:g_NowPlayingTopBase+15"
  364.                 accDescription="Resize video when full-screen controls are displayed"
  365.              />
  366.              
  367.  
  368.              <Slider 
  369.                 id="ControlsSlider" 
  370.                 top="JScript:g_NowPlayingTopBase+58"
  371.                 left="255"
  372.                 height="16"                
  373.                 thumbImage="images/thumb_up.bmp"
  374.                 thumbDisabledImage="images/thumb_disabled.bmp"
  375.                 thumbHoverImage="images/thumb_hover.bmp"
  376.                 backgroundimage="images/slider_enabled.bmp"
  377.                 disabledImage="images/slider_disabled.bmp"
  378.                 bordersize="6" 
  379.                 width="100"
  380.                 transparencyColor="#FF00FF"
  381.                 min="0"
  382.                 max="200"
  383.                 value="JScript:fsplugin.FSControls_ControlsTimeout-1"
  384.                 value_onchange="toolTip = GetFSToolTip(Math.round(value)/40.0); if (!event.shiftKey) fsplugin.FSControls_ControlsTimeout = Math.round(value) + 1;"
  385.                 direction="horizontal"
  386.                 accDescription="Timeout value for controls"
  387.             />
  388.             
  389.             <Slider 
  390.                 id="CursorSlider" 
  391.                 top="JScript:g_NowPlayingTopBase+76"
  392.                 left="255"
  393.                 height="16"
  394.                 thumbImage="images/thumb_up.bmp"
  395.                 thumbDisabledImage="images/thumb_disabled.bmp"
  396.                 thumbHoverImage="images/thumb_hover.bmp"
  397.                 backgroundimage="images/slider_enabled.bmp"
  398.                 disabledImage="images/slider_disabled.bmp"
  399.                 bordersize="6" width="100"
  400.                 transparencyColor="#FF00FF"
  401.                 min="0"
  402.                 max="200"
  403.                 value="JScript:fsplugin.FSControls_CursorTimeout-1"
  404.                 value_onchange="toolTip = GetCursorToolTip(Math.round(value)/40.0); if (!event.shiftKey) fsplugin.FSControls_CursorTimeout = Math.round(value)+1;"
  405.                 direction="horizontal"
  406.                 accDescription="Timeout value for cursor"
  407.             />
  408.     
  409.             <button 
  410.                 id="MoveStyleHoriz"
  411.                 top="JScript:g_NowPlayingTopBase+96"
  412.                 left = "213"
  413.                 sticky="true"
  414.                 image="images/radio_unselected_up.bmp"
  415.                 downImage="images/radio_selected_up.bmp"
  416.                 hoverImage="images/radio_unselected_hover.bmp"
  417.                 hoverDownImage="images/radio_selected_hover.bmp"
  418.                 onclick="MoveStyleHoriz_onClick()"
  419.                 down="JScript:(fsplugin.FSControls_MoveStyle == 0)"
  420.                 accDescription="Make controls transition horizontally"
  421.             />    
  422.             <button 
  423.                 id="MoveStyleVert"
  424.                 top="JScript:g_NowPlayingTopBase+96"
  425.                 left = "320"
  426.                 sticky="true"
  427.                 image="images/radio_unselected_up.bmp"
  428.                 downImage="images/radio_selected_up.bmp"
  429.                 hoverImage="images/radio_unselected_hover.bmp"
  430.                 hoverDownImage="images/radio_selected_hover.bmp"
  431.                 onclick="MoveStyleVert_onClick()"
  432.                 down="JScript:(fsplugin.FSControls_MoveStyle != 0)"
  433.                 accDescription="Make controls transition vertically"
  434.             />                
  435.               <Slider 
  436.                 id="MovementSlider" 
  437.                 top="JScript:g_NowPlayingTopBase+118"
  438.                 left="259"
  439.                 thumbImage="images/thumb_up.bmp"
  440.                 thumbHoverImage="images/thumb_hover.bmp"                
  441.                 backgroundImage ="images/slider_enabled.bmp"
  442.                 bordersize="6" 
  443.                 width="100"
  444.                 height="16"
  445.                 transparencyColor="#FF00FF"
  446.                 min="0.3"
  447.                 max="2"
  448.                 value="JScript:fsplugin.FSControls_MoveSpeed"
  449.                 ondragbegin=""
  450.                 value_onchange="if (!event.shiftKey) fsplugin.FSControls_MoveSpeed = value;"
  451.                 direction="horizontal"
  452.                 accDescription = "Transition speed of controls"
  453.             />            
  454.  
  455.             
  456.             <text fontsize="16" foregroundColor="white" fontface="Tahoma" top="JScript:g_CDTopBase-25" left="11" value="Full-Screen Options" />        
  457.  
  458.  
  459.             <text fontsize="8" foregroundColor="white" top="JScript:g_NowPlayingTopBase-45" left="38" value="Show full-screen controls" />
  460.  
  461.  
  462.             <text fontsize="8" foregroundColor="white" top="JScript:g_NowPlayingTopBase+38" left="38" value="Timeout Settings" />
  463.  
  464.             <text 
  465.                 fontsize="8" 
  466.                 foregroundColor="white" 
  467.                 top="JScript:g_NowPlayingTopBase-25" 
  468.                 left="65" 
  469.                 value="Every time the mouse pointer moves" 
  470.                 onMouseOver="HoverElement(EveryMouseMoveTrue)"
  471.                 onMouseOut="UnHoverElement(EveryMouseMoveTrue)"
  472.                 onClick="EveryMouseMoveTrue_onClick()"
  473.             />
  474.  
  475.             <text 
  476.                 fontsize="8" 
  477.                 foregroundColor="white" 
  478.                 top="JScript:g_NowPlayingTopBase-5" 
  479.                 left="65" 
  480.                 value="Only when the mouse pointer is at the top or bottom of the screen" 
  481.                 onMouseOver="HoverElement(EveryMouseMoveFalse)"
  482.                 onMouseOut="UnHoverElement(EveryMouseMoveFalse)"
  483.                 onClick="EveryMouseMoveFalse_onClick()"
  484.             />
  485.  
  486.  
  487.          
  488.             <text fontsize="8" foregroundColor="white" top="JScript:ControlsSlider.top" left="JScript:ControlsSlider.left-40" value="Shorter" />
  489.             <text fontsize="8" foregroundColor="white" top="JScript:CursorSlider.top" left="JScript:CursorSlider.left-40" value="Shorter" />
  490.             <text fontsize="8" foregroundColor="white" top="JScript:MovementSlider.top" left="JScript:MovementSlider.left-44" value="Slower" />
  491.             
  492.             <text fontsize="8" foregroundColor="white" top="JScript:ControlsSlider.top" left="JScript:ControlsSlider.left+ControlsSlider.width + 5" value="Longer" />
  493.             <text fontsize="8" foregroundColor="white" top="JScript:CursorSlider.top" left="JScript:CursorSlider.left+CursorSlider.width + 5" value="Longer" />
  494.             <text fontsize="8" foregroundColor="white" top="JScript:MovementSlider.top" left="JScript:MovementSlider.left+MovementSlider.width + 15" value="Faster" />
  495.  
  496.             <text fontsize="8" foregroundColor="white" top="JScript:g_NowPlayingTopBase+58" left="45" value="Time until controls are hidden:" />
  497.             <text fontsize="8" foregroundColor="white" top="JScript:g_NowPlayingTopBase+76" left="45" value="Time until mouse pointer is hidden:" />
  498.             <text fontsize="8" foregroundColor="white" top="JScript:g_NowPlayingTopBase+98" left="38" value="Transition style:" />
  499.             <text fontsize="8" foregroundColor="white" top="JScript:g_NowPlayingTopBase+118" left="38" value="Transition speed:" />
  500.  
  501.         
  502.             <text
  503.                 fontsize="8" 
  504.                 foregroundColor="white" 
  505.                 top="JScript:ClipFullScreen.top" 
  506.                 left="JScript:ClipFullScreen.left + 20" 
  507.                 value="JScript:ClipFullScreen.accDescription" 
  508.                 onMouseOver="HoverElement(ClipFullScreen)"
  509.                 onMouseOut="UnHoverElement(ClipFullScreen)"
  510.                 onClick="jscript:ClipFullScreen.down=!ClipFullScreen.down;fsplugin.FSControls_ClipFullScreen=!ClipFullScreen.down"
  511.             />
  512.  
  513.             <text 
  514.                 fontsize="8" 
  515.                 foregroundColor="white" 
  516.                 top="JScript:MoveStyleHoriz.top+2" 
  517.                 left="JScript:MoveStyleHoriz.left+20" 
  518.                 value="Horizontal" 
  519.                 onMouseOver="HoverElement(MoveStyleHoriz)"
  520.                 onMouseOut="UnHoverElement(MoveStyleHoriz)"
  521.                 onClick="MoveStyleHoriz_onClick()"
  522.             />
  523.  
  524.             <text 
  525.                 fontsize="8" 
  526.                 foregroundColor="white" 
  527.                 top="JScript:MoveStyleVert.top+2" 
  528.                 left="JScript:MoveStyleVert.left+20" 
  529.                 value="Vertical" 
  530.                 onMouseOver="HoverElement(MoveStyleVert)"
  531.                 onMouseOut="UnHoverElement(MoveStyleVert)"
  532.                 onClick="MoveStyleVert_onClick()"
  533.             />
  534.  
  535.  
  536.     </subview>
  537.  
  538.     <subview id="CDView"
  539.              left="JScript:g_kMainViewLeft"
  540.              top="JScript:g_kMainViewTop"
  541.              height="JScript:g_kMainViewHeight"
  542.              width="JScript:g_kMainViewWidth"
  543.              backgroundImage="images/body.bmp"
  544.              backgroundcolor="black"
  545.              visible="false"
  546.     >
  547.         
  548.             <button
  549.                 id="FileSeparatorButton" 
  550.                 top="JScript:g_CDTopBase+50" 
  551.                 left="45"
  552.                 image="images/pushbutton_up.bmp"
  553.                 downImage="images/pushbutton_down.bmp"
  554.                 hoverImage="images/pushbutton_hover.bmp"
  555.                 disabledImage="images/pushbutton_disabled.bmp"
  556.                 onclick="ModalMessage('separator')"
  557.                 accDescription="Change File Separator"
  558.             />
  559.             <text
  560.                 id="FileSeparatorChange" 
  561.                 top="JScript:g_CDTopBase+55" 
  562.                 left="102"
  563.                 foregroundColor="#1D2973"
  564.                 fontSize="8"
  565.                 passThrough="true"
  566.                 value="Change"
  567.             />
  568.              <button
  569.                 id="CDAutoPlay"
  570.                 image="images/checkbox_unchecked_up.bmp"
  571.                 downimage="images/checkbox_checked_up.bmp"
  572.                 hoverimage="images/checkbox_unchecked_hover.bmp"
  573.                 hoverdownimage="images/checkbox_checked_hover.bmp"
  574.                 sticky="true"
  575.  
  576.                 down="JScript:fsplugin.CDAutoPlay"
  577.                 onclick="JScript:fsplugin.CDAutoPlay=down"
  578.                 left="45"
  579.                 
  580.                 top="JScript:g_CDTopBase+84"
  581.                 accDescription="Automatically play inserted CDs when Windows Media Player is running and no other content is playing"
  582.              />
  583.             <button
  584.                 id="NormalizeAudio"
  585.                 image="images/checkbox_unchecked_up.bmp"
  586.                 downimage="images/checkbox_checked_up.bmp"
  587.                 hoverimage="images/checkbox_unchecked_hover.bmp"
  588.                 hoverdownimage="images/checkbox_checked_hover.bmp"
  589.                 disabledImage="images/checkbox_checked_disabled.bmp"
  590.                 sticky="true"
  591.                 down="jscript:fsplugin.NormalizeAudio"
  592.                 onclick="jscript:fsplugin.NormalizeAudio=down"
  593.                 left="45"
  594.                 top="JScript:g_CDTopBase+116"
  595.                 visible="JScript:fsplugin.isWindowsXP"
  596.                 accDescription="Automatically level the volume of files when copying to an audio CD*"
  597.              />
  598.             <text
  599.                 id="FileSeparator" 
  600.                 left="166"
  601.                 fontstyle="bold"
  602.                 top="JScript:g_CDTopBase+28"
  603.                 foregroundColor="white"
  604.                 fontSize="8"
  605.                 value="JScript:ConvertSpaces(fsplugin.CDRecordFileSeparator)"
  606.                 cursor="hand"
  607.                 toolTip=""
  608.             />
  609.  
  610.             <text fontsize="16" foregroundColor="white" fontface="Tahoma" top="JScript:g_CDTopBase-25" left="11" value="CD Options" />        
  611.             <text fontsize="8" foregroundColor="white" top="JScript:g_CDTopBase+28" left="45" value="File Name Separator:" />
  612.             
  613.             
  614.             <text 
  615.                 fontsize="8" 
  616.                 foregroundColor="white" 
  617.                 top="JScript:CDAutoPlay.top" 
  618.                 left="63" 
  619.                 width="350"
  620.                 height="120"
  621.                 wordwrap="true"
  622.                 toolTip=""
  623.                 value="JScript:CDAutoPlay.accDescription"
  624.                 onMouseOver="HoverElement(CDAutoPlay)"
  625.                 onMouseOut="UnHoverElement(CDAutoPlay)"
  626.                 onClick="JScript:CDAutoPlay.down=!CDAutoPlay.down;fsplugin.CDAutoPlay=CDAutoPlay.down"
  627.             />
  628.         
  629.             <text 
  630.                 id="NormalizeText"
  631.                 fontsize="8" 
  632.                 foregroundColor="white" 
  633.                 top="JScript:NormalizeAudio.top" 
  634.                 left="63" 
  635.                 visible="JScript:fsplugin.isWindowsXP" 
  636.                 value="JScript:NormalizeAudio.accDescription" 
  637.                 onMouseOver="HoverElement(NormalizeAudio)"
  638.                 onMouseOut="UnHoverElement(NormalizeAudio)"
  639.                 onClick="JScript:NormalizeAudio.down=!NormalizeAudio.down;fsplugin.NormalizeAudio=NormalizeAudio.down"
  640.             />
  641.             
  642.             <text fontsize="8" id="NormalizeExtraText" toolTip="" wordwrap="true" width="340" height="120" foregroundColor="white" top="JScript:NormalizeAudio.top+19" left="63" visible="JScript:fsplugin.isWindowsXP" value="*If you clear this check box and then attach another CD recorder drive later, you must clear this check box again for your change to apply to the new drive." />
  643.  
  644.             <text fontsize="8" foregroundColor="white" top="JScript:g_CDTopBase+7" left="38" value="Copy from CD" />
  645.         
  646.     </subview>
  647.     
  648.     <subview id="ModalView"
  649.              left="JScript:g_kMainViewLeft"
  650.              top="JScript:g_kMainViewTop"
  651.              height="JScript:g_kMainViewHeight"
  652.              width="JScript:g_kMainViewWidth"
  653.              backgroundImage="images/body.bmp"
  654.              visible="false"
  655.     >
  656.     
  657.     <button id="ModalImage" visible="false" image="images/warning.bmp" top="2" left="38" transparencyColor="#FF00FF" />
  658.     <text id="ModalTitle" fontsize="16" foregroundColor="white" fontface="Tahoma" fontstyle="normal" top="5" left="11" value="" />    
  659.  
  660.     <text width="359" toolTip="" height="120" id="ModalText" fontsize="8" foregroundColor="white" top="38" left="38" value="" wordwrap="true" />
  661.  
  662.     <text width="359"  toolTip="" height="120" id="ModalWarning" fontsize="8" fontstyle="bold" foregroundColor="white" top="108" left="38" value="" wordwrap="true" />
  663.  
  664.     <text fontsize="8" foregroundColor="white" top="128" left="38" id="ModalFSText" value="File name separator:" visible="true" />
  665.     
  666.              <editbox 
  667.                 id="FileSeparatorEdit"
  668.                 fontSize="8" 
  669.                 fontstyle="bold"
  670.                 width="70" 
  671.                 height="18" 
  672.                 backgroundColor="white"
  673.                 foregroundColor="#1D2973"
  674.                 top="126" 
  675.                 left="150" 
  676.                 value="JScript:fsplugin.CDRecordFileSeparator"
  677.                 textlimit="5"
  678.                 wordWrap="false"
  679.                 visible="true"
  680.                 accDescription="Filename separator"
  681.             />
  682.  
  683.             
  684.             <button
  685.                 id="OKButton" 
  686.                 top="184" 
  687.                 left="83"
  688.                 image="images/pushbutton_up.bmp"
  689.                 downImage="images/pushbutton_down.bmp"
  690.                 hoverImage="images/pushbutton_hover.bmp"
  691.                 disabledImage="images/pushbutton_disabled.bmp"
  692.                 onclick="ExitModal(true);"
  693.                 accDescription="OK"
  694.             />    
  695.             
  696.             <button
  697.                 id="CancelButton" 
  698.                 top="184" 
  699.                 left="249"
  700.                 image="images/pushbutton_up.bmp"
  701.                 downImage="images/pushbutton_down.bmp"
  702.                 hoverImage="images/pushbutton_hover.bmp"
  703.                 disabledImage="images/pushbutton_disabled.bmp"
  704.                 onclick="ExitModal(false);"
  705.                 accDescription="Cancel"
  706.             />    
  707.             <text
  708.             id="OK" 
  709.             left="108"
  710.             top="199"
  711.             foregroundColor="#1D2973"
  712.             fontSize="8"
  713.             value="OK"
  714.             passThrough="true"
  715.             />
  716.             
  717.             <text
  718.                 id="Cancel" 
  719.                 left="305"
  720.                 top="199"
  721.                 foregroundColor="#1D2973"
  722.                 fontSize="8"
  723.                 value="Cancel"
  724.                 passThrough="true"
  725.             />
  726.     
  727.     </subview>
  728.  
  729.  
  730.  
  731.  
  732. </view>
  733.  
  734. </theme>
  735.  
  736.