aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/DialogSelect.xml
blob: e6b7f17e8c9089f9548f568e73a0b901010dc35b (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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
	<defaultcontrol always="true">3</defaultcontrol>
	<coordinates>
		<left>350</left>
		<top>120</top>
	</coordinates>
	<include>Animation_DialogPopupOpenClose</include>
	<depth>DepthOSD</depth>
	<controls>
		<control type="group">
			<include name="DialogBackgroundCommons">
				<param name="DialogBackgroundWidth" value="1220" />
				<param name="DialogBackgroundHeight" value="742" />
				<param name="DialogHeaderLabel" value="" />
				<param name="DialogHeaderId" value="1" />
			</include>
			<control type="image">
				<left>0</left>
				<top>80</top>
				<width>920</width>
				<height>665</height>
				<texture border="40">buttons/dialogbutton-nofo.png</texture>
			</control>
			<control type="list" id="3">
				<left>20</left>
				<top>100</top>
				<width>880</width>
				<height>625</height>
				<onup>3</onup>
				<ondown>3</ondown>
				<onleft>9001</onleft>
				<onright>61</onright>
				<pagecontrol>61</pagecontrol>
				<scrolltime>200</scrolltime>
				<include name="DefaultSimpleListLayout">
					<param name="width" value="880" />
					<param name="height" value="69" />
					<param name="list_id" value="3" />
				</include>
			</control>
			<control type="list" id="6">
				<left>20</left>
				<top>100</top>
				<width>880</width>
				<height>625</height>
				<onup>6</onup>
				<ondown>6</ondown>
				<onleft>9001</onleft>
				<onright>61</onright>
				<pagecontrol>61</pagecontrol>
				<scrolltime>200</scrolltime>
				<itemlayout height="125" width="880">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>880</width>
						<height>125</height>
						<texture border="40">lists/separator.png</texture>
					</control>
					<control type="image">
						<left>10</left>
						<top>5</top>
						<width>115</width>
						<height>115</height>
						<texture>$INFO[Listitem.Icon]</texture>
						<aspectratio>keep</aspectratio>
						<bordertexture border="2" colordiffuse="border_alpha">colors/black.png</bordertexture>
						<bordersize>2</bordersize>
					</control>
					<control type="label">
						<left>135</left>
						<top>0</top>
						<width>700</width>
						<height>60</height>
						<aligny>center</aligny>
						<label>[B]$INFO[ListItem.Label][/B]</label>
					</control>
					<control type="textbox">
						<left>135</left>
						<top>52</top>
						<width>700</width>
						<height>60</height>
						<font>font12</font>
						<textcolor>grey</textcolor>
						<label>$INFO[ListItem.AddonSummary]</label>
					</control>
				</itemlayout>
				<focusedlayout height="125" width="880">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>880</width>
						<height>125</height>
						<texture border="40">lists/separator.png</texture>
						<visible>!Control.HasFocus(6)</visible>
					</control>
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>880</width>
						<height>125</height>
						<texture>lists/focus.png</texture>
						<visible>Control.HasFocus(6)</visible>
					</control>
					<control type="image">
						<left>10</left>
						<top>5</top>
						<width>115</width>
						<height>115</height>
						<texture>$INFO[Listitem.Icon]</texture>
						<aspectratio>keep</aspectratio>
						<bordertexture>colors/black.png</bordertexture>
						<bordersize>2</bordersize>
					</control>
					<control type="label">
						<left>135</left>
						<top>0</top>
						<width>700</width>
						<height>60</height>
						<aligny>center</aligny>
						<label>[B]$INFO[ListItem.Label][/B]</label>
					</control>
					<control type="textbox">
						<left>135</left>
						<top>52</top>
						<width>700</width>
						<height>60</height>
						<font>font12</font>
						<textcolor>grey</textcolor>
						<label>$INFO[ListItem.AddonSummary]</label>
					</control>
				</focusedlayout>
			</control>
			<control type="scrollbar" id="61">
				<left>910</left>
				<top>100</top>
				<width>12</width>
				<height>625</height>
				<onleft condition="Control.IsVisible(3)">3</onleft>
				<onleft condition="Control.IsVisible(6)">6</onleft>
				<onright>9001</onright>
				<orientation>vertical</orientation>
			</control>
			<control type="group">
				<control type="label">
					<description>number of files/pages in list text label</description>
					<left>890</left>
					<top>695</top>
					<width>300</width>
					<height>35</height>
					<font>font12</font>
					<align>right</align>
					<aligny>center</aligny>
					<textcolor>grey</textcolor>
					<label>$VAR[SelectLabel]</label>
				</control>
				<control type="grouplist" id="9001">
					<left>920</left>
					<top>80</top>
					<onleft>61</onleft>
					<itemgap>-20</itemgap>
					<onright>3</onright>
					<include name="DefaultDialogButton">
						<param name="id" value="5" />
						<param name="label" value="-" />
					</include>
					<include name="DefaultDialogButton">
						<param name="id" value="7" />
						<param name="label" value="$LOCALIZE[222]" />
						<param name="onclick" value="Dialog.Close(selectdialog)" />
					</include>
				</control>
			</control>
		</control>
	</controls>
</window>