summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogConfirm.xml
blob: 226b2dc4971f3c884405faf93a6144970a9958c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<onload condition="Window.IsVisible(yesnodialog)">SetFocus(10)</onload>
	<coordinates>
		<posx>290</posx>
		<posy>300</posy>
	</coordinates>
	<include>16x9_xPos_Relocation</include>
	<include>dialogeffect</include>
	<controls>
		<include>BehindDialogFadeOut</include>
		<control type="image">
			<posx>0</posx>
			<posy>0</posy>
			<width>700</width>
			<height>60</height>
			<texture border="5">dialog_header.png</texture>
		</control>
		<control type="group">
			<posx>630</posx>
			<posy>0</posy>
			<include>DialogCloseButtonCommons</include>
		</control>
		<control type="label" id="1">
			<description>header label</description>
			<posx>20</posx>
			<posy>0</posy>
			<include>WindowTitleCommons</include>
			<width>600</width>
		</control>
		<control type="image">
			<description>Background</description>
			<posx>0</posx>
			<posy>60</posy>
			<width>700</width>
			<height>250</height>
			<texture>dialog_back.png</texture>
		</control>
		<control type="textbox" id="9">
			<posx>20</posx>
			<posy>72</posy>
			<width>660</width>
			<height>138</height>
			<label></label>
			<font>font22</font>
		</control>
		<control type="progress" id="20">
			<description>Progressbar</description>
			<posx>20</posx>
			<posy>210</posy>
			<width>660</width>
			<height>10</height>
			<info>System.Progressbar</info>
		</control>
		<include condition="!Window.IsVisible(yesnodialog)">YesNoExtendedButtons</include>
		<include condition="Window.IsVisible(yesnodialog)">YesNoDefaultButtons</include>
	</controls>
</window>