PlexKodiConnect/resources/skins/default/1080i/script-plex-connect-server-manual.xml

157 lines
4.4 KiB
XML
Raw Normal View History

2016-10-23 02:15:10 +11:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">200</defaultcontrol>
<zorder>0</zorder>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>Background fade</description>
<width>100%</width>
<height>100%</height>
<texture>emby-bg-fade.png</texture>
</control>
<control type="group">
<width>600</width>
<left>35%</left>
<top>20%</top>
<control type="image">
<description>Background box</description>
<texture colordiffuse="ff111111">white.png</texture>
<width>600</width>
<height>525</height>
</control>
<control type="group" id="202">
<top>530</top>
<visible>False</visible>
<control type="image">
<description>Error box</description>
<texture colordiffuse="ff222222">white.png</texture>
<width>100%</width>
<height>50</height>
</control>
<control type="label" id="203">
<description>Error message</description>
<textcolor>white</textcolor>
<font>font10</font>
<aligny>center</aligny>
<align>center</align>
<height>50</height>
</control>
</control>
<control type="image">
2017-07-17 00:57:57 +10:00
<description>Plex logo</description>
2016-10-23 02:15:10 +11:00
<texture>logo-white.png</texture>
<aspectratio>keep</aspectratio>
<width>120</width>
<height>49</height>
2017-07-17 00:57:57 +10:00
<top>20</top>
<left>0</left>
<aligny>left</aligny>
<align>left</align>
2016-10-23 02:15:10 +11:00
</control>
<control type="group">
<width>500</width>
<left>50</left>
<control type="label">
2017-07-17 00:57:57 +10:00
<description>Connect to PMS</description>
<label>$ADDON[plugin.video.plexkodiconnect 30018]</label>
2016-10-23 02:15:10 +11:00
<textcolor>white</textcolor>
<font>font12</font>
<aligny>top</aligny>
2017-07-17 00:57:57 +10:00
<align>left</align>
2016-10-23 02:15:10 +11:00
<width>100%</width>
2017-07-17 00:57:57 +10:00
<top>30</top>
<left>60</left>
2016-10-23 02:15:10 +11:00
</control>
<control type="group">
2017-07-17 00:57:57 +10:00
<top>75</top>
2016-10-23 02:15:10 +11:00
<control type="label">
2017-07-17 00:57:57 +10:00
<description>PMS IP address or host name</description>
<label>$ADDON[plugin.video.plexkodiconnect 30019]</label>
2016-10-23 02:15:10 +11:00
<textcolor>ffa6a6a6</textcolor>
<font>font10</font>
<aligny>top</aligny>
</control>
<control type="image">
<description>separator</description>
<width>102%</width>
<height>0.5</height>
<top>66</top>
<left>-10</left>
<texture colordiffuse="ff525252" border="90,3,90,3">emby-separator.png</texture>
</control>
<control type="label">
<description>Host example</description>
2017-07-17 00:57:57 +10:00
<label>https://192.168.1.2, https://myserver.com</label>
2016-10-23 02:15:10 +11:00
<textcolor>ff464646</textcolor>
<font>font10</font>
<aligny>top</aligny>
<top>70</top>
</control>
</control>
<control type="group">
<description>Port</description>
2017-07-17 00:57:57 +10:00
<top>200</top>
2016-10-23 02:15:10 +11:00
<control type="label">
2017-07-17 00:57:57 +10:00
<description>Port Number</description>
<label>$ADDON[plugin.video.plexkodiconnect 30030]</label>
2016-10-23 02:15:10 +11:00
<textcolor>ffa6a6a6</textcolor>
<font>font10</font>
<aligny>top</aligny>
</control>
<control type="image">
<description>separator</description>
<width>102%</width>
<height>0.5</height>
<top>66</top>
<left>-10</left>
<texture colordiffuse="ff525252" border="90,3,90,3">emby-separator.png</texture>
</control>
</control>
<control type="group">
<description>Buttons</description>
<top>380</top>
<control type="button" id="200">
<description>Connect</description>
2017-07-17 00:57:57 +10:00
<texturenofocus border="5" colordiffuse="ff464646">box.png</texturenofocus>
<texturefocus border="5" colordiffuse="ff525252">box.png</texturefocus>
<label>$ADDON[plugin.video.plexkodiconnect 30020]</label>
2016-10-23 02:15:10 +11:00
<font>font10</font>
<textcolor>ffa6a6a6</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<width>100%</width>
<height>50</height>
<ondown>201</ondown>
</control>
<control type="button" id="201">
<description>Cancel</description>
<texturenofocus border="5" colordiffuse="ff464646">box.png</texturenofocus>
<texturefocus border="5" colordiffuse="ff525252">box.png</texturefocus>
2017-07-17 00:57:57 +10:00
<label>$ADDON[plugin.video.plexkodiconnect 30602]</label>
2016-10-23 02:15:10 +11:00
<font>font10</font>
<textcolor>ffa6a6a6</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<width>100%</width>
<height>50</height>
<top>55</top>
<onup>200</onup>
</control>
</control>
</control>
</control>
</controls>
</window>