aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/LockSettings.xml
blob: f254f5f464ee7bfa861c9f5d06c7540fe24f2486 (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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>5</defaultcontrol>
	<coordinates>
		<system>1</system>
		<posx>290</posx>
		<posy>75</posy>
	</coordinates>
	<include>dialogeffect</include>
	<controls>
		<control type="image">
			<description>background image</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>700</width>
			<height>570</height>
			<texture border="40">DialogBack.png</texture>
		</control>
		<control type="image">
			<description>Dialog Header image</description>
			<posx>40</posx>
			<posy>16</posy>
			<width>620</width>
			<height>40</height>
			<texture>dialogheader.png</texture>
		</control>
		<control type="label">
			<description>header label</description>
			<posx>40</posx>
			<posy>20</posy>
			<width>620</width>
			<height>30</height>
			<font>font13_title</font>
			<label>$LOCALIZE[20043]</label>
			<align>center</align>
			<aligny>center</aligny>
			<textcolor>selected</textcolor>
			<shadowcolor>black</shadowcolor>
		</control>
		<control type="button">
			<description>Close Window button</description>
			<posx>610</posx>
			<posy>15</posy>
			<width>64</width>
			<height>32</height>
			<label>-</label>
			<font>-</font>
			<onclick>PreviousMenu</onclick>
			<texturefocus>DialogCloseButton-focus.png</texturefocus>
			<texturenofocus>DialogCloseButton.png</texturenofocus>
			<onleft>5</onleft>
			<onright>5</onright>
			<onup>5</onup>
			<ondown>5</ondown>
			<visible>system.getbool(input.enablemouse)</visible>
		</control>
		<control type="grouplist" id="5">
			<description>control area</description>
			<posx>30</posx>
			<posy>70</posy>
			<width>640</width>
			<height>410</height>
			<itemgap>5</itemgap>
			<pagecontrol>60</pagecontrol>
			<onleft>28</onleft>
			<onright>60</onright>
			<onup>28</onup>
			<ondown>28</ondown>
		</control>
		<control type="button" id="7">
			<description>Default Button</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>40</height>
			<font>font13</font>
			<textcolor>grey2</textcolor>
			<focusedcolor>white</focusedcolor>
			<texturefocus border="5">button-focus2.png</texturefocus>
		</control>
		<control type="radiobutton" id="8">
			<description>Default RadioButton</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>40</height>
			<font>font13</font>
			<textcolor>grey2</textcolor>
			<focusedcolor>white</focusedcolor>
			<texturefocus border="5">button-focus2.png</texturefocus>
		</control>
		<control type="spincontrolex" id="9">
			<description>Default SpinControlex</description>
			<posx>0</posx>
			<posy>0</posy>
			<height>40</height>
			<font>font13</font>
			<textcolor>grey2</textcolor>
			<focusedcolor>white</focusedcolor>
			<texturefocus border="5">button-focus2.png</texturefocus>
			<texturenofocus border="5">button-nofocus.png</texturenofocus>
			<aligny>center</aligny>
			<reverse>yes</reverse>
		</control>
		<control type="image" id="11">
			<description>separator image</description>
			<height>2</height>
			<texture>separator2.png</texture>
		</control>
		<control type="button" id="28">
			<description>Ok Button</description>
			<posx>145</posx>
			<posy>505</posy>
			<width>200</width>
			<height>40</height>
			<align>center</align>
			<aligny>center</aligny>
			<font>font12_title</font>
			<label>186</label>
			<onleft>29</onleft>
			<onright>29</onright>
			<onup>5</onup>
			<ondown>5</ondown>
		</control>
		<control type="button" id="29">
			<description>Cancel Button</description>
			<posx>355</posx>
			<posy>505</posy>
			<width>200</width>
			<height>40</height>
			<align>center</align>
			<aligny>center</aligny>
			<font>font12_title</font>
			<label>222</label>
			<onleft>28</onleft>
			<onright>28</onright>
			<onup>5</onup>
			<ondown>5</ondown>
		</control>
	</controls>
</window>