home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Software / Topware / winmedpl / mpbonus_full.exe / wmpskin.cab / DigitalDJ.wmz / dj.wms < prev    next >
Encoding:
Text File  |  2000-07-13  |  104.6 KB  |  2,641 lines

  1. <!-- 
  2. //****************************************************************
  3. // ⌐2000 Microsoft Corporation. All rights reserved.
  4. //****************************************************************
  5. -->
  6.  
  7. <theme          title="DigitalDJ"
  8.                 author="Microsoft Corporation"
  9.                 copyright="⌐2000 Microsoft Corporation. All rights reserved."
  10.                 >
  11.  
  12.  
  13. <!-- 
  14. //****************************************************************
  15. // The view selection Skin
  16. //****************************************************************
  17. -->
  18.  
  19. <view           scriptfile="auto.js"
  20.                 titlebar="false"
  21.                 resizable="false"
  22.                 backgroundImage="preview.bmp"
  23.                 clippingColor="auto"
  24.                 onload="AutoLoad();"
  25.                 >
  26. </view>
  27.  
  28. <!-- 
  29. //****************************************************************
  30. // The full sized DigitalDJ Skin
  31. //****************************************************************
  32. -->
  33.  
  34. <view           id="DigitalDJ"
  35.                 scriptfile="dj.js;query.js;listbox.js;edit.js;checkbox.js"
  36.                 title="DigitalDJ"
  37.                 width="jscript:(theme.loadPreference( 'WD' ) == '--') ? 640 : theme.loadPreference( 'WD' )"
  38.                 height="jscript:(theme.loadPreference( 'HT' ) == '--') ? 458 : theme.loadPreference( 'HT' )"
  39.                 minWidth="640"
  40.                 minHeight="458"
  41.                 backgroundColor="black"
  42.                 height_onchange="onHeightChange();"
  43.                 width_onchange="onWidthChange();"
  44.                 onload="initDJ();"
  45.                 onclose="saveState();"
  46.                 ontimer="checkPlaylistCount();"
  47.                 >
  48.  
  49. <!-- The attributes tab -->
  50. <subview        id="attributes_tab_sv"
  51.                 height="32"
  52.                 width="89"
  53.                 backgroundColor="#7DC622"
  54.                 zIndex="1"
  55.                 >
  56.     <!-- Border -->
  57.     <button         enabled="false"
  58.                     image="AUTODJ_fade_green_tl.bmp"
  59.                     >
  60.     </button>
  61.     <button         enabled="false"
  62.                     top="11"
  63.                     image="AUTODJ_fade_green_lt.bmp"
  64.                     >
  65.     </button>
  66.     <button         enabled="false"
  67.                     left="84"
  68.                     image="AUTODJ_fade_green_tmr.bmp"
  69.                     horizontalAlignment="right"
  70.                     >
  71.     </button>
  72.  
  73.     <text           id="attributes_tab_text"           
  74.                     left="5"
  75.                     width="jscript:attributes_tab_sv.width - 5"
  76.                     top="13"
  77.                     horizontalAlignment="stretch"
  78.                     justification="center"
  79.                     fontSize="8"
  80.                     fontStyle="bold"
  81.                     foregroundColor="black"
  82.                     disabledForegroundColor="white"
  83.                     enabled="false"
  84.                     value="Attributes"
  85.                     >
  86.     </text>                    
  87.     <button         id="attributes_focus_button"
  88.                     top="1"
  89.                     left="1"         
  90.                     width="jscript:attributes_tab_sv.width - 2"
  91.                     height="jscript:attributes_tab_sv.height - 2"
  92.                     enabled="false"
  93.                     horizontalAlignment="stretch"
  94.                     onclick="switchToTab( 0, 500 );"
  95.                     >
  96.     </button>
  97. </subview>
  98.  
  99.  
  100. <!-- The playlists tab -->
  101. <subview        id="playlists_tab_sv"
  102.                 left="jscript:attributes_tab_sv.width"
  103.                 height="32"
  104.                 width="84"
  105.                 backgroundColor="#FF3C00"
  106.                 zIndex="1"
  107.                 >
  108.     <!-- Border -->
  109.     <button         enabled="false"
  110.                     image="AUTODJ_fade_red_tm.bmp"
  111.                     >
  112.     </button>
  113.     <button         left="79"
  114.                     enabled="false"
  115.                     image="AUTODJ_fade_red_tmr.bmp"
  116.                     horizontalAlignment="right"
  117.                     >
  118.     </button>
  119.     <button         enabled="false"
  120.                     top="11"
  121.                     image="AUTODJ_fade_red_tml.bmp"
  122.                     >
  123.     </button>
  124.  
  125.     <text           id="playlists_tab_text"
  126.                     width="jscript:playlists_tab_sv.width"
  127.                     top="13"
  128.                     horizontalAlignment="stretch"
  129.                     justification="center"
  130.                     fontSize="8"
  131.                     fontStyle="bold"
  132.                     foregroundColor="black"
  133.                     disabledForegroundColor="white"
  134.                     value="Playlists"
  135.                     >
  136.     </text>                    
  137.     <button         id="playlists_focus_button"
  138.                     top="1"
  139.                     left="1"         
  140.                     width="jscript:playlists_tab_sv.width - 2"
  141.                     height="jscript:playlists_tab_sv.height - 2"
  142.                     cursor="hand"
  143.                     horizontalAlignment="stretch"
  144.                     onclick="switchToTab( 1, 500 );"
  145.                     >
  146.     </button>
  147. </subview>
  148.  
  149.  
  150. <!-- The advanced tab -->
  151. <subview        id="advanced_tab_sv"
  152.                 left="jscript:playlists_tab_sv.left + playlists_tab_sv.width"
  153.                 height="32"
  154.                 width="82"
  155.                 backgroundColor="#3F8EC6"
  156.                 zIndex="1"
  157.                 >
  158.     <!-- Border -->
  159.     <button         enabled="false"
  160.                     image="AUTODJ_fade_blue_tr.bmp"
  161.                     >
  162.     </button>
  163.     <button         enabled="false"
  164.                     top="11"
  165.                     image="AUTODJ_fade_blue_tm.bmp"
  166.                     >                    
  167.     </button>
  168.  
  169.     <text           id="advanced_tab_text"
  170.                     width="jscript:advanced_tab_sv.width"
  171.                     top="13"
  172.                     horizontalAlignment="stretch"
  173.                     justification="center"
  174.                     fontSize="8"
  175.                     fontStyle="bold"
  176.                     foregroundColor="black"
  177.                     disabledForegroundColor="white"
  178.                     value="Advanced"
  179.                     >
  180.     </text>                    
  181.     <button         id="advanced_focus_button"
  182.                     top="1"
  183.                     left="1"         
  184.                     width="jscript:advanced_tab_sv.width - 2"
  185.                     height="jscript:advanced_tab_sv.height - 2"
  186.                     cursor="hand"
  187.                     horizontalAlignment="stretch"
  188.                     onclick="switchToTab( 2, 500 );"
  189.                     >
  190.     </button>
  191. </subview>
  192.  
  193.  
  194.  
  195.  
  196. <!-- The genre selection view -->
  197. <subview        id="genre_sv"
  198.                 top="32"
  199.                 width="255"
  200.                 height="140"
  201.                 backgroundColor="#7DC622"
  202.                 >
  203.  
  204.     <!-- Border -->
  205.     <button         enabled="false"
  206.                     image="AUTODJ_fade_green_lb.bmp"
  207.                     >
  208.     </button>
  209.     <button         id="green_edging"
  210.                     enabled="false"
  211.                     image="AUTODJ_fade_green_tr.bmp"
  212.                     left="84"
  213.                     >
  214.     </button>
  215.     <button         enabled="false"
  216.                     image="AUTODJ_fade_green_div_bot.bmp"
  217.                     horizontalAlignment="right"
  218.                     verticalAlignment="bottom"
  219.                     top="jscript:genre_sv.height - 5"
  220.                     left="jscript:genre_sv.width - 245"
  221.                     >
  222.     </button>
  223.     <button         enabled="false"
  224.                     image="AUTODJ_fade_green_ll.bmp"
  225.                     verticalAlignment="bottom"
  226.                     top="jscript:genre_sv.height - 5"
  227.                     >
  228.     </button>
  229.     <button         enabled="false"
  230.                     image="AUTODJ_fade_green_br.bmp"
  231.                     verticalAlignment="bottom"
  232.                     horizontalAlignment="right"
  233.                     top="jscript:genre_sv.height - 130"
  234.                     left="jscript:genre_sv.width - 4"
  235.                     >
  236.     </button>
  237.  
  238.  
  239.     <text           top="7" 
  240.                     left="15"
  241.                     fontStyle="bold"
  242.                     fontSize="8"
  243.                     value="Genre:"
  244.                     foregroundColor="white"
  245.                     >
  246.     </text>                    
  247.  
  248.     <!-- Genre Listbox -->
  249.     <subview        top="24"
  250.                     left="15"
  251.                     width="150"
  252.                     height="105"        
  253.                     backgroundColor="black"
  254.                     id="genre_lb_sv"
  255.                     horizontalAlignment="stretch"
  256.                     verticalAlignment="stretch"
  257.                     height_onchange="if (LB_genre) LB_genre.onHeightChangeLB();"
  258.                     >
  259.         <subview        id="genre_lb_clip_sv"
  260.                         width="jscript:genre_lb_sv.width - 16"
  261.                         horizontalAlignment="stretch"
  262.                         backgroundColor="white"
  263.                         >
  264.             <text           id="genre_lb_clip_text"
  265.                             left="4"
  266.                             fontsize="8"
  267.                             tooltip=""
  268.                             >
  269.             </text>                    
  270.             <button         id="genre_lb_focus_button"
  271.                             top="1"
  272.                             left="1"
  273.                             width="jscript:genre_lb_sv.width - 14"
  274.                             horizontalAlignment="stretch"
  275.                             onkeydown="LB_genre.onKeyDownLB();"
  276.                             >
  277.             </button>
  278.         </subview>
  279.         <text           id="genre_lb_text"
  280.                         left="4"
  281.                         width="jscript:genre_lb_sv.width - 20"
  282.                         horizontalAlignment="stretch"
  283.                         foregroundColor="white"
  284.                         backgroundColor="jscript:genre_lb_sv.backgroundColor"
  285.                         fontsize="8"
  286.                         tooltip=""
  287.                         onmousedown="LB_genre.onTextMouseDownLB();"
  288.                         >
  289.         </text>
  290.         <button         id="genre_lb_scrollup_button"
  291.                         left="jscript:genre_lb_sv.width - 16"
  292.                         horizontalAlignment="right"
  293.                         image="slideup.bmp"
  294.                         downimage="slideup_down.bmp"
  295.                         onmousedown="LB_genre.onScrollUpMouseDownLB();"
  296.                         ondblclick="LB_genre.onScrollUpMouseDownLB();"
  297.                         onendmove="LB_genre.onScrollUpEndMoveLB();"
  298.                         onmousemove="LB_genre.onScrollUpMouseMoveLB();"
  299.                         onmouseup="LB_genre.onScrollUpMouseUpLB();"
  300.                         >
  301.         </button>
  302.         <text           id="genre_lb_scrollbacking_text"
  303.                         top="16"
  304.                         left="jscript:genre_lb_sv.width - 16"
  305.                         height="jscript:genre_lb_sv.height - 32"
  306.                         width="16"
  307.                         horizontalAlignment="right"
  308.                         verticalAlignment="stretch"
  309.                         backgroundColor="scrollbar"
  310.                         >
  311.         </text>
  312.         <button         id="genre_lb_scrollbacking_button"
  313.                         top="16"
  314.                         left="jscript:genre_lb_sv.width - 16"
  315.                         height="jscript:genre_lb_sv.height - 32"
  316.                         width="16"
  317.                         horizontalAlignment="right"
  318.                         verticalAlignment="stretch"
  319.                         onmousedown="LB_genre.onScrollBackMouseDownLB();"
  320.                         ondblclick="LB_genre.onScrollBackMouseDownLB();"
  321.                         onendmove="LB_genre.onScrollBackEndMoveLB();"
  322.                         onmousemove="LB_genre.onScrollBackMouseMoveLB();"
  323.                         onmouseup="LB_genre.onScrollBackMouseUpLB();"
  324.                         >
  325.         </button>
  326.         <button         id="genre_lb_scroll_button"
  327.                         top="16"
  328.                         left="jscript:genre_lb_sv.width - 16"
  329.                         horizontalAlignment="right"
  330.                         image="slidebar.bmp"
  331.                         onmousedown="LB_genre.onBeginDragLB();"
  332.                         onmousemove="LB_genre.onDragScrollbarLB();"
  333.                         >
  334.         </button>
  335.         <button         id="genre_lb_scrolldown_button"
  336.                         top="jscript:genre_lb_sv.height - 16"
  337.                         left="jscript:genre_lb_sv.width - 16"
  338.                         horizontalAlignment="right"
  339.                         verticalAlignment="bottom"
  340.                         image="slidedown.bmp"
  341.                         downimage="slidedown_down.bmp"
  342.                         onmousedown="LB_genre.onScrollDownMouseDownLB();"
  343.                         ondblclick="LB_genre.onScrollDownMouseDownLB();"
  344.                         onendmove="LB_genre.onScrollDownEndMoveLB();"
  345.                         onmousemove="LB_genre.onScrollDownMouseMoveLB();"
  346.                         onmouseup="LB_genre.onScrollDownMouseUpLB();"
  347.                         >
  348.         </button>
  349.     </subview>
  350.  
  351.     <button         id="genre_include_button"
  352.                     left="170"
  353.                     width="73"
  354.                     top="24"
  355.                     cursor="hand"
  356.                     horizontalAlignment="right"
  357.                     onclick="includeGenre();"
  358.                     >
  359.     </button>
  360.     <text           id="genre_include_text"
  361.                     passthrough="true"
  362.                     left="175"
  363.                     top="24"
  364.                     fontStyle="bold"
  365.                     fontSize="8"
  366.                     foregroundColor="white"
  367.                     cursor="hand"
  368.                     value="Include"
  369.                     horizontalAlignment="right"
  370.                     >
  371.     </text>
  372.     
  373.     <button         id="genre_exclude_button"
  374.                     left="170"
  375.                     width="73"
  376.                     top="jscript:genre_include_button.top + 15"
  377.                     cursor="hand"
  378.                     horizontalAlignment="right"
  379.                     onclick="excludeGenre();"
  380.                     >
  381.     </button>
  382.     <text           id="genre_exclude_text"
  383.                     passthrough="true"
  384.                     left="jscript:genre_include_text.left"
  385.                     top="jscript:genre_include_text.top + 15"
  386.                     fontStyle="bold"
  387.                     fontSize="8"
  388.                     foregroundColor="white"
  389.                     cursor="hand"
  390.                     value="Exclude"
  391.                     horizontalAlignment="right"
  392.                     >
  393.     </text>                    
  394. </subview>
  395.  
  396.  
  397. <!-- The artist selection view -->
  398. <subview        id="artist_sv"
  399.                 top="jscript:genre_sv.top + genre_sv.height"
  400.                 width="255"
  401.                 height="140"
  402.                 backgroundColor="#7DC622"
  403.                 >
  404.  
  405.     <!-- Border -->
  406.     <button         enabled="false"
  407.                     image="AUTODJ_fade_green_bl.bmp"
  408.                     top="5"
  409.                     >
  410.     </button>
  411.     <button         enabled="false"
  412.                     image="AUTODJ_fade_green_div_top.bmp"
  413.                     >
  414.     </button>
  415.     <button         enabled="false"
  416.                     image="AUTODJ_fade_green_div_bot.bmp"
  417.                     horizontalAlignment="right"
  418.                     verticalAlignment="bottom"
  419.                     top="jscript:artist_sv.height - 5"
  420.                     left="jscript:artist_sv.width - 245"
  421.                     >
  422.     </button>
  423.     <button         enabled="false"
  424.                     image="AUTODJ_fade_green_ll.bmp"
  425.                     verticalAlignment="bottom"
  426.                     top="jscript:artist_sv.height - 5"
  427.                     >
  428.     </button>
  429.     <button         enabled="false"
  430.                     image="AUTODJ_fade_green_br.bmp"
  431.                     verticalAlignment="bottom"
  432.                     horizontalAlignment="right"
  433.                     top="jscript:artist_sv.height - 130"
  434.                     left="jscript:artist_sv.width - 4"
  435.                     >
  436.     </button>
  437.  
  438.  
  439.     <text           top="7" left="15"
  440.                     fontStyle="bold"
  441.                     fontSize="8"
  442.                     value="Artist:"
  443.                     foregroundColor="white"
  444.                     >
  445.     </text>
  446.  
  447.     <!-- Artist Listbox -->
  448.     <subview        top="24"
  449.                     left="15"
  450.                     width="150"
  451.                     height="105"        
  452.                     backgroundColor="black"
  453.                     id="artist_lb_sv"
  454.                     horizontalAlignment="stretch"
  455.                     verticalAlignment="stretch"
  456.                     height_onchange="if (LB_artist) LB_artist.onHeightChangeLB();"
  457.                     >
  458.         <subview        id="artist_lb_clip_sv"
  459.                         width="jscript:artist_lb_sv.width - 16"
  460.                         horizontalAlignment="stretch"
  461.                         backgroundColor="white"
  462.                         >
  463.             <text           id="artist_lb_clip_text"
  464.                             left="4"
  465.                             fontsize="8"
  466.                             tooltip=""
  467.                             >
  468.             </text>                    
  469.             <button         id="artist_lb_focus_button"
  470.                             top="1"
  471.                             left="1"
  472.                             width="jscript:artist_lb_sv.width - 14"
  473.                             horizontalAlignment="stretch"
  474.                             onkeydown="LB_artist.onKeyDownLB();"
  475.                             >
  476.             </button>
  477.         </subview>
  478.         <text           id="artist_lb_text"
  479.                         left="4"
  480.                         width="jscript:artist_lb_sv.width - 20"
  481.                         horizontalAlignment="stretch"
  482.                         foregroundColor="white"
  483.                         backgroundColor="jscript:artist_lb_sv.backgroundColor"
  484.                         fontsize="8"
  485.                         tooltip=""
  486.                         onmousedown="LB_artist.onTextMouseDownLB();"
  487.                         >
  488.         </text>
  489.         <button         id="artist_lb_scrollup_button"
  490.                         left="jscript:artist_lb_sv.width - 16"
  491.                         horizontalAlignment="right"
  492.                         image="slideup.bmp"
  493.                         downimage="slideup_down.bmp"
  494.                         onmousedown="LB_artist.onScrollUpMouseDownLB();"
  495.                         ondblclick="LB_artist.onScrollUpMouseDownLB();"
  496.                         onendmove="LB_artist.onScrollUpEndMoveLB();"
  497.                         onmousemove="LB_artist.onScrollUpMouseMoveLB();"
  498.                         onmouseup="LB_artist.onScrollUpMouseUpLB();"
  499.                         >
  500.         </button>
  501.         <text           id="artist_lb_scrollbacking_text"
  502.                         top="16"
  503.                         left="jscript:artist_lb_sv.width - 16"
  504.                         height="jscript:artist_lb_sv.height - 32"
  505.                         width="16"
  506.                         horizontalAlignment="right"
  507.                         verticalAlignment="stretch"
  508.                         backgroundColor="scrollbar"
  509.                         >
  510.         </text>                    
  511.         <button         id="artist_lb_scrollbacking_button"
  512.                         top="16"
  513.                         left="jscript:artist_lb_sv.width - 16"
  514.                         height="jscript:artist_lb_sv.height - 32"
  515.                         width="16"
  516.                         horizontalAlignment="right"
  517.                         verticalAlignment="stretch"
  518.                         onmousedown="LB_artist.onScrollBackMouseDownLB();"
  519.                         ondblclick="LB_artist.onScrollBackMouseDownLB();"
  520.                         onendmove="LB_artist.onScrollBackEndMoveLB();"
  521.                         onmousemove="LB_artist.onScrollBackMouseMoveLB();"
  522.                         onmouseup="LB_artist.onScrollBackMouseUpLB();"
  523.                         >
  524.         </button>
  525.         <button         id="artist_lb_scroll_button"
  526.                         top="16"
  527.                         left="jscript:artist_lb_sv.width - 16"
  528.                         horizontalAlignment="right"
  529.                         image="slidebar.bmp"
  530.                         onmousedown="LB_artist.onBeginDragLB();"
  531.                         onmousemove="LB_artist.onDragScrollbarLB();"
  532.                         >
  533.         </button>
  534.         <button         id="artist_lb_scrolldown_button"
  535.                         top="jscript:artist_lb_sv.height - 16"
  536.                         left="jscript:artist_lb_sv.width - 16"
  537.                         horizontalAlignment="right"
  538.                         verticalAlignment="bottom"
  539.                         image="slidedown.bmp"
  540.                         downimage="slidedown_down.bmp"
  541.                         onmousedown="LB_artist.onScrollDownMouseDownLB();"
  542.                         ondblclick="LB_artist.onScrollDownMouseDownLB();"
  543.                         onendmove="LB_artist.onScrollDownEndMoveLB();"
  544.                         onmousemove="LB_artist.onScrollDownMouseMoveLB();"
  545.                         onmouseup="LB_artist.onScrollDownMouseUpLB();"
  546.                         >
  547.         </button>
  548.     </subview>
  549.  
  550.     <button         id="artist_include_button"
  551.                     left="170"
  552.                     width="73"
  553.                     top="24"
  554.                     cursor="hand"
  555.                     horizontalAlignment="right"
  556.                     onclick="includeArtist();"
  557.                     >
  558.     </button>
  559.     <text           id="artist_include_text"
  560.                     passthrough="true"
  561.                     left="175"
  562.                     top="24"
  563.                     fontStyle="bold"
  564.                     fontSize="8"
  565.                     foregroundColor="white"
  566.                     cursor="hand"
  567.                     value="Include"
  568.                     horizontalAlignment="right"
  569.                     >
  570.     </text>                    
  571.  
  572.     <button         id="artist_exclude_button"
  573.                     left="170"
  574.                     width="73"
  575.                     top="jscript:artist_include_button.top + 15"
  576.                     cursor="hand"
  577.                     horizontalAlignment="right"
  578.                     onclick="excludeArtist();"
  579.                     >
  580.     </button>
  581.     <text           id="artist_exclude_text"
  582.                     passthrough="true"
  583.                     left="jscript:artist_include_text.left"
  584.                     top="jscript:artist_include_text.top + 15"
  585.                     fontStyle="bold"
  586.                     fontSize="8"
  587.                     foregroundColor="white"
  588.                     cursor="hand"
  589.                     value="Exclude"
  590.                     horizontalAlignment="right"
  591.                     >
  592.     </text>                    
  593. </subview>
  594.  
  595.  
  596.  
  597. <!-- The album selection view -->
  598. <subview        id="album_sv"
  599.                 top="jscript:artist_sv.top + artist_sv.height"
  600.                 width="255"
  601.                 height="146"
  602.                 backgroundColor="#7DC622"
  603.                 >
  604.  
  605.     <!-- Border -->
  606.     <button         enabled="false"
  607.                     image="AUTODJ_fade_green_bl.bmp"
  608.                     top="5"
  609.                     >
  610.     </button>
  611.     <button         enabled="false"
  612.                     image="AUTODJ_fade_green_div_top.bmp"
  613.                     >
  614.     </button>
  615.     <button         enabled="false"
  616.                     image="AUTODJ_fade_green_b.bmp"
  617.                     horizontalAlignment="right"
  618.                     verticalAlignment="bottom"
  619.                     top="jscript:album_sv.height - 11"
  620.                     left="jscript:album_sv.width - 255"
  621.                     >
  622.     </button>
  623.     <button         enabled="false"
  624.                     image="AUTODJ_fade_green_ll.bmp"
  625.                     verticalAlignment="bottom"
  626.                     top="jscript:album_sv.height - 5"
  627.                     >
  628.     </button>
  629.     <button         enabled="false"
  630.                     image="AUTODJ_fade_green_br.bmp"
  631.                     verticalAlignment="bottom"
  632.                     horizontalAlignment="right"
  633.                     top="jscript:album_sv.height - 130"
  634.                     left="jscript:album_sv.width - 4"
  635.                     >
  636.     </button>
  637.  
  638.  
  639.     <text           top="7" left="15"
  640.                     fontStyle="bold"
  641.                     fontSize="8"
  642.                     value="Album:"
  643.                     foregroundColor="white"
  644.                     >
  645.     </text>                    
  646.  
  647.     <!-- album Listbox -->
  648.     <subview        top="24"
  649.                     left="15"
  650.                     width="150"
  651.                     height="105"        
  652.                     backgroundColor="black"
  653.                     id="album_lb_sv"
  654.                     horizontalAlignment="stretch"
  655.                     verticalAlignment="stretch"
  656.                     height_onchange="if (LB_album) LB_album.onHeightChangeLB();"
  657.                     >
  658.         <subview        id="album_lb_clip_sv"
  659.                         width="jscript:album_lb_sv.width - 16"
  660.                         horizontalAlignment="stretch"
  661.                         backgroundColor="white"
  662.                         >
  663.             <text           id="album_lb_clip_text"
  664.                             left="4"
  665.                             fontsize="8"
  666.                             tooltip=""
  667.                             >
  668.             </text>
  669.             <button         id="album_lb_focus_button"
  670.                             top="1"
  671.                             left="1"
  672.                             width="jscript:album_lb_sv.width - 14"
  673.                             horizontalAlignment="stretch"
  674.                             onkeydown="LB_album.onKeyDownLB();"
  675.                             >
  676.             </button>
  677.         </subview>
  678.         <text           id="album_lb_text"
  679.                         left="4"
  680.                         width="jscript:album_lb_sv.width - 20"
  681.                         horizontalAlignment="stretch"
  682.                         foregroundColor="white"
  683.                         backgroundColor="jscript:album_lb_sv.backgroundColor"
  684.                         fontsize="8"
  685.                         tooltip=""
  686.                         onmousedown="LB_album.onTextMouseDownLB();"
  687.                         >
  688.         </text>
  689.         <button         id="album_lb_scrollup_button"
  690.                         left="jscript:album_lb_sv.width - 16"
  691.                         horizontalAlignment="right"
  692.                         image="slideup.bmp"
  693.                         downimage="slideup_down.bmp"
  694.                         onmousedown="LB_album.onScrollUpMouseDownLB();"
  695.                         ondblclick="LB_album.onScrollUpMouseDownLB();"
  696.                         onendmove="LB_album.onScrollUpEndMoveLB();"
  697.                         onmousemove="LB_album.onScrollUpMouseMoveLB();"
  698.                         onmouseup="LB_album.onScrollUpMouseUpLB();"
  699.                         >
  700.         </button>
  701.         <text           id="album_lb_scrollbacking_text"
  702.                         top="16"
  703.                         left="jscript:album_lb_sv.width - 16"
  704.                         height="jscript:album_lb_sv.height - 32"
  705.                         width="16"
  706.                         horizontalAlignment="right"
  707.                         verticalAlignment="stretch"
  708.                         backgroundColor="scrollbar"
  709.                         >
  710.         </text>
  711.         <button         id="album_lb_scrollbacking_button"
  712.                         top="16"
  713.                         left="jscript:album_lb_sv.width - 16"
  714.                         height="jscript:album_lb_sv.height - 32"
  715.                         width="16"
  716.                         horizontalAlignment="right"
  717.                         verticalAlignment="stretch"
  718.                         onmousedown="LB_album.onScrollBackMouseDownLB();"
  719.                         ondblclick="LB_album.onScrollBackMouseDownLB();"
  720.                         onendmove="LB_album.onScrollBackEndMoveLB();"
  721.                         onmousemove="LB_album.onScrollBackMouseMoveLB();"
  722.                         onmouseup="LB_album.onScrollBackMouseUpLB();"
  723.                         >
  724.         </button>
  725.         <button         id="album_lb_scroll_button"
  726.                         top="16"
  727.                         left="jscript:album_lb_sv.width - 16"
  728.                         horizontalAlignment="right"
  729.                         image="slidebar.bmp"
  730.                         onmousedown="LB_album.onBeginDragLB();"
  731.                         onmousemove="LB_album.onDragScrollbarLB();"
  732.                         >
  733.         </button>
  734.         <button         id="album_lb_scrolldown_button"
  735.                         top="jscript:album_lb_sv.height - 16"
  736.                         left="jscript:album_lb_sv.width - 16"
  737.                         horizontalAlignment="right"
  738.                         verticalAlignment="bottom"
  739.                         image="slidedown.bmp"
  740.                         downimage="slidedown_down.bmp"
  741.                         onmousedown="LB_album.onScrollDownMouseDownLB();"
  742.                         ondblclick="LB_album.onScrollDownMouseDownLB();"
  743.                         onendmove="LB_album.onScrollDownEndMoveLB();"
  744.                         onmousemove="LB_album.onScrollDownMouseMoveLB();"
  745.                         onmouseup="LB_album.onScrollDownMouseUpLB();"
  746.                         >
  747.         </button>
  748.     </subview>
  749.  
  750.     <button         id="album_include_button"
  751.                     left="170"
  752.                     width="73"
  753.                     top="24"
  754.                     cursor="hand"
  755.                     horizontalAlignment="right"
  756.                     onclick="includeAlbum();"
  757.                     >
  758.     </button>
  759.     <text           id="album_include_text"
  760.                     passthrough="true"
  761.                     left="175"
  762.                     top="24"
  763.                     fontStyle="bold"
  764.                     fontSize="8"
  765.                     foregroundColor="white"
  766.                     cursor="hand"
  767.                     value="Include"
  768.                     horizontalAlignment="right"
  769.                     >
  770.     </text>
  771.  
  772.     <button         id="album_exclude_button"
  773.                     left="170"
  774.                     width="73"
  775.                     top="jscript:album_include_button.top + 15"
  776.                     cursor="hand"
  777.                     horizontalAlignment="right"
  778.                     onclick="excludeAlbum();"
  779.                     >
  780.     </button>
  781.     <text           id="album_exclude_text"
  782.                     passthrough="true"
  783.                     left="jscript:album_include_text.left"
  784.                     top="jscript:album_include_text.top + 15"
  785.                     fontStyle="bold"
  786.                     fontSize="8"
  787.                     foregroundColor="white"
  788.                     cursor="hand"
  789.                     value="Exclude"
  790.                     horizontalAlignment="right"
  791.                     >
  792.     </text>
  793. </subview>
  794.  
  795.  
  796.  
  797. <!-- The playlists selection subview -->
  798. <subview            id="playlists_sv"
  799.                     top="32"
  800.                     width="255"
  801.                     height="jscript:view.height - 32"
  802.                     backgroundColor="#FF3C00"
  803.                     onendmove="onPlaylistsTabEndMove();"
  804.                     verticalAlignment="stretch"
  805.                     >
  806.     <!-- Border -->
  807.     <button         enabled="false"
  808.                     image="AUTODJ_fade_red_tl.bmp"
  809.                     >
  810.     </button>
  811.     <button         enabled="false"
  812.                     top="4"
  813.                     image="AUTODJ_fade_red_l.bmp"
  814.                     >
  815.     </button>
  816.     <button         id="red_edging"         
  817.                     enabled="false"
  818.                     left="168"
  819.                     image="AUTODJ_fade_red_tr.bmp"
  820.                     >
  821.     </button>
  822.     <button         enabled="false"
  823.                     left="jscript:playlists_sv.width - 4"
  824.                     top="jscript:playlists_sv.height - 425"
  825.                     horizontalAlignment="right"
  826.                     verticalAlignment="bottom"
  827.                     image="AUTODJ_fade_red_r.bmp"
  828.                     >
  829.     </button>
  830.     <button         enabled="false"
  831.                     left="jscript:playlists_sv.width - 255"
  832.                     top="jscript:playlists_sv.height - 11"
  833.                     horizontalAlignment="right"
  834.                     verticalAlignment="bottom"
  835.                     image="AUTODJ_fade_red_b.bmp"
  836.                     >
  837.     </button>
  838.  
  839.  
  840.     <text           top="7" left="15"
  841.                     fontStyle="bold"
  842.                     fontSize="8"
  843.                     value="Media Library Playlists:"
  844.                     foregroundColor="white"
  845.                     >
  846.     </text>
  847.  
  848.     <!-- Playlists Listbox -->
  849.     <subview        top="24"
  850.                     left="15"
  851.                     width="150"
  852.                     height="150"        
  853.                     backgroundColor="black"
  854.                     id="playlists_lb_sv"
  855.                     horizontalAlignment="stretch"
  856.                     height_onchange="if (LB_playlists) LB_playlists.onHeightChangeLB();"
  857.                     >
  858.         <subview        id="playlists_lb_clip_sv"
  859.                         width="jscript:playlists_lb_sv.width - 16"
  860.                         horizontalAlignment="stretch"
  861.                         backgroundColor="white"
  862.                         >
  863.             <text           id="playlists_lb_clip_text"
  864.                             left="4"
  865.                             fontsize="8"
  866.                             tooltip=""
  867.                             >
  868.             </text>
  869.             <button         id="playlists_lb_focus_button"
  870.                             top="1"
  871.                             left="1"
  872.                             width="jscript:playlists_lb_sv.width - 14"
  873.                             horizontalAlignment="stretch"
  874.                             onkeydown="LB_playlists.onKeyDownLB();"
  875.                             >
  876.             </button>
  877.         </subview>
  878.         <text           id="playlists_lb_text"
  879.                         left="4"
  880.                         width="jscript:playlists_lb_sv.width - 20"
  881.                         horizontalAlignment="stretch"
  882.                         foregroundColor="white"
  883.                         backgroundColor="jscript:playlists_lb_sv.backgroundColor"
  884.                         fontsize="8"
  885.                         tooltip=""
  886.                         onmousedown="LB_playlists.onTextMouseDownLB();"
  887.                         >
  888.         </text>
  889.         <button         id="playlists_lb_scrollup_button"
  890.                         left="jscript:playlists_lb_sv.width - 16"
  891.                         horizontalAlignment="right"
  892.                         image="slideup.bmp"
  893.                         downimage="slideup_down.bmp"
  894.                         onmousedown="LB_playlists.onScrollUpMouseDownLB();"
  895.                         ondblclick="LB_playlists.onScrollUpMouseDownLB();"
  896.                         onendmove="LB_playlists.onScrollUpEndMoveLB();"
  897.                         onmousemove="LB_playlists.onScrollUpMouseMoveLB();"
  898.                         onmouseup="LB_playlists.onScrollUpMouseUpLB();"
  899.                         >
  900.         </button>
  901.         <text           id="playlists_lb_scrollbacking_text"
  902.                         top="16"
  903.                         left="jscript:playlists_lb_sv.width - 16"
  904.                         height="jscript:playlists_lb_sv.height - 32"
  905.                         width="16"
  906.                         horizontalAlignment="right"
  907.                         verticalAlignment="stretch"
  908.                         backgroundColor="scrollbar"
  909.                         >
  910.         </text>
  911.         <button         id="playlists_lb_scrollbacking_button"
  912.                         top="16"
  913.                         left="jscript:playlists_lb_sv.width - 16"
  914.                         height="jscript:playlists_lb_sv.height - 32"
  915.                         width="16"
  916.                         horizontalAlignment="right"
  917.                         verticalAlignment="stretch"
  918.                         onmousedown="LB_playlists.onScrollBackMouseDownLB();"
  919.                         ondblclick="LB_playlists.onScrollBackMouseDownLB();"
  920.                         onendmove="LB_playlists.onScrollBackEndMoveLB();"
  921.                         onmousemove="LB_playlists.onScrollBackMouseMoveLB();"
  922.                         onmouseup="LB_playlists.onScrollBackMouseUpLB();"
  923.                         >
  924.         </button>
  925.         <button         id="playlists_lb_scroll_button"
  926.                         top="16"
  927.                         left="jscript:playlists_lb_sv.width - 16"
  928.                         horizontalAlignment="right"
  929.                         image="slidebar.bmp"
  930.                         onmousedown="LB_playlists.onBeginDragLB();"
  931.                         onmousemove="LB_playlists.onDragScrollbarLB();"
  932.                         >
  933.         </button>
  934.         <button         id="playlists_lb_scrolldown_button"
  935.                         top="jscript:playlists_lb_sv.height - 16"
  936.                         left="jscript:playlists_lb_sv.width - 16"
  937.                         horizontalAlignment="right"
  938.                         verticalAlignment="bottom"
  939.                         image="slidedown.bmp"
  940.                         downimage="slidedown_down.bmp"
  941.                         onmousedown="LB_playlists.onScrollDownMouseDownLB();"
  942.                         ondblclick="LB_playlists.onScrollDownMouseDownLB();"
  943.                         onendmove="LB_playlists.onScrollDownEndMoveLB();"
  944.                         onmousemove="LB_playlists.onScrollDownMouseMoveLB();"
  945.                         onmouseup="LB_playlists.onScrollDownMouseUpLB();"
  946.                         >
  947.         </button>
  948.     </subview>
  949.  
  950.     <button         id="playlists_include_button"
  951.                     left="170"
  952.                     width="73"
  953.                     top="24"
  954.                     cursor="hand"
  955.                     horizontalAlignment="right"
  956.                     onclick="includePlaylist();"
  957.                     >
  958.     </button>
  959.     <text           id="playlists_include_text"
  960.                     passthrough="true"
  961.                     left="175"
  962.                     top="24"
  963.                     fontStyle="bold"
  964.                     fontSize="8"
  965.                     foregroundColor="white"
  966.                     cursor="hand"
  967.                     value="Include"
  968.                     horizontalAlignment="right"
  969.                     >
  970.     </text>
  971.  
  972.     <button         id="playlists_exclude_button"
  973.                     left="170"
  974.                     width="73"
  975.                     top="jscript:playlists_include_button.top + 15"
  976.                     cursor="hand"
  977.                     horizontalAlignment="right"
  978.                     onclick="excludePlaylist();"
  979.                     >
  980.     </button>
  981.     <text           id="playlists_exclude_text"
  982.                     passthrough="true"
  983.                     left="jscript:playlists_include_text.left"
  984.                     top="jscript:playlists_include_text.top + 15"
  985.                     fontStyle="bold"
  986.                     fontSize="8"
  987.                     foregroundColor="white"
  988.                     cursor="hand"
  989.                     value="Exclude"
  990.                     horizontalAlignment="right"
  991.                     >
  992.     </text>
  993.                     
  994.     <playlist       id="preview_playlist"
  995.                     left="15"
  996.                     width="jscript:playlists_sv.width - 25"
  997.                     top="180"
  998.                     height="jscript:playlists_sv.height - top - 15"
  999.                     horizontalAlignment="stretch"
  1000.                     verticalAlignment="stretch"
  1001.                     visible="false"
  1002.                     columnsVisible="false"
  1003.                     columns="name;artist"
  1004.                     dropDownVisible="false"
  1005.                     backgroundColor="black"
  1006.                     foregroundColor="white"
  1007.                     itemPlayingColor="black"
  1008.                     itemPlayingBackgroundColor="white"
  1009.                     >
  1010.     </playlist>
  1011.     <text           left="15"
  1012.                     width="jscript:playlists_sv.width - 25"
  1013.                     top="180"
  1014.                     height="jscript:playlists_sv.height - top - 15"
  1015.                     horizontalAlignment="stretch"
  1016.                     verticalAlignment="stretch"
  1017.                     backgroundColor="black"
  1018.                     >
  1019.     </text>
  1020. </subview>
  1021.  
  1022.  
  1023. <!-- The advanced subview -->
  1024. <subview            id="advanced_sv"
  1025.                     top="32"
  1026.                     width="255"
  1027.                     height="jscript:view.height - 32"
  1028.                     backgroundColor="#3F8EC6"
  1029.                     verticalAlignment="stretch"
  1030.                     onendmove="onAdvancedTabEndMove();"
  1031.                     >
  1032.     <!-- Border -->
  1033.     <button         enabled="false"
  1034.                     image="AUTODJ_fade_blue_tl.bmp"
  1035.                     >
  1036.     </button>
  1037.     <button         enabled="false"
  1038.                     top="4"
  1039.                     image="AUTODJ_fade_blue_l.bmp"
  1040.                     >
  1041.     </button>
  1042.     <button         enabled="false"
  1043.                     top="jscript:advanced_sv.height - 11"
  1044.                     left="jscript:advanced_sv.width - 255"
  1045.                     horizontalAlignment="right"
  1046.                     verticalAlignment="bottom"
  1047.                     image="AUTODJ_fade_blue_b.bmp"
  1048.                     >
  1049.     </button>
  1050.     <button         enabled="false"         
  1051.                     top="jscript:advanced_sv.height - 457"
  1052.                     left="jscript:advanced_sv.width - 4"
  1053.                     horizontalAlignment="right"
  1054.                     verticalAlignment="bottom"
  1055.                     image="AUTODJ_fade_blue_r.bmp"
  1056.                     >
  1057.     </button>
  1058.  
  1059.     <!-- Filtering Options -->
  1060.     <text           top="7" left="15"
  1061.                     fontStyle="bold"
  1062.                     fontSize="8"
  1063.                     value="Filtering:"
  1064.                     foregroundColor="white"
  1065.                     >
  1066.     </text>
  1067.  
  1068.     <text           id="playlist_check"
  1069.                     onmousedown="CB_allow_playlists.onMouseDownCB();"
  1070.                     >
  1071.     </text>
  1072.     <text           id="playlist_check_text"
  1073.                     top="25"
  1074.                     left="35"
  1075.                     fontSize="8"
  1076.                     hoverFontStyle="underline"
  1077.                     foregroundColor="white"
  1078.                     value="Allow nested playlists (asx, m3u)"
  1079.                     tabstop="true"
  1080.                     onkeypress="CB_allow_playlists.onKeyPressCB();"
  1081.                     onmousedown="CB_allow_playlists.onMouseDownCB();"
  1082.                     >
  1083.     </text>
  1084.  
  1085.     <text           id="url_check"
  1086.                     onmousedown="CB_allow_urls.onMouseDownCB();"
  1087.                     >
  1088.     </text>
  1089.     <text           id="url_check_text"
  1090.                     top="40"
  1091.                     left="35"
  1092.                     fontSize="8"
  1093.                     hoverFontStyle="underline"
  1094.                     foregroundColor="white"
  1095.                     value="Allow URLs"
  1096.                     tabstop="true"
  1097.                     onkeypress="CB_allow_urls.onKeyPressCB();"
  1098.                     onmousedown="CB_allow_urls.onMouseDownCB();"
  1099.                     >
  1100.     </text>
  1101.  
  1102.     <text           id="blank_check"
  1103.                     onmousedown="CB_allow_blank.onMouseDownCB();"
  1104.                     >
  1105.     </text>
  1106.     <text           id="blank_check_text"
  1107.                     top="55"
  1108.                     left="35"
  1109.                     fontSize="8"
  1110.                     hoverFontStyle="underline"
  1111.                     foregroundColor="white"
  1112.                     value="Allow blank artist & album"
  1113.                     tabstop="true"
  1114.                     onkeypress="CB_allow_blank.onKeyPressCB();"
  1115.                     onmousedown="CB_allow_blank.onMouseDownCB();"
  1116.                     >
  1117.     </text>
  1118.                     
  1119.     <!-- Play Count Options -->
  1120.     <text           top="85"
  1121.                     left="15"
  1122.                     fontStyle="bold"
  1123.                     fontSize="8"
  1124.                     value="Play Count:"
  1125.                     foregroundColor="white"
  1126.                     >
  1127.     </text>
  1128.  
  1129.     <text           id="bias_check"
  1130.                     onmousedown="CB_bias.onMouseDownCB();"
  1131.                     >
  1132.     </text>
  1133.     <text           id="bias_check_text"
  1134.                     top="103"
  1135.                     left="35"
  1136.                     fontSize="8"
  1137.                     hoverFontStyle="underline"
  1138.                     foregroundColor="white"
  1139.                     value="Favor items played"
  1140.                     tabstop="true"
  1141.                     onkeypress="CB_bias.onKeyPressCB();"
  1142.                     onmousedown="CB_bias.onMouseDownCB();"
  1143.                     >
  1144.     </text>
  1145.     <text           id="bias_comparison_text"
  1146.                     top="jscript:bias_check_text.top"
  1147.                     left="jscript:bias_check_text.left + bias_check_text.textWidth + 5"
  1148.                     fontSize="8"
  1149.                     fontStyle="bold underline"
  1150.                     foregroundColor="white"
  1151.                     cursor="hand"
  1152.                     tabstop="true"
  1153.                     onkeypress="if (event.keyCode == 32) changeBiasComparison();"
  1154.                     onmousedown="if (event.button == 1) changeBiasComparison();"
  1155.                     >
  1156.     </text>
  1157.                     
  1158.     <text           id="playcount_check"
  1159.                     onmousedown="CB_playcount.onMouseDownCB();"
  1160.                     >
  1161.     </text>
  1162.     <text           id="playcount_check_text"
  1163.                     top="118"
  1164.                     left="35"
  1165.                     fontSize="8"
  1166.                     hoverFontStyle="underline"
  1167.                     foregroundColor="white"
  1168.                     value="Only include items played"
  1169.                     tabstop="true"
  1170.                     onkeypress="CB_playcount.onKeyPressCB();"
  1171.                     onmousedown="CB_playcount.onMouseDownCB();"
  1172.                     >
  1173.     </text>
  1174.     <text           id="playcount_comparison_text"
  1175.                     top="133"
  1176.                     left="35"
  1177.                     fontSize="8"
  1178.                     fontStyle="bold underline"
  1179.                     foregroundColor="white"
  1180.                     cursor="hand"
  1181.                     tabstop="true"
  1182.                     onkeypress="if (event.keyCode == 32) changePlaycountComparison();"
  1183.                     onmousedown="if (event.button == 1) changePlaycountComparison();"
  1184.                     >
  1185.     </text>
  1186.     <text           id="playcount_reduce_text"
  1187.                     top="jscript:playcount_comparison_text.top + 1"
  1188.                     left="110"
  1189.                     fontStyle="bold"
  1190.                     fontSize="8"
  1191.                     fontFace="wingdings"
  1192.                     hoverFontStyle="bold underline"
  1193.                     foregroundColor="white"
  1194.                     fontSize="8"
  1195.                     cursor="hand"
  1196.                     value="××"
  1197.                     tabstop="true"
  1198.                     onkeypress="if (event.keyCode == 32) changePlaycount( -1 );"
  1199.                     onmousedown="if (event.button == 1) changePlaycount( -1 );"
  1200.                     ondblclick="if (event.button == 1) changePlaycount( -1 );"
  1201.                     >
  1202.     </text>
  1203.     <text           id="playcount_count_text"           
  1204.                     top="jscript:playcount_comparison_text.top"
  1205.                     left="133"
  1206.                     width="25"
  1207.                     justification="center"
  1208.                     fontSize="8"
  1209.                     fontStyle="bold"
  1210.                     foregroundColor="white"
  1211.                     >
  1212.     </text>
  1213.     <text           id="playcount_increase_text"
  1214.                     top="jscript:playcount_comparison_text.top + 1"
  1215.                     left="158"
  1216.                     fontStyle="bold"
  1217.                     fontSize="8"
  1218.                     fontFace="wingdings"
  1219.                     hoverFontStyle="bold underline"
  1220.                     foregroundColor="white"
  1221.                     fontSize="8"
  1222.                     cursor="hand"
  1223.                     value="ØØ"
  1224.                     tabstop="true"
  1225.                     onkeypress="if (event.keyCode == 32) changePlaycount( 1 );"
  1226.                     onmousedown="if (event.button == 1) changePlaycount( 1 );"
  1227.                     ondblclick="if (event.button == 1) changePlaycount( 1 );"
  1228.                     >
  1229.     </text>
  1230.     <text           top="jscript:playcount_comparison_text.top"
  1231.                     left="187"
  1232.                     fontSize="8"
  1233.                     foregroundColor="white"
  1234.                     value="times"
  1235.                     >
  1236.     </text>
  1237.  
  1238.     <!-- Track Length Options -->
  1239.     <text           top="163"
  1240.                     left="15"
  1241.                     fontStyle="bold"
  1242.                     fontSize="8"
  1243.                     value="Track Length:"
  1244.                     foregroundColor="white"
  1245.                     >
  1246.     </text>
  1247.  
  1248.     <text           id="playlength_check"
  1249.                     onmousedown="CB_playlength.onMouseDownCB();"
  1250.                     >
  1251.     </text>
  1252.     <text           id="playlength_check_text"
  1253.                     top="181"
  1254.                     left="35"
  1255.                     fontSize="8"
  1256.                     hoverFontStyle="underline"
  1257.                     foregroundColor="white"
  1258.                     value="Only include items that are"
  1259.                     tabstop="true"
  1260.                     onkeypress="CB_playlength.onKeyPressCB();"
  1261.                     onmousedown="CB_playlength.onMouseDownCB();"
  1262.                     >
  1263.     </text>
  1264.     <text           id="playlength_comparison_text"
  1265.                     top="196"
  1266.                     left="35"
  1267.                     fontSize="8"
  1268.                     fontStyle="bold underline"
  1269.                     foregroundColor="white"
  1270.                     cursor="hand"
  1271.                     tabstop="true"
  1272.                     onkeypress="if (event.keyCode == 32) changePlaylengthComparison();"
  1273.                     onmousedown="if (event.button == 1) changePlaylengthComparison();"
  1274.                     >
  1275.     </text>
  1276.     <text           id="playlength_reduce_text"
  1277.                     top="jscript:playlength_comparison_text.top + 1"
  1278.                     left="110"
  1279.                     fontStyle="bold"
  1280.                     fontSize="8"
  1281.                     fontFace="wingdings"
  1282.                     hoverFontStyle="bold underline"
  1283.                     foregroundColor="white"
  1284.                     fontSize="8"
  1285.                     cursor="hand"
  1286.                     value="××"
  1287.                     tabstop="true"
  1288.                     onkeypress="if (event.keyCode == 32) changePlaylength( -1 );"
  1289.                     onmousedown="if (event.button == 1) changePlaylength( -1 );"
  1290.                     ondblclick="if (event.button == 1) changePlaylength( -1 );"
  1291.                     >
  1292.     </text>
  1293.     <text           id="playlength_count_text"           
  1294.                     top="jscript:playlength_comparison_text.top"
  1295.                     left="133"
  1296.                     width="40"
  1297.                     justification="center"
  1298.                     fontSize="8"
  1299.                     fontStyle="bold"
  1300.                     foregroundColor="white"
  1301.                     >
  1302.     </text>
  1303.     <text           id="playlength_increase_text"
  1304.                     top="jscript:playlength_comparison_text.top + 1"
  1305.                     left="173"
  1306.                     fontStyle="bold"
  1307.                     fontSize="8"
  1308.                     fontFace="wingdings"
  1309.                     hoverFontStyle="bold underline"
  1310.                     foregroundColor="white"
  1311.                     fontSize="8"
  1312.                     cursor="hand"
  1313.                     value="ØØ"
  1314.                     tabstop="true"
  1315.                     onkeypress="if (event.keyCode == 32) changePlaylength( 1 );"
  1316.                     onmousedown="if (event.button == 1) changePlaylength( 1 );"
  1317.                     ondblclick="if (event.button == 1) changePlaylength( 1 );"
  1318.                     >
  1319.     </text>
  1320.     <text           top="jscript:playlength_comparison_text.top"
  1321.                     left="202"
  1322.                     fontSize="8"
  1323.                     foregroundColor="white"
  1324.                     value="long"
  1325.                     >
  1326.     </text>
  1327.  
  1328.     <!-- Advanced Search -->
  1329.     <text           top="222"
  1330.                     left="15"
  1331.                     fontStyle="bold"
  1332.                     fontSize="8"
  1333.                     value="Advanced Search:"
  1334.                     foregroundColor="white"
  1335.                     >
  1336.     </text>
  1337.  
  1338.     <text           id="search_label_text"
  1339.                     top="240"
  1340.                     left="22"
  1341.                     fontSize="8"
  1342.                     foregroundColor="white"
  1343.                     value="Find items where"
  1344.                     >
  1345.     </text>
  1346.  
  1347.     <text           id="search_name_text"
  1348.                     top="jscript:search_label_text.top + 15"
  1349.                     left="22"
  1350.                     fontSize="8"
  1351.                     fontStyle="bold underline"
  1352.                     foregroundColor="white"
  1353.                     cursor="hand"
  1354.                     tabstop="true"
  1355.                     onkeypress="if (event.keyCode == 32) changeSearchName();"
  1356.                     onmousedown="if (event.button == 1) changeSearchName();"
  1357.                     ondblclick="if (event.button == 1) changeSearchName();"
  1358.                     >
  1359.     </text>
  1360.     
  1361.     <text           id="search_comparison_text"
  1362.                     top="jscript:search_label_text.top + 15"
  1363.                     left="118"
  1364.                     fontSize="8"
  1365.                     fontStyle="bold underline"
  1366.                     foregroundColor="white"
  1367.                     cursor="hand"
  1368.                     tabstop="true"
  1369.                     onkeypress="if (event.keyCode == 32) changeSearchComparison();"
  1370.                     ondblclick="if (event.button == 1) changeSearchComparison();"
  1371.                     onmousedown="if (event.button == 1) changeSearchComparison();"
  1372.                     >
  1373.     </text>
  1374.                     
  1375.     <subview        id="value_edit_sv"
  1376.                     left="22"
  1377.                     top="273"
  1378.                     width="143"
  1379.                     height="18"
  1380.                     backgroundColor="black"
  1381.                     horizontalAlignment="stretch"
  1382.                     >
  1383.         <text           id="value_edit_text"
  1384.                         left="4"
  1385.                         top="2"
  1386.                         fontSize="8"
  1387.                         foregroundColor="white"
  1388.                         fontStyle="bold"
  1389.                         value="value"
  1390.                         onendmove="ED_value.onEditBoxEndMoveED();"
  1391.                         >
  1392.         </text>
  1393.         <text           id="value_ibar_text"
  1394.                         left="4"
  1395.                         top="2"
  1396.                         fontSize="8"
  1397.                         fontStyle="bold"
  1398.                         value="|"
  1399.                         foregroundColor="white"
  1400.                         visible="false"
  1401.                         >
  1402.         </text>
  1403.         <button         id="value_focus_button"
  1404.                         left="1" top="1"
  1405.                         width="jscript:value_edit_sv.width - 2"
  1406.                         height="jscript:value_edit_sv.height - 2"
  1407.                         horizontalAlignment="stretch"
  1408.                         onkeypress="ED_value.onEditBoxKeyPressED();"
  1409.                         onkeydown="ED_value.onEditBoxKeyDownED();"
  1410.                         onfocus="ED_value.onEditBoxFocusED();"
  1411.                         onblur="ED_value.onEditBoxBlurED();"
  1412.                         >
  1413.         </button>
  1414.     </subview>
  1415.  
  1416.     <playlist       id="search_playlist"
  1417.                     top="300"
  1418.                     left="22"
  1419.                     height="jscript:advanced_sv.height - top - 15"
  1420.                     width="143"
  1421.                     visible="false"
  1422.                     columnsVisible="false"
  1423.                     columns="name"
  1424.                     dropDownVisible="false"
  1425.                     backgroundColor="black"
  1426.                     foregroundColor="white"
  1427.                     itemPlayingColor="black"
  1428.                     itemPlayingBackgroundColor="White"
  1429.                     horizontalAlignment="stretch"
  1430.                     verticalAlignment="stretch"
  1431.                     width_onchange="fixSearchPlaylistColumns();"
  1432.                     visible_onchange="fixSearchPlaylistColumns();"
  1433.                     >
  1434.     </playlist>
  1435.     <text           top="300"
  1436.                     left="22"
  1437.                     height="jscript:search_playlist.height"
  1438.                     width="143"
  1439.                     horizontalAlignment="stretch"
  1440.                     verticalAlignment="stretch"
  1441.                     backgroundColor="black"
  1442.                     >
  1443.     </text>
  1444.     <text           id="search_instructions_text"
  1445.                     left="22"
  1446.                     top="320"
  1447.                     width="143"
  1448.                     justification="center"
  1449.                     value="Pick a property and comparison, then type a value to compare against above"
  1450.                     fontSize="8"
  1451.                     fontStyle="bold"
  1452.                     foregroundColor="white"
  1453.                     onendmove="onSearchExecute();"
  1454.                     horizontalAlignment="stretch"
  1455.                     >                    
  1456.     </text>
  1457.  
  1458.     <subview        id="search_progress_sv"
  1459.                     top="350"
  1460.                     left="32"
  1461.                     width="123"
  1462.                     height="15"
  1463.                     horizontalAlignment="stretch"
  1464.                     >
  1465.         <progressbar    id="search_progress"
  1466.                         width="123"
  1467.                         height="15"
  1468.                         backgroundColor="white"
  1469.                         foregroundColor="white"
  1470.                         foregroundEndColor="black"
  1471.                         visible="false"
  1472.                         tabstop="false"
  1473.                         onendmove="SearchQuery.continueQueryQ();"
  1474.                         horizontalAlignment="center"
  1475.                         >
  1476.         </progressbar>
  1477.     </subview>
  1478.  
  1479.     <button         id="search_include_button"
  1480.                     left="170"
  1481.                     width="73"
  1482.                     top="jscript:search_playlist.top"
  1483.                     horizontalAlignment="right"
  1484.                     onclick="includeSearch();"
  1485.                     enabled="false"
  1486.                     >
  1487.     </button>
  1488.     <text           id="search_include_text"
  1489.                     passthrough="true"
  1490.                     left="175"
  1491.                     top="jscript:search_playlist.top"
  1492.                     fontStyle="bold"
  1493.                     fontSize="8"
  1494.                     foregroundColor="white"
  1495.                     value="Include"
  1496.                     horizontalAlignment="right"
  1497.                     >
  1498.     </text>
  1499.  
  1500.     <button         id="search_exclude_button"
  1501.                     left="170"
  1502.                     width="73"
  1503.                     top="jscript:search_include_button.top + 15"
  1504.                     horizontalAlignment="right"
  1505.                     onclick="excludeSearch();"
  1506.                     enabled="false"
  1507.                     >
  1508.     </button>
  1509.     <text           id="search_exclude_text"
  1510.                     passthrough="true"
  1511.                     left="jscript:search_include_text.left"
  1512.                     top="jscript:search_include_text.top + 15"
  1513.                     fontStyle="bold"
  1514.                     fontSize="8"
  1515.                     foregroundColor="white"
  1516.                     value="Exclude"
  1517.                     horizontalAlignment="right"
  1518.                     >
  1519.     </text>
  1520.  
  1521. </subview>
  1522.  
  1523.  
  1524.  
  1525. <!-- The primary Query SV -->
  1526. <subview        id="query_sv"
  1527.                 top="0"
  1528.                 left="255"
  1529.                 width="jscript:view.width - left"
  1530.                 height="jscript:view.height - 72"
  1531.                 backgroundColor="#EE9C00"
  1532.                 verticalAlignment="stretch"
  1533.                 >
  1534.  
  1535.     <!-- Border -->
  1536.     <button         enabled="false"
  1537.                     image="AUTODJ_fade_yellow_t.bmp"
  1538.                     >
  1539.     </button>
  1540.     <button         enabled="false"
  1541.                     image="AUTODJ_fade_yellow_l.bmp"
  1542.                     >
  1543.     </button>
  1544.     <button         enabled="false"
  1545.                     image="AUTODJ_fade_yellow_r.bmp"
  1546.                     left="jscript:query_sv.width - 10"
  1547.                     top="jscript:query_sv.height - 374"
  1548.                     horizontalAlignment="right"
  1549.                     verticalAlignment="bottom"
  1550.                     >
  1551.     </button>
  1552.     <button         enabled="false"         
  1553.                     image="AUTODJ_fade_yellow_b.bmp"
  1554.                     left="jscript:query_sv.width - 365"
  1555.                     top="jscript:query_sv.height - 5"
  1556.                     horizontalAlignment="right"
  1557.                     verticalAlignment="bottom"
  1558.                     >
  1559.     </button>
  1560.     
  1561.     <button         left="jscript:query_sv.width - 12"
  1562.                     top="1"
  1563.                     tabstop="false"
  1564.                     image="AutoDj_maxmid_infobutton_up.bmp"
  1565.                     downimage="AutoDj_maxmid_infobutton_down.bmp"
  1566.                     hoverImage="AutoDj_maxmid_infobutton_over.bmp"
  1567.                     horizontalAlignment="right"
  1568.                     cursor="hand"
  1569.                     uptooltip="Access Rights"
  1570.                     onclick="doInformation();"
  1571.                     >
  1572.     </button>
  1573.  
  1574.     <!-- Query String Area -->
  1575.     <text           top="13" 
  1576.                     left="10"
  1577.                     fontStyle="bold"
  1578.                     fontSize="8"
  1579.                     foregroundColor="white"
  1580.                     value="Playlist Type:"
  1581.                     >
  1582.     </text>
  1583.     <button         id="reset_button"         
  1584.                     top="13"
  1585.                     left="100"
  1586.                     image="AutoDj_max_resetbutton_up.bmp"
  1587.                     downimage="AutoDj_max_resetbutton_down.bmp"
  1588.                     hoverimage="AutoDj_max_resetbutton_over.bmp"
  1589.                     cursor="hand"
  1590.                     onclick="resetQuery();"
  1591.                     >
  1592.     </button>
  1593.     <text           id="reset_text"           
  1594.                     top="13"
  1595.                     left="120"
  1596.                     passThrough="true"
  1597.                     fontSize="8"
  1598.                     value="Reset"
  1599.                     hoverFontStyle="underline"
  1600.                     foregroundColor="black"
  1601.                     cursor="hand"
  1602.                     >
  1603.     </text>
  1604.     <text           id="query_text"
  1605.                     left="10"
  1606.                     top="35" 
  1607.                     width="155"
  1608.                     height="jscript:query_sv.height - 29 - top"
  1609.                     verticalAlignment="stretch"
  1610.                     foregroundColor="white"
  1611.                     fontSize="8"
  1612.                     value=""
  1613.                     tooltip=""
  1614.                     >
  1615.     </text>
  1616.  
  1617.     <button         id="build_button"
  1618.                     top="jscript:query_sv.height - 27"
  1619.                     left="11"
  1620.                     image="AutoDj_max_buildbutton_up.bmp"
  1621.                     hoverimage="AutoDj_max_buildbutton_over.bmp"
  1622.                     downimage="AutoDj_max_buildbutton_down.bmp"
  1623.                     cursor="hand"
  1624.                     verticalAlignment="bottom"
  1625.                     onclick="doQuery();"
  1626.                     >
  1627.     </button>
  1628.     <text           id="build_text"
  1629.                     passthrough="true"
  1630.                     top="jscript:query_sv.height - 26"
  1631.                     left="10"
  1632.                     width="150"
  1633.                     justification="center"
  1634.                     verticalAlignment="bottom"
  1635.                     foregroundColor="black"
  1636.                     cursor="hand"
  1637.                     fontStyle="bold"
  1638.                     hoverFontStyle="bold underline"
  1639.                     fontSize="8"
  1640.                     value="Build Playlist"
  1641.                     onclick="doQuery();"
  1642.                     >                    
  1643.     </text>
  1644.                     
  1645.     <!-- Play Length Slider -->
  1646.     <text           id="playLength_text"           
  1647.                     top="13"
  1648.                     left="170"
  1649.                     fontStyle="bold"
  1650.                     fontSize="8"
  1651.                     foregroundColor="white"
  1652.                     value="Play Length:"
  1653.                     >
  1654.     </text>
  1655.     <text           id="playLength_string"
  1656.                     top="13"
  1657.                     left="jscript:query_sv.width - 115"
  1658.                     width="100"
  1659.                     justification="right"
  1660.                     fontStyle="bold"
  1661.                     fontSize="8"
  1662.                     foregroundColor="white"
  1663.                     value=""
  1664.                     horizontalAlignment="right"
  1665.                     >
  1666.     </text>
  1667.     <slider         id="playLength_slider"
  1668.                     top="30" 
  1669.                     left="jscript:playLength_text.left"
  1670.                     width="jscript:query_sv.width - left - 15"
  1671.                     height="10"
  1672.                     horizontalAlignment="stretch"
  1673.                     backgroundColor="white"
  1674.                     backgroundEndColor="black"
  1675.                     thumbImage="scrollThumb.bmp"
  1676.                     borderSize="5"
  1677.                     min="0"
  1678.                     max="14"
  1679.                     value="5"
  1680.                     value_onchange="onPlayLengthChange();"
  1681.                     >
  1682.     </slider>
  1683.  
  1684.     <!-- Playlist Name Edit -->
  1685.     <text           top="50" 
  1686.                     left="jscript:playLength_text.left"
  1687.                     fontStyle="bold"
  1688.                     fontSize="8"
  1689.                     foregroundColor="white"
  1690.                     value="Playlist Name:"
  1691.                     >
  1692.     </text>
  1693.  
  1694.     <subview        id="playlist_edit_sv"
  1695.                     left="jscript:playLength_text.left"
  1696.                     top="68"
  1697.                     width="jscript:query_sv.width - left - 15"
  1698.                     height="18"
  1699.                     backgroundColor="black"
  1700.                     horizontalAlignment="stretch"
  1701.                     >
  1702.         <text           id="playlist_edit_text"
  1703.                         left="4"
  1704.                         top="2"
  1705.                         fontSize="8"
  1706.                         foregroundColor="white"
  1707.                         fontStyle="bold"
  1708.                         value="new playlist"
  1709.                         onendmove="ED_playlist.onEditBoxEndMoveED();"
  1710.                         >
  1711.         </text>
  1712.         <text           id="playlist_ibar_text"
  1713.                         left="4"
  1714.                         top="2"
  1715.                         fontSize="8"
  1716.                         fontStyle="bold"
  1717.                         value="|"
  1718.                         foregroundColor="white"
  1719.                         visible="false"
  1720.                         >
  1721.         </text>
  1722.         <button         id="playlist_focus_button"
  1723.                         left="1" top="1"
  1724.                         width="jscript:playlist_edit_sv.width - 2"
  1725.                         height="jscript:playlist_edit_sv.height - 2"
  1726.                         horizontalAlignment="stretch"
  1727.                         onkeypress="ED_playlist.onEditBoxKeyPressED();"
  1728.                         onkeydown="ED_playlist.onEditBoxKeyDownED();"
  1729.                         onfocus="ED_playlist.onEditBoxFocusED();"
  1730.                         onblur="ED_playlist.onEditBoxBlurED();"
  1731.                         onendmove="onRefreshPlaylistName();"
  1732.                         >
  1733.         </button>
  1734.     </subview>
  1735.  
  1736.     <!-- Playlist Results -->
  1737.     <text           id="results_label_text"           
  1738.                     top="96" 
  1739.                     left="jscript:playLength_text.left"
  1740.                     fontStyle="bold"
  1741.                     fontSize="8"
  1742.                     foregroundColor="white"
  1743.                     value="Instructions:"
  1744.                     >
  1745.     </text>
  1746.  
  1747.     <text           id="results_length_text"
  1748.                     top="96"
  1749.                     left="jscript:playLength_text.left"
  1750.                     width="jscript:query_sv.width - left - 15"
  1751.                     justification="right"
  1752.                     horizontalAlignment="stretch"
  1753.                     fontStyle="bold"
  1754.                     fontSize="8"
  1755.                     foregroundColor="white"
  1756.                     value="(10 items - 15:15:15)"
  1757.                     onendmove="onResultsEndMove();"
  1758.                     >
  1759.     </text>
  1760.  
  1761.     <subview        id="results_sv"
  1762.                     left="170"
  1763.                     top="114"
  1764.                     width="jscript:query_sv.width - left - 15"
  1765.                     height="jscript:query_sv.height - top - 10"
  1766.                     backgroundColor="black"
  1767.                     verticalAlignment="stretch"
  1768.                     horizontalAlignment="stretch"
  1769.                     >
  1770.         <playlist       id="pl"
  1771.                         height="jscript:results_sv.height"
  1772.                         width="jscript:results_sv.width"
  1773.                         visible="false"
  1774.                         columnsVisible="false"
  1775.                         columns="name;genre;duration;"
  1776.                         dropDownVisible="false"
  1777.                         backgroundColor="black"
  1778.                         foregroundColor="white"
  1779.                         itemPlayingColor="black"
  1780.                         itemPlayingBackgroundColor="White"
  1781.                         horizontalAlignment="stretch"
  1782.                         verticalAlignment="stretch"
  1783.                         width_onchange="fixPreviewColumns();"
  1784.                         visible_onchange="fixPreviewColumns();"
  1785.                         >
  1786.         </playlist>
  1787.  
  1788.         <text           id="instructions_text"
  1789.                         top="30"
  1790.                         justification="center"
  1791.                         width="jscript:results_sv.width"
  1792.                         horizontalAlignment="stretch"
  1793.                         fontSize="8"
  1794.                         fontStyle="bold"
  1795.                         foregroundColor="white"
  1796.                         >
  1797.         </text>
  1798.                         
  1799.         <progressbar    id="query_progress"
  1800.                         horizontalAlignment="center"
  1801.                         top="48"
  1802.                         left="20"
  1803.                         width="160"
  1804.                         height="15"
  1805.                         backgroundColor="white"
  1806.                         foregroundColor="white"
  1807.                         foregroundEndColor="black"
  1808.                         visible="false"
  1809.                         tabstop="false"
  1810.                         onendmove="DJQuery.continueQueryQ();"
  1811.                         >
  1812.         </progressbar>
  1813.  
  1814.     </subview>
  1815.  
  1816. </subview>
  1817.  
  1818.  
  1819. <!-- The Intro Pane Subview -->
  1820. <subview        id="intro_sv"
  1821.                 width="jscript:view.width"
  1822.                 height="jscript:view.height"
  1823.                 backgroundColor="white"
  1824.                 verticalAlignment="stretch"
  1825.                 horizontalAlignment="stretch"
  1826.                 zIndex="100"
  1827.                 onEndMove="onIntroEndMove();"
  1828.                 visible="false"
  1829.                 >
  1830.  
  1831.     <!-- Intro message and hotlinks -->
  1832.     <subview        id="intro_txt_sv"
  1833.                     horizontalAlignment="center"
  1834.                     verticalAlignment="center"
  1835.                     width="640"
  1836.                     height="458"                    
  1837.                     zIndex="100"
  1838.                     visible="false"
  1839.                     >
  1840.  
  1841.         <text           top="390"
  1842.                         left="205"
  1843.                         fontStyle="bold underline"
  1844.                         cursor="hand"
  1845.                         fontSize="8"
  1846.                         value="No access"
  1847.                         tabstop="true"
  1848.                         onkeypress="if (event.keyCode == 32) setAccess(0);"
  1849.                         onclick="setAccess(0);"
  1850.                         >
  1851.         </text>        
  1852.         <text           top="390"
  1853.                         left="280"
  1854.                         fontStyle="bold underline"
  1855.                         cursor="hand"
  1856.                         fontSize="8"
  1857.                         value="Read-only access"
  1858.                         tabstop="true"
  1859.                         onkeypress="if (event.keyCode == 32) setAccess(1);"
  1860.                         onclick="setAccess(1);"
  1861.                         >
  1862.         </text>        
  1863.         <text           top="390"
  1864.                         left="400"
  1865.                         fontStyle="bold underline"
  1866.                         cursor="hand"
  1867.                         fontSize="8"
  1868.                         value="Full access"
  1869.                         tabstop="true"
  1870.                         onkeypress="if (event.keyCode == 32) setAccess(2);"
  1871.                         onclick="setAccess(2);"
  1872.                         >
  1873.         </text>        
  1874.         
  1875.     </subview>
  1876. </subview>
  1877.  
  1878.  
  1879. <!-- The Transport Controls SV -->
  1880. <subview        id="transport_sv"
  1881.                 top="jscript:query_sv.height"
  1882.                 left="255"
  1883.                 width="jscript:view.width - left"
  1884.                 height="jscript:view.height - 72"
  1885.                 backgroundColor="#EE9C00"
  1886.                 verticalAlignment="bottom"
  1887.                 >
  1888.     <!-- Border -->
  1889.     <button         enabled="false"
  1890.                     image="autodj_fade_trans_t.bmp"
  1891.                     >
  1892.     </button>
  1893.     <button         enabled="false"
  1894.                     top="5"
  1895.                     image="autodj_fade_trans_l.bmp"
  1896.                     >
  1897.     </button>
  1898.     <button         enabled="false"
  1899.                     left="jscript:transport_sv.width - 387"
  1900.                     top="61" 
  1901.                     image="autodj_fade_trans_b.bmp"
  1902.                     horizontalAlignment="right"
  1903.                     >
  1904.     </button>
  1905.     <button         enabled="false"
  1906.                     left="jscript:transport_sv.width - 11"
  1907.                     top="5"
  1908.                     image="autodj_fade_trans_r.bmp"
  1909.                     horizontalAlignment="right"
  1910.                     >
  1911.     </button>
  1912.  
  1913.     <button         enabled="false"
  1914.                     left="7"
  1915.                     top="7"
  1916.                     image="max_metafield.bmp"
  1917.                     >
  1918.     </button>
  1919.     <statusText     left="10"
  1920.                     top="8"
  1921.                     foregroundColor="white"
  1922.                     fontStyle="bold"
  1923.                     fontSize="8"
  1924.                     >
  1925.     </statusText>
  1926.     <button         enabled="false"
  1927.                     left="369"
  1928.                     tiled="true"
  1929.                     width="jscript:transport_sv.width - left - 15"
  1930.                     top="7"
  1931.                     image="max_metafield_stretch.bmp"
  1932.                     horizontalAlignment="stretch"
  1933.                     >
  1934.     </button>
  1935.  
  1936.     <seekSlider     id="seek_slider"
  1937.                     left="7" 
  1938.                     top="26" 
  1939.                     width="jscript:transport_sv.width - left - 15"
  1940.                     height="10"
  1941.                     borderSize="4"
  1942.                     backgroundColor="white"
  1943.                     backgroundEndColor="black"
  1944.                     thumbImage="scrollthumb.bmp"
  1945.                     useForegroundProgress="false"
  1946.                     horizontalAlignment="stretch"
  1947.                     >
  1948.     </seekSlider>
  1949.     
  1950.     <subview        left="7" 
  1951.                     top="39" 
  1952.                     width="jscript:transport_sv.width - left - 15" 
  1953.                     height="19"
  1954.                     backgroundColor="#F5D300"
  1955.                     horizontalAlignment="stretch"
  1956.                     >
  1957.         <buttongroup    id="bgToggle" 
  1958.                         top="1"
  1959.                         mappingImage="maxmid_boxtoggler_colormap.bmp"
  1960.                         image="maxmid_boxtoggler_up.bmp"
  1961.                         hoverImage="maxmid_boxtoggler_hover.bmp"
  1962.                         downImage="maxmid_boxtoggler_down.bmp"
  1963.                         disabledImage="maxmid_boxtoggler_disabled.bmp"
  1964.                         >
  1965.             <buttonelement  mappingColor="#FF0000" 
  1966.                             enabled="false"
  1967.                             >
  1968.             </buttonelement>
  1969.             <buttonelement  mappingColor="#00FF00"
  1970.                             upToolTip="DigitalDJ Player Mode"
  1971.                             onClick="theme.savePreference('LV','DigitalDJMid'); theme.currentViewID='DigitalDJMid';"
  1972.                             >
  1973.             </buttonelement>
  1974.             <buttonelement  mappingColor="#0000FF" 
  1975.                             upToolTip="DigitalDJ Mini Mode"
  1976.                             onClick="theme.savePreference('LV','DigitalDJMini'); theme.currentViewID='DigitalDJMini';"
  1977.                             >
  1978.             </buttonelement>
  1979.         </buttongroup>
  1980.         <buttongroup    id="bgTransport" 
  1981.                         left="68"
  1982.                         top="1"
  1983.                         mappingImage="maxmid_transport_colormap.bmp"
  1984.                         image="maxmid_transport_up.bmp"
  1985.                         hoverImage="maxmid_transport_hover.bmp"
  1986.                         downImage="maxmid_transport_down.bmp"
  1987.                         disabledImage="maxmid_transport_disabled.bmp"
  1988.                         >
  1989.             <playelement    mappingColor="#FF0000">
  1990.             </playelement>
  1991.             <stopelement    mappingColor="#00FF00">
  1992.             </stopelement>
  1993.             <pauseelement   mappingColor="#0000FF">
  1994.             </pauseelement>
  1995.             <prevelement    mappingColor="#FFFF00">
  1996.             </prevelement>
  1997.             <nextelement    mappingColor="#FF00FF">
  1998.             </nextelement>
  1999.         </buttongroup>
  2000.         <subview        id="sVolume"
  2001.                         left="235" 
  2002.                         top="1" 
  2003.                         width="70" 
  2004.                         height="18"
  2005.                         backgroundColor="none"
  2006.                         >
  2007.             <muteButton     id="mute_button"     
  2008.                             image="maxmid_mute_up.bmp"
  2009.                             hoverImage="maxmid_mute_hover.bmp"
  2010.                             downImage="maxmid_mute_down.bmp"
  2011.                             >
  2012.             </muteButton>
  2013.             <volumeSlider   id="volume_slider"   
  2014.                             left="17" 
  2015.                             top="4"
  2016.                             backgroundImage="maxmid_volumetray.bmp"
  2017.                             thumbImage="maxmid_volumethumb_up.bmp"
  2018.                             thumbHoverImage="maxmid_volumethumb_hover.bmp"
  2019.                             thumbDownImage="maxmid_volumethumb_down.bmp"
  2020.                             borderSize="4"
  2021.                             >
  2022.             </volumeSlider>
  2023.         </subview>
  2024.         <buttongroup    id="bgFull" 
  2025.                         left="jscript:transport_sv.width - 23 - 17"
  2026.                         mappingImage="maxmid_togF1_colormap.bmp"
  2027.                         image="maxmid_togF1_up.bmp"
  2028.                         hoverImage="maxmid_togF1_hover.bmp"
  2029.                         downImage="maxmid_togF1_down.bmp"
  2030.                         disabledImage="maxmid_togF1_disabled.bmp"
  2031.                         horizontalAlignment="right"
  2032.                         >
  2033.             <buttonelement  mappingColor="#FF0000"
  2034.                             upToolTip="Return to Full Mode"
  2035.                             onClick="DigitalDJ.returnToMediaCenter();"
  2036.                             >
  2037.             </buttonelement>
  2038.         </buttongroup>
  2039.     </subview>
  2040.     
  2041. </subview>
  2042.  
  2043. </view>
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049. <!-- 
  2050. //****************************************************************
  2051. // The mid-sized Iconic Skin
  2052. //****************************************************************
  2053. -->
  2054.  
  2055. <view       id="DigitalDJMid"
  2056.             backgroundImage="base.gif"
  2057.             backgroundColor="none"
  2058.             clippingColor="#FF0000"
  2059.             transparencyColor="#FF00FF"
  2060.             titleBar="false"
  2061.             resizable="false"
  2062.             scriptFile="djmid.js;res://wmploc.dll/RT_TEXT/#132"
  2063.             onLoad="OnLoad();"
  2064.             >
  2065.  
  2066.     <player     OpenState_onchange="OnOpenStateChange();"
  2067.                 >
  2068.     </player>
  2069.  
  2070.     <subview    id="sViewable"
  2071.                 left="95" 
  2072.                 top="39" 
  2073.                 width="152"
  2074.                 height="122"
  2075.                 backgroundColor="#000000"
  2076.                 zIndex="-1"
  2077.                 >
  2078.  
  2079.         <effects    id="visEffects"
  2080.                     left="0" top="0"
  2081.                     width="jscript:sViewable.width"
  2082.                     height="jscript:sViewable.height"
  2083.                     currentEffectType="wmpprop:mediacenter.effectType"
  2084.                     currentPreset="wmpprop:mediacenter.effectPreset"
  2085.                     currentEffectType_onchange="mediacenter.effectType=currentEffectType;"
  2086.                     currentPreset_onchange="mediacenter.effectPreset=currentPreset;"
  2087.                     onClick="previous();"
  2088.                     >
  2089.         </effects>
  2090.  
  2091.         <playlist   id="pl"
  2092.                     visible="false"
  2093.                     left="1"
  2094.                     top="1"
  2095.                     width="jscript:sViewable.width-2"
  2096.                     height="jscript:sViewable.height-2"
  2097.                     backgroundColor="black"
  2098.                     foregroundColor="#FFFFFF"
  2099.                     columnsVisible="false"
  2100.                     columns="name=Name;Duration=Time"
  2101.                     dropDownVisible="true"
  2102.                     playlistItemsVisible="true"
  2103.                     >
  2104.         </playlist>
  2105.  
  2106.         <subview    id="sEq"
  2107.                     visible="false"
  2108.                     left="1"
  2109.                     top="1"
  2110.                     width="jscript:sViewable.width-2"
  2111.                     height="jscript:sViewable.height-2"
  2112.                     backgroundColor="#6294CD"
  2113.                     >
  2114.  
  2115.             <equalizerSettings  id="eq" 
  2116.                                 enabled="true"
  2117.                                 >
  2118.             </equalizerSettings>
  2119.  
  2120.             <slider             id="balance" 
  2121.                                 borderSize="3"
  2122.                                 left="7" 
  2123.                                 top="7"
  2124.                                 width="135"
  2125.                                 toolTip="Balance"
  2126.                                 tiled="true"
  2127.                                 backgroundimage="horizslide.bmp"
  2128.                                 thumbImage="horizthumb.bmp"
  2129.                                 min="-100"
  2130.                                 max="100"
  2131.                                 value="wmpprop:player.settings.balance"
  2132.                                 value_onchange="player.settings.balance=value;"
  2133.                                 direction="horizontal"
  2134.                                 >
  2135.             </slider>
  2136.  
  2137.             <text               value="Balance"
  2138.                                 left="54"
  2139.                                 top="20"
  2140.                                 foregroundColor="#88CDF4"
  2141.                                 fontSize="8"
  2142.                                 fontStyle="Bold"
  2143.                                 >
  2144.             </text>
  2145.  
  2146.             <slider             id="eq1" 
  2147.                                 borderSize="3"
  2148.                                 left="jscript:balance.left;"
  2149.                                 top="jscript:balance.top+33;"
  2150.                                 height="64"
  2151.                                 tiled="true"
  2152.                                 toolTip="Graphic equalizer control"
  2153.                                 backgroundimage="verticalslide.bmp"
  2154.                                 thumbImage="verticalthumb.bmp"
  2155.                                 min="-14"
  2156.                                 max="14"
  2157.                                 value="wmpprop:eq.gainLevel1"
  2158.                                 value_onchange="eq.gainLevel1=value;"
  2159.                                 direction="vertical"
  2160.                                 >
  2161.             </slider>
  2162.             <slider             id="eq2"
  2163.                                 borderSize="3"
  2164.                                 left="jscript:eq1.left+14;"
  2165.                                 top="jscript:eq1.top;"
  2166.                                 height="64"
  2167.                                 tiled="true"
  2168.                                 toolTip="Graphic equalizer control"
  2169.                                 backgroundimage="verticalslide.bmp"
  2170.                                 thumbImage="verticalthumb.bmp"
  2171.                                 min="-14"
  2172.                                 max="14"
  2173.                                 value="wmpprop:eq.gainLevel2"
  2174.                                 value_onchange="eq.gainLevel2=value;"
  2175.                                 direction="vertical"
  2176.                                 >
  2177.             </slider>
  2178.             <slider             id="eq3"
  2179.                                 borderSize="3"
  2180.                                 left="jscript:eq2.left+14;"
  2181.                                 top="jscript:eq1.top;"
  2182.                                 height="64"
  2183.                                 tiled="true"
  2184.                                 toolTip="Graphic equalizer control"
  2185.                                 backgroundimage="verticalslide.bmp"
  2186.                                 thumbImage="verticalthumb.bmp"
  2187.                                 min="-14"
  2188.                                 max="14"
  2189.                                 value="wmpprop:eq.gainLevel3"
  2190.                                 value_onchange="eq.gainLevel3=value;"
  2191.                                 direction="vertical"
  2192.                                 >
  2193.             </slider>
  2194.             <slider             id="eq4"
  2195.                                 borderSize="3"
  2196.                                 left="jscript:eq3.left+14;"
  2197.                                 top="jscript:eq1.top;"
  2198.                                 height="64"
  2199.                                 tiled="true"
  2200.                                 toolTip="Graphic equalizer control"
  2201.                                 backgroundimage="verticalslide.bmp"
  2202.                                 thumbImage="verticalthumb.bmp"
  2203.                                 min="-14"
  2204.                                 max="14"
  2205.                                 value="wmpprop:eq.gainLevel4"
  2206.                                 value_onchange="eq.gainLevel4=value;"
  2207.                                 direction="vertical"
  2208.                                 >
  2209.             </slider>
  2210.             <slider             id="eq5"
  2211.                                 borderSize="3"
  2212.                                 left="jscript:eq4.left+14;"
  2213.                                 top="jscript:eq1.top;"
  2214.                                 height="64"
  2215.                                 tiled="true"
  2216.                                 toolTip="Graphic equalizer control"
  2217.                                 backgroundimage="verticalslide.bmp"
  2218.                                 thumbImage="verticalthumb.bmp"
  2219.                                 min="-14"
  2220.                                 max="14"
  2221.                                 value="wmpprop:eq.gainLevel5"
  2222.                                 value_onchange="eq.gainLevel5=value;"
  2223.                                 direction="vertical"
  2224.                                 >
  2225.             </slider>
  2226.             <slider             id="eq6"
  2227.                                 borderSize="3"
  2228.                                 left="jscript:eq5.left+14;"
  2229.                                 top="jscript:eq1.top;"
  2230.                                 height="64"
  2231.                                 tiled="true"
  2232.                                 toolTip="Graphic equalizer control"
  2233.                                 backgroundimage="verticalslide.bmp"
  2234.                                 thumbImage="verticalthumb.bmp"
  2235.                                 min="-14"
  2236.                                 max="14"
  2237.                                 value="wmpprop:eq.gainLevel6"
  2238.                                 value_onchange="eq.gainLevel6=value;"
  2239.                                 direction="vertical"
  2240.                                 >
  2241.             </slider>
  2242.             <slider             id="eq7"
  2243.                                 borderSize="3"
  2244.                                 left="jscript:eq6.left+14;"
  2245.                                 top="jscript:eq1.top;"
  2246.                                 height="64"
  2247.                                 tiled="true"
  2248.                                 toolTip="Graphic equalizer control"
  2249.                                 backgroundimage="verticalslide.bmp"
  2250.                                 thumbImage="verticalthumb.bmp"
  2251.                                 min="-14"
  2252.                                 max="14"
  2253.                                 value="wmpprop:eq.gainLevel7"
  2254.                                 value_onchange="eq.gainLevel7=value;"
  2255.                                 direction="vertical"
  2256.                                 >
  2257.             </slider>
  2258.             <slider             id="eq8" 
  2259.                                 borderSize="3"
  2260.                                 left="jscript:eq7.left+14;"
  2261.                                 top="jscript:eq1.top;"
  2262.                                 height="64"
  2263.                                 tiled="true"
  2264.                                 toolTip="Graphic equalizer control"
  2265.                                 backgroundimage="verticalslide.bmp"
  2266.                                 thumbImage="verticalthumb.bmp"
  2267.                                 min="-14"
  2268.                                 max="14"
  2269.                                 value="wmpprop:eq.gainLevel8"
  2270.                                 value_onchange="eq.gainLevel8=value;"
  2271.                                 direction="vertical"
  2272.                                 >
  2273.             </slider>
  2274.             <slider             id="eq9" 
  2275.                                 borderSize="3"
  2276.                                 left="jscript:eq8.left+14;"
  2277.                                 top="jscript:eq1.top;"
  2278.                                 height="64"
  2279.                                 tiled="true"
  2280.                                 toolTip="Graphic equalizer control"
  2281.                                 backgroundimage="verticalslide.bmp"
  2282.                                 thumbImage="verticalthumb.bmp"
  2283.                                 min="-14"
  2284.                                 max="14"
  2285.                                 value="wmpprop:eq.gainLevel9"
  2286.                                 value_onchange="eq.gainLevel9=value;"
  2287.                                 direction="vertical"
  2288.                                 >
  2289.             </slider>
  2290.             <slider             id="eq10"
  2291.                                 borderSize="3"
  2292.                                 left="jscript:eq9.left+14;"
  2293.                                 top="jscript:eq1.top;"
  2294.                                 height="64"
  2295.                                 tiled="true"
  2296.                                 toolTip="Graphic equalizer control"
  2297.                                 backgroundimage="verticalslide.bmp"
  2298.                                 thumbImage="verticalthumb.bmp"
  2299.                                 min="-14"
  2300.                                 max="14"
  2301.                                 value="wmpprop:eq.gainLevel10"
  2302.                                 value_onchange="eq.gainLevel10=value;"
  2303.                                 direction="vertical"
  2304.                                 >
  2305.             </slider>
  2306.  
  2307.             <text               zIndex="1"
  2308.                                 value="reset"
  2309.                                 left="61"
  2310.                                 top="105"
  2311.                                 cursor="hand"
  2312.                                 toolTip="Reset graphic equalizer controls"
  2313.                                 foregroundColor="#88CDF4"
  2314.                                 fontSize="8"
  2315.                                 fontStyle="Bold Underline"
  2316.                                 onClick="eq.reset();"
  2317.                                 >
  2318.             </text>
  2319.         </subview>
  2320.  
  2321.         <video              id="vid"
  2322.                             visible="false"
  2323.                             left="1" top="1"
  2324.                             width="jscript:sViewable.width-2"
  2325.                             height="jscript:sViewable.height-2"
  2326.                             backgroundColor="none"
  2327.                             onVideoStart="StartVideo();"
  2328.                             onVideoEnd="EndVideo();"
  2329.                             >
  2330.         </video>
  2331.     </subview>
  2332.  
  2333.     <text               id="metadata"
  2334.                         left="97"
  2335.                         top="165"
  2336.                         width="111"
  2337.                         backgroundColor="none"
  2338.                         foregroundColor="white"
  2339.                         justification="Left"
  2340.                         fontSize="7"
  2341.                         scrollingDelay="60"
  2342.                         scrollingAmount="1"
  2343.                         >
  2344.     </text>
  2345.  
  2346.     <text               left="209"
  2347.                         top="165"
  2348.                         width="37"
  2349.                         backgroundColor="none"
  2350.                         foregroundColor="white"
  2351.                         justification="Right"
  2352.                         fontSize="7"
  2353.                         value="wmpprop:player.controls.currentPositionString"
  2354.                         >
  2355.     </text>
  2356.  
  2357.     <buttongroup        left="66"
  2358.                         top="11"
  2359.                         mappingImage="maxmid_boxtoggler_colormap.bmp"
  2360.                         image="maxmid_boxtoggler_up.bmp"
  2361.                         hoverImage="maxmid_boxtoggler_hover.bmp"
  2362.                         downImage="maxmid_boxtoggler_down.bmp"
  2363.                         disabledImage="maxmid_boxtoggler_disabled.bmp"
  2364.                         >
  2365.         <buttonelement      mappingColor="#FF0000"
  2366.                             upToolTip="DigitalDJ Full Mode" 
  2367.                             onClick="theme.savePreference('LV','DigitalDJ'); theme.currentViewID='DigitalDJ';"
  2368.                             >
  2369.         </buttonelement>
  2370.         <buttonelement      mappingColor="#00FF00"
  2371.                             enabled="false"
  2372.                             >
  2373.         </buttonelement>
  2374.         <buttonelement      mappingColor="#0000FF"
  2375.                             upToolTip="DigitalDJ Mini Mode" 
  2376.                             onClick="theme.savePreference('LV','DigitalDJMini'); theme.currentViewID='DigitalDJMini';"
  2377.                             >
  2378.         </buttonelement>
  2379.     </buttongroup>
  2380.  
  2381.     <subview            left="135" 
  2382.                         top="10"
  2383.                         width="70"
  2384.                         height="18"
  2385.                         backgroundColor="none"
  2386.                         >
  2387.         <muteButton         image="maxmid_mute_up.bmp"
  2388.                             hoverImage="maxmid_mute_hover.bmp"
  2389.                             downImage="maxmid_mute_down.bmp"
  2390.                             >
  2391.         </muteButton>
  2392.         <volumeSlider       left="17"
  2393.                             top="4"
  2394.                             backgroundImage="maxmid_volumetray.bmp"
  2395.                             thumbImage="maxmid_volumethumb_up.bmp"
  2396.                             thumbHoverImage="maxmid_volumethumb_hover.bmp"
  2397.                             thumbDownImage="maxmid_volumethumb_down.bmp"
  2398.                             borderSize="4"
  2399.                             >
  2400.         </volumeSlider>
  2401.     </subview>
  2402.  
  2403.     <buttongroup        left="246"
  2404.                         top="15"
  2405.                         mappingImage="mid_minclose_colormap.bmp"
  2406.                         image="mid_minclose_up.bmp"
  2407.                         hoverImage="mid_minclose_hover.bmp"
  2408.                         downImage="mid_minclose_down.bmp"
  2409.                         >
  2410.         <buttonelement      mappingColor="#FF0000"
  2411.                             upToolTip="Minimize"
  2412.                             onClick="view.minimize();"
  2413.                             >
  2414.         </buttonelement>
  2415.         <buttonelement      mappingColor="#00FF00"
  2416.                             upToolTip="Close"
  2417.                             onClick="view.close();"
  2418.                             >
  2419.         </buttonelement>
  2420.     </buttongroup>
  2421.  
  2422.     <seekSlider         left="96"
  2423.                         top="179"
  2424.                         width="150"
  2425.                         backgroundImage="seekslide.bmp"
  2426.                         thumbImage="seekthumb.bmp"
  2427.                         borderSize="3" tiled="true"
  2428.                         >
  2429.     </seekSlider>
  2430.  
  2431.     <buttongroup        left="67"
  2432.                         top="67"
  2433.                         mappingImage="mid_listvizlevels_colormap.bmp"
  2434.                         image="mid_listvizlevels_up.bmp"
  2435.                         hoverImage="mid_listvizlevels_hover.bmp"
  2436.                         downImage="mid_listvizlevels_down.bmp"
  2437.                         disabledImage="mid_listvizlevels_disabled.bmp"
  2438.                         >
  2439.         <buttonelement      id="bgPl"
  2440.                             mappingColor="#FF0000"
  2441.                             upToolTip="Playlist"
  2442.                             onClick="SetPane(currentPane==plPane?(vidIsRunning?vidPane:visPane):plPane);"
  2443.                             >
  2444.         </buttonelement>
  2445.         <buttonelement      id="bgVis"
  2446.                             mappingColor="#00FF00"
  2447.                             upToolTip="Change visualization"
  2448.                             onClick="if(currentPane==visPane)visEffects.next();else SetPane(vidIsRunning?vidPane:visPane)"
  2449.                             >
  2450.         </buttonelement>
  2451.         <buttonelement      id="bgEq"
  2452.                             mappingColor="#0000FF"
  2453.                             upToolTip="Graphic equalizer"
  2454.                             onClick="SetPane(currentPane==eqPane?(vidIsRunning?vidPane:visPane):eqPane);"
  2455.                             >
  2456.         </buttonelement>
  2457.     </buttongroup>
  2458.  
  2459.     <buttongroup        left="103"
  2460.                         top="188"
  2461.                         mappingImage="maxmid_transport_colormap.bmp"
  2462.                         image="maxmid_transport_up.bmp"
  2463.                         hoverImage="maxmid_transport_hover.bmp"
  2464.                         downImage="maxmid_transport_down.bmp"
  2465.                         disabledImage="maxmid_transport_disabled.bmp"
  2466.                         >
  2467.         <playelement        mappingColor="#FF0000"
  2468.                             >
  2469.         </playelement>
  2470.         <stopelement        mappingColor="#00FF00"
  2471.                             >
  2472.         </stopelement>
  2473.         <pauseelement       mappingColor="#0000FF"
  2474.                             >
  2475.         </pauseelement>
  2476.         <prevelement        mappingColor="#FFFF00"
  2477.                             >
  2478.         </prevelement>
  2479.         <nextelement        mappingColor="#FF00FF"
  2480.                             >
  2481.         </nextelement>
  2482.     </buttongroup>
  2483.     <buttongroup        left="233"
  2484.                         top="188"
  2485.                         mappingImage="maxmid_togF1_colormap.bmp"
  2486.                         image="maxmid_togF1_up.bmp"
  2487.                         hoverImage="maxmid_togF1_hover.bmp"
  2488.                         downImage="maxmid_togF1_down.bmp"
  2489.                         disabledImage="maxmid_togF1_disabled.bmp"
  2490.                         horizontalAlignment="right"
  2491.                         >
  2492.         <buttonelement      mappingColor="#FF0000"
  2493.                             upToolTip="Return to Full Mode"
  2494.                             onClick="view.returnToMediaCenter();"
  2495.                             >
  2496.         </buttonelement>
  2497.         <buttonelement      mappingColor="#00FF00"
  2498.                             upToolTip="Full screen"
  2499.                             enabled="wmpdisabled:player.controls.play"
  2500.                             onClick="vidIsRunning?vid.fullScreen=true:visEffects.fullScreen=true;"
  2501.                             >
  2502.         </buttonelement>
  2503.     </buttongroup>
  2504.  
  2505.     <text               id="xEqTt"
  2506.                         enabled="false"
  2507.                         visible="false"
  2508.                         toolTip="Graphic equalizer"
  2509.                         value="Close graphic equalizer"
  2510.                         >
  2511.     </text>
  2512.     <text               id="xPlTt"
  2513.                         enabled="false"
  2514.                         visible="false"
  2515.                         toolTip="Playlist"
  2516.                         value="Close playlist"
  2517.                         >
  2518.     </text>
  2519.     <text               id="xVisTt"
  2520.                         enabled="false"
  2521.                         visible="false"
  2522.                         toolTip="Return to visualization"
  2523.                         value="Next visualization"
  2524.                         >
  2525.     </text>
  2526.     <text               id="xVidSptr"
  2527.                         enabled="false"
  2528.                         visible="false"
  2529.                         toolTip="Return to video"
  2530.                         value=" -- "
  2531.                         >
  2532.     </text>
  2533. </view>
  2534.  
  2535.  
  2536.  
  2537.  
  2538. <!-- 
  2539. //****************************************************************
  2540. // The Mini-Skin
  2541. //****************************************************************
  2542. -->
  2543.  
  2544. <view           id="DigitalDJMini"
  2545.                 backgroundImage="tiny_base.bmp"
  2546.                 backgroundColor="none"
  2547.                 clippingColor="#FF0000"
  2548.                 transparencyColor="#FF00FF"
  2549.                 titleBar="false"
  2550.                 resizable="false"
  2551.                 >
  2552.  
  2553.     <effects        zIndex="-1"
  2554.                     left="3"
  2555.                     top="10"
  2556.                     width="65"
  2557.                     height="53"
  2558.                     currentEffectType="wmpprop:mediacenter.effectType"
  2559.                     currentPreset="wmpprop:mediacenter.effectPreset"
  2560.                     currentEffectType_onchange="mediacenter.effectType=currentEffectType;"
  2561.                     currentPreset_onchange="mediacenter.effectPreset=currentPreset;"
  2562.                     onClick="next();"
  2563.                     >
  2564.     </effects>
  2565.     
  2566.     <buttongroup    left="18" 
  2567.                     top="2"
  2568.                     mappingImage="min_boxtoggler_colormap.bmp"
  2569.                     image="min_boxtoggler_up.bmp"
  2570.                     hoverImage="min_boxtoggler_hover.bmp"
  2571.                     downImage="min_boxtoggler_down.bmp"
  2572.                     disabledImage="min_boxtoggler_disabled.bmp"
  2573.                     >
  2574.         <buttonelement  mappingColor="#FF0000"
  2575.                         upToolTip="DigitalDJ Full Mode" 
  2576.                         onClick="theme.savePreference('LV','DigitalDJ'); theme.currentViewID='DigitalDJ';"
  2577.                         >
  2578.         </buttonelement>
  2579.         <buttonelement  mappingColor="#00FF00"
  2580.                         upToolTip="DigitalDJ Player Mode" 
  2581.                         onClick="theme.savePreference('LV','DigitalDJMid'); theme.currentViewID='DigitalDJMid';"
  2582.                         >
  2583.         </buttonelement>
  2584.     </buttongroup>
  2585.     
  2586.     <buttongroup        left="60"
  2587.                         top="1"
  2588.                         mappingImage="min_minclose_map.bmp"
  2589.                         image="min_minclose_up.bmp"
  2590.                         hoverImage="min_minclose_hover.bmp"
  2591.                         downImage="min_minclose_down.bmp"
  2592.                         >
  2593.         <buttonelement      mappingColor="#FF0000"
  2594.                             upToolTip="Minimize"
  2595.                             onClick="view.minimize();"
  2596.                             >
  2597.         </buttonelement>
  2598.         <buttonelement      mappingColor="#00FF00"
  2599.                             upToolTip="Close"
  2600.                             onClick="view.close();"
  2601.                             >
  2602.         </buttonelement>
  2603.     </buttongroup>
  2604.     
  2605.     <playbutton         id="bPlay"
  2606.                         left="31"
  2607.                         top="9"
  2608.                         image="tiny_play_up.bmp"
  2609.                         hoverImage="tiny_play_hover.bmp"
  2610.                         downImage="tiny_play_down.bmp"
  2611.                         transparencyColor="#FF00FF"
  2612.                         visible="wmpenabled:player.controls.play"
  2613.                         >
  2614.     </playbutton>
  2615.     
  2616.     <pausebutton        id="bPause"
  2617.                         left="37"
  2618.                         top="17"
  2619.                         image="tiny_pause_up.bmp"
  2620.                         hoverImage="tiny_pause_hover.bmp"
  2621.                         downImage="tiny_pause_down.bmp"
  2622.                         transparencyColor="#FF00FF"
  2623.                         visible="wmpenabled:player.controls.pause"
  2624.                         >
  2625.     </pausebutton>
  2626.     
  2627.     <returnButton       left="69"
  2628.                         top="49"
  2629.                         image="tiny_toggle_up.bmp"
  2630.                         hoverImage="tiny_toggle_hover.bmp"
  2631.                         downImage="tiny_toggle_down.bmp"
  2632.                         >
  2633.     </returnButton>
  2634.  
  2635. </view>
  2636.  
  2637.  
  2638. </theme>
  2639.  
  2640.  
  2641.