home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-07-13 | 104.6 KB | 2,641 lines |
- <!--
- //****************************************************************
- // ⌐2000 Microsoft Corporation. All rights reserved.
- //****************************************************************
- -->
-
- <theme title="DigitalDJ"
- author="Microsoft Corporation"
- copyright="⌐2000 Microsoft Corporation. All rights reserved."
- >
-
-
- <!--
- //****************************************************************
- // The view selection Skin
- //****************************************************************
- -->
-
- <view scriptfile="auto.js"
- titlebar="false"
- resizable="false"
- backgroundImage="preview.bmp"
- clippingColor="auto"
- onload="AutoLoad();"
- >
- </view>
-
- <!--
- //****************************************************************
- // The full sized DigitalDJ Skin
- //****************************************************************
- -->
-
- <view id="DigitalDJ"
- scriptfile="dj.js;query.js;listbox.js;edit.js;checkbox.js"
- title="DigitalDJ"
- width="jscript:(theme.loadPreference( 'WD' ) == '--') ? 640 : theme.loadPreference( 'WD' )"
- height="jscript:(theme.loadPreference( 'HT' ) == '--') ? 458 : theme.loadPreference( 'HT' )"
- minWidth="640"
- minHeight="458"
- backgroundColor="black"
- height_onchange="onHeightChange();"
- width_onchange="onWidthChange();"
- onload="initDJ();"
- onclose="saveState();"
- ontimer="checkPlaylistCount();"
- >
-
- <!-- The attributes tab -->
- <subview id="attributes_tab_sv"
- height="32"
- width="89"
- backgroundColor="#7DC622"
- zIndex="1"
- >
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_green_tl.bmp"
- >
- </button>
- <button enabled="false"
- top="11"
- image="AUTODJ_fade_green_lt.bmp"
- >
- </button>
- <button enabled="false"
- left="84"
- image="AUTODJ_fade_green_tmr.bmp"
- horizontalAlignment="right"
- >
- </button>
-
- <text id="attributes_tab_text"
- left="5"
- width="jscript:attributes_tab_sv.width - 5"
- top="13"
- horizontalAlignment="stretch"
- justification="center"
- fontSize="8"
- fontStyle="bold"
- foregroundColor="black"
- disabledForegroundColor="white"
- enabled="false"
- value="Attributes"
- >
- </text>
- <button id="attributes_focus_button"
- top="1"
- left="1"
- width="jscript:attributes_tab_sv.width - 2"
- height="jscript:attributes_tab_sv.height - 2"
- enabled="false"
- horizontalAlignment="stretch"
- onclick="switchToTab( 0, 500 );"
- >
- </button>
- </subview>
-
-
- <!-- The playlists tab -->
- <subview id="playlists_tab_sv"
- left="jscript:attributes_tab_sv.width"
- height="32"
- width="84"
- backgroundColor="#FF3C00"
- zIndex="1"
- >
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_red_tm.bmp"
- >
- </button>
- <button left="79"
- enabled="false"
- image="AUTODJ_fade_red_tmr.bmp"
- horizontalAlignment="right"
- >
- </button>
- <button enabled="false"
- top="11"
- image="AUTODJ_fade_red_tml.bmp"
- >
- </button>
-
- <text id="playlists_tab_text"
- width="jscript:playlists_tab_sv.width"
- top="13"
- horizontalAlignment="stretch"
- justification="center"
- fontSize="8"
- fontStyle="bold"
- foregroundColor="black"
- disabledForegroundColor="white"
- value="Playlists"
- >
- </text>
- <button id="playlists_focus_button"
- top="1"
- left="1"
- width="jscript:playlists_tab_sv.width - 2"
- height="jscript:playlists_tab_sv.height - 2"
- cursor="hand"
- horizontalAlignment="stretch"
- onclick="switchToTab( 1, 500 );"
- >
- </button>
- </subview>
-
-
- <!-- The advanced tab -->
- <subview id="advanced_tab_sv"
- left="jscript:playlists_tab_sv.left + playlists_tab_sv.width"
- height="32"
- width="82"
- backgroundColor="#3F8EC6"
- zIndex="1"
- >
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_blue_tr.bmp"
- >
- </button>
- <button enabled="false"
- top="11"
- image="AUTODJ_fade_blue_tm.bmp"
- >
- </button>
-
- <text id="advanced_tab_text"
- width="jscript:advanced_tab_sv.width"
- top="13"
- horizontalAlignment="stretch"
- justification="center"
- fontSize="8"
- fontStyle="bold"
- foregroundColor="black"
- disabledForegroundColor="white"
- value="Advanced"
- >
- </text>
- <button id="advanced_focus_button"
- top="1"
- left="1"
- width="jscript:advanced_tab_sv.width - 2"
- height="jscript:advanced_tab_sv.height - 2"
- cursor="hand"
- horizontalAlignment="stretch"
- onclick="switchToTab( 2, 500 );"
- >
- </button>
- </subview>
-
-
-
-
- <!-- The genre selection view -->
- <subview id="genre_sv"
- top="32"
- width="255"
- height="140"
- backgroundColor="#7DC622"
- >
-
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_green_lb.bmp"
- >
- </button>
- <button id="green_edging"
- enabled="false"
- image="AUTODJ_fade_green_tr.bmp"
- left="84"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_div_bot.bmp"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- top="jscript:genre_sv.height - 5"
- left="jscript:genre_sv.width - 245"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_ll.bmp"
- verticalAlignment="bottom"
- top="jscript:genre_sv.height - 5"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_br.bmp"
- verticalAlignment="bottom"
- horizontalAlignment="right"
- top="jscript:genre_sv.height - 130"
- left="jscript:genre_sv.width - 4"
- >
- </button>
-
-
- <text top="7"
- left="15"
- fontStyle="bold"
- fontSize="8"
- value="Genre:"
- foregroundColor="white"
- >
- </text>
-
- <!-- Genre Listbox -->
- <subview top="24"
- left="15"
- width="150"
- height="105"
- backgroundColor="black"
- id="genre_lb_sv"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- height_onchange="if (LB_genre) LB_genre.onHeightChangeLB();"
- >
- <subview id="genre_lb_clip_sv"
- width="jscript:genre_lb_sv.width - 16"
- horizontalAlignment="stretch"
- backgroundColor="white"
- >
- <text id="genre_lb_clip_text"
- left="4"
- fontsize="8"
- tooltip=""
- >
- </text>
- <button id="genre_lb_focus_button"
- top="1"
- left="1"
- width="jscript:genre_lb_sv.width - 14"
- horizontalAlignment="stretch"
- onkeydown="LB_genre.onKeyDownLB();"
- >
- </button>
- </subview>
- <text id="genre_lb_text"
- left="4"
- width="jscript:genre_lb_sv.width - 20"
- horizontalAlignment="stretch"
- foregroundColor="white"
- backgroundColor="jscript:genre_lb_sv.backgroundColor"
- fontsize="8"
- tooltip=""
- onmousedown="LB_genre.onTextMouseDownLB();"
- >
- </text>
- <button id="genre_lb_scrollup_button"
- left="jscript:genre_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slideup.bmp"
- downimage="slideup_down.bmp"
- onmousedown="LB_genre.onScrollUpMouseDownLB();"
- ondblclick="LB_genre.onScrollUpMouseDownLB();"
- onendmove="LB_genre.onScrollUpEndMoveLB();"
- onmousemove="LB_genre.onScrollUpMouseMoveLB();"
- onmouseup="LB_genre.onScrollUpMouseUpLB();"
- >
- </button>
- <text id="genre_lb_scrollbacking_text"
- top="16"
- left="jscript:genre_lb_sv.width - 16"
- height="jscript:genre_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- backgroundColor="scrollbar"
- >
- </text>
- <button id="genre_lb_scrollbacking_button"
- top="16"
- left="jscript:genre_lb_sv.width - 16"
- height="jscript:genre_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- onmousedown="LB_genre.onScrollBackMouseDownLB();"
- ondblclick="LB_genre.onScrollBackMouseDownLB();"
- onendmove="LB_genre.onScrollBackEndMoveLB();"
- onmousemove="LB_genre.onScrollBackMouseMoveLB();"
- onmouseup="LB_genre.onScrollBackMouseUpLB();"
- >
- </button>
- <button id="genre_lb_scroll_button"
- top="16"
- left="jscript:genre_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slidebar.bmp"
- onmousedown="LB_genre.onBeginDragLB();"
- onmousemove="LB_genre.onDragScrollbarLB();"
- >
- </button>
- <button id="genre_lb_scrolldown_button"
- top="jscript:genre_lb_sv.height - 16"
- left="jscript:genre_lb_sv.width - 16"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="slidedown.bmp"
- downimage="slidedown_down.bmp"
- onmousedown="LB_genre.onScrollDownMouseDownLB();"
- ondblclick="LB_genre.onScrollDownMouseDownLB();"
- onendmove="LB_genre.onScrollDownEndMoveLB();"
- onmousemove="LB_genre.onScrollDownMouseMoveLB();"
- onmouseup="LB_genre.onScrollDownMouseUpLB();"
- >
- </button>
- </subview>
-
- <button id="genre_include_button"
- left="170"
- width="73"
- top="24"
- cursor="hand"
- horizontalAlignment="right"
- onclick="includeGenre();"
- >
- </button>
- <text id="genre_include_text"
- passthrough="true"
- left="175"
- top="24"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Include"
- horizontalAlignment="right"
- >
- </text>
-
- <button id="genre_exclude_button"
- left="170"
- width="73"
- top="jscript:genre_include_button.top + 15"
- cursor="hand"
- horizontalAlignment="right"
- onclick="excludeGenre();"
- >
- </button>
- <text id="genre_exclude_text"
- passthrough="true"
- left="jscript:genre_include_text.left"
- top="jscript:genre_include_text.top + 15"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Exclude"
- horizontalAlignment="right"
- >
- </text>
- </subview>
-
-
- <!-- The artist selection view -->
- <subview id="artist_sv"
- top="jscript:genre_sv.top + genre_sv.height"
- width="255"
- height="140"
- backgroundColor="#7DC622"
- >
-
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_green_bl.bmp"
- top="5"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_div_top.bmp"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_div_bot.bmp"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- top="jscript:artist_sv.height - 5"
- left="jscript:artist_sv.width - 245"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_ll.bmp"
- verticalAlignment="bottom"
- top="jscript:artist_sv.height - 5"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_br.bmp"
- verticalAlignment="bottom"
- horizontalAlignment="right"
- top="jscript:artist_sv.height - 130"
- left="jscript:artist_sv.width - 4"
- >
- </button>
-
-
- <text top="7" left="15"
- fontStyle="bold"
- fontSize="8"
- value="Artist:"
- foregroundColor="white"
- >
- </text>
-
- <!-- Artist Listbox -->
- <subview top="24"
- left="15"
- width="150"
- height="105"
- backgroundColor="black"
- id="artist_lb_sv"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- height_onchange="if (LB_artist) LB_artist.onHeightChangeLB();"
- >
- <subview id="artist_lb_clip_sv"
- width="jscript:artist_lb_sv.width - 16"
- horizontalAlignment="stretch"
- backgroundColor="white"
- >
- <text id="artist_lb_clip_text"
- left="4"
- fontsize="8"
- tooltip=""
- >
- </text>
- <button id="artist_lb_focus_button"
- top="1"
- left="1"
- width="jscript:artist_lb_sv.width - 14"
- horizontalAlignment="stretch"
- onkeydown="LB_artist.onKeyDownLB();"
- >
- </button>
- </subview>
- <text id="artist_lb_text"
- left="4"
- width="jscript:artist_lb_sv.width - 20"
- horizontalAlignment="stretch"
- foregroundColor="white"
- backgroundColor="jscript:artist_lb_sv.backgroundColor"
- fontsize="8"
- tooltip=""
- onmousedown="LB_artist.onTextMouseDownLB();"
- >
- </text>
- <button id="artist_lb_scrollup_button"
- left="jscript:artist_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slideup.bmp"
- downimage="slideup_down.bmp"
- onmousedown="LB_artist.onScrollUpMouseDownLB();"
- ondblclick="LB_artist.onScrollUpMouseDownLB();"
- onendmove="LB_artist.onScrollUpEndMoveLB();"
- onmousemove="LB_artist.onScrollUpMouseMoveLB();"
- onmouseup="LB_artist.onScrollUpMouseUpLB();"
- >
- </button>
- <text id="artist_lb_scrollbacking_text"
- top="16"
- left="jscript:artist_lb_sv.width - 16"
- height="jscript:artist_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- backgroundColor="scrollbar"
- >
- </text>
- <button id="artist_lb_scrollbacking_button"
- top="16"
- left="jscript:artist_lb_sv.width - 16"
- height="jscript:artist_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- onmousedown="LB_artist.onScrollBackMouseDownLB();"
- ondblclick="LB_artist.onScrollBackMouseDownLB();"
- onendmove="LB_artist.onScrollBackEndMoveLB();"
- onmousemove="LB_artist.onScrollBackMouseMoveLB();"
- onmouseup="LB_artist.onScrollBackMouseUpLB();"
- >
- </button>
- <button id="artist_lb_scroll_button"
- top="16"
- left="jscript:artist_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slidebar.bmp"
- onmousedown="LB_artist.onBeginDragLB();"
- onmousemove="LB_artist.onDragScrollbarLB();"
- >
- </button>
- <button id="artist_lb_scrolldown_button"
- top="jscript:artist_lb_sv.height - 16"
- left="jscript:artist_lb_sv.width - 16"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="slidedown.bmp"
- downimage="slidedown_down.bmp"
- onmousedown="LB_artist.onScrollDownMouseDownLB();"
- ondblclick="LB_artist.onScrollDownMouseDownLB();"
- onendmove="LB_artist.onScrollDownEndMoveLB();"
- onmousemove="LB_artist.onScrollDownMouseMoveLB();"
- onmouseup="LB_artist.onScrollDownMouseUpLB();"
- >
- </button>
- </subview>
-
- <button id="artist_include_button"
- left="170"
- width="73"
- top="24"
- cursor="hand"
- horizontalAlignment="right"
- onclick="includeArtist();"
- >
- </button>
- <text id="artist_include_text"
- passthrough="true"
- left="175"
- top="24"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Include"
- horizontalAlignment="right"
- >
- </text>
-
- <button id="artist_exclude_button"
- left="170"
- width="73"
- top="jscript:artist_include_button.top + 15"
- cursor="hand"
- horizontalAlignment="right"
- onclick="excludeArtist();"
- >
- </button>
- <text id="artist_exclude_text"
- passthrough="true"
- left="jscript:artist_include_text.left"
- top="jscript:artist_include_text.top + 15"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Exclude"
- horizontalAlignment="right"
- >
- </text>
- </subview>
-
-
-
- <!-- The album selection view -->
- <subview id="album_sv"
- top="jscript:artist_sv.top + artist_sv.height"
- width="255"
- height="146"
- backgroundColor="#7DC622"
- >
-
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_green_bl.bmp"
- top="5"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_div_top.bmp"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_b.bmp"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- top="jscript:album_sv.height - 11"
- left="jscript:album_sv.width - 255"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_ll.bmp"
- verticalAlignment="bottom"
- top="jscript:album_sv.height - 5"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_green_br.bmp"
- verticalAlignment="bottom"
- horizontalAlignment="right"
- top="jscript:album_sv.height - 130"
- left="jscript:album_sv.width - 4"
- >
- </button>
-
-
- <text top="7" left="15"
- fontStyle="bold"
- fontSize="8"
- value="Album:"
- foregroundColor="white"
- >
- </text>
-
- <!-- album Listbox -->
- <subview top="24"
- left="15"
- width="150"
- height="105"
- backgroundColor="black"
- id="album_lb_sv"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- height_onchange="if (LB_album) LB_album.onHeightChangeLB();"
- >
- <subview id="album_lb_clip_sv"
- width="jscript:album_lb_sv.width - 16"
- horizontalAlignment="stretch"
- backgroundColor="white"
- >
- <text id="album_lb_clip_text"
- left="4"
- fontsize="8"
- tooltip=""
- >
- </text>
- <button id="album_lb_focus_button"
- top="1"
- left="1"
- width="jscript:album_lb_sv.width - 14"
- horizontalAlignment="stretch"
- onkeydown="LB_album.onKeyDownLB();"
- >
- </button>
- </subview>
- <text id="album_lb_text"
- left="4"
- width="jscript:album_lb_sv.width - 20"
- horizontalAlignment="stretch"
- foregroundColor="white"
- backgroundColor="jscript:album_lb_sv.backgroundColor"
- fontsize="8"
- tooltip=""
- onmousedown="LB_album.onTextMouseDownLB();"
- >
- </text>
- <button id="album_lb_scrollup_button"
- left="jscript:album_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slideup.bmp"
- downimage="slideup_down.bmp"
- onmousedown="LB_album.onScrollUpMouseDownLB();"
- ondblclick="LB_album.onScrollUpMouseDownLB();"
- onendmove="LB_album.onScrollUpEndMoveLB();"
- onmousemove="LB_album.onScrollUpMouseMoveLB();"
- onmouseup="LB_album.onScrollUpMouseUpLB();"
- >
- </button>
- <text id="album_lb_scrollbacking_text"
- top="16"
- left="jscript:album_lb_sv.width - 16"
- height="jscript:album_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- backgroundColor="scrollbar"
- >
- </text>
- <button id="album_lb_scrollbacking_button"
- top="16"
- left="jscript:album_lb_sv.width - 16"
- height="jscript:album_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- onmousedown="LB_album.onScrollBackMouseDownLB();"
- ondblclick="LB_album.onScrollBackMouseDownLB();"
- onendmove="LB_album.onScrollBackEndMoveLB();"
- onmousemove="LB_album.onScrollBackMouseMoveLB();"
- onmouseup="LB_album.onScrollBackMouseUpLB();"
- >
- </button>
- <button id="album_lb_scroll_button"
- top="16"
- left="jscript:album_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slidebar.bmp"
- onmousedown="LB_album.onBeginDragLB();"
- onmousemove="LB_album.onDragScrollbarLB();"
- >
- </button>
- <button id="album_lb_scrolldown_button"
- top="jscript:album_lb_sv.height - 16"
- left="jscript:album_lb_sv.width - 16"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="slidedown.bmp"
- downimage="slidedown_down.bmp"
- onmousedown="LB_album.onScrollDownMouseDownLB();"
- ondblclick="LB_album.onScrollDownMouseDownLB();"
- onendmove="LB_album.onScrollDownEndMoveLB();"
- onmousemove="LB_album.onScrollDownMouseMoveLB();"
- onmouseup="LB_album.onScrollDownMouseUpLB();"
- >
- </button>
- </subview>
-
- <button id="album_include_button"
- left="170"
- width="73"
- top="24"
- cursor="hand"
- horizontalAlignment="right"
- onclick="includeAlbum();"
- >
- </button>
- <text id="album_include_text"
- passthrough="true"
- left="175"
- top="24"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Include"
- horizontalAlignment="right"
- >
- </text>
-
- <button id="album_exclude_button"
- left="170"
- width="73"
- top="jscript:album_include_button.top + 15"
- cursor="hand"
- horizontalAlignment="right"
- onclick="excludeAlbum();"
- >
- </button>
- <text id="album_exclude_text"
- passthrough="true"
- left="jscript:album_include_text.left"
- top="jscript:album_include_text.top + 15"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Exclude"
- horizontalAlignment="right"
- >
- </text>
- </subview>
-
-
-
- <!-- The playlists selection subview -->
- <subview id="playlists_sv"
- top="32"
- width="255"
- height="jscript:view.height - 32"
- backgroundColor="#FF3C00"
- onendmove="onPlaylistsTabEndMove();"
- verticalAlignment="stretch"
- >
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_red_tl.bmp"
- >
- </button>
- <button enabled="false"
- top="4"
- image="AUTODJ_fade_red_l.bmp"
- >
- </button>
- <button id="red_edging"
- enabled="false"
- left="168"
- image="AUTODJ_fade_red_tr.bmp"
- >
- </button>
- <button enabled="false"
- left="jscript:playlists_sv.width - 4"
- top="jscript:playlists_sv.height - 425"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="AUTODJ_fade_red_r.bmp"
- >
- </button>
- <button enabled="false"
- left="jscript:playlists_sv.width - 255"
- top="jscript:playlists_sv.height - 11"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="AUTODJ_fade_red_b.bmp"
- >
- </button>
-
-
- <text top="7" left="15"
- fontStyle="bold"
- fontSize="8"
- value="Media Library Playlists:"
- foregroundColor="white"
- >
- </text>
-
- <!-- Playlists Listbox -->
- <subview top="24"
- left="15"
- width="150"
- height="150"
- backgroundColor="black"
- id="playlists_lb_sv"
- horizontalAlignment="stretch"
- height_onchange="if (LB_playlists) LB_playlists.onHeightChangeLB();"
- >
- <subview id="playlists_lb_clip_sv"
- width="jscript:playlists_lb_sv.width - 16"
- horizontalAlignment="stretch"
- backgroundColor="white"
- >
- <text id="playlists_lb_clip_text"
- left="4"
- fontsize="8"
- tooltip=""
- >
- </text>
- <button id="playlists_lb_focus_button"
- top="1"
- left="1"
- width="jscript:playlists_lb_sv.width - 14"
- horizontalAlignment="stretch"
- onkeydown="LB_playlists.onKeyDownLB();"
- >
- </button>
- </subview>
- <text id="playlists_lb_text"
- left="4"
- width="jscript:playlists_lb_sv.width - 20"
- horizontalAlignment="stretch"
- foregroundColor="white"
- backgroundColor="jscript:playlists_lb_sv.backgroundColor"
- fontsize="8"
- tooltip=""
- onmousedown="LB_playlists.onTextMouseDownLB();"
- >
- </text>
- <button id="playlists_lb_scrollup_button"
- left="jscript:playlists_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slideup.bmp"
- downimage="slideup_down.bmp"
- onmousedown="LB_playlists.onScrollUpMouseDownLB();"
- ondblclick="LB_playlists.onScrollUpMouseDownLB();"
- onendmove="LB_playlists.onScrollUpEndMoveLB();"
- onmousemove="LB_playlists.onScrollUpMouseMoveLB();"
- onmouseup="LB_playlists.onScrollUpMouseUpLB();"
- >
- </button>
- <text id="playlists_lb_scrollbacking_text"
- top="16"
- left="jscript:playlists_lb_sv.width - 16"
- height="jscript:playlists_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- backgroundColor="scrollbar"
- >
- </text>
- <button id="playlists_lb_scrollbacking_button"
- top="16"
- left="jscript:playlists_lb_sv.width - 16"
- height="jscript:playlists_lb_sv.height - 32"
- width="16"
- horizontalAlignment="right"
- verticalAlignment="stretch"
- onmousedown="LB_playlists.onScrollBackMouseDownLB();"
- ondblclick="LB_playlists.onScrollBackMouseDownLB();"
- onendmove="LB_playlists.onScrollBackEndMoveLB();"
- onmousemove="LB_playlists.onScrollBackMouseMoveLB();"
- onmouseup="LB_playlists.onScrollBackMouseUpLB();"
- >
- </button>
- <button id="playlists_lb_scroll_button"
- top="16"
- left="jscript:playlists_lb_sv.width - 16"
- horizontalAlignment="right"
- image="slidebar.bmp"
- onmousedown="LB_playlists.onBeginDragLB();"
- onmousemove="LB_playlists.onDragScrollbarLB();"
- >
- </button>
- <button id="playlists_lb_scrolldown_button"
- top="jscript:playlists_lb_sv.height - 16"
- left="jscript:playlists_lb_sv.width - 16"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="slidedown.bmp"
- downimage="slidedown_down.bmp"
- onmousedown="LB_playlists.onScrollDownMouseDownLB();"
- ondblclick="LB_playlists.onScrollDownMouseDownLB();"
- onendmove="LB_playlists.onScrollDownEndMoveLB();"
- onmousemove="LB_playlists.onScrollDownMouseMoveLB();"
- onmouseup="LB_playlists.onScrollDownMouseUpLB();"
- >
- </button>
- </subview>
-
- <button id="playlists_include_button"
- left="170"
- width="73"
- top="24"
- cursor="hand"
- horizontalAlignment="right"
- onclick="includePlaylist();"
- >
- </button>
- <text id="playlists_include_text"
- passthrough="true"
- left="175"
- top="24"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Include"
- horizontalAlignment="right"
- >
- </text>
-
- <button id="playlists_exclude_button"
- left="170"
- width="73"
- top="jscript:playlists_include_button.top + 15"
- cursor="hand"
- horizontalAlignment="right"
- onclick="excludePlaylist();"
- >
- </button>
- <text id="playlists_exclude_text"
- passthrough="true"
- left="jscript:playlists_include_text.left"
- top="jscript:playlists_include_text.top + 15"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- cursor="hand"
- value="Exclude"
- horizontalAlignment="right"
- >
- </text>
-
- <playlist id="preview_playlist"
- left="15"
- width="jscript:playlists_sv.width - 25"
- top="180"
- height="jscript:playlists_sv.height - top - 15"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- visible="false"
- columnsVisible="false"
- columns="name;artist"
- dropDownVisible="false"
- backgroundColor="black"
- foregroundColor="white"
- itemPlayingColor="black"
- itemPlayingBackgroundColor="white"
- >
- </playlist>
- <text left="15"
- width="jscript:playlists_sv.width - 25"
- top="180"
- height="jscript:playlists_sv.height - top - 15"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- backgroundColor="black"
- >
- </text>
- </subview>
-
-
- <!-- The advanced subview -->
- <subview id="advanced_sv"
- top="32"
- width="255"
- height="jscript:view.height - 32"
- backgroundColor="#3F8EC6"
- verticalAlignment="stretch"
- onendmove="onAdvancedTabEndMove();"
- >
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_blue_tl.bmp"
- >
- </button>
- <button enabled="false"
- top="4"
- image="AUTODJ_fade_blue_l.bmp"
- >
- </button>
- <button enabled="false"
- top="jscript:advanced_sv.height - 11"
- left="jscript:advanced_sv.width - 255"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="AUTODJ_fade_blue_b.bmp"
- >
- </button>
- <button enabled="false"
- top="jscript:advanced_sv.height - 457"
- left="jscript:advanced_sv.width - 4"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- image="AUTODJ_fade_blue_r.bmp"
- >
- </button>
-
- <!-- Filtering Options -->
- <text top="7" left="15"
- fontStyle="bold"
- fontSize="8"
- value="Filtering:"
- foregroundColor="white"
- >
- </text>
-
- <text id="playlist_check"
- onmousedown="CB_allow_playlists.onMouseDownCB();"
- >
- </text>
- <text id="playlist_check_text"
- top="25"
- left="35"
- fontSize="8"
- hoverFontStyle="underline"
- foregroundColor="white"
- value="Allow nested playlists (asx, m3u)"
- tabstop="true"
- onkeypress="CB_allow_playlists.onKeyPressCB();"
- onmousedown="CB_allow_playlists.onMouseDownCB();"
- >
- </text>
-
- <text id="url_check"
- onmousedown="CB_allow_urls.onMouseDownCB();"
- >
- </text>
- <text id="url_check_text"
- top="40"
- left="35"
- fontSize="8"
- hoverFontStyle="underline"
- foregroundColor="white"
- value="Allow URLs"
- tabstop="true"
- onkeypress="CB_allow_urls.onKeyPressCB();"
- onmousedown="CB_allow_urls.onMouseDownCB();"
- >
- </text>
-
- <text id="blank_check"
- onmousedown="CB_allow_blank.onMouseDownCB();"
- >
- </text>
- <text id="blank_check_text"
- top="55"
- left="35"
- fontSize="8"
- hoverFontStyle="underline"
- foregroundColor="white"
- value="Allow blank artist & album"
- tabstop="true"
- onkeypress="CB_allow_blank.onKeyPressCB();"
- onmousedown="CB_allow_blank.onMouseDownCB();"
- >
- </text>
-
- <!-- Play Count Options -->
- <text top="85"
- left="15"
- fontStyle="bold"
- fontSize="8"
- value="Play Count:"
- foregroundColor="white"
- >
- </text>
-
- <text id="bias_check"
- onmousedown="CB_bias.onMouseDownCB();"
- >
- </text>
- <text id="bias_check_text"
- top="103"
- left="35"
- fontSize="8"
- hoverFontStyle="underline"
- foregroundColor="white"
- value="Favor items played"
- tabstop="true"
- onkeypress="CB_bias.onKeyPressCB();"
- onmousedown="CB_bias.onMouseDownCB();"
- >
- </text>
- <text id="bias_comparison_text"
- top="jscript:bias_check_text.top"
- left="jscript:bias_check_text.left + bias_check_text.textWidth + 5"
- fontSize="8"
- fontStyle="bold underline"
- foregroundColor="white"
- cursor="hand"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changeBiasComparison();"
- onmousedown="if (event.button == 1) changeBiasComparison();"
- >
- </text>
-
- <text id="playcount_check"
- onmousedown="CB_playcount.onMouseDownCB();"
- >
- </text>
- <text id="playcount_check_text"
- top="118"
- left="35"
- fontSize="8"
- hoverFontStyle="underline"
- foregroundColor="white"
- value="Only include items played"
- tabstop="true"
- onkeypress="CB_playcount.onKeyPressCB();"
- onmousedown="CB_playcount.onMouseDownCB();"
- >
- </text>
- <text id="playcount_comparison_text"
- top="133"
- left="35"
- fontSize="8"
- fontStyle="bold underline"
- foregroundColor="white"
- cursor="hand"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changePlaycountComparison();"
- onmousedown="if (event.button == 1) changePlaycountComparison();"
- >
- </text>
- <text id="playcount_reduce_text"
- top="jscript:playcount_comparison_text.top + 1"
- left="110"
- fontStyle="bold"
- fontSize="8"
- fontFace="wingdings"
- hoverFontStyle="bold underline"
- foregroundColor="white"
- fontSize="8"
- cursor="hand"
- value="××"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changePlaycount( -1 );"
- onmousedown="if (event.button == 1) changePlaycount( -1 );"
- ondblclick="if (event.button == 1) changePlaycount( -1 );"
- >
- </text>
- <text id="playcount_count_text"
- top="jscript:playcount_comparison_text.top"
- left="133"
- width="25"
- justification="center"
- fontSize="8"
- fontStyle="bold"
- foregroundColor="white"
- >
- </text>
- <text id="playcount_increase_text"
- top="jscript:playcount_comparison_text.top + 1"
- left="158"
- fontStyle="bold"
- fontSize="8"
- fontFace="wingdings"
- hoverFontStyle="bold underline"
- foregroundColor="white"
- fontSize="8"
- cursor="hand"
- value="ØØ"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changePlaycount( 1 );"
- onmousedown="if (event.button == 1) changePlaycount( 1 );"
- ondblclick="if (event.button == 1) changePlaycount( 1 );"
- >
- </text>
- <text top="jscript:playcount_comparison_text.top"
- left="187"
- fontSize="8"
- foregroundColor="white"
- value="times"
- >
- </text>
-
- <!-- Track Length Options -->
- <text top="163"
- left="15"
- fontStyle="bold"
- fontSize="8"
- value="Track Length:"
- foregroundColor="white"
- >
- </text>
-
- <text id="playlength_check"
- onmousedown="CB_playlength.onMouseDownCB();"
- >
- </text>
- <text id="playlength_check_text"
- top="181"
- left="35"
- fontSize="8"
- hoverFontStyle="underline"
- foregroundColor="white"
- value="Only include items that are"
- tabstop="true"
- onkeypress="CB_playlength.onKeyPressCB();"
- onmousedown="CB_playlength.onMouseDownCB();"
- >
- </text>
- <text id="playlength_comparison_text"
- top="196"
- left="35"
- fontSize="8"
- fontStyle="bold underline"
- foregroundColor="white"
- cursor="hand"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changePlaylengthComparison();"
- onmousedown="if (event.button == 1) changePlaylengthComparison();"
- >
- </text>
- <text id="playlength_reduce_text"
- top="jscript:playlength_comparison_text.top + 1"
- left="110"
- fontStyle="bold"
- fontSize="8"
- fontFace="wingdings"
- hoverFontStyle="bold underline"
- foregroundColor="white"
- fontSize="8"
- cursor="hand"
- value="××"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changePlaylength( -1 );"
- onmousedown="if (event.button == 1) changePlaylength( -1 );"
- ondblclick="if (event.button == 1) changePlaylength( -1 );"
- >
- </text>
- <text id="playlength_count_text"
- top="jscript:playlength_comparison_text.top"
- left="133"
- width="40"
- justification="center"
- fontSize="8"
- fontStyle="bold"
- foregroundColor="white"
- >
- </text>
- <text id="playlength_increase_text"
- top="jscript:playlength_comparison_text.top + 1"
- left="173"
- fontStyle="bold"
- fontSize="8"
- fontFace="wingdings"
- hoverFontStyle="bold underline"
- foregroundColor="white"
- fontSize="8"
- cursor="hand"
- value="ØØ"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changePlaylength( 1 );"
- onmousedown="if (event.button == 1) changePlaylength( 1 );"
- ondblclick="if (event.button == 1) changePlaylength( 1 );"
- >
- </text>
- <text top="jscript:playlength_comparison_text.top"
- left="202"
- fontSize="8"
- foregroundColor="white"
- value="long"
- >
- </text>
-
- <!-- Advanced Search -->
- <text top="222"
- left="15"
- fontStyle="bold"
- fontSize="8"
- value="Advanced Search:"
- foregroundColor="white"
- >
- </text>
-
- <text id="search_label_text"
- top="240"
- left="22"
- fontSize="8"
- foregroundColor="white"
- value="Find items where"
- >
- </text>
-
- <text id="search_name_text"
- top="jscript:search_label_text.top + 15"
- left="22"
- fontSize="8"
- fontStyle="bold underline"
- foregroundColor="white"
- cursor="hand"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changeSearchName();"
- onmousedown="if (event.button == 1) changeSearchName();"
- ondblclick="if (event.button == 1) changeSearchName();"
- >
- </text>
-
- <text id="search_comparison_text"
- top="jscript:search_label_text.top + 15"
- left="118"
- fontSize="8"
- fontStyle="bold underline"
- foregroundColor="white"
- cursor="hand"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) changeSearchComparison();"
- ondblclick="if (event.button == 1) changeSearchComparison();"
- onmousedown="if (event.button == 1) changeSearchComparison();"
- >
- </text>
-
- <subview id="value_edit_sv"
- left="22"
- top="273"
- width="143"
- height="18"
- backgroundColor="black"
- horizontalAlignment="stretch"
- >
- <text id="value_edit_text"
- left="4"
- top="2"
- fontSize="8"
- foregroundColor="white"
- fontStyle="bold"
- value="value"
- onendmove="ED_value.onEditBoxEndMoveED();"
- >
- </text>
- <text id="value_ibar_text"
- left="4"
- top="2"
- fontSize="8"
- fontStyle="bold"
- value="|"
- foregroundColor="white"
- visible="false"
- >
- </text>
- <button id="value_focus_button"
- left="1" top="1"
- width="jscript:value_edit_sv.width - 2"
- height="jscript:value_edit_sv.height - 2"
- horizontalAlignment="stretch"
- onkeypress="ED_value.onEditBoxKeyPressED();"
- onkeydown="ED_value.onEditBoxKeyDownED();"
- onfocus="ED_value.onEditBoxFocusED();"
- onblur="ED_value.onEditBoxBlurED();"
- >
- </button>
- </subview>
-
- <playlist id="search_playlist"
- top="300"
- left="22"
- height="jscript:advanced_sv.height - top - 15"
- width="143"
- visible="false"
- columnsVisible="false"
- columns="name"
- dropDownVisible="false"
- backgroundColor="black"
- foregroundColor="white"
- itemPlayingColor="black"
- itemPlayingBackgroundColor="White"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- width_onchange="fixSearchPlaylistColumns();"
- visible_onchange="fixSearchPlaylistColumns();"
- >
- </playlist>
- <text top="300"
- left="22"
- height="jscript:search_playlist.height"
- width="143"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- backgroundColor="black"
- >
- </text>
- <text id="search_instructions_text"
- left="22"
- top="320"
- width="143"
- justification="center"
- value="Pick a property and
comparison, then
type a value to
compare against
above"
- fontSize="8"
- fontStyle="bold"
- foregroundColor="white"
- onendmove="onSearchExecute();"
- horizontalAlignment="stretch"
- >
- </text>
-
- <subview id="search_progress_sv"
- top="350"
- left="32"
- width="123"
- height="15"
- horizontalAlignment="stretch"
- >
- <progressbar id="search_progress"
- width="123"
- height="15"
- backgroundColor="white"
- foregroundColor="white"
- foregroundEndColor="black"
- visible="false"
- tabstop="false"
- onendmove="SearchQuery.continueQueryQ();"
- horizontalAlignment="center"
- >
- </progressbar>
- </subview>
-
- <button id="search_include_button"
- left="170"
- width="73"
- top="jscript:search_playlist.top"
- horizontalAlignment="right"
- onclick="includeSearch();"
- enabled="false"
- >
- </button>
- <text id="search_include_text"
- passthrough="true"
- left="175"
- top="jscript:search_playlist.top"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value="Include"
- horizontalAlignment="right"
- >
- </text>
-
- <button id="search_exclude_button"
- left="170"
- width="73"
- top="jscript:search_include_button.top + 15"
- horizontalAlignment="right"
- onclick="excludeSearch();"
- enabled="false"
- >
- </button>
- <text id="search_exclude_text"
- passthrough="true"
- left="jscript:search_include_text.left"
- top="jscript:search_include_text.top + 15"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value="Exclude"
- horizontalAlignment="right"
- >
- </text>
-
- </subview>
-
-
-
- <!-- The primary Query SV -->
- <subview id="query_sv"
- top="0"
- left="255"
- width="jscript:view.width - left"
- height="jscript:view.height - 72"
- backgroundColor="#EE9C00"
- verticalAlignment="stretch"
- >
-
- <!-- Border -->
- <button enabled="false"
- image="AUTODJ_fade_yellow_t.bmp"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_yellow_l.bmp"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_yellow_r.bmp"
- left="jscript:query_sv.width - 10"
- top="jscript:query_sv.height - 374"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- >
- </button>
- <button enabled="false"
- image="AUTODJ_fade_yellow_b.bmp"
- left="jscript:query_sv.width - 365"
- top="jscript:query_sv.height - 5"
- horizontalAlignment="right"
- verticalAlignment="bottom"
- >
- </button>
-
- <button left="jscript:query_sv.width - 12"
- top="1"
- tabstop="false"
- image="AutoDj_maxmid_infobutton_up.bmp"
- downimage="AutoDj_maxmid_infobutton_down.bmp"
- hoverImage="AutoDj_maxmid_infobutton_over.bmp"
- horizontalAlignment="right"
- cursor="hand"
- uptooltip="Access Rights"
- onclick="doInformation();"
- >
- </button>
-
- <!-- Query String Area -->
- <text top="13"
- left="10"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value="Playlist Type:"
- >
- </text>
- <button id="reset_button"
- top="13"
- left="100"
- image="AutoDj_max_resetbutton_up.bmp"
- downimage="AutoDj_max_resetbutton_down.bmp"
- hoverimage="AutoDj_max_resetbutton_over.bmp"
- cursor="hand"
- onclick="resetQuery();"
- >
- </button>
- <text id="reset_text"
- top="13"
- left="120"
- passThrough="true"
- fontSize="8"
- value="Reset"
- hoverFontStyle="underline"
- foregroundColor="black"
- cursor="hand"
- >
- </text>
- <text id="query_text"
- left="10"
- top="35"
- width="155"
- height="jscript:query_sv.height - 29 - top"
- verticalAlignment="stretch"
- foregroundColor="white"
- fontSize="8"
- value=""
- tooltip=""
- >
- </text>
-
- <button id="build_button"
- top="jscript:query_sv.height - 27"
- left="11"
- image="AutoDj_max_buildbutton_up.bmp"
- hoverimage="AutoDj_max_buildbutton_over.bmp"
- downimage="AutoDj_max_buildbutton_down.bmp"
- cursor="hand"
- verticalAlignment="bottom"
- onclick="doQuery();"
- >
- </button>
- <text id="build_text"
- passthrough="true"
- top="jscript:query_sv.height - 26"
- left="10"
- width="150"
- justification="center"
- verticalAlignment="bottom"
- foregroundColor="black"
- cursor="hand"
- fontStyle="bold"
- hoverFontStyle="bold underline"
- fontSize="8"
- value="Build Playlist"
- onclick="doQuery();"
- >
- </text>
-
- <!-- Play Length Slider -->
- <text id="playLength_text"
- top="13"
- left="170"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value="Play Length:"
- >
- </text>
- <text id="playLength_string"
- top="13"
- left="jscript:query_sv.width - 115"
- width="100"
- justification="right"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value=""
- horizontalAlignment="right"
- >
- </text>
- <slider id="playLength_slider"
- top="30"
- left="jscript:playLength_text.left"
- width="jscript:query_sv.width - left - 15"
- height="10"
- horizontalAlignment="stretch"
- backgroundColor="white"
- backgroundEndColor="black"
- thumbImage="scrollThumb.bmp"
- borderSize="5"
- min="0"
- max="14"
- value="5"
- value_onchange="onPlayLengthChange();"
- >
- </slider>
-
- <!-- Playlist Name Edit -->
- <text top="50"
- left="jscript:playLength_text.left"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value="Playlist Name:"
- >
- </text>
-
- <subview id="playlist_edit_sv"
- left="jscript:playLength_text.left"
- top="68"
- width="jscript:query_sv.width - left - 15"
- height="18"
- backgroundColor="black"
- horizontalAlignment="stretch"
- >
- <text id="playlist_edit_text"
- left="4"
- top="2"
- fontSize="8"
- foregroundColor="white"
- fontStyle="bold"
- value="new playlist"
- onendmove="ED_playlist.onEditBoxEndMoveED();"
- >
- </text>
- <text id="playlist_ibar_text"
- left="4"
- top="2"
- fontSize="8"
- fontStyle="bold"
- value="|"
- foregroundColor="white"
- visible="false"
- >
- </text>
- <button id="playlist_focus_button"
- left="1" top="1"
- width="jscript:playlist_edit_sv.width - 2"
- height="jscript:playlist_edit_sv.height - 2"
- horizontalAlignment="stretch"
- onkeypress="ED_playlist.onEditBoxKeyPressED();"
- onkeydown="ED_playlist.onEditBoxKeyDownED();"
- onfocus="ED_playlist.onEditBoxFocusED();"
- onblur="ED_playlist.onEditBoxBlurED();"
- onendmove="onRefreshPlaylistName();"
- >
- </button>
- </subview>
-
- <!-- Playlist Results -->
- <text id="results_label_text"
- top="96"
- left="jscript:playLength_text.left"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value="Instructions:"
- >
- </text>
-
- <text id="results_length_text"
- top="96"
- left="jscript:playLength_text.left"
- width="jscript:query_sv.width - left - 15"
- justification="right"
- horizontalAlignment="stretch"
- fontStyle="bold"
- fontSize="8"
- foregroundColor="white"
- value="(10 items - 15:15:15)"
- onendmove="onResultsEndMove();"
- >
- </text>
-
- <subview id="results_sv"
- left="170"
- top="114"
- width="jscript:query_sv.width - left - 15"
- height="jscript:query_sv.height - top - 10"
- backgroundColor="black"
- verticalAlignment="stretch"
- horizontalAlignment="stretch"
- >
- <playlist id="pl"
- height="jscript:results_sv.height"
- width="jscript:results_sv.width"
- visible="false"
- columnsVisible="false"
- columns="name;genre;duration;"
- dropDownVisible="false"
- backgroundColor="black"
- foregroundColor="white"
- itemPlayingColor="black"
- itemPlayingBackgroundColor="White"
- horizontalAlignment="stretch"
- verticalAlignment="stretch"
- width_onchange="fixPreviewColumns();"
- visible_onchange="fixPreviewColumns();"
- >
- </playlist>
-
- <text id="instructions_text"
- top="30"
- justification="center"
- width="jscript:results_sv.width"
- horizontalAlignment="stretch"
- fontSize="8"
- fontStyle="bold"
- foregroundColor="white"
- >
- </text>
-
- <progressbar id="query_progress"
- horizontalAlignment="center"
- top="48"
- left="20"
- width="160"
- height="15"
- backgroundColor="white"
- foregroundColor="white"
- foregroundEndColor="black"
- visible="false"
- tabstop="false"
- onendmove="DJQuery.continueQueryQ();"
- >
- </progressbar>
-
- </subview>
-
- </subview>
-
-
- <!-- The Intro Pane Subview -->
- <subview id="intro_sv"
- width="jscript:view.width"
- height="jscript:view.height"
- backgroundColor="white"
- verticalAlignment="stretch"
- horizontalAlignment="stretch"
- zIndex="100"
- onEndMove="onIntroEndMove();"
- visible="false"
- >
-
- <!-- Intro message and hotlinks -->
- <subview id="intro_txt_sv"
- horizontalAlignment="center"
- verticalAlignment="center"
- width="640"
- height="458"
- zIndex="100"
- visible="false"
- >
-
- <text top="390"
- left="205"
- fontStyle="bold underline"
- cursor="hand"
- fontSize="8"
- value="No access"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) setAccess(0);"
- onclick="setAccess(0);"
- >
- </text>
- <text top="390"
- left="280"
- fontStyle="bold underline"
- cursor="hand"
- fontSize="8"
- value="Read-only access"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) setAccess(1);"
- onclick="setAccess(1);"
- >
- </text>
- <text top="390"
- left="400"
- fontStyle="bold underline"
- cursor="hand"
- fontSize="8"
- value="Full access"
- tabstop="true"
- onkeypress="if (event.keyCode == 32) setAccess(2);"
- onclick="setAccess(2);"
- >
- </text>
-
- </subview>
- </subview>
-
-
- <!-- The Transport Controls SV -->
- <subview id="transport_sv"
- top="jscript:query_sv.height"
- left="255"
- width="jscript:view.width - left"
- height="jscript:view.height - 72"
- backgroundColor="#EE9C00"
- verticalAlignment="bottom"
- >
- <!-- Border -->
- <button enabled="false"
- image="autodj_fade_trans_t.bmp"
- >
- </button>
- <button enabled="false"
- top="5"
- image="autodj_fade_trans_l.bmp"
- >
- </button>
- <button enabled="false"
- left="jscript:transport_sv.width - 387"
- top="61"
- image="autodj_fade_trans_b.bmp"
- horizontalAlignment="right"
- >
- </button>
- <button enabled="false"
- left="jscript:transport_sv.width - 11"
- top="5"
- image="autodj_fade_trans_r.bmp"
- horizontalAlignment="right"
- >
- </button>
-
- <button enabled="false"
- left="7"
- top="7"
- image="max_metafield.bmp"
- >
- </button>
- <statusText left="10"
- top="8"
- foregroundColor="white"
- fontStyle="bold"
- fontSize="8"
- >
- </statusText>
- <button enabled="false"
- left="369"
- tiled="true"
- width="jscript:transport_sv.width - left - 15"
- top="7"
- image="max_metafield_stretch.bmp"
- horizontalAlignment="stretch"
- >
- </button>
-
- <seekSlider id="seek_slider"
- left="7"
- top="26"
- width="jscript:transport_sv.width - left - 15"
- height="10"
- borderSize="4"
- backgroundColor="white"
- backgroundEndColor="black"
- thumbImage="scrollthumb.bmp"
- useForegroundProgress="false"
- horizontalAlignment="stretch"
- >
- </seekSlider>
-
- <subview left="7"
- top="39"
- width="jscript:transport_sv.width - left - 15"
- height="19"
- backgroundColor="#F5D300"
- horizontalAlignment="stretch"
- >
- <buttongroup id="bgToggle"
- top="1"
- mappingImage="maxmid_boxtoggler_colormap.bmp"
- image="maxmid_boxtoggler_up.bmp"
- hoverImage="maxmid_boxtoggler_hover.bmp"
- downImage="maxmid_boxtoggler_down.bmp"
- disabledImage="maxmid_boxtoggler_disabled.bmp"
- >
- <buttonelement mappingColor="#FF0000"
- enabled="false"
- >
- </buttonelement>
- <buttonelement mappingColor="#00FF00"
- upToolTip="DigitalDJ Player Mode"
- onClick="theme.savePreference('LV','DigitalDJMid'); theme.currentViewID='DigitalDJMid';"
- >
- </buttonelement>
- <buttonelement mappingColor="#0000FF"
- upToolTip="DigitalDJ Mini Mode"
- onClick="theme.savePreference('LV','DigitalDJMini'); theme.currentViewID='DigitalDJMini';"
- >
- </buttonelement>
- </buttongroup>
- <buttongroup id="bgTransport"
- left="68"
- top="1"
- mappingImage="maxmid_transport_colormap.bmp"
- image="maxmid_transport_up.bmp"
- hoverImage="maxmid_transport_hover.bmp"
- downImage="maxmid_transport_down.bmp"
- disabledImage="maxmid_transport_disabled.bmp"
- >
- <playelement mappingColor="#FF0000">
- </playelement>
- <stopelement mappingColor="#00FF00">
- </stopelement>
- <pauseelement mappingColor="#0000FF">
- </pauseelement>
- <prevelement mappingColor="#FFFF00">
- </prevelement>
- <nextelement mappingColor="#FF00FF">
- </nextelement>
- </buttongroup>
- <subview id="sVolume"
- left="235"
- top="1"
- width="70"
- height="18"
- backgroundColor="none"
- >
- <muteButton id="mute_button"
- image="maxmid_mute_up.bmp"
- hoverImage="maxmid_mute_hover.bmp"
- downImage="maxmid_mute_down.bmp"
- >
- </muteButton>
- <volumeSlider id="volume_slider"
- left="17"
- top="4"
- backgroundImage="maxmid_volumetray.bmp"
- thumbImage="maxmid_volumethumb_up.bmp"
- thumbHoverImage="maxmid_volumethumb_hover.bmp"
- thumbDownImage="maxmid_volumethumb_down.bmp"
- borderSize="4"
- >
- </volumeSlider>
- </subview>
- <buttongroup id="bgFull"
- left="jscript:transport_sv.width - 23 - 17"
- mappingImage="maxmid_togF1_colormap.bmp"
- image="maxmid_togF1_up.bmp"
- hoverImage="maxmid_togF1_hover.bmp"
- downImage="maxmid_togF1_down.bmp"
- disabledImage="maxmid_togF1_disabled.bmp"
- horizontalAlignment="right"
- >
- <buttonelement mappingColor="#FF0000"
- upToolTip="Return to Full Mode"
- onClick="DigitalDJ.returnToMediaCenter();"
- >
- </buttonelement>
- </buttongroup>
- </subview>
-
- </subview>
-
- </view>
-
-
-
-
-
- <!--
- //****************************************************************
- // The mid-sized Iconic Skin
- //****************************************************************
- -->
-
- <view id="DigitalDJMid"
- backgroundImage="base.gif"
- backgroundColor="none"
- clippingColor="#FF0000"
- transparencyColor="#FF00FF"
- titleBar="false"
- resizable="false"
- scriptFile="djmid.js;res://wmploc.dll/RT_TEXT/#132"
- onLoad="OnLoad();"
- >
-
- <player OpenState_onchange="OnOpenStateChange();"
- >
- </player>
-
- <subview id="sViewable"
- left="95"
- top="39"
- width="152"
- height="122"
- backgroundColor="#000000"
- zIndex="-1"
- >
-
- <effects id="visEffects"
- left="0" top="0"
- width="jscript:sViewable.width"
- height="jscript:sViewable.height"
- currentEffectType="wmpprop:mediacenter.effectType"
- currentPreset="wmpprop:mediacenter.effectPreset"
- currentEffectType_onchange="mediacenter.effectType=currentEffectType;"
- currentPreset_onchange="mediacenter.effectPreset=currentPreset;"
- onClick="previous();"
- >
- </effects>
-
- <playlist id="pl"
- visible="false"
- left="1"
- top="1"
- width="jscript:sViewable.width-2"
- height="jscript:sViewable.height-2"
- backgroundColor="black"
- foregroundColor="#FFFFFF"
- columnsVisible="false"
- columns="name=Name;Duration=Time"
- dropDownVisible="true"
- playlistItemsVisible="true"
- >
- </playlist>
-
- <subview id="sEq"
- visible="false"
- left="1"
- top="1"
- width="jscript:sViewable.width-2"
- height="jscript:sViewable.height-2"
- backgroundColor="#6294CD"
- >
-
- <equalizerSettings id="eq"
- enabled="true"
- >
- </equalizerSettings>
-
- <slider id="balance"
- borderSize="3"
- left="7"
- top="7"
- width="135"
- toolTip="Balance"
- tiled="true"
- backgroundimage="horizslide.bmp"
- thumbImage="horizthumb.bmp"
- min="-100"
- max="100"
- value="wmpprop:player.settings.balance"
- value_onchange="player.settings.balance=value;"
- direction="horizontal"
- >
- </slider>
-
- <text value="Balance"
- left="54"
- top="20"
- foregroundColor="#88CDF4"
- fontSize="8"
- fontStyle="Bold"
- >
- </text>
-
- <slider id="eq1"
- borderSize="3"
- left="jscript:balance.left;"
- top="jscript:balance.top+33;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel1"
- value_onchange="eq.gainLevel1=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq2"
- borderSize="3"
- left="jscript:eq1.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel2"
- value_onchange="eq.gainLevel2=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq3"
- borderSize="3"
- left="jscript:eq2.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel3"
- value_onchange="eq.gainLevel3=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq4"
- borderSize="3"
- left="jscript:eq3.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel4"
- value_onchange="eq.gainLevel4=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq5"
- borderSize="3"
- left="jscript:eq4.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel5"
- value_onchange="eq.gainLevel5=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq6"
- borderSize="3"
- left="jscript:eq5.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel6"
- value_onchange="eq.gainLevel6=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq7"
- borderSize="3"
- left="jscript:eq6.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel7"
- value_onchange="eq.gainLevel7=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq8"
- borderSize="3"
- left="jscript:eq7.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel8"
- value_onchange="eq.gainLevel8=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq9"
- borderSize="3"
- left="jscript:eq8.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel9"
- value_onchange="eq.gainLevel9=value;"
- direction="vertical"
- >
- </slider>
- <slider id="eq10"
- borderSize="3"
- left="jscript:eq9.left+14;"
- top="jscript:eq1.top;"
- height="64"
- tiled="true"
- toolTip="Graphic equalizer control"
- backgroundimage="verticalslide.bmp"
- thumbImage="verticalthumb.bmp"
- min="-14"
- max="14"
- value="wmpprop:eq.gainLevel10"
- value_onchange="eq.gainLevel10=value;"
- direction="vertical"
- >
- </slider>
-
- <text zIndex="1"
- value="reset"
- left="61"
- top="105"
- cursor="hand"
- toolTip="Reset graphic equalizer controls"
- foregroundColor="#88CDF4"
- fontSize="8"
- fontStyle="Bold Underline"
- onClick="eq.reset();"
- >
- </text>
- </subview>
-
- <video id="vid"
- visible="false"
- left="1" top="1"
- width="jscript:sViewable.width-2"
- height="jscript:sViewable.height-2"
- backgroundColor="none"
- onVideoStart="StartVideo();"
- onVideoEnd="EndVideo();"
- >
- </video>
- </subview>
-
- <text id="metadata"
- left="97"
- top="165"
- width="111"
- backgroundColor="none"
- foregroundColor="white"
- justification="Left"
- fontSize="7"
- scrollingDelay="60"
- scrollingAmount="1"
- >
- </text>
-
- <text left="209"
- top="165"
- width="37"
- backgroundColor="none"
- foregroundColor="white"
- justification="Right"
- fontSize="7"
- value="wmpprop:player.controls.currentPositionString"
- >
- </text>
-
- <buttongroup left="66"
- top="11"
- mappingImage="maxmid_boxtoggler_colormap.bmp"
- image="maxmid_boxtoggler_up.bmp"
- hoverImage="maxmid_boxtoggler_hover.bmp"
- downImage="maxmid_boxtoggler_down.bmp"
- disabledImage="maxmid_boxtoggler_disabled.bmp"
- >
- <buttonelement mappingColor="#FF0000"
- upToolTip="DigitalDJ Full Mode"
- onClick="theme.savePreference('LV','DigitalDJ'); theme.currentViewID='DigitalDJ';"
- >
- </buttonelement>
- <buttonelement mappingColor="#00FF00"
- enabled="false"
- >
- </buttonelement>
- <buttonelement mappingColor="#0000FF"
- upToolTip="DigitalDJ Mini Mode"
- onClick="theme.savePreference('LV','DigitalDJMini'); theme.currentViewID='DigitalDJMini';"
- >
- </buttonelement>
- </buttongroup>
-
- <subview left="135"
- top="10"
- width="70"
- height="18"
- backgroundColor="none"
- >
- <muteButton image="maxmid_mute_up.bmp"
- hoverImage="maxmid_mute_hover.bmp"
- downImage="maxmid_mute_down.bmp"
- >
- </muteButton>
- <volumeSlider left="17"
- top="4"
- backgroundImage="maxmid_volumetray.bmp"
- thumbImage="maxmid_volumethumb_up.bmp"
- thumbHoverImage="maxmid_volumethumb_hover.bmp"
- thumbDownImage="maxmid_volumethumb_down.bmp"
- borderSize="4"
- >
- </volumeSlider>
- </subview>
-
- <buttongroup left="246"
- top="15"
- mappingImage="mid_minclose_colormap.bmp"
- image="mid_minclose_up.bmp"
- hoverImage="mid_minclose_hover.bmp"
- downImage="mid_minclose_down.bmp"
- >
- <buttonelement mappingColor="#FF0000"
- upToolTip="Minimize"
- onClick="view.minimize();"
- >
- </buttonelement>
- <buttonelement mappingColor="#00FF00"
- upToolTip="Close"
- onClick="view.close();"
- >
- </buttonelement>
- </buttongroup>
-
- <seekSlider left="96"
- top="179"
- width="150"
- backgroundImage="seekslide.bmp"
- thumbImage="seekthumb.bmp"
- borderSize="3" tiled="true"
- >
- </seekSlider>
-
- <buttongroup left="67"
- top="67"
- mappingImage="mid_listvizlevels_colormap.bmp"
- image="mid_listvizlevels_up.bmp"
- hoverImage="mid_listvizlevels_hover.bmp"
- downImage="mid_listvizlevels_down.bmp"
- disabledImage="mid_listvizlevels_disabled.bmp"
- >
- <buttonelement id="bgPl"
- mappingColor="#FF0000"
- upToolTip="Playlist"
- onClick="SetPane(currentPane==plPane?(vidIsRunning?vidPane:visPane):plPane);"
- >
- </buttonelement>
- <buttonelement id="bgVis"
- mappingColor="#00FF00"
- upToolTip="Change visualization"
- onClick="if(currentPane==visPane)visEffects.next();else SetPane(vidIsRunning?vidPane:visPane)"
- >
- </buttonelement>
- <buttonelement id="bgEq"
- mappingColor="#0000FF"
- upToolTip="Graphic equalizer"
- onClick="SetPane(currentPane==eqPane?(vidIsRunning?vidPane:visPane):eqPane);"
- >
- </buttonelement>
- </buttongroup>
-
- <buttongroup left="103"
- top="188"
- mappingImage="maxmid_transport_colormap.bmp"
- image="maxmid_transport_up.bmp"
- hoverImage="maxmid_transport_hover.bmp"
- downImage="maxmid_transport_down.bmp"
- disabledImage="maxmid_transport_disabled.bmp"
- >
- <playelement mappingColor="#FF0000"
- >
- </playelement>
- <stopelement mappingColor="#00FF00"
- >
- </stopelement>
- <pauseelement mappingColor="#0000FF"
- >
- </pauseelement>
- <prevelement mappingColor="#FFFF00"
- >
- </prevelement>
- <nextelement mappingColor="#FF00FF"
- >
- </nextelement>
- </buttongroup>
- <buttongroup left="233"
- top="188"
- mappingImage="maxmid_togF1_colormap.bmp"
- image="maxmid_togF1_up.bmp"
- hoverImage="maxmid_togF1_hover.bmp"
- downImage="maxmid_togF1_down.bmp"
- disabledImage="maxmid_togF1_disabled.bmp"
- horizontalAlignment="right"
- >
- <buttonelement mappingColor="#FF0000"
- upToolTip="Return to Full Mode"
- onClick="view.returnToMediaCenter();"
- >
- </buttonelement>
- <buttonelement mappingColor="#00FF00"
- upToolTip="Full screen"
- enabled="wmpdisabled:player.controls.play"
- onClick="vidIsRunning?vid.fullScreen=true:visEffects.fullScreen=true;"
- >
- </buttonelement>
- </buttongroup>
-
- <text id="xEqTt"
- enabled="false"
- visible="false"
- toolTip="Graphic equalizer"
- value="Close graphic equalizer"
- >
- </text>
- <text id="xPlTt"
- enabled="false"
- visible="false"
- toolTip="Playlist"
- value="Close playlist"
- >
- </text>
- <text id="xVisTt"
- enabled="false"
- visible="false"
- toolTip="Return to visualization"
- value="Next visualization"
- >
- </text>
- <text id="xVidSptr"
- enabled="false"
- visible="false"
- toolTip="Return to video"
- value=" -- "
- >
- </text>
- </view>
-
-
-
-
- <!--
- //****************************************************************
- // The Mini-Skin
- //****************************************************************
- -->
-
- <view id="DigitalDJMini"
- backgroundImage="tiny_base.bmp"
- backgroundColor="none"
- clippingColor="#FF0000"
- transparencyColor="#FF00FF"
- titleBar="false"
- resizable="false"
- >
-
- <effects zIndex="-1"
- left="3"
- top="10"
- width="65"
- height="53"
- currentEffectType="wmpprop:mediacenter.effectType"
- currentPreset="wmpprop:mediacenter.effectPreset"
- currentEffectType_onchange="mediacenter.effectType=currentEffectType;"
- currentPreset_onchange="mediacenter.effectPreset=currentPreset;"
- onClick="next();"
- >
- </effects>
-
- <buttongroup left="18"
- top="2"
- mappingImage="min_boxtoggler_colormap.bmp"
- image="min_boxtoggler_up.bmp"
- hoverImage="min_boxtoggler_hover.bmp"
- downImage="min_boxtoggler_down.bmp"
- disabledImage="min_boxtoggler_disabled.bmp"
- >
- <buttonelement mappingColor="#FF0000"
- upToolTip="DigitalDJ Full Mode"
- onClick="theme.savePreference('LV','DigitalDJ'); theme.currentViewID='DigitalDJ';"
- >
- </buttonelement>
- <buttonelement mappingColor="#00FF00"
- upToolTip="DigitalDJ Player Mode"
- onClick="theme.savePreference('LV','DigitalDJMid'); theme.currentViewID='DigitalDJMid';"
- >
- </buttonelement>
- </buttongroup>
-
- <buttongroup left="60"
- top="1"
- mappingImage="min_minclose_map.bmp"
- image="min_minclose_up.bmp"
- hoverImage="min_minclose_hover.bmp"
- downImage="min_minclose_down.bmp"
- >
- <buttonelement mappingColor="#FF0000"
- upToolTip="Minimize"
- onClick="view.minimize();"
- >
- </buttonelement>
- <buttonelement mappingColor="#00FF00"
- upToolTip="Close"
- onClick="view.close();"
- >
- </buttonelement>
- </buttongroup>
-
- <playbutton id="bPlay"
- left="31"
- top="9"
- image="tiny_play_up.bmp"
- hoverImage="tiny_play_hover.bmp"
- downImage="tiny_play_down.bmp"
- transparencyColor="#FF00FF"
- visible="wmpenabled:player.controls.play"
- >
- </playbutton>
-
- <pausebutton id="bPause"
- left="37"
- top="17"
- image="tiny_pause_up.bmp"
- hoverImage="tiny_pause_hover.bmp"
- downImage="tiny_pause_down.bmp"
- transparencyColor="#FF00FF"
- visible="wmpenabled:player.controls.pause"
- >
- </pausebutton>
-
- <returnButton left="69"
- top="49"
- image="tiny_toggle_up.bmp"
- hoverImage="tiny_toggle_hover.bmp"
- downImage="tiny_toggle_down.bmp"
- >
- </returnButton>
-
- </view>
-
-
- </theme>
-
-
-