147 lines
5.8 KiB
XML
147 lines
5.8 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>
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>368</posy>
|
|
<!--animations-->
|
|
<include>modalDialogInOut</include>
|
|
<!--text-->
|
|
<control type="group">
|
|
<posx>col-9-begin</posx>
|
|
<posy>24</posy>
|
|
<control type="label" id="1">
|
|
<description>heading</description>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>9-col</width>
|
|
<font>pageTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<scroll>true</scroll>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>1-row</posy>
|
|
<width>8-col</width>
|
|
<height>128</height>
|
|
<font>regular</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$INFO[control.getlabel(2)] $INFO[control.getlabel(3)] $INFO[control.getlabel(4)]</label>
|
|
</control>
|
|
</control>
|
|
<!--Yes / No-->
|
|
<control type="panel" id="9001">
|
|
<posx>col-9-begin</posx>
|
|
<posy>4-row</posy>
|
|
<width>8-col</width>
|
|
<height>1-row</height>
|
|
<itemgap>3</itemgap>
|
|
<orientation>horizontal</orientation>
|
|
<onleft>2</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>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col</posx>
|
|
<posy>2</posy>
|
|
<width>3-col-gutter</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>selected</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/selected.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>2</posy>
|
|
<width>3-col-gutter</width>
|
|
<font>menuTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</focusedlayout>
|
|
<content>
|
|
<item id="1">
|
|
<description>Yes Button</description>
|
|
<label>107</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(100,11)</onclick>
|
|
</item>
|
|
<item id="2">
|
|
<description>No Button</description>
|
|
<label>106</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(100,10)</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
<!--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>
|
|
<!--selection buttons-->
|
|
<control type="button" id="10">
|
|
<description>No</description>
|
|
</control>
|
|
<control type="button" id="11">
|
|
<description>Yes</description>
|
|
</control>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>DialogID</include>
|
|
<label>DialogYesNo.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|