DialogConfirm rework

This commit is contained in:
DaVukovic 2019-08-05 08:11:39 +02:00
parent 44fb4f48f5
commit b779e57a0d
1 changed files with 31 additions and 22 deletions

View File

@ -1,32 +1,31 @@
<window>
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<system>1</system>
<posx>290</posx>
<posy>210</posy>
<left>290</left>
<top>210</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<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>
<posx>0</posx>
<posy>0</posy>
<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>
<posx>40</posx>
<posy>40</posy>
<left>40</left>
<top>40</top>
<width>620</width>
<height>30</height>
<align>center</align>
@ -36,37 +35,38 @@
<textcolor>dialogheader</textcolor>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>
<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>90</top>
<top>80</top>
<width>620</width>
<height>100</height>
<align>left</align>
<label/>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
</control>
<control type="progress" id="20">
<left>40</left>
<top>150</top>
<width>620</width>
<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>20</left>
<left>40</left>
<top>200</top>
<width>660</width>
<height>35</height>
<width>620</width>
<align>center</align>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<aligny>center</aligny>
<control type="button" id="11">
<description>Yes button</description>
<width>200</width>
@ -91,6 +91,15 @@
<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>