summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/DialogPVRGroupManager.xml
blob: 3ace8711be422a6b79eff946fa732885b0c3b25a (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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">29</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<controls>
		<control type="group">
			<centertop>50%</centertop>
			<height>995</height>
			<centerleft>50%</centerleft>
			<width>1820</width>
			<include content="DialogBackgroundCommons">
				<param name="width" value="1820" />
				<param name="height" value="995" />
				<param name="header_label" value="$VAR[PVRGroupMgrHeader]$INFO[Container(13).NumItems, (,)]" />
				<param name="header_id" value="1" />
			</include>
			<control type="group">
				<left>0</left>
				<top>80</top>
				<control type="label">
					<description>name label</description>
					<left>0</left>
					<top>0</top>
					<width>440</width>
					<height>70</height>
					<label>$LOCALIZE[31089]: [COLOR white]$INFO[Container(13).NumItems][/COLOR]</label>
					<align>center</align>
					<aligny>center</aligny>
					<textcolor>button_focus</textcolor>
				</control>
				<control type="image">
					<left>0</left>
					<top>55</top>
					<width>440</width>
					<height>855</height>
					<texture border="40">buttons/dialogbutton-nofo.png</texture>
				</control>
				<control type="list" id="13">
					<left>20</left>
					<top>75</top>
					<width>400</width>
					<height>815</height>
					<onup>13</onup>
					<ondown>13</ondown>
					<onleft>9000</onleft>
					<onright>73</onright>
					<pagecontrol>73</pagecontrol>
					<scrolltime>200</scrolltime>
					<itemlayout width="400" height="70">
						<control type="label">
							<left>20</left>
							<right>70</right>
							<height>70</height>
							<aligny>center</aligny>
							<font>font27</font>
							<textcolor>grey</textcolor>
							<label>$INFO[ListItem.Label]</label>
						</control>
						<control type="image">
							<width>60</width>
							<height>60</height>
							<right>5</right>
							<top>5</top>
							<texture>$INFO[ListItem.Icon]</texture>
							<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
							<bordersize>2</bordersize>
							<aspectratio>keep</aspectratio>
						</control>
					</itemlayout>
					<focusedlayout width="400" height="70">
						<control type="image">
							<left>0</left>
							<top>0</top>
							<right>0</right>
							<bottom>0</bottom>
							<texture colordiffuse="button_focus">lists/focus.png</texture>
							<visible>Control.HasFocus(13)</visible>
						</control>
						<control type="label">
							<left>20</left>
							<right>70</right>
							<height>70</height>
							<aligny>center</aligny>
							<font>font27</font>
							<label>$INFO[ListItem.Label]</label>
							<scroll>true</scroll>
						</control>
						<control type="image">
							<width>60</width>
							<height>60</height>
							<right>5</right>
							<top>5</top>
							<texture>$INFO[ListItem.Icon]</texture>
							<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
							<bordersize>2</bordersize>
							<aspectratio>keep</aspectratio>
						</control>
					</focusedlayout>
				</control>
				<control type="scrollbar" id="73">
					<left>420</left>
					<top>75</top>
					<width>12</width>
					<height>815</height>
					<onleft>13</onleft>
					<onright>11</onright>
					<ondown>73</ondown>
					<onup>73</onup>
					<orientation>vertical</orientation>
				</control>
			</control>
			<control type="group">
				<description>Channels list</description>
				<left>440</left>
				<top>80</top>
				<include content="ChannelManagerList">
					<param name="header_id" value="21" />
					<param name="list_id" value="11" />
					<param name="scrollbar_id" value="71" />
					<param name="onright" value="12" />
					<param name="onleft" value="73" />
				</include>
			</control>
			<control type="group">
				<description>Grouped Channels list</description>
				<left>940</left>
				<top>80</top>
				<include content="ChannelManagerList">
					<param name="header_id" value="22" />
					<param name="list_id" value="12" />
					<param name="scrollbar_id" value="72" />
					<param name="onright" value="9000" />
					<param name="onleft" value="71" />
				</include>
			</control>
			<control type="grouplist" id="9000">
				<left>1450</left>
				<top>70</top>
				<width>370</width>
				<height>715</height>
				<itemgap>-20</itemgap>
				<align>center</align>
				<orientation>vertical</orientation>
				<onleft>12</onleft>
				<onright>13</onright>
				<onup>9000</onup>
				<ondown>9000</ondown>
				<control type="button" id="29">
					<description>OK</description>
					<width>370</width>
					<include>SettingsItemCommon</include>
					<font>font25_title</font>
					<label>$LOCALIZE[186]</label>
				</control>
				<control type="button" id="26">
					<description>Add Group</description>
					<width>370</width>
					<include>SettingsItemCommon</include>
					<font>font25_title</font>
					<label>$LOCALIZE[31044]</label>
				</control>
				<control type="button" id="27">
					<description>Rename Group</description>
					<width>370</width>
					<include>SettingsItemCommon</include>
					<font>font25_title</font>
					<label>$LOCALIZE[31045]</label>
				</control>
				<control type="radiobutton" id="25">
					<description>Hide Group</description>
					<width>370</width>
					<include>SettingsItemCommon</include>
					<font>font25_title</font>
					<label>$LOCALIZE[19289]</label>
					<radiowidth>100</radiowidth>
					<radioposy>13</radioposy>
				</control>
				<control type="button" id="28">
					<description>Delete Group</description>
					<width>370</width>
					<include>SettingsItemCommon</include>
					<font>font25_title</font>
					<label>$LOCALIZE[31046]</label>
				</control>
				<control type="button" id="35">
					<description>Regenerate Group Thumbnail</description>
					<width>370</width>
					<include>SettingsItemCommon</include>
					<font>font25_title</font>
					<label>$LOCALIZE[13315]</label>
				</control>
				<control type="togglebutton" id="34">
					<description>TV/Radio toggle</description>
					<width>370</width>
					<include>SettingsItemCommon</include>
					<font>font25_title</font>
					<label>$LOCALIZE[19174]</label>
					<altlabel>$LOCALIZE[19173]</altlabel>
					<usealttexture>!String.IsEmpty(Window.Property(IsRadio))</usealttexture>
				</control>
			</control>
			<control type="image">
				<left>1450</left>
				<bottom>50</bottom>
				<width>370</width>
				<height>200</height>
				<texture>$INFO[Container(13).ListItem.Icon]</texture>
				<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
				<bordersize>2</bordersize>
				<aspectratio>keep</aspectratio>
			</control>
		</control>
		<control type="label" id="20">
			<description>Fake Label used to pass on name label</description>
			<visible>false</visible>
		</control>
	</controls>
</window>