parent
efe1fa3ee1
commit
36ea0900f8
|
@ -0,0 +1,189 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,333 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,88 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,230 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,139 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,202 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,203 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?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,92 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<window>
|
|
||||||
<defaultcontrol>5</defaultcontrol>
|
|
||||||
|
|
||||||
<controls>
|
|
||||||
<control type="group">
|
|
||||||
|
|
||||||
<visible>!Window.IsVisible(sliderdialog)</visible>
|
|
||||||
|
|
||||||
<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="label" id="2">
|
|
||||||
<posx>24</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>16-col</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<aligny>center</aligny>
|
|
||||||
<font>dialogTitle</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
</control>
|
|
||||||
|
|
||||||
<control type="grouplist" id="5">
|
|
||||||
<description>control area</description>
|
|
||||||
<left>29</left>
|
|
||||||
<top>100</top>
|
|
||||||
<width>1160</width>
|
|
||||||
<height>750</height>
|
|
||||||
<onleft>9000</onleft>
|
|
||||||
<onright>9000</onright>
|
|
||||||
<onup>5</onup>
|
|
||||||
<ondown>5</ondown>
|
|
||||||
</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="edit" id="12">
|
|
||||||
<description>Default Edit</description>
|
|
||||||
</control>
|
|
||||||
<control type="sliderex" id="13">
|
|
||||||
<description>Default Slider</description>
|
|
||||||
</control>
|
|
||||||
<control type="label" id="14">
|
|
||||||
<description>Default Label</description>
|
|
||||||
</control>
|
|
||||||
|
|
||||||
<!--dialog controls-->
|
|
||||||
<control type="grouplist" id="9000">
|
|
||||||
<left>1210</left>
|
|
||||||
<top>92</top>
|
|
||||||
<orientation>vertical</orientation>
|
|
||||||
<width>300</width>
|
|
||||||
<height>250</height>
|
|
||||||
<itemgap>-10</itemgap>
|
|
||||||
<onleft>5</onleft>
|
|
||||||
<onright>5</onright>
|
|
||||||
<control type="button" id="28">
|
|
||||||
<description>OK</description>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="29">
|
|
||||||
<description>Cancel</description>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="30">
|
|
||||||
<description>Clear / Settings</description>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</controls>
|
|
||||||
</window>
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="true">-</defaultcontrol>
|
<defaultcontrol always="true">-</defaultcontrol>
|
||||||
|
|
||||||
<controls>
|
<controls>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-19-begin</posx>
|
<posx>col-19-begin</posx>
|
||||||
|
@ -46,24 +46,6 @@
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>$INFO[player.volume]</label>
|
<label>$INFO[player.volume]</label>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<!--Mute icon-->
|
|
||||||
<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>
|
</control>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
<include>DebugGrid</include>
|
<include>DebugGrid</include>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
|
<defaultcontrol always="true">9001</defaultcontrol>
|
||||||
<include>fadeInOut</include>
|
<include>fadeInOut</include>
|
||||||
<controls>
|
<controls>
|
||||||
<include>modalDialog</include>
|
<include>modalDialog</include>
|
||||||
|
@ -22,14 +23,6 @@
|
||||||
<font>dialogTitle</font>
|
<font>dialogTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="progress" id="20">
|
|
||||||
<description>Progressbar</description>
|
|
||||||
<posx>12</posx>
|
|
||||||
<posy>2-row</posy>
|
|
||||||
<width>540</width>
|
|
||||||
<height>24</height>
|
|
||||||
<info>System.Progressbar</info>
|
|
||||||
</control>
|
|
||||||
<control type="textbox" id="9">
|
<control type="textbox" id="9">
|
||||||
<posx>12</posx>
|
<posx>12</posx>
|
||||||
<posy>3-row</posy>
|
<posy>3-row</posy>
|
||||||
|
@ -106,7 +99,7 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>✓</label>
|
<label>✓</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="grouplist" id="9000">
|
<control type="grouplist" id="9001">
|
||||||
<posx>col-10-begin</posx>
|
<posx>col-10-begin</posx>
|
||||||
<posy>6-row</posy>
|
<posy>6-row</posy>
|
||||||
<width>8-col</width>
|
<width>8-col</width>
|
||||||
|
@ -119,7 +112,7 @@
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
<!--selection buttons-->
|
<!--selection buttons-->
|
||||||
<control type="button" id="10">
|
<control type="button" id="10">
|
||||||
<description>OK</description>
|
<description>No</description>
|
||||||
<texturefocus>colors/white.png</texturefocus>
|
<texturefocus>colors/white.png</texturefocus>
|
||||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||||
<focusedcolor>black</focusedcolor>
|
<focusedcolor>black</focusedcolor>
|
||||||
|
@ -127,15 +120,7 @@
|
||||||
<label>106</label>
|
<label>106</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="button" id="11">
|
<control type="button" id="11">
|
||||||
<description>Cancel</description>
|
<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 type="button" id="12">
|
|
||||||
<description>Custom Button</description>
|
|
||||||
<texturefocus>colors/white.png</texturefocus>
|
<texturefocus>colors/white.png</texturefocus>
|
||||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||||
<focusedcolor>black</focusedcolor>
|
<focusedcolor>black</focusedcolor>
|
|
@ -0,0 +1,189 @@
|
||||||
|
<?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>
|
|
@ -0,0 +1,119 @@
|
||||||
|
<?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,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol>3</defaultcontrol>
|
<defaultcontrol always="true">3</defaultcontrol>
|
||||||
|
|
||||||
<controls>
|
<controls>
|
||||||
<!--background-->
|
<!--background-->
|
||||||
<include>globalBackground</include>
|
<include>globalBackground</include>
|
||||||
|
|
|
@ -0,0 +1,116 @@
|
||||||
|
<?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>
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addon id="skin.pellucid" version="1.1.0" name="Pellucid" provider-name="theDeadman">
|
<addon id="skin.pellucid" version="1.0.0" name="Pellucid" provider-name="theDeadman">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.gui" version="5.12.0"/>
|
<import addon="xbmc.gui" version="5.10.0"/>
|
||||||
<import addon="script.skin.helper.service" version="1.0.0"/>
|
<import addon="script.skin.helper.service" version="1.0.0"/>
|
||||||
<import addon="resource.images.weathericons.outline" version="0.0.5"/>
|
<import addon="resource.images.weathericons.outline" version="0.0.5"/>
|
||||||
<import addon="resource.images.weatherfanart.single" version="0.0.6"/>
|
<import addon="resource.images.weatherfanart.single" version="0.0.6"/>
|
||||||
|
|
|
@ -1,25 +1,3 @@
|
||||||
[B]1.1.0[/B]
|
|
||||||
|
|
||||||
***Preparing for Krypton***
|
|
||||||
|
|
||||||
- [MODIFIED] addon.xml: Updated GUI to 5.12.0
|
|
||||||
- [RENAMED] dialogKaiToast -> dialogNotification.xml
|
|
||||||
- [NEW] DialogConfirm.xml
|
|
||||||
- [REMOVED] DialogOK.xml
|
|
||||||
- [REMOVED] DialogProgress.xml
|
|
||||||
- [REMOVED] DialogYesNo.xml
|
|
||||||
- [NEW] DialogSettings.xml
|
|
||||||
- [REMOVED] DialogAudioDSPSettings.xml
|
|
||||||
- [REMOVED] DialogContentSettings.xml
|
|
||||||
- [REMOVED] DialogMediaFilter.xml
|
|
||||||
- [REMOVED] DialogNetworkSetup.xml
|
|
||||||
- [REMOVED] DialogPeripheralSettings.xml
|
|
||||||
- [REMOVED] DialogPVRTimerSettings.xml
|
|
||||||
- [REMOVED] LockSettings.xml
|
|
||||||
- [REMOVED] ProfileSettings.xml
|
|
||||||
- [REMOVED] VideoOSDSettings.xml
|
|
||||||
- [REMOVED] DialogMuteBug.xml
|
|
||||||
|
|
||||||
[B]1.0.0[/B]
|
[B]1.0.0[/B]
|
||||||
|
|
||||||
- Kodi Jarvis Release
|
- Kodi Jarvis Release
|
||||||
|
@ -58,8 +36,10 @@
|
||||||
- [REMOVED] VisualisationPresetList.xml
|
- [REMOVED] VisualisationPresetList.xml
|
||||||
- [NEW] EventLog.xml
|
- [NEW] EventLog.xml
|
||||||
- [MODIFIED] dialogKeyboard.xml - additional labels for BaiduPy input added
|
- [MODIFIED] dialogKeyboard.xml - additional labels for BaiduPy input added
|
||||||
|
|
||||||
- [NEW] DialogAudioDSPManager.xml
|
- [NEW] DialogAudioDSPManager.xml
|
||||||
- [NEW] DialogAudioDSPSettings.xml
|
- [NEW] DialogAudioDSPSettings.xml
|
||||||
|
|
||||||
- [MODIFIED] DialogAddonInfo.xml - remove button id="11"
|
- [MODIFIED] DialogAddonInfo.xml - remove button id="11"
|
||||||
- [MODIFIED] DialogKaiToast.xml - remove ID's 403-405
|
- [MODIFIED] DialogKaiToast.xml - remove ID's 403-405
|
||||||
- [MODIFIED] DialogVideoInfo.xml - add button ID 7, replace user rating value
|
- [MODIFIED] DialogVideoInfo.xml - add button ID 7, replace user rating value
|
||||||
|
|
Loading…
Reference in New Issue