Krypton
This commit is contained in:
parent
1c01d12478
commit
1b3ba09e2f
|
@ -1,189 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol>5</defaultcontrol>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-4-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>18-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<!--title-->
|
||||
<control type="label" id="2">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>18-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<font>dialogTitle</font>
|
||||
<label>$LOCALIZE[20077]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
|
||||
<control type="grouplist" id="5">
|
||||
<description>control area</description>
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>24-col</width>
|
||||
<height>10-row</height>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<onright>60</onright>
|
||||
<onup>5</onup>
|
||||
<ondown>5</ondown>
|
||||
</control>
|
||||
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>48r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>23-row</height>
|
||||
<onleft>5</onleft>
|
||||
</control>
|
||||
|
||||
<control type="button" id="7">
|
||||
<description>Default Button</description>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
|
||||
<control type="radiobutton" id="8">
|
||||
<description>Default RadioButton</description>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
|
||||
<control type="spincontrolex" id="9">
|
||||
<description>Default SpinControlex</description>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
|
||||
<control type="edit" id="12">
|
||||
<description>Default Edit</description>
|
||||
</control>
|
||||
|
||||
<control type="sliderex" id="13">
|
||||
<description>Default Slider</description>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
</control>
|
||||
|
||||
<control type="label" id="14">
|
||||
<description>Default Label</description>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
|
||||
<!--add further controls here-->
|
||||
|
||||
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogAudioDSPSettings.xml</label>
|
||||
</control>
|
||||
|
||||
|
||||
|
||||
<!--TO BE MOVED-->
|
||||
<control type="group">
|
||||
|
||||
<control type="label">
|
||||
<description>info label</description>
|
||||
<left>40</left>
|
||||
<top>540</top>
|
||||
<width>720</width>
|
||||
<font>regular</font>
|
||||
<label>$INFO[ADSP.MasterInfo]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
|
||||
<control type="image">
|
||||
<description>Audio DSP Image</description>
|
||||
<left>555</left>
|
||||
<top>540</top>
|
||||
<width>85</width>
|
||||
<height>35</height>
|
||||
<aspectratio align="center">keep</aspectratio>
|
||||
<visible>!IsEmpty(ADSP.MasterOwnIcon)</visible>
|
||||
<texture>$INFO[ADSP.MasterOwnIcon]</texture>
|
||||
</control>
|
||||
|
||||
<control type="image">
|
||||
<description>Audio Codec Image</description>
|
||||
<left>640</left>
|
||||
<top>540</top>
|
||||
<width>85</width>
|
||||
<height>35</height>
|
||||
<aspectratio align="center">keep</aspectratio>
|
||||
<texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
|
||||
<visible>IsEmpty(ADSP.MasterOverrideIcon) + Player.HasVideo</visible>
|
||||
</control>
|
||||
|
||||
<control type="image">
|
||||
<description>Audio Codec Image</description>
|
||||
<left>640</left>
|
||||
<top>540</top>
|
||||
<width>85</width>
|
||||
<height>35</height>
|
||||
<aspectratio align="center">keep</aspectratio>
|
||||
<texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
|
||||
<visible>IsEmpty(ADSP.MasterOverrideIcon) + Player.HasAudio</visible>
|
||||
</control>
|
||||
|
||||
<control type="image">
|
||||
<description>Audio Codec Override Image</description>
|
||||
<left>640</left>
|
||||
<top>540</top>
|
||||
<width>85</width>
|
||||
<height>35</height>
|
||||
<aspectratio align="center">keep</aspectratio>
|
||||
<visible>!IsEmpty(ADSP.MasterOverrideIcon)</visible>
|
||||
<texture>$INFO[ADSP.MasterOverrideIcon]</texture>
|
||||
</control>
|
||||
|
||||
<control type="image">
|
||||
<description>Audio Channels Image</description>
|
||||
<left>730</left>
|
||||
<top>540</top>
|
||||
<width>50</width>
|
||||
<height>35</height>
|
||||
<aspectratio align="center">keep</aspectratio>
|
||||
<texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
|
||||
</control>
|
||||
|
||||
<control type="label">
|
||||
<description>type label</description>
|
||||
<left>590</left>
|
||||
<top>65</top>
|
||||
<width>720</width>
|
||||
<font>regular</font>
|
||||
<label>15042</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
|
||||
<control type="label">
|
||||
<description>type label</description>
|
||||
<left>590</left>
|
||||
<top>100</top>
|
||||
<width>230</width>
|
||||
<font>regular</font>
|
||||
<label>$INFO[ADSP.DetectedStreamType]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
|
||||
|
||||
</controls>
|
||||
</window>
|
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<<<<<<< HEAD:1080i/DialogYesNo.xml
|
||||
<defaultcontrol always="true">9001</defaultcontrol>
|
||||
=======
|
||||
<defaultcontrol always="true">9000</defaultcontrol>
|
||||
>>>>>>> Krypton:1080i/DialogConfirm.xml
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>modalDialog</include>
|
||||
|
@ -18,43 +14,7 @@
|
|||
<description>heading</description>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<<<<<<< HEAD:1080i/DialogYesNo.xml
|
||||
<control type="label" id="1">
|
||||
<description>heading</description>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>540</width>
|
||||
<height>2-row</height>
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<control type="textbox" id="9">
|
||||
<posx>12</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>540</width>
|
||||
<height>78</height>
|
||||
<font>textbox</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
</control>
|
||||
<!--Yes / No-->
|
||||
<control type="image">
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>control.hasfocus(10)</visible>
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<width>1-col</width>
|
||||
=======
|
||||
<width>8-col-gutter</width>
|
||||
>>>>>>> Krypton:1080i/DialogConfirm.xml
|
||||
<height>2-row</height>
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
<font>dialogTitle</font>
|
||||
|
@ -67,39 +27,6 @@
|
|||
<height>124</height>
|
||||
<font>textbox</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<<<<<<< HEAD:1080i/DialogYesNo.xml
|
||||
<label>✓</label>
|
||||
</control>
|
||||
<control type="grouplist" id="9001">
|
||||
<posx>col-10-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<itemgap>1-col</itemgap>
|
||||
<onleft>50</onleft>
|
||||
<onright>50</onright>
|
||||
<onup>9999</onup>
|
||||
<ondown>9999</ondown>
|
||||
<orientation>horizontal</orientation>
|
||||
<!--selection buttons-->
|
||||
<control type="button" id="10">
|
||||
<description>No</description>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
<width>3-col</width>
|
||||
<label>106</label>
|
||||
</control>
|
||||
<control type="button" id="11">
|
||||
<description>Yes</description>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
<width>3-col</width>
|
||||
<label>107</label>
|
||||
</control>
|
||||
</control>
|
||||
=======
|
||||
<autoscroll delay="3000" time="2000" repeat="5000"/>
|
||||
</control>
|
||||
<!--options-->
|
||||
|
@ -217,7 +144,6 @@
|
|||
<description>Custom</description>
|
||||
</control>
|
||||
</control>
|
||||
>>>>>>> Krypton:1080i/DialogConfirm.xml
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
|
@ -1,333 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">20</defaultcontrol>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-5-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>16-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>16-col</width>
|
||||
<height>14-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>12-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>14-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>16-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>31033</label>
|
||||
</control>
|
||||
<!--dialog options-->
|
||||
<control type="spincontrolex" id="20">
|
||||
<description>Directory Content</description>
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>12-col</width>
|
||||
<ondown>6500</ondown>
|
||||
<onright>9001</onright>
|
||||
<label>31031</label>
|
||||
</control>
|
||||
|
||||
<!--scraper selection-->
|
||||
<control type="group">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>4-row</posy>
|
||||
<width>12-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!Control.HasFocus(6501) + !Control.HasFocus(6500)</visible>
|
||||
<posx>24</posx>
|
||||
<posy>4-row</posy>
|
||||
<width>6-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<label>31137</label>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
|
||||
<posx>24</posx>
|
||||
<posy>4-row</posy>
|
||||
<width>6-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<label>31137</label>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="panel" id="21">
|
||||
<enable>false</enable>
|
||||
<posx>174</posx>
|
||||
<posy>4-row</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<onup>20</onup>
|
||||
<ondown>22</ondown>
|
||||
<onright>9001</onright>
|
||||
<orientation>horizontal</orientation>
|
||||
<scrolltime>0</scrolltime>
|
||||
<itemlayout width="8-col" height="2-row">
|
||||
<control type="label">
|
||||
<visible>!Control.HasFocus(6501) + !Control.HasFocus(6500)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<selectedcolor>black</selectedcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="8-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<selectedcolor>textActive</selectedcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<selectedcolor>black</selectedcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<control type="button" id="6500">
|
||||
<description>Menu Item Next Button</description>
|
||||
<posx>780</posx>
|
||||
<posy>166</posy>
|
||||
<width>30</width>
|
||||
<height>30</height>
|
||||
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
|
||||
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
|
||||
<onclick>Control.Move(21,1)</onclick>
|
||||
<onleft>6501</onleft>
|
||||
<onright>6501</onright>
|
||||
<onup>20</onup>
|
||||
<ondown>22</ondown>
|
||||
</control>
|
||||
<control type="button" id="6501">
|
||||
<description>Menu Item Prev Button</description>
|
||||
<posx>810</posx>
|
||||
<posy>166</posy>
|
||||
<width>30</width>
|
||||
<height>30</height>
|
||||
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
|
||||
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
|
||||
<onclick>Control.Move(21,-1)</onclick>
|
||||
<onleft>6500</onleft>
|
||||
<onright>9001</onright>
|
||||
<onup>20</onup>
|
||||
<ondown>22</ondown>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--specific media type settings-->
|
||||
<control type="button" id="22">
|
||||
<description>Specific media type settings</description>
|
||||
<posx>0</posx>
|
||||
<posy>6-row</posy>
|
||||
<label>31042</label>
|
||||
<width>12-col</width>
|
||||
<onup>21</onup>
|
||||
<ondown>5</ondown>
|
||||
<onright>9001</onright>
|
||||
</control>
|
||||
<!--misc options-->
|
||||
<control type="grouplist" id="5">
|
||||
<description>Control Area</description>
|
||||
<posx>0</posx>
|
||||
<posy>8-row</posy>
|
||||
<width>12-col</width>
|
||||
<height>8-row</height>
|
||||
<itemgap>0</itemgap>
|
||||
<onup>22</onup>
|
||||
<onright>9001</onright>
|
||||
<orientation>vertical</orientation>
|
||||
</control>
|
||||
<control type="button" id="7">
|
||||
<description>default</description>
|
||||
</control>
|
||||
<control type="radiobutton" id="8">
|
||||
<description>radioButton</description>
|
||||
</control>
|
||||
<!--OK / Cancel-->
|
||||
<control type="panel" id="9001">
|
||||
<posx>12-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>5-row</height>
|
||||
<itemgap>0</itemgap>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>20</onleft>
|
||||
<itemlayout width="4-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>4-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="4-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>4-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>Ok Button</description>
|
||||
<label>186</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(132,28)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Cancel Button</description>
|
||||
<label>222</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(132,29)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
<!--hidden dialog controls-->
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
<control type="button" id="28">
|
||||
<description>Ok</description>
|
||||
</control>
|
||||
<control type="button" id="29">
|
||||
<description>Cancel</description>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogContentSettings.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,88 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">901</defaultcontrol>
|
||||
|
||||
<coordinates>
|
||||
<origin x="0" y="0"/>
|
||||
</coordinates>
|
||||
<controls>
|
||||
<control type="group">
|
||||
<posx>col-19-begin</posx>
|
||||
<posy>row-17-begin</posy>
|
||||
<!--animations-->
|
||||
<animation type="Windowclose">
|
||||
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
|
||||
</animation>
|
||||
<control type="group">
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
|
||||
</animation>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>3-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>FFFFFFFF</colordiffuse>
|
||||
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
|
||||
<bordersize>6,0,0,0</bordersize>
|
||||
</control>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>heading</description>
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<font>itemSubTitle</font>
|
||||
<width>468</width>
|
||||
<height>60</height>
|
||||
<aligny>center</aligny>
|
||||
<label>772</label>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label></label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>message</description>
|
||||
<posx>1-col</posx>
|
||||
<posy>1-row</posy>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<width>468</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<label>31098</label>
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||
</animation>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<include>DialogID</include>
|
||||
<label>DialogMuteBug.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,230 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">10</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-5-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>16-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>16-col</width>
|
||||
<height>16-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>12-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>16-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>16-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>dialogTitle</font>
|
||||
<label>$LOCALIZE[1007]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
|
||||
<!--options-->
|
||||
<control type="grouplist" id="9010">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>12-col</width>
|
||||
<onright>9011</onright>
|
||||
<control type="spincontrolex" id="10">
|
||||
<description>Protocol</description>
|
||||
<width>12-col</width>
|
||||
<label>1008</label>
|
||||
</control>
|
||||
<control type="edit" id="11">
|
||||
<description>Server Address</description>
|
||||
<width>12-col</width>
|
||||
<align>left</align>
|
||||
<textoffsetx>24</textoffsetx>
|
||||
<font>buttonTitle</font>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
</control>
|
||||
<control type="button" id="12">
|
||||
<description>Server Browse</description>
|
||||
<label>1024</label>
|
||||
<width>12-col</width>
|
||||
</control>
|
||||
<control type="edit" id="16">
|
||||
<description>Remote</description>
|
||||
<width>12-col</width>
|
||||
<textoffsetx>24</textoffsetx>
|
||||
<font>buttonTitle</font>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
</control>
|
||||
<control type="edit" id="13">
|
||||
<description>Port</description>
|
||||
<label>1013</label>
|
||||
<width>12-col</width>
|
||||
<textoffsetx>24</textoffsetx>
|
||||
<font>buttonTitle</font>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
</control>
|
||||
<control type="edit" id="14">
|
||||
<description>Username</description>
|
||||
<label>1014</label>
|
||||
<width>12-col</width>
|
||||
<textoffsetx>24</textoffsetx>
|
||||
<font>buttonTitle</font>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
</control>
|
||||
<control type="edit" id="15">
|
||||
<description>password</description>
|
||||
<label>15052</label>
|
||||
<width>12-col</width>
|
||||
<textoffsetx>24</textoffsetx>
|
||||
<font>buttonTitle</font>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--OK / Cancel-->
|
||||
<control type="panel" id="9011">
|
||||
<posx>12-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>6-row</height>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>9010</onleft>
|
||||
<itemlayout width="4-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="4-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>5-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>Ok Button</description>
|
||||
<label>186</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(128,18)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Cancel Button</description>
|
||||
<label>222</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(128,19)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
<!--ok, cancel etc buttons-->
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
<control type="button" id="18">
|
||||
<description>Ok</description>
|
||||
</control>
|
||||
<control type="button" id="19">
|
||||
<description>Cancel</description>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogNetworkSetup.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,139 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">9001</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>modalDialog</include>
|
||||
<control type="group">
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>row-9-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOut</include>
|
||||
<!--text-->
|
||||
<control type="label" id="1">
|
||||
<description>heading</description>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>540</width>
|
||||
<height>2-row</height>
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<control type="textbox" id="9">
|
||||
<posx>12</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>540</width>
|
||||
<height>3-row</height>
|
||||
<font>textbox</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<!--OK-->
|
||||
<control type="panel" id="9001">
|
||||
<posx>0</posx>
|
||||
<posy>7-row</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<itemgap>0</itemgap>
|
||||
<orientation>vertical</orientation>
|
||||
<itemlayout width="5-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>3-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="5-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>Ok Button</description>
|
||||
<label>186</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(2002,10)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogOK.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,202 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol>5</defaultcontrol>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
</coordinates>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>eeffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="group">
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="group">
|
||||
<posx>col-5-begin</posx>
|
||||
<posy>row-3-begin</posy>
|
||||
<control type="image">
|
||||
<posx>-384</posx>
|
||||
<posy>44</posy>
|
||||
<width>fullscreenWidth</width>
|
||||
<height>1-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>-3</posx>
|
||||
<posy>44</posy>
|
||||
<width>1155</width>
|
||||
<height>1-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<bordertexture border="0">colors/black.png</bordertexture>
|
||||
<bordersize>3,0,0,0</bordersize>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
<posy>44</posy>
|
||||
<width>16-col</width>
|
||||
<font>pageTitle</font>
|
||||
<label>19056</label>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="grouplist" id="5">
|
||||
<description>control area</description>
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>12-col-gutter</width>
|
||||
<height>11-row</height>
|
||||
<itemgap>0</itemgap>
|
||||
<onup>9001</onup>
|
||||
<ondown>9001</ondown>
|
||||
<onleft>9001</onleft>
|
||||
<onright>9001</onright>
|
||||
</control>
|
||||
<!--OK / Cancel-->
|
||||
<control type="panel" id="9001">
|
||||
<posx>12-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>5-row</height>
|
||||
<itemgap>3</itemgap>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>5</onleft>
|
||||
<itemlayout width="4-col" height="1-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>4-col</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>2</posy>
|
||||
<width>3-col</width>
|
||||
<font>menuTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="4-col" height="1-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>4-col</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>2</posy>
|
||||
<width>3-col</width>
|
||||
<font>menuTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>Ok Button</description>
|
||||
<label>186</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(28)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Cancel Button</description>
|
||||
<label>222</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(29)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
<!--Dialog controls-->
|
||||
<control type="button" id="7">
|
||||
<description>Default Button</description>
|
||||
<align>left</align>
|
||||
<height>54</height>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<textoffsetx>12</textoffsetx>
|
||||
</control>
|
||||
<control type="radiobutton" id="8">
|
||||
<description>Default RadioButton</description>
|
||||
</control>
|
||||
<control type="spincontrolex" id="9">
|
||||
<description>Default spincontrolex</description>
|
||||
</control>
|
||||
<control type="sliderex" id="13">
|
||||
<description>Default Slider</description>
|
||||
</control>
|
||||
<control type="edit" id="12">
|
||||
<description>Default Edit</description>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<texturefocus>colors/white.png</texturefocus>
|
||||
<textcolor>textActive</textcolor>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
</control>
|
||||
<control type="label" id="14">
|
||||
<description>Default Label</description>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
<control type="button" id="28">
|
||||
<description>OK Button</description>
|
||||
</control>
|
||||
<control type="button" id="29">
|
||||
<description>Cancel Button</description>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogPVRTimerSettings.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,203 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol>5</defaultcontrol>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
|
||||
<control type="group">
|
||||
<posx>col-4-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>18-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>18-col</width>
|
||||
<height>18-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>14-col</width>
|
||||
<height>18-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>16-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>dialogTitle</font>
|
||||
<label>$LOCALIZE[5]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
|
||||
<control type="grouplist" id="5">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>14-col</width>
|
||||
<height>18-row</height>
|
||||
<onright>9000</onright>
|
||||
<onup>5</onup>
|
||||
<ondown>5</ondown>
|
||||
<orientation>vertical</orientation>
|
||||
</control>
|
||||
<control type="button" id="7">
|
||||
<description>Default Button</description>
|
||||
</control>
|
||||
<control type="radiobutton" id="8">
|
||||
<description>Default RadioButton</description>
|
||||
</control>
|
||||
<control type="spincontrolex" id="9">
|
||||
<description>Default SpinControlex</description>
|
||||
</control>
|
||||
<control type="sliderex" id="13">
|
||||
<description>Default Slider</description>
|
||||
</control>
|
||||
<!--buttons-->
|
||||
<control type="panel" id="9000">
|
||||
<posx>14-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>9-row</height>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>5</onleft>
|
||||
<itemlayout width="6-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>3-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="6-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>Ok Button</description>
|
||||
<label>186</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(28)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Cancel Button</description>
|
||||
<label>222</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(29)</onclick>
|
||||
</item>
|
||||
<item id="3">
|
||||
<description>Defaults Button</description>
|
||||
<label>409</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(50)</onclick>
|
||||
</item>
|
||||
<control type="label" id="14">
|
||||
<description>Default Label</description>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
<!--buttons-->
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
<control type="button" id="29">
|
||||
<description>Cancel Button</description>
|
||||
<label>222</label>
|
||||
</control>
|
||||
<control type="button" id="28">
|
||||
<description>OK Button</description>
|
||||
</control>
|
||||
<control type="button" id="50">
|
||||
<description>Defaults Button</description>
|
||||
<label>409</label>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogPeripheralSettings.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,85 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">10</defaultcontrol>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
</coordinates>
|
||||
<controls>
|
||||
<control type="group">
|
||||
<posx>col-19-begin</posx>
|
||||
<include condition="!window.isactive(infodialog)">progressPosition1</include>
|
||||
<include condition="window.isactive(infodialog)">progressPosition2</include>
|
||||
<!--animations-->
|
||||
<animation type="Windowclose">
|
||||
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
|
||||
</animation>
|
||||
<control type="group">
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
|
||||
</animation>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>3-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>FFFFFFFF</colordiffuse>
|
||||
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
|
||||
<bordersize>6,0,0,0</bordersize>
|
||||
</control>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>heading</description>
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<font>itemSubTitle</font>
|
||||
<width>468</width>
|
||||
<height>60</height>
|
||||
<aligny>center</aligny>
|
||||
<label fallback="31023">$INFO[container.foldername]</label>
|
||||
<textcolor>black</textcolor>
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label" id="9">
|
||||
<description>message</description>
|
||||
<posx>24</posx>
|
||||
<posy>1-row</posy>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<width>468</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label>
|
||||
<scroll>true</scroll>
|
||||
<scrollspeed>100</scrollspeed>
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||
</animation>
|
||||
</control>
|
||||
</control>
|
||||
<!--hidden labels-->
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
<control type="label" id="1">
|
||||
<description>fake heading label</description>
|
||||
</control>
|
||||
<control type="button" id="10">
|
||||
<description>Cancel button</description>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<posy>0</posy>
|
||||
<include>DialogID</include>
|
||||
<label>DialogProgress.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">-</defaultcontrol>
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> Krypton
|
||||
<controls>
|
||||
<control type="group">
|
||||
<posx>col-19-begin</posx>
|
||||
|
|
|
@ -28,148 +28,6 @@
|
|||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<<<<<<< HEAD
|
||||
<control type="list" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>row-4-begin</posy>
|
||||
<width>col-5-begin</width>
|
||||
<height>24-row</height>
|
||||
<orientation>vertical</orientation>
|
||||
<itemlayout width="col-5-begin" height="2-row">
|
||||
<control type="label">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<font>menuTitle</font>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="col-5-begin" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>col-5-begin</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>textActive</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<font>menuTitle</font>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>highlight</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="13">
|
||||
<visible>System.HasMediaDVD</visible>
|
||||
<label>341</label>
|
||||
<label2/>
|
||||
<onclick>XBMC.PlayDVD()</onclick>
|
||||
</item>
|
||||
<item id="14">
|
||||
<visible>System.HasMediaDVD</visible>
|
||||
<label>31135</label>
|
||||
<label2/>
|
||||
<onclick>EjectTray()</onclick>
|
||||
</item>
|
||||
<item id="10">
|
||||
<visible>System.GetBool(pvrmanager.enabled)</visible>
|
||||
<label>31006</label>
|
||||
<label2/>
|
||||
<onclick>ActivateWindow(TVChannels)</onclick>
|
||||
<onclick>Control.SetFocus(50)</onclick>
|
||||
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||
</item>
|
||||
<item id="1">
|
||||
<visible>!Skin.HasSetting(hideVideo)</visible>
|
||||
<label>31000</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick condition="!Library.HasContent(Video)">ActivateWindow(Videos,sources://video/)</onclick>
|
||||
<onclick condition="!Library.HasContent(Video)">Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||
<onclick condition="Library.HasContent(Video)">ActivateWindow(Videos,library://video/)</onclick>
|
||||
<onclick condition="Library.HasContent(Video)">Skin.SetString(showRecentVideoItems,true)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<visible>!Skin.HasSetting(hideMusic)</visible>
|
||||
<label>31001</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick condition="!Library.HasContent(Music)">ActivateWindow(Music,files)</onclick>
|
||||
<onclick condition="!Library.HasContent(Music)">Skin.SetString(showRecentMusicItems,false)</onclick>
|
||||
<onclick condition="Library.HasContent(Music)">ActivateWindow(Music,musicdb://)</onclick>
|
||||
<onclick condition="Library.HasContent(Music)">Skin.SetString(showRecentMusicItems,true)</onclick>
|
||||
</item>
|
||||
<item id="3">
|
||||
<visible>!Skin.HasSetting(hidePictures)</visible>
|
||||
<label>31002</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>ActivateWindow(pictures)</onclick>
|
||||
</item>
|
||||
<item id="4">
|
||||
<visible>!Skin.HasSetting(hideGames) + System.HasAddon(script.games.rom.collection.browser)</visible>
|
||||
<label>31156</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>RunScript(script.games.rom.collection.browser,)</onclick>
|
||||
</item>
|
||||
<item id="12">
|
||||
<visible>System.HasAddon(plugin.program.advanced.launcher)</visible>
|
||||
<label>31036</label>
|
||||
<thumb>-</thumb>
|
||||
<onclick>RunAddon(plugin.program.advanced.launcher,)</onclick>
|
||||
</item>
|
||||
<item id="6">
|
||||
<visible>!Skin.HasSetting(hideSearch)</visible>
|
||||
<label>137</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick condition="!System.HasAddon(script.globalsearch)">RunPlugin(plugin://script.globalsearch)</onclick>
|
||||
<onclick condition="System.HasAddon(script.globalsearch)">RunScript(script.globalsearch)</onclick>
|
||||
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
|
||||
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||
</item>
|
||||
<item id="9">
|
||||
<visible>!isempty(Window(Weather).Property(WeatherProvider))</visible>
|
||||
<label>31197</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>ActivateWindow(weather)</onclick>
|
||||
</item>
|
||||
<item id="7">
|
||||
<label>5</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>ActivateWindow(settings)</onclick>
|
||||
</item>
|
||||
<item id="11">
|
||||
<label>31007</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>ActivateWindow(systeminfo)</onclick>
|
||||
</item>
|
||||
<item id="8">
|
||||
<label>31004</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>ActivateWindow(ShutdownMenu)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
=======
|
||||
>>>>>>> Krypton
|
||||
</control>
|
||||
<!--Date / time and weather-->
|
||||
<control type="group">
|
||||
|
|
|
@ -1,166 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<includes>
|
||||
<include name="homeBackground">
|
||||
<control type="group">
|
||||
<animation type="conditional" condition="!Skin.HasSetting(lowPowerMode)" loop="true">
|
||||
<effect type="fade" start="0" end="100" time="5000"/>
|
||||
<effect type="zoom" start="80" end="130" time="10000" tween="sine" easing="out"/>
|
||||
<effect type="slide" start="0,0" end="-450,0" center="0" delay="0" time="20000" tween="sine" easing="in"/>
|
||||
<effect type="zoom" start="130" end="100" delay="12000" time="8000" tween="sine" easing="in"/>
|
||||
<effect type="fade" start="100" end="0" time="3000" delay="16000"/>
|
||||
</animation>
|
||||
<animation type="conditional" condition="Skin.HasSetting(lowPowerMode)">
|
||||
<effect type="fade" start="0" end="100" time="5000"/>
|
||||
</animation>
|
||||
<!--library based thumbs-->
|
||||
<control type="panel" id="9451">
|
||||
<enable>false</enable>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>fullscreenWidth</width>
|
||||
<height>fullscreenHeight</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<scrolltime tween="linear" easing="in">10000</scrolltime>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="1500"/>
|
||||
</animation>
|
||||
<animation type="windowclose">
|
||||
<effect type="fade" end="0" time="0"/>
|
||||
</animation>
|
||||
<itemlayout width="3-col" height="3-col">
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(10)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-textbox</width>
|
||||
<height>3-col-textbox</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture fallback="colors/black.png" border="0">$INFO[Listitem.art(poster)]</texture>
|
||||
<colordiffuse>44FFFFFF</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>!Container(9000).HasFocus(10)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-textbox</width>
|
||||
<height>3-col-textbox</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||
<colordiffuse>44FFFFFF</colordiffuse>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout/>
|
||||
<content>$VAR[homescreenCollage]</content>
|
||||
</control>
|
||||
<!--video (no Library)-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(10) | Container(9000).HasFocus(13) | Container(9000).HasFocus(14)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/videos.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(1) + !Library.HasContent(Movies)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/videos.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--music (no Library)-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(2) + !Library.HasContent(Music)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/music.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--photos-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(9)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/weather.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--games-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(4)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/games.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--photos-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(3)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/photos.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--search-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(6)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/search.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--settings-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(7) | Container(9000).HasFocus(11)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/settings.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--power-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(8)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/power.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
<!--advanced launcher-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(12)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/advancedLauncher.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" end="100" time="1000" delay="800"/>
|
||||
</animation>
|
||||
</control>
|
||||
</control>
|
||||
</include>
|
||||
</includes>
|
|
@ -1,189 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">5</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-4-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>18-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>14-col</width>
|
||||
<height>18-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>18-col</width>
|
||||
<height>18-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label" id="2">
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<!--control area-->
|
||||
<control type="grouplist" id="5">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>14-col</width>
|
||||
<height>18-row</height>
|
||||
<onright>9001</onright>
|
||||
<orientation>vertical</orientation>
|
||||
</control>
|
||||
<control type="button" id="7">
|
||||
<description>button</description>
|
||||
</control>
|
||||
<control type="radiobutton" id="8">
|
||||
<description>radio_button</description>
|
||||
</control>
|
||||
<control type="spincontrolex" id="9">
|
||||
<description>spin_controlex</description>
|
||||
</control>
|
||||
<control type="sliderex" id="10">
|
||||
<visible>false</visible>
|
||||
<description>slider</description>
|
||||
</control>
|
||||
<control type="label" id="14">
|
||||
<description>Default Label</description>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<!--OK / Cancel-->
|
||||
<control type="panel" id="9001">
|
||||
<posx>14-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>5-row</height>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>5</onleft>
|
||||
<itemlayout width="6-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>3-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="6-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>OK Button</description>
|
||||
<label>186</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(131,28)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Cancel Button</description>
|
||||
<label>222</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(131,29)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
<!--hidden dialog buttons-->
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
<control type="button" id="28">
|
||||
<description>Ok</description>
|
||||
</control>
|
||||
<control type="button" id="29">
|
||||
<description>Cancel</description>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>LockSettings.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -67,30 +67,6 @@
|
|||
</control>
|
||||
<!--dateTime-->
|
||||
<include>dateTime</include>
|
||||
|
||||
<!--mini player window-->
|
||||
<control type="group">
|
||||
<visible>Player.HasVideo</visible>
|
||||
<posx>col-20-begin</posx>
|
||||
<posy>row-22-begin</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>444</width>
|
||||
<height>255</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="videowindow">
|
||||
<posx>6</posx>
|
||||
<posy>6</posy>
|
||||
<width>6-col</width>
|
||||
<height>243</height>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<!--mini window-->
|
||||
<include>miniVideoPlayer</include>
|
||||
|
|
|
@ -1,119 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">6000</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<!--background-->
|
||||
<control type="group">
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>row-2-begin</posy>
|
||||
<!--animations-->
|
||||
<animation type="windowopen">
|
||||
<effect type="rotatey" start="-90" end="0" center="960" tween="cubic" easing="out" delay="400" time="500"/>
|
||||
</animation>
|
||||
<animation type="windowclose">
|
||||
<effect type="fade" start="100" end="0" time="300"/>
|
||||
<effect type="rotatey" start="0" end="-90" center="960" tween="cubic" easing="out" time="500"/>
|
||||
</animation>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<!--title-->
|
||||
<control type="label" id="102">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>8-col</width>
|
||||
<height>4-col</height>
|
||||
<aspectratio aligny="center">scale</aspectratio>
|
||||
<texture>vignette.png</texture>
|
||||
</control>
|
||||
<control type="image" id="101">
|
||||
<description>profile image</description>
|
||||
<posx>156</posx>
|
||||
<posy>84</posy>
|
||||
<width>4-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<texture fallback="colors/offblack.png" border="0">colors/offblack.png</texture>
|
||||
<aspectratio>scale</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>10-row</posy>
|
||||
<width>8-col</width>
|
||||
<height>15-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="button" id="6000">
|
||||
<description>Profile switch</description> <visible>!StringCompare(System.ProfileName,control.getlabel(102))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>10-row</posy>
|
||||
<width>8-col</width>
|
||||
<font>buttonTitle</font>
|
||||
<textoffsetx>24</textoffsetx>
|
||||
<label>31131</label>
|
||||
<onclick>LoadProfile($INFO[control.getlabel(102)])</onclick>
|
||||
<ondown>5</ondown>
|
||||
</control>
|
||||
<control type="grouplist" id="5">
|
||||
<description>Control Area</description>
|
||||
<posx>0</posx>
|
||||
<posy>12-row</posy>
|
||||
<width>8-col</width>
|
||||
<height>13-row</height>
|
||||
<itemgap>3</itemgap>
|
||||
<orientation>vertical</orientation>
|
||||
<ondown>9001</ondown>
|
||||
<onup>6000</onup>
|
||||
</control>
|
||||
<control type="button" id="7">
|
||||
<description>button</description>
|
||||
</control>
|
||||
<control type="radiobutton" id="8">
|
||||
<description>radio_button</description>
|
||||
</control>
|
||||
<control type="spincontrolex" id="9">
|
||||
<description>spin_controlex</description>
|
||||
</control>
|
||||
<control type="label" id="14">
|
||||
<description>Default Label</description>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</control>
|
||||
<!--control buttons-->
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
<control type="button" id="28">
|
||||
<description>Ok</description>
|
||||
</control>
|
||||
<control type="button" id="29">
|
||||
<description>Cancel</description>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>ProfileSettings.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">9000</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
|
@ -134,21 +133,6 @@
|
|||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<<<<<<< HEAD
|
||||
<item id="1">
|
||||
<description>Appearance</description>
|
||||
<label>480</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31061] • $LOCALIZE[24008]</property>
|
||||
<onclick>activatewindow(AppearanceSettings)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Videos</description>
|
||||
<label>3</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[24012]</property>
|
||||
<onclick>activatewindow(VideosSettings)</onclick>
|
||||
=======
|
||||
<item>
|
||||
<description>Player Settings</description>
|
||||
<label>$LOCALIZE[14201]</label>
|
||||
|
@ -162,43 +146,14 @@
|
|||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31079]</property>
|
||||
<onclick>activatewindow(MediaSettings)</onclick>
|
||||
>>>>>>> Krypton
|
||||
</item>
|
||||
<item id="9">
|
||||
<label>$LOCALIZE[31060]</label>
|
||||
<item>
|
||||
<description>PVR Settings</description>
|
||||
<label>$LOCALIZE[14205]</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31081]</property>
|
||||
<onclick>ActivateWindow(PVRSettings)</onclick>
|
||||
</item>
|
||||
<<<<<<< HEAD
|
||||
<item id="3">
|
||||
<description>Music</description>
|
||||
<label>2</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[31066]</property>
|
||||
<onclick>activatewindow(MusicSettings)</onclick>
|
||||
</item>
|
||||
<item id="4">
|
||||
<description>Addons</description>
|
||||
<label>24001</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31067]</property>
|
||||
<onclick>activatewindow(AddonBrowser)</onclick>
|
||||
</item>
|
||||
<item id="5">
|
||||
<description>Pictures</description>
|
||||
<label>1</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[31068]</property>
|
||||
<onclick>activatewindow(PicturesSettings)</onclick>
|
||||
</item>
|
||||
<item id="6">
|
||||
<description>Weather</description>
|
||||
<label>8</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31069] • $LOCALIZE[14036]</property>
|
||||
<onclick>activatewindow(WeatherSettings)</onclick>
|
||||
=======
|
||||
<item>
|
||||
<description>Services Settings</description>
|
||||
<label>$LOCALIZE[14208]</label>
|
||||
|
@ -226,50 +181,35 @@
|
|||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31103]</property>
|
||||
<onclick>activatewindow(Profiles)</onclick>
|
||||
>>>>>>> Krypton
|
||||
</item>
|
||||
<item id="7">
|
||||
<description>Services</description>
|
||||
<label>14036</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31071] • $LOCALIZE[1273]</property>
|
||||
<onclick>activatewindow(ServiceSettings)</onclick>
|
||||
</item>
|
||||
<item id="8">
|
||||
<item>
|
||||
<description>System</description>
|
||||
<label>13000</label>
|
||||
<label>$LOCALIZE[14209]</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31105]</property>
|
||||
<onclick>activatewindow(SystemSettings)</onclick>
|
||||
</item>
|
||||
<item id="9">
|
||||
<description>Profiles</description>
|
||||
<label>13200</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31105] • $LOCALIZE[31106]</property>
|
||||
<onclick>activatewindow(34)</onclick>
|
||||
<item>
|
||||
<description>Addons</description>
|
||||
<label>24001</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31067]</property>
|
||||
<onclick>activatewindow(AddonBrowser)</onclick>
|
||||
</item>
|
||||
<item id="10">
|
||||
<item>
|
||||
<description>File Manager</description>
|
||||
<label>10003</label>
|
||||
<label2></label2>
|
||||
<<<<<<< HEAD
|
||||
<property name="label3">$LOCALIZE[31095] • $LOCALIZE[31111]</property>
|
||||
<onclick>activatewindow(3)</onclick>
|
||||
=======
|
||||
<property name="label3">$LOCALIZE[31095]</property>
|
||||
<onclick>activatewindow(filemanager)</onclick>
|
||||
>>>>>>> Krypton
|
||||
</item>
|
||||
<item id="11">
|
||||
<item>
|
||||
<description>Programs</description>
|
||||
<label>31003</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31111]</property>
|
||||
<onclick>ActivateWindow(programs,addons,return)</onclick>
|
||||
</item>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<item>
|
||||
<description>System Info</description>
|
||||
<label>$LOCALIZE[138]</label>
|
||||
|
@ -277,7 +217,6 @@
|
|||
<property name="label3">$LOCALIZE[31108]</property>
|
||||
<onclick>ActivateWindow(systeminfo)</onclick>
|
||||
</item>
|
||||
>>>>>>> Krypton
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">3</defaultcontrol>
|
||||
|
||||
<defaultcontrol>3</defaultcontrol>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
|
|
|
@ -1,116 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">5</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>vignette.png</texture>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>!Window.IsVisible(SliderDialog)</visible>
|
||||
<posx>col-7-begin</posx>
|
||||
<posy>row-3-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>-36</posx>
|
||||
<posy>-36</posy>
|
||||
<width>13-col</width>
|
||||
<height>25-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<colordiffuse>ccFFFFFF</colordiffuse>
|
||||
</control>
|
||||
<!--header-->
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>-12</posy>
|
||||
<width>1-col</width>
|
||||
<height>1-col</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<animation type="windowopen">
|
||||
<effect type="zoom" center="auto" end="120" time="0"/>
|
||||
</animation>
|
||||
<posx>-4</posx>
|
||||
<posy>13</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny></aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>></label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>window.isactive(123)</visible>
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny></aligny>
|
||||
<font>dialogTitle</font>
|
||||
<label>13395</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>window.isactive(124)</visible>
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny></aligny>
|
||||
<font>dialogTitle</font>
|
||||
<label>13396</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="grouplist" id="5">
|
||||
<description>Control Area</description>
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>12-col</width>
|
||||
<height>21-row</height>
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>3</itemgap>
|
||||
</control>
|
||||
<control type="button" id="7">
|
||||
<description>Default Button</description>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
</control>
|
||||
<control type="radiobutton" id="8">
|
||||
<description>Default RadioButton</description>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
</control>
|
||||
<control type="spincontrolex" id="9">
|
||||
<description>Default spincontrolex</description>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
</control>
|
||||
<control type="sliderex" id="13">
|
||||
<description>Default Slider</description>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
</control>
|
||||
<control type="label" id="14">
|
||||
<description>Default Label</description>
|
||||
<label>-</label>
|
||||
<align>center</align>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>VideoOSDSettings.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue