PlexKodiConnect/resources/skins/Main/1080i/script-plex-options_dialog.xml
2019-01-28 14:43:58 +01:00

138 lines
6.5 KiB
XML

<window>
<defaultcontrol>1001</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<height>1080</height>
<texture colordiffuse="99606060" border="10">plugin.video.plexkodiconnect/white-square.png</texture>
</control>
<control type="group">
<visible>!String.IsEmpty(Window.Property(initialized))</visible>
<posx>480</posx>
<posy>300</posy>
<control type="image">
<posx>-40</posx>
<posy>-40</posy>
<width>1040</width>
<height>440</height>
<texture border="42">plugin.video.plexkodiconnect/drop-shadow.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>960</width>
<height>480</height>
<texture colordiffuse="EE323232" border="10">plugin.video.plexkodiconnect/white-square-rounded.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>960</width>
<height>80</height>
<texture colordiffuse="99000000" border="10">plugin.video.plexkodiconnect/white-square-top-rounded.png</texture>
</control>
<control type="image">
<posx>48</posx>
<posy>31</posy>
<width>19</width>
<height>19</height>
<texture colordiffuse="FFE5A00D">plugin.video.plexkodiconnect/indicators/circle-19.png</texture>
</control>
<control type="label">
<posx>115</posx>
<posy>0</posy>
<width>785</width>
<height>80</height>
<font>font14</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>FFE5A00D</textcolor>
<label>$INFO[Window.Property(header)]</label>
</control>
<control type="textbox">
<posx>115</posx>
<posy>105</posy>
<width>785</width>
<height>245</height>
<font>font14</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>FFFFFFFF</textcolor>
<label>$INFO[Window.Property(info)]</label>
</control>
<control type="grouplist" id="100">
<defaultcontrol always="true">1001</defaultcontrol>
<posx>-10</posx>
<posy>340</posy>
<width>980</width>
<height>155</height>
<align>right</align>
<itemgap>-50</itemgap>
<orientation>horizontal</orientation>
<scrolltime>0</scrolltime>
<usecontrolcoords>true</usecontrolcoords>
<control type="button" id="1001">
<visible>!String.IsEmpty(Window.Property(button.0))</visible>
<animation effect="zoom" start="100" end="110,120" time="100" center="auto" reversible="false">Focus</animation>
<animation effect="zoom" start="110,120" end="100" time="100" center="auto" reversible="false">UnFocus</animation>
<posx>0</posx>
<posy>0</posy>
<width min="120">auto</width>
<height>143</height>
<font>font12</font>
<texturefocus colordiffuse="FFE5A00D" border="50">plugin.video.plexkodiconnect/buttons/blank-focus.png</texturefocus>
<texturenofocus colordiffuse="99FFFFFF" border="50">plugin.video.plexkodiconnect/buttons/blank.png</texturenofocus>
<textoffsetx>70</textoffsetx>
<textcolor>FF000000</textcolor>
<focusedcolor>FF000000</focusedcolor>
<label>$INFO[Window.Property(button.0)]</label>
</control>
<control type="button" id="1002">
<visible>!String.IsEmpty(Window.Property(button.1))</visible>
<animation effect="zoom" start="100" end="110,120" time="100" center="auto" reversible="false">Focus</animation>
<animation effect="zoom" start="110,120" end="100" time="100" center="auto" reversible="false">UnFocus</animation>
<posx>0</posx>
<posy>0</posy>
<width min="120">auto</width>
<height>143</height>
<font>font12</font>
<texturefocus colordiffuse="FFE5A00D" border="50">plugin.video.plexkodiconnect/buttons/blank-focus.png</texturefocus>
<texturenofocus colordiffuse="99FFFFFF" border="50">plugin.video.plexkodiconnect/buttons/blank.png</texturenofocus>
<textoffsetx>70</textoffsetx>
<textcolor>FF000000</textcolor>
<focusedcolor>FF000000</focusedcolor>
<label>$INFO[Window.Property(button.1)]</label>
</control>
<control type="button" id="1003">
<visible>!String.IsEmpty(Window.Property(button.2))</visible>
<animation effect="zoom" start="100" end="110,120" time="100" center="auto" reversible="false">Focus</animation>
<animation effect="zoom" start="110,120" end="100" time="100" center="auto" reversible="false">UnFocus</animation>
<posx>0</posx>
<posy>0</posy>
<width min="120">auto</width>
<height>143</height>
<font>font12</font>
<texturefocus colordiffuse="FFE5A00D" border="50">plugin.video.plexkodiconnect/buttons/blank-focus.png</texturefocus>
<texturenofocus colordiffuse="99FFFFFF" border="50">plugin.video.plexkodiconnect/buttons/blank.png</texturenofocus>
<textoffsetx>70</textoffsetx>
<textcolor>FF000000</textcolor>
<focusedcolor>FF000000</focusedcolor>
<label>$INFO[Window.Property(button.2)]</label>
</control>
</control>
</control>
</controls>
</window>