skin.pellucid/1080i/DialogConfirm.xml

93 lines
3.8 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2016-11-11 22:13:39 +01:00
<defaultcontrol always="true">9000</defaultcontrol>
2014-09-28 20:47:53 +02:00
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
<control type="group">
2016-11-11 22:13:39 +01:00
<posx>col-9-begin</posx>
<posy>row-8-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<include>modalDialogInOut</include>
2018-10-01 22:38:21 +02:00
<!--progress-->
<control type="label">
<posx>0</posx>
<posy>-72</posy>
2022-08-19 12:42:38 +02:00
<width>8-col</width>
2018-10-01 22:38:21 +02:00
<height>2-row</height>
2022-08-19 12:42:38 +02:00
<align>center</align>
2018-10-01 22:38:21 +02:00
<wrapmultiline>true</wrapmultiline>
<font>mediumStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[System.Progressbar,,%]</label>
</control>
<!--text-->
2016-11-11 22:13:39 +01:00
<control type="label" id="1">
<description>heading</description>
<posx>0</posx>
2015-04-01 21:11:01 +02:00
<posy>0</posy>
2022-08-19 12:42:38 +02:00
<width>8-col</width>
<align>center</align>
2015-05-10 21:59:54 +02:00
<height>2-row</height>
2016-11-11 22:13:39 +01:00
<wrapmultiline>true</wrapmultiline>
2018-02-25 22:20:57 +01:00
<font>confirmTitle</font>
2022-08-25 21:39:35 +02:00
<textcolor>highlight</textcolor>
2015-05-10 21:59:54 +02:00
<textcolor>textActive</textcolor>
</control>
2016-11-11 22:13:39 +01:00
<control type="textbox" id="9">
<posx>0</posx>
2018-02-25 22:20:57 +01:00
<posy>80</posy>
2022-08-19 12:42:38 +02:00
<width>8-col</width>
<align>center</align>
2016-11-11 22:13:39 +01:00
<height>124</height>
<font>textbox</font>
2015-05-10 21:59:54 +02:00
<textcolor>textActive</textcolor>
2016-11-11 22:13:39 +01:00
<autoscroll delay="3000" time="2000" repeat="5000"/>
</control>
<!--options-->
2022-08-19 12:42:38 +02:00
<control type="grouplist" id="9000">
2016-11-11 22:13:39 +01:00
<posx>0</posx>
2016-11-17 18:38:24 +01:00
<posy>228</posy>
2016-11-11 22:13:39 +01:00
<width>8-col</width>
2022-08-27 16:00:17 +02:00
<height>8-row</height>
2022-08-19 12:42:38 +02:00
<itemgap>0</itemgap>
2022-08-27 16:00:17 +02:00
<orientation>vertical</orientation>
2022-08-19 12:42:38 +02:00
2016-11-11 22:13:39 +01:00
<control type="button" id="10">
<description>No</description>
2022-08-25 21:39:35 +02:00
<align>center</align>
<textoffsetx>0</textoffsetx>
2022-08-27 16:00:17 +02:00
<width>8-col</width>
2022-08-29 20:34:26 +02:00
<texturefocus border="24" colordiffuse="highlight">UIControls/button.png</texturefocus>
2022-08-27 16:00:17 +02:00
<texturenofocus border="24" colordiffuse="ff000000">UIControls/button.png</texturenofocus>
2022-08-29 20:34:26 +02:00
<focusedcolor>textActive</focusedcolor>
2016-11-11 22:13:39 +01:00
</control>
<control type="button" id="11">
<description>Yes</description>
2022-08-25 21:39:35 +02:00
<align>center</align>
<textoffsetx>0</textoffsetx>
2022-08-27 16:00:17 +02:00
<width>8-col</width>
2022-08-29 20:34:26 +02:00
<texturefocus border="24" colordiffuse="highlight">UIControls/button.png</texturefocus>
2022-08-27 16:00:17 +02:00
<texturenofocus border="24" colordiffuse="ff000000">UIControls/button.png</texturenofocus>
2022-08-29 20:34:26 +02:00
<focusedcolor>textActive</focusedcolor>
2016-11-11 22:13:39 +01:00
</control>
<control type="button" id="12">
<description>Custom</description>
2022-08-25 21:39:35 +02:00
<align>center</align>
<textoffsetx>0</textoffsetx>
2022-08-27 16:00:17 +02:00
<width>8-col</width>
2022-08-29 20:34:26 +02:00
<texturefocus border="24" colordiffuse="highlight">UIControls/button.png</texturefocus>
2022-08-27 16:00:17 +02:00
<texturenofocus border="24" colordiffuse="ff000000">UIControls/button.png</texturenofocus>
2022-08-29 20:34:26 +02:00
<focusedcolor>textActive</focusedcolor>
2016-11-11 22:13:39 +01:00
</control>
</control>
2022-08-19 12:42:38 +02:00
</control>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
2016-08-09 21:18:07 +02:00
<label>DialogConfirm.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
</window>