DialogConfirm rework
This commit is contained in:
parent
44fb4f48f5
commit
b779e57a0d
@ -1,32 +1,31 @@
|
|||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="true">10</defaultcontrol>
|
<defaultcontrol always="true">10</defaultcontrol>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<system>1</system>
|
<left>290</left>
|
||||||
<posx>290</posx>
|
<top>210</top>
|
||||||
<posy>210</posy>
|
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<include>dialogeffect</include>
|
<include>dialogeffect</include>
|
||||||
<controls>
|
<controls>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<description>background image</description>
|
<description>background image</description>
|
||||||
<posx>0</posx>
|
<left>0</left>
|
||||||
<posy>0</posy>
|
<top>0</top>
|
||||||
<width>700</width>
|
<width>700</width>
|
||||||
<height>300</height>
|
<height>300</height>
|
||||||
<texture border="40">DialogBack.png</texture>
|
<texture border="40">DialogBack.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<description>background image</description>
|
<description>background image</description>
|
||||||
<posx>0</posx>
|
<left>0</left>
|
||||||
<posy>0</posy>
|
<top>0</top>
|
||||||
<width>700</width>
|
<width>700</width>
|
||||||
<height>300</height>
|
<height>300</height>
|
||||||
<texture border="40">DialogFront.png</texture>
|
<texture border="40">DialogFront.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label" id="1">
|
<control type="label" id="1">
|
||||||
<description>heading label</description>
|
<description>heading label</description>
|
||||||
<posx>40</posx>
|
<left>40</left>
|
||||||
<posy>40</posy>
|
<top>40</top>
|
||||||
<width>620</width>
|
<width>620</width>
|
||||||
<height>30</height>
|
<height>30</height>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
@ -36,37 +35,38 @@
|
|||||||
<textcolor>dialogheader</textcolor>
|
<textcolor>dialogheader</textcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>40</posx>
|
<left>40</left>
|
||||||
<posy>78</posy>
|
<top>78</top>
|
||||||
<width>620</width>
|
<width>620</width>
|
||||||
<height>2</height>
|
<height>2</height>
|
||||||
<texture>separator.png</texture>
|
<texture>separator.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="textbox" id="9">
|
<control type="textbox" id="9">
|
||||||
|
<description>dialog line 1</description>
|
||||||
<left>40</left>
|
<left>40</left>
|
||||||
<top>90</top>
|
<top>80</top>
|
||||||
<width>620</width>
|
<width>620</width>
|
||||||
<height>100</height>
|
<height>100</height>
|
||||||
<align>left</align>
|
<align>center</align>
|
||||||
<label/>
|
<aligny>center</aligny>
|
||||||
|
<label>-</label>
|
||||||
<font>font12</font>
|
<font>font12</font>
|
||||||
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="progress" id="20">
|
<control type="progress" id="20">
|
||||||
<left>40</left>
|
<description>Progressbar</description>
|
||||||
<top>150</top>
|
<left>60</left>
|
||||||
<width>620</width>
|
<top>168</top>
|
||||||
|
<width>580</width>
|
||||||
<height>20</height>
|
<height>20</height>
|
||||||
<info>System.Progressbar</info>
|
<info>System.Progressbar</info>
|
||||||
</control>
|
</control>
|
||||||
<control type="grouplist" id="9000">
|
<control type="grouplist" id="9000">
|
||||||
<left>20</left>
|
<left>40</left>
|
||||||
<top>200</top>
|
<top>200</top>
|
||||||
<width>660</width>
|
<width>620</width>
|
||||||
<height>35</height>
|
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<itemgap>0</itemgap>
|
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
|
<aligny>center</aligny>
|
||||||
<control type="button" id="11">
|
<control type="button" id="11">
|
||||||
<description>Yes button</description>
|
<description>Yes button</description>
|
||||||
<width>200</width>
|
<width>200</width>
|
||||||
@ -91,6 +91,15 @@
|
|||||||
<texturenofocus border="3">button-nofocus.png</texturenofocus>
|
<texturenofocus border="3">button-nofocus.png</texturenofocus>
|
||||||
<texturefocus border="3">button-focus2.png</texturefocus>
|
<texturefocus border="3">button-focus2.png</texturefocus>
|
||||||
</control>
|
</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>
|
</control>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
Loading…
x
Reference in New Issue
Block a user