131 lines
5.1 KiB
XML
131 lines
5.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">9001</defaultcontrol>
|
|
<allowoverlay>yes</allowoverlay>
|
|
<include>fadeInOut</include>
|
|
<controls>
|
|
<include>modalDialog</include>
|
|
<!--error message fields (placeholders)-->
|
|
<control type="group">
|
|
<visible>false</visible>
|
|
<control type="label" id="2">
|
|
<description>Line 1</description>
|
|
</control>
|
|
<control type="label" id="3">
|
|
<description>Line 2</description>
|
|
</control>
|
|
<control type="label" id="4">
|
|
<description>Line 3</description>
|
|
</control>
|
|
<control type="button" id="10">
|
|
<description>OK</description>
|
|
</control>
|
|
</control>
|
|
<control type="group">
|
|
<posx>col-8-begin</posx>
|
|
<posy>row-7-begin</posy>
|
|
<!--animations-->
|
|
<include>modalDialogInOut</include>
|
|
<!--text-->
|
|
<control type="label" id="1">
|
|
<description>heading</description>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>10-col</width>
|
|
<font>pageTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>1-row</posy>
|
|
<width>10-col</width>
|
|
<height>128</height>
|
|
<font>regular</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[control.getlabel(2)] $INFO[control.getlabel(3)] $INFO[control.getlabel(4)]</label>
|
|
</control>
|
|
<!--OK-->
|
|
<control type="panel" id="9001">
|
|
<posx>0</posx>
|
|
<posy>4-row</posy>
|
|
<width>5-col</width>
|
|
<height>5-row</height>
|
|
<itemgap>3</itemgap>
|
|
<orientation>vertical</orientation>
|
|
<onleft>2</onleft>
|
|
<itemlayout width="5-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>5-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>symbol</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col</posx>
|
|
<posy>-1</posy>
|
|
<width>3-col</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="5-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>5-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>symbol</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col</posx>
|
|
<posy>-1</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(2002,10)</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>DialogID</include>
|
|
<label>DialogOk.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|