2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">9001</defaultcontrol>
|
|
|
|
<include>fadeInOut</include>
|
|
|
|
<controls>
|
|
|
|
<include>modalDialog</include>
|
|
|
|
<control type="group">
|
2015-05-21 00:38:26 +02:00
|
|
|
<posx>col-9-begin</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<posy>row-9-begin</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOut</include>
|
|
|
|
<!--text-->
|
|
|
|
<control type="label" id="1">
|
|
|
|
<description>heading</description>
|
|
|
|
<posx>0</posx>
|
2015-11-22 20:48:07 +01:00
|
|
|
<posy>-48</posy>
|
2015-05-21 00:38:26 +02:00
|
|
|
<width>8-col</width>
|
2015-11-22 20:48:07 +01:00
|
|
|
<height>3-row</height>
|
|
|
|
<wrapmultiline>true</wrapmultiline>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>pageTitle</font>
|
2015-05-10 21:59:54 +02:00
|
|
|
<textcolor>highlight</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
2015-05-10 21:59:54 +02:00
|
|
|
<control type="textbox" id="9">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<posy>2-row</posy>
|
2015-05-21 00:38:26 +02:00
|
|
|
<width>8-col</width>
|
2015-05-10 21:59:54 +02:00
|
|
|
<height>4-row</height>
|
|
|
|
<font>textbox</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--OK-->
|
|
|
|
<control type="panel" id="9001">
|
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<posy>7-row</posy>
|
2015-05-21 00:38:26 +02:00
|
|
|
<width>4-col</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<height>5-row</height>
|
|
|
|
<itemgap>3</itemgap>
|
|
|
|
<orientation>vertical</orientation>
|
|
|
|
<onleft>2</onleft>
|
2015-05-10 21:59:54 +02:00
|
|
|
<itemlayout width="5-col" height="2-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<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>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-05-10 21:59:54 +02:00
|
|
|
<posx>0</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
2015-05-10 21:59:54 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2015-11-22 20:48:07 +01:00
|
|
|
<font>symbolLarge</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-05-10 21:59:54 +02:00
|
|
|
<posx>1-col-indent</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>-1</posy>
|
2015-05-10 21:59:54 +02:00
|
|
|
<width>3-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>buttonTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-05-10 21:59:54 +02:00
|
|
|
<focusedlayout width="5-col" height="2-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-05-10 21:59:54 +02:00
|
|
|
<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>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture>colors/white.png</texture>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-05-10 21:59:54 +02:00
|
|
|
<posx>0</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
2015-05-10 21:59:54 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2015-11-22 20:48:07 +01:00
|
|
|
<font>symbolLarge</font>
|
2015-05-10 21:59:54 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-05-10 21:59:54 +02:00
|
|
|
<posx>1-col-indent</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>-1</posy>
|
2015-05-10 21:59:54 +02:00
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>buttonTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<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>
|