skin.pellucid/xml/DialogConfirm.xml

94 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
<control type="group">
<posx>col-9-begin</posx>
<posy>row-8-begin</posy>
<!--animations-->
<include>modalDialogInOut</include>
<!--progress-->
<control type="label">
<posx>0</posx>
<posy>-72</posy>
<width>8-col</width>
<height>2-row</height>
<align>center</align>
<wrapmultiline>true</wrapmultiline>
<font>mediumStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[System.Progressbar,,%]</label>
</control>
<!--text-->
<control type="label" id="1">
<description>heading</description>
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<align>center</align>
<height>2-row</height>
<wrapmultiline>true</wrapmultiline>
<font>confirmTitle</font>
<textcolor>highlight</textcolor>
<textcolor>textActive</textcolor>
</control>
<control type="textbox" id="9">
<posx>0</posx>
<posy>80</posy>
<width>8-col</width>
<align>center</align>
<height>124</height>
<font>textbox</font>
<textcolor>textActive</textcolor>
<wrapmultiline>false</wrapmultiline>
<autoscroll delay="3000" time="2000" repeat="5000"/>
</control>
<!--options-->
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>228</posy>
<width>8-col</width>
<height>8-row</height>
<itemgap>0</itemgap>
<orientation>vertical</orientation>
<control type="button" id="10">
<description>No</description>
<align>center</align>
<textoffsetx>0</textoffsetx>
<width>8-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control>
<control type="button" id="11">
<description>Yes</description>
<align>center</align>
<textoffsetx>0</textoffsetx>
<width>8-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control>
<control type="button" id="12">
<description>Custom</description>
<align>center</align>
<textoffsetx>0</textoffsetx>
<width>8-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogConfirm.xml</label>
</control>
</controls>
</window>