Files
skin.udumbar/720p/DialogContentSettings.xml
2015-06-01 00:13:30 -04:00

341 lines
9.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
<coordinates>
<system>1</system>
<left>240</left>
<top>20</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<animation effect="fade" start="100" end="0" time="200" condition="Window.IsActive(AddonSettings)">Conditional</animation>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>800</width>
<height>680</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>720</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label" id="1">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>720</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[20333]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>710</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>10</onup>
<ondown>10</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="label">
<description>Content Picker Header</description>
<left>30</left>
<top>60</top>
<width>320</width>
<height>40</height>
<font>font12</font>
<label>$LOCALIZE[20344]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="spincontrolex" id="20">
<description>Content Picker</description>
<left>30</left>
<top>100</top>
<width>320</width>
<height>40</height>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<font>-</font>
<label>-</label>
<reverse>yes</reverse>
<onup>28</onup>
<ondown>5</ondown>
<onleft>60</onleft>
<onright>21</onright>
</control>
<control type="label">
<description>Content Picker label</description>
<left>35</left>
<top>100</top>
<width>280</width>
<height>40</height>
<font>font13_title</font>
<label>$INFO[Control.GetLabel(20)]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Used Scraper Header</description>
<left>30</left>
<top>150</top>
<width>320</width>
<height>20</height>
<font>font12</font>
<label>$LOCALIZE[31312]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>Used Scraper Image</description>
<left>30</left>
<top>175</top>
<width>320</width>
<height>130</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<description>Used Scaper Label</description>
<left>30</left>
<top>315</top>
<width>320</width>
<height>30</height>
<font>font13</font>
<label>[B]$INFO[ListItem.Label][/B]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<left>370</left>
<top>60</top>
<width>5</width>
<height>280</height>
<aspectratio>stretch</aspectratio>
<texture>separator_vertical.png</texture>
</control>
<control type="label">
<description>Scraper List Header</description>
<left>400</left>
<top>60</top>
<width>360</width>
<height>40</height>
<font>font12</font>
<label>$LOCALIZE[31313]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="21">
<left>400</left>
<top>100</top>
<width>360</width>
<height>241</height>
<onup>21</onup>
<onleft>20</onleft>
<onright>60</onright>
<ondown>21</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>360</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>35</width>
<height>30</height>
<texture>$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>290</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>360</width>
<height>40</height>
<visible>!Control.HasFocus(21)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>360</width>
<height>40</height>
<visible>Control.HasFocus(21)</visible>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>35</width>
<height>30</height>
<texture>$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>290</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>760</left>
<top>100</top>
<width>25</width>
<height>240</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>21</onleft>
<onright>20</onright>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>Scanning Options Header</description>
<left>30</left>
<top>350</top>
<width>740</width>
<height>20</height>
<font>font12</font>
<label>$LOCALIZE[31314]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<left>30</left>
<top>380</top>
<width>740</width>
<height>220</height>
<itemgap>4</itemgap>
<onup>20</onup>
<ondown>28</ondown>
<onleft>5</onleft>
<onright>5</onright>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="group" id="9001">
<top>615</top>
<control type="button" id="28">
<description>OK Button</description>
<left>300</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onleft>22</onleft>
<onright>29</onright>
<onup>5</onup>
<ondown>20</ondown>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
<left>510</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>28</onleft>
<onright>22</onright>
<onup>5</onup>
<ondown>20</ondown>
</control>
<control type="button" id="22">
<description>Settings Button</description>
<left>90</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>5</label>
<onleft>29</onleft>
<onright>28</onright>
<onup>5</onup>
<ondown>20</ondown>
</control>
</control>
</control>
</controls>
</window>