skin.divide/720p/DialogConfirm.xml
2019-08-05 08:11:39 +02:00

105 lines
2.8 KiB
XML

<window>
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<left>290</left>
<top>210</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>700</width>
<height>300</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>700</width>
<height>300</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label" id="1">
<description>heading label</description>
<left>40</left>
<top>40</top>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>13406</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="image">
<left>40</left>
<top>78</top>
<width>620</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="textbox" id="9">
<description>dialog line 1</description>
<left>40</left>
<top>80</top>
<width>620</width>
<height>100</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="progress" id="20">
<description>Progressbar</description>
<left>60</left>
<top>168</top>
<width>580</width>
<height>20</height>
<info>System.Progressbar</info>
</control>
<control type="grouplist" id="9000">
<left>40</left>
<top>200</top>
<width>620</width>
<align>center</align>
<orientation>horizontal</orientation>
<aligny>center</aligny>
<control type="button" id="11">
<description>Yes button</description>
<width>200</width>
<height>35</height>
<label>107</label>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
</control>
<control type="button" id="10">
<description>No button</description>
<width>200</width>
<height>35</height>
<label>106</label>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
</control>
<control type="button" id="12">
<description>custom button</description>
<width>200</width>
<height>35</height>
<label>106</label>
<textcolor>grey2</textcolor>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
</control>
</control>
</controls>
</window>