2
<allowoverlay>no</allowoverlay>
3
<defaultcontrol always="false">101</defaultcontrol>
9
<include>dialogeffect</include>
11
<control type="image">
12
<description>background image</description>
17
<colordiffuse>BBFFFFFF</colordiffuse>
18
<texture border="40">DialogBack.png</texture>
20
<control type="image">
21
<description>background image</description>
26
<texture border="40">DialogFront.png</texture>
28
<control type="label" id="2">
29
<description>heading label</description>
35
<aligny>center</aligny>
38
<textcolor>dialogheader</textcolor>
40
<control type="label" id="200">
41
<description>Scraper Label</description>
42
<visible>false</visible>
44
<control type="image">
49
<texture>separator.png</texture>
51
<!-- ** Required ** Do not change <id> or <type> -->
52
<control type="textbox" id="100">
53
<description>textarea</description>
63
<onright>101</onright>
64
<pagecontrol>101</pagecontrol>
66
<control type="spincontrol" id="101">
67
<description>Next page button</description>
70
<subtype>page</subtype>
73
<onright>101</onright>
76
<textcolor>white</textcolor>
77
<showonepage>true</showonepage>
78
<visible>Control.IsVisible(100)</visible>
80
<!-- ** Required ** Do not change <id> or <type> -->
81
<control type="list" id="110">
87
<onright>111</onright>
90
<pagecontrol>111</pagecontrol>
91
<scrolltime>200</scrolltime>
92
<itemlayout height="25">
93
<control type="label">
99
<aligny>center</aligny>
100
<align>center</align>
101
<selectedcolor>green</selectedcolor>
103
<info>ListItem.Label</info>
106
<focusedlayout height="25">
107
<control type="label">
113
<aligny>center</aligny>
114
<align>center</align>
115
<shadowcolor>black</shadowcolor>
116
<textcolor>white</textcolor>
118
<label>$INFO[ListItem.Label]</label>
119
<visible>!Control.HasFocus(110)</visible>
121
<control type="label">
127
<aligny>center</aligny>
128
<align>center</align>
129
<shadowcolor>black</shadowcolor>
130
<textcolor>white</textcolor>
132
<label>[B][COLOR=green]>> [/COLOR][/B]$INFO[ListItem.Label][B][COLOR=green] <<[/COLOR][/B]</label>
133
<visible>Control.HasFocus(110)</visible>
137
<control type="spincontrol" id="111">
138
<description>Next page button</description>
141
<subtype>page</subtype>
144
<onright>110</onright>
147
<textcolor>white</textcolor>
148
<showonepage>true</showonepage>
149
<visible>Control.IsVisible(110)</visible>
151
<!-- ** Required ** Do not change <id> or <type> -->
152
<control type="label" id="2">
153
<description>Pick label</description>
158
<align>center</align>
159
<aligny>center</aligny>
162
<textcolor>white</textcolor>
163
<visible>Control.IsVisible(120)</visible>
165
<control type="list" id="120">
171
<onright>121</onright>
174
<pagecontrol>121</pagecontrol>
175
<scrolltime>200</scrolltime>
176
<animation effect="slide" start="0,0" end="20,0" time="0" condition="!Control.IsVisible(121)">Conditional</animation>
177
<itemlayout height="40">
178
<control type="image">
183
<texture border="5">button-nofocus.png</texture>
185
<control type="label">
192
<aligny>center</aligny>
193
<selectedcolor>green</selectedcolor>
194
<info>ListItem.Label</info>
197
<focusedlayout height="40">
198
<control type="image">
203
<visible>!Control.HasFocus(120)</visible>
204
<texture border="5">button-nofocus.png</texture>
206
<control type="image">
211
<visible>Control.HasFocus(120)</visible>
212
<texture border="5">button-focus.png</texture>
214
<control type="label">
221
<aligny>center</aligny>
222
<selectedcolor>green</selectedcolor>
223
<info>ListItem.Label</info>
227
<control type="spincontrol" id="121">
228
<description>Next page button</description>
231
<subtype>page</subtype>
234
<onright>120</onright>
237
<textcolor>white</textcolor>
238
<showonepage>true</showonepage>
239
<visible>Control.IsVisible(120)</visible>
b'\\ No newline at end of file'