Modified a little default skin

-> hiding video window
This commit is contained in:
Mohammed Adnène Trojette 2004-03-30 10:37:44 +00:00
parent bd0bfdc056
commit fb105c196f
16 changed files with 27 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -41,6 +41,18 @@
<Bitmap id="playlist_button_onclick2" file="playlist_button_onclick2.png" alphacolor="#FF0000"/>
<Bitmap id="sort_button" file="sort.png" alphacolor="#FF0000"/>
<Bitmap id="sort_button_onclick" file="sort_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody1" file="vout_top_left.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody2" file="vout_top.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody3" file="vout_top_right.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody4" file="vout_left.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody6" file="vout_right.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody7" file="vout_bottom_left.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody8" file="vout_bottom.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody9" file="vout_bottom_right.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button" file="vout.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button_onclick" file="vout_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button2" file="vout2.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button_onclick2" file="vout_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="preferences" file="preferences.png" alphacolor="#FF0000"/>
<Bitmap id="preferences_onclick" file="preferences_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="previous" file="previous.png" alphacolor="#FF0000"/>
@ -111,6 +123,7 @@
<Button x="374" y="12" lefttop="righttop" rightbottom="righttop" up="add_item" down="add_item_onclick" over="add_item" action="playlist.add()" tooltiptext="Add item"/>
<Button x="374" y="40" up="delete_item" lefttop="righttop" rightbottom="righttop" down="delete_item_onclick" over="delete_item" action="playlist.del()" tooltiptext="Del item"/>
<Button x="374" y="68" up="sort_button" lefttop="righttop" rightbottom="righttop" down="sort_button_onclick" over="sort_button" action="playlist.sort()" tooltiptext="Sort the playlist"/>
<Checkbox x="374" y="96" up1="vout_button" down1="vout_button_onclick" up2="vout_button2" down2="vout_button_onclick2" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/>
<Playlist id="playlist" x="17" y="15" width="333" height="204" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#000000" playcolor="#ff0000" bgcolor1="#ffffff" bgcolor2="#e0e0ff" selcolor="#4e8bc7">
<Slider id="playlist_slider" x="358" y="25" lefttop="righttop" rightbottom="rightbottom" up="slider_volume" down="slider_volume_onclick" points="(0,185),(0,0)"/>
</Playlist>
@ -118,19 +131,23 @@
</Layout>
</Window>
<Window x="10" y="10" visible="false">
<Window id="vout_window" x="10" y="10" visible="false">
<Layout width="410" height="250" minwidth="200" minheight="150" maxwidth="1000" maxheight="800">
<Group x="0" y="0">
<Image image="playlist1" x="0" y="0" lefttop="lefttop" rightbottom="lefttop" action="move"/>
<Image image="playlist2" x="17" y="0" lefttop="lefttop" rightbottom="righttop" action="move"/>
<Image image="playlist3" x="350" y="0" lefttop="righttop" rightbottom="righttop" action="move"/>
<Image image="playlist4" x="0" y="70" lefttop="lefttop" rightbottom="leftbottom" action="move"/>
<Image image="playlist6" x="350" y="70" lefttop="righttop" rightbottom="rightbottom" action="move"/>
<Image image="playlist7" x="0" y="200" lefttop="leftbottom" rightbottom="leftbottom" action="move"/>
<Image image="playlist8" x="17" y="200" lefttop="leftbottom" rightbottom="rightbottom" action="move"/>
<Image image="playlist9" x="350" y="200" lefttop="rightbottom" rightbottom="rightbottom" action="move"/>
<Image image="voutbody1" x="0" y="0" lefttop="lefttop" rightbottom="lefttop" action="move"/>
<Image image="voutbody2" x="17" y="0" lefttop="lefttop" rightbottom="righttop" action="move"/>
<Image image="voutbody3" x="350" y="0" lefttop="righttop" rightbottom="righttop" action="move"/>
<Image image="voutbody4" x="0" y="70" lefttop="lefttop" rightbottom="leftbottom" action="move"/>
<Image image="voutbody6" x="350" y="70" lefttop="righttop" rightbottom="rightbottom" action="move"/>
<Image image="voutbody7" x="0" y="200" lefttop="leftbottom" rightbottom="leftbottom" action="move"/>
<Image image="voutbody8" x="17" y="200" lefttop="leftbottom" rightbottom="rightbottom" action="move"/>
<Image image="voutbody9" x="350" y="200" lefttop="rightbottom" rightbottom="rightbottom" action="move"/>
<Image image="resize" x="392" y="232" lefttop="rightbottom" rightbottom="rightbottom" action="resize"/>
<Video x="15" y="13" width="350" height="220" lefttop="lefttop" rightbottom="rightbottom"/>
<Video x="15" y="24" width="350" height="210" lefttop="lefttop" rightbottom="rightbottom"/>
<Checkbox x="15" y="5" up1="close" down1="close_onclick" up2="close" down2="close_onclick" over1="close_mouseover" over2="close_mouseover" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/>
</Group>
</Layout>
</Window>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB