aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogProgress.xml
blob: 146df69f1c841fa60fe94f9b5f72be8eae0884a2 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">10</defaultcontrol>
	<coordinates>
		<system>1</system>
		<left>335</left>
		<top>230</top>
	</coordinates>
	<include>dialogeffect</include>
	<controls>
		<include name="DialogBackgroundCommons">
			<param name="DialogBackgroundWidth" value="610" />
			<param name="DialogBackgroundHeight" value="240" />
			<param name="DialogHeaderWidth" value="530" />
			<param name="DialogHeaderLabel" value="$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]" />
			<param name="DialogHeaderId" value="0" />
			<param name="CloseButtonLeft" value="520" />
			<param name="CloseButtonNav" value="10" />
		</include>
		<control type="label" id="1">
			<description>fake heading label</description>
			<left>0</left>
			<top>0</top>
			<width>0</width>
			<height>0</height>
			<font>-</font>
			<visible>false</visible>
		</control>
		<control type="textbox" id="9">
			<description>text</description>
			<left>30</left>
			<top>62</top>
			<width>550</width>
			<height>78</height>
			<align>left</align>
			<label>-</label>
			<font>font13</font>
			<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
		</control>
		<control type="progress">
			<description>Progressbar</description>
			<left>30</left>
			<top>148</top>
			<width>550</width>
			<height>16</height>
			<info>System.Progressbar</info>
		</control>
		<control type="button" id="10">
			<description>Cancel button</description>
			<left>205</left>
			<top>175</top>
			<width>200</width>
			<height>40</height>
			<label>222</label>
			<font>font12_title</font>
			<textcolor>white</textcolor>
			<focusedcolor>white</focusedcolor>
			<align>center</align>
			<onleft>10</onleft>
			<onright>10</onright>
			<onup>10</onup>
			<ondown>10</ondown>
		</control>
	</controls>
</window>