Channel Setting

This commit is contained in:
Alhaziel01
2020-05-13 12:05:16 +02:00
parent 6422964468
commit b6775b59b2
@@ -2,14 +2,15 @@
<window> <window>
<allowoverlays>false</allowoverlays> <allowoverlays>false</allowoverlays>
<animation type="WindowOpen" reversible="false"> <animation type="WindowOpen" reversible="false">
<effect type="slide" start="0,-100" end="0,0" center="640,225" delay="160" tween="back" time="240" /> <effect type="slide" start="0,200" end="0,0" center="640,225" delay="160" tween="cubic" time="200" />
<effect type="fade" delay="160" end="100" time="240" /> <effect type="fade" delay="160" end="100" time="240" />
</animation> </animation>
<animation type="WindowClose" reversible="false"> <animation type="WindowClose" reversible="false">
<effect type="slide" start="0,0" end="0,-100" center="640,225" easing="in" tween="back" time="240" /> <effect type="slide" start="0,0" end="0,200" center="640,225" easing="in" tween="cubic" time="200" />
<effect type="fade" start="100" end="0" time="240" /> <effect type="fade" start="100" end="0" time="240" />
</animation> </animation>
<controls> <controls>
<!-- Background -->
<control type="group" id="10001"> <control type="group" id="10001">
<left>0</left> <left>0</left>
<top>0</top> <top>0</top>
@@ -18,11 +19,20 @@
<control type="image"> <control type="image">
<width>100%</width> <width>100%</width>
<height>100%</height> <height>100%</height>
<texture border="2" colordiffuse="EE232323">Shortcut/white.png</texture> <texture colordiffuse="EE232323">Shortcut/white.png</texture>
</control> </control>
<!-- Divider -->
<control type="image">
<top>80</top>
<right>0</right>
<width>100%</width>
<height>1</height>
<texture colordiffuse="33FFFFFF">Shortcut/white.png</texture>
</control>
<!-- Header -->
<control type="label" id="10002"> <control type="label" id="10002">
<top>20</top> <top>20</top>
<left>10%</left> <left>70</left>
<height>40</height> <height>40</height>
<width>80%</width> <width>80%</width>
<font>font30_title</font> <font>font30_title</font>
@@ -34,56 +44,57 @@
<!-- CLOSE BUTTON --> <!-- CLOSE BUTTON -->
<control type="button" id="10003"> <control type="button" id="10003">
<right>30</right> <right>30</right>
<top>30</top> <top>25</top>
<width>30</width> <width>30</width>
<height>30</height> <height>30</height>
<texturefocus>Controls/DialogCloseButton-focus.png</texturefocus> <texturefocus colordiffuse="FFFFFFFF">Controls/DialogCloseButton-focus.png</texturefocus>
<texturenofocus>Controls/DialogCloseButton.png</texturenofocus> <texturenofocus colordiffuse="55FFFFFF">Controls/DialogCloseButton-focus.png</texturenofocus>
</control> </control>
<!-- OK --> <!-- OK -->
<control type="button" id="10004"> <control type="button" id="10004">
<left>60</left> <left>60</left>
<top>100</top> <top>120</top>
<width>200</width> <width>200</width>
<height>60</height> <height>60</height>
<textwidth>110</textwidth> <textwidth>110</textwidth>
<textcolor>FFFFFFFF</textcolor> <textcolor>FFFFFFFF</textcolor>
<texturefocus>Controls/KeyboardKey.png</texturefocus> <texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus> <texturenofocus colordiffuse="FF191919">Shortcut/white.png</texturenofocus>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$ADDON[plugin.video.kod 70001]</label> <label>$ADDON[plugin.video.kod 70001]</label>
</control> </control>
<!-- CANCEL --> <!-- CANCEL -->
<control type="button" id="10005"> <control type="button" id="10005">
<left>60</left> <left>60</left>
<top>170</top> <top>190</top>
<width>200</width> <width>200</width>
<height>60</height> <height>60</height>
<textwidth>110</textwidth> <textwidth>110</textwidth>
<textcolor>FFFFFFFF</textcolor> <textcolor>FFFFFFFF</textcolor>
<texturefocus>Controls/KeyboardKey.png</texturefocus> <texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus> <texturenofocus colordiffuse="FF191919">Shortcut/white.png</texturenofocus>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$ADDON[plugin.video.kod 70002]</label> <label>$ADDON[plugin.video.kod 70002]</label>
</control> </control>
<!-- DEFAULT --> <!-- DEFAULT -->
<control type="button" id="10006"> <control type="button" id="10006">
<left>60</left> <left>60</left>
<top>240</top> <top>260</top>
<width>200</width> <width>200</width>
<height>60</height> <height>60</height>
<textwidth>110</textwidth> <textwidth>110</textwidth>
<textcolor>FFFFFFFF</textcolor> <textcolor>FFFFFFFF</textcolor>
<texturefocus>Controls/KeyboardKey.png</texturefocus> <texturefocus colordiffuse="FF0081C2">Shortcut/white.png</texturefocus>
<texturenofocus>Controls/KeyboardKeyNF.png</texturenofocus> <texturenofocus colordiffuse="FF191919">Shortcut/white.png</texturenofocus>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$ADDON[plugin.video.kod 70003]</label> <label>$ADDON[plugin.video.kod 70003]</label>
</control> </control>
<control type="group" id="10007"> <!-- Parameters -->
<top>100</top> <control type="group" id="10007">
<top>120</top>
<left>300</left> <left>300</left>
<width>900</width> <width>900</width>
<height>680</height> <height>680</height>
@@ -99,18 +110,19 @@
<label>$ADDON[plugin.video.kod 70004]</label> <label>$ADDON[plugin.video.kod 70004]</label>
</control> </control>
</control> </control>
<!-- Scrollbar -->
<control type="image" id="10008"> <control type="image" id="10008">
<top>100</top> <top>120</top>
<right>0</right> <right>0</right>
<width>10</width> <width>10</width>
<height>560</height> <height>540</height>
<texture border="2" colordiffuse="FF232323">Shortcut/white.png</texture> <texture border="2" colordiffuse="FF232323">Shortcut/white.png</texture>
</control> </control>
<control type="image" id="10009"> <control type="image" id="10009">
<top>100</top> <top>120</top>
<right>0</right> <right>0</right>
<width>10</width> <width>10</width>
<height>560</height> <height>540</height>
<texture border="2" colordiffuse="33FFFFFF">Shortcut/white.png</texture> <texture border="2" colordiffuse="33FFFFFF">Shortcut/white.png</texture>
</control> </control>
</control> </control>