First commit
This commit is contained in:
114
720p/MyVideoPlaylist.xml
Normal file
114
720p/MyVideoPlaylist.xml
Normal file
@@ -0,0 +1,114 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">50</defaultcontrol>
|
||||
<allowoverlay>no</allowoverlay>
|
||||
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
|
||||
<views>50,51</views>
|
||||
<controls>
|
||||
<include>CommonBackground</include>
|
||||
<include>ContentPanelBackgrounds</include>
|
||||
<control type="group">
|
||||
<include>Window_OpenClose_Animation</include>
|
||||
<include>CommonRootView</include> <!-- view id = 50 -->
|
||||
<include>FullWidthList</include> <!-- view id = 51 -->
|
||||
</control>
|
||||
<include>CommonPageCount</include>
|
||||
<include>CommonNowPlaying</include>
|
||||
<include>MainWindowMouseButtons</include>
|
||||
<include>BehindDialogFadeOut</include>
|
||||
<include>ScrollOffsetLabel</include>
|
||||
<control type="image">
|
||||
<description>Section header image</description>
|
||||
<left>20</left>
|
||||
<top>3</top>
|
||||
<width>35</width>
|
||||
<height>35</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<texture>icon_video.png</texture>
|
||||
</control>
|
||||
<control type="grouplist">
|
||||
<left>65</left>
|
||||
<top>5</top>
|
||||
<width>1000</width>
|
||||
<height>30</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<align>left</align>
|
||||
<itemgap>5</itemgap>
|
||||
<control type="label">
|
||||
<include>WindowTitleCommons</include>
|
||||
<label>$LOCALIZE[10522]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<include>WindowTitleCommons</include>
|
||||
<label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label>
|
||||
<visible>!IsEmpty(Container.FolderName)</visible>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group">
|
||||
<left>-250</left>
|
||||
<include>SideBladeLeft</include>
|
||||
<control type="grouplist" id="9000">
|
||||
<left>0</left>
|
||||
<top>110</top>
|
||||
<width>250</width>
|
||||
<height>600</height>
|
||||
<onleft>9000</onleft>
|
||||
<onright>50</onright>
|
||||
<onback>50</onback>
|
||||
<onup>9000</onup>
|
||||
<ondown>9000</ondown>
|
||||
<itemgap>0</itemgap>
|
||||
<control type="label" id="200">
|
||||
<width>250</width>
|
||||
<height>35</height>
|
||||
<font>font12</font>
|
||||
<label>31006</label>
|
||||
<textcolor>blue</textcolor>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
</control>
|
||||
<control type="button" id="2">
|
||||
<description>View As button</description>
|
||||
<textwidth>235</textwidth>
|
||||
<include>ButtonCommonValues</include>
|
||||
<label>-</label>
|
||||
</control>
|
||||
<control type="label" id="201">
|
||||
<width>250</width>
|
||||
<height>35</height>
|
||||
<font>font12</font>
|
||||
<label>31026</label>
|
||||
<textcolor>blue</textcolor>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
</control>
|
||||
<control type="radiobutton" id="20">
|
||||
<description>Shuffle button</description>
|
||||
<include>ButtonCommonValues</include>
|
||||
<label>191</label>
|
||||
</control>
|
||||
<control type="button" id="26">
|
||||
<description>Repeat button</description>
|
||||
<textwidth>235</textwidth>
|
||||
<include>ButtonCommonValues</include>
|
||||
<label>-</label>
|
||||
</control>
|
||||
<control type="button" id="21">
|
||||
<description>Save button</description>
|
||||
<label>190</label>
|
||||
<textwidth>235</textwidth>
|
||||
<include>ButtonCommonValues</include>
|
||||
</control>
|
||||
<control type="button" id="22">
|
||||
<description>Clear button</description>
|
||||
<label>192</label>
|
||||
<onclick>ReplaceWindow(Videos)</onclick>
|
||||
<textwidth>235</textwidth>
|
||||
<include>ButtonCommonValues</include>
|
||||
</control>
|
||||
<include>CommonNowPlaying_Controls</include>
|
||||
</control>
|
||||
</control>
|
||||
<include>Clock</include>
|
||||
</controls>
|
||||
</window>
|
||||
Reference in New Issue
Block a user