blob: ea3372e4b9bd9544f85ec9250fb8027c9adfb17d (
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<window id="101">
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<system>1</system>
<posx>290</posx>
<posy>300</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
<posx>-30</posx>
<posy>-30</posy>
<width>760</width>
<height>370</height>
<texture border="30">DialogShadow.png</texture>
</control>
<control type="image">
<description>Header Background</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>60</height>
<texture border="5">DialogHeader.png</texture>
</control>
<control type="group">
<posx>630</posx>
<posy>0</posy>
<include>DialogCloseButtonCommons</include>
</control>
<control type="label" id="1">
<description>heading label</description>
<posx>0</posx>
<posy>0</posy>
<width>0</width>
<height>0</height>
<font>-</font>
<visible>false</visible>
</control>
<control type="label">
<description>header label</description>
<posx>20</posx>
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>600</width>
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]</label>
</control>
<control type="image">
<description>Background</description>
<posx>0</posx>
<posy>60</posy>
<width>700</width>
<height>250</height>
<texture border="5">DialogBack.png</texture>
</control>
<control type="label" id="2">
<description>dialog line 1</description>
<posx>20</posx>
<posy>80</posy>
<width>660</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<label>-</label>
<font>font13</font>
<textcolor>black</textcolor>
</control>
<control type="label" id="3">
<description>dialog line 2</description>
<posx>20</posx>
<posy>110</posy>
<width>660</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<label>-</label>
<font>font13</font>
<textcolor>black</textcolor>
</control>
<control type="label" id="4">
<description>dialog line 3</description>
<posx>20</posx>
<posy>140</posy>
<width>660</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<label>-</label>
<font>font13</font>
<textcolor>black</textcolor>
</control>
<control type="progress">
<description>Progressbar</description>
<posx>20</posx>
<posy>190</posy>
<width>660</width>
<height>32</height>
<info>System.Progressbar</info>
</control>
<control type="grouplist" id="9000">
<posx>20</posx>
<posy>250</posy>
<width>660</width>
<height>50</height>
<itemgap>10</itemgap>
<align>center</align>
<orientation>horizontal</orientation>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<control type="button" id="10">
<description>OK button</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>222</label>
</control>
</control>
</controls>
</window>
|