Previous 199869 Revisions Next

r18003 Tuesday 18th September, 2012 at 19:18:43 UTC by James Wallace
New NOT WORKING Game
---------------------
Blankity Bank (PCP) (SYSTEM80) [TTX]

Changed FME drivers to use per-driver layouts, rather than awpvid generic ones - should make tiny builds a bit easier, and gives more opportunity to tweak for hardware specific stuff. (nw)
[src/mame]mame.lst mame.mak
[src/mame/drivers]bfm_sc1.c bfm_sc2.c bfmsys85.c jpmimpct.c jpmmps.c jpms80.c jpmsru.c jpmsys5.c maygay1b.c mpu3.c proconn.c
[src/mame/layout]awpdmd.lay awpvid14.lay awpvid16.lay bfmsys85.lay* jpmimpct.lay* jpmmps.lay* jpms80.lay* jpmsru.lay* jpmsys5.lay* maygay1b.lay* mpu3.lay* proconn.lay* sc2_dmd.lay*
[src/mame/video]awpvid.c awpvid.h

trunk/src/mame/mame.lst
r18002r18003
1152211522j80tumbl   // Tumble (JPM)
1152311523j80wsprt   // Winsprint (JPM)
1152411524
11525j80blbnk   // Blankity Bank (PCP)
11526
1152511527// Close to System 80
1152611528j80alad   // Aladdin's Cave (PCP)
1152711529j80fortr   // Fortune Trail (JPM)
trunk/src/mame/mame.mak
r18002r18003
19821982$(DRIVERS)/bfm_sc1.o:   $(LAYOUT)/bfm_sc1.lh
19831983
19841984$(DRIVERS)/bfm_sc2.o:   $(LAYOUT)/bfm_sc2.lh \
1985         $(LAYOUT)/awpdmd.lh \
1986         $(LAYOUT)/awpvid14.lh \
1987         $(LAYOUT)/awpvid16.lh \
1985         $(LAYOUT)/sc2_dmd.lh \
19881986         $(LAYOUT)/drwho.lh \
19891987         $(LAYOUT)/gldncrwn.lh \
19901988         $(LAYOUT)/quintoon.lh \
r18002r18003
20011999$(DRIVERS)/bfm_sc4h.o:   $(LAYOUT)/bfm_sc4.lh \
20022000         $(LAYOUT)/sc4_dmd.lh
20032001
2002$(DRIVERS)/bfmsys85.o:   $(LAYOUT)/bfmsys85.lh
2003
20042004$(DRIVERS)/blockade.o:   $(LAYOUT)/blockade.lh
20052005
20062006$(DRIVERS)/buggychl.o:   $(LAYOUT)/buggychl.lh
r18002r18003
20752075
20762076$(DRIVERS)/jankenmn.o:   $(LAYOUT)/jankenmn.lh
20772077
2078$(DRIVERS)/jpmimpct.o:   $(LAYOUT)/awpvid16.lh
2078$(DRIVERS)/jpmimpct.o:   $(LAYOUT)/jpmimpct.lh
20792079
2080$(DRIVERS)/jpmsys5.o:   $(LAYOUT)/awpvid16.lh
2080$(DRIVERS)/jpmsys5.o:   $(LAYOUT)/jpmsys5.lh
20812081
20822082$(DRIVERS)/kas89.o:      $(LAYOUT)/kas89.lh
20832083
r18002r18003
20982098
20992099$(DRIVERS)/maxaflex.o:   $(LAYOUT)/maxaflex.lh
21002100
2101$(DRIVERS)/maygay1b.o:   $(LAYOUT)/maygay1b.lh
2102
21012103$(DRIVERS)/mcr.o:      $(LAYOUT)/dpoker.lh
21022104
21032105$(DRIVERS)/mcr3.o:      $(LAYOUT)/turbotag.lh
21042106
21052107$(DRIVERS)/mpoker.o:   $(LAYOUT)/mpoker.lh
21062108
2109$(DRIVERS)/mpu3.o:   $(LAYOUT)/mpu3.lh
2110
21072111$(DRIVERS)/mpu4mod2sw.o:   $(LAYOUT)/connect4.lh \
21082112
21092113$(DRIVERS)/mpu4mod4yam.o: $(LAYOUT)/gamball.lh \
r18002r18003
21622166$(DRIVERS)/polepos.o:   $(LAYOUT)/polepos.lh \
21632167         $(LAYOUT)/topracer.lh
21642168
2169$(DRIVERS)/proconn.o:   $(LAYOUT)/proconn.lh
2170
21652171$(DRIVERS)/qix.o:   $(LAYOUT)/elecyoyo.lh
21662172
21672173$(DRIVERS)/quizshow.o:   $(LAYOUT)/quizshow.lh
trunk/src/mame/video/awpvid.c
r18002r18003
11/*************************************************************************************
22
33    AWP Hardware video simulation system
4    originally written for AGEMAME by J.Wallace
4    originally written for AGEMAME by J.Wallace, enhanced by D.Haywood
55
66    M.A.M.E Core Copyright Nicola Salmoria and the MAME Team.
77
88    This is a primitive handler for generating reels with multiple symbols visible
99    hanging off steppers.c .
10   
11   TODO: Add any lamping persistance simulations we need.
1012
1113**************************************************************************************/
1214
1315#include "emu.h"
1416#include "awpvid.h"
15#include "rendlay.h"
1617#include "machine/steppers.h"
1718
1819static UINT16 reelpos[MAX_STEPPERS];
trunk/src/mame/video/awpvid.h
r18002r18003
66#ifndef AWP_VIDEO
77#define AWP_VIDEO
88
9extern const char layout_awpvid14[];   /* main layout positioning 6 reels, a lamp matrix and a 14seg VFD */
10extern const char layout_awpvid16[];   /* main layout positioning 6 reels, a lamp matrix and a 16seg VFD */
119void awp_draw_reel(int rno);
1210
1311#endif
trunk/src/mame/layout/awpvid14.lay
r18002r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led14segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led14segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/awpvid16.lay
r18002r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/awpdmd.lay
r18002r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3  <element name="matrixlamp">
4   <rect state ="0">
5      <bounds x="0" y="0" width="7" height="7" />
6      <color red="0.7" green="0.7" blue="0.7" />
7   </rect>
8   <rect state ="1">
9      <bounds x="0" y="0" width="7" height="7" />
10      <color red="0.0" green="0.0" blue="1.0" />
11   </rect>
12   <rect state ="2">
13      <bounds x="0" y="0" width="7" height="7" />
14      <color red="0.0" green="1.0" blue="0.0" />
15   </rect>
16  </element>
17  <element name="dotmatrixdot">
18   <dotmatrixdot>
19      <color red="1.0" green="0" blue="0" />
20   </dotmatrixdot>
21   </element>
22   <element name="Steppers" defstate="0">
23       <simplecounter maxstate="999" digits="3">
24      <color red="1.0" green="1.0" blue="1.0" />
25      <bounds x="0" y="0" width="1" height="1" />
26      </simplecounter>
27   </element>
28
29  <view name="AWP Simulated Video (Reels, Dots and Lamp Matrix)">
30  <backdrop name="dotmatrix0" element="dotmatrixdot" state="0">
31    <bounds x="0" y="0" width="1" height="1" />
32  </backdrop>
33  <backdrop name="dotmatrix1" element="dotmatrixdot" state="0">
34    <bounds x="1" y="0" width="1" height="1" />
35  </backdrop>
36  <backdrop name="dotmatrix2" element="dotmatrixdot" state="0">
37    <bounds x="2" y="0" width="1" height="1" />
38  </backdrop>
39  <backdrop name="dotmatrix3" element="dotmatrixdot" state="0">
40    <bounds x="3" y="0" width="1" height="1" />
41  </backdrop>
42  <backdrop name="dotmatrix4" element="dotmatrixdot" state="0">
43    <bounds x="4" y="0" width="1" height="1" />
44  </backdrop>
45  <backdrop name="dotmatrix5" element="dotmatrixdot" state="0">
46    <bounds x="5" y="0" width="1" height="1" />
47  </backdrop>
48  <backdrop name="dotmatrix6" element="dotmatrixdot" state="0">
49    <bounds x="6" y="0" width="1" height="1" />
50  </backdrop>
51  <backdrop name="dotmatrix7" element="dotmatrixdot" state="0">
52    <bounds x="7" y="0" width="1" height="1" />
53  </backdrop>
54  <backdrop name="dotmatrix8" element="dotmatrixdot" state="0">
55    <bounds x="8" y="0" width="1" height="1" />
56  </backdrop>
57  <backdrop name="dotmatrix9" element="dotmatrixdot" state="0">
58    <bounds x="9" y="0" width="1" height="1" />
59  </backdrop>
60  <backdrop name="dotmatrix10" element="dotmatrixdot" state="0">
61    <bounds x="10" y="0" width="1" height="1" />
62  </backdrop>
63  <backdrop name="dotmatrix11" element="dotmatrixdot" state="0">
64    <bounds x="11" y="0" width="1" height="1" />
65  </backdrop>
66  <backdrop name="dotmatrix12" element="dotmatrixdot" state="0">
67    <bounds x="12" y="0" width="1" height="1" />
68  </backdrop>
69  <backdrop name="dotmatrix13" element="dotmatrixdot" state="0">
70    <bounds x="13" y="0" width="1" height="1" />
71  </backdrop>
72  <backdrop name="dotmatrix14" element="dotmatrixdot" state="0">
73    <bounds x="14" y="0" width="1" height="1" />
74  </backdrop>
75  <backdrop name="dotmatrix15" element="dotmatrixdot" state="0">
76    <bounds x="15" y="0" width="1" height="1" />
77  </backdrop>
78  <backdrop name="dotmatrix16" element="dotmatrixdot" state="0">
79    <bounds x="16" y="0" width="1" height="1" />
80  </backdrop>
81  <backdrop name="dotmatrix17" element="dotmatrixdot" state="0">
82    <bounds x="17" y="0" width="1" height="1" />
83  </backdrop>
84  <backdrop name="dotmatrix18" element="dotmatrixdot" state="0">
85    <bounds x="18" y="0" width="1" height="1" />
86  </backdrop>
87  <backdrop name="dotmatrix19" element="dotmatrixdot" state="0">
88    <bounds x="19" y="0" width="1" height="1" />
89  </backdrop>
90  <backdrop name="dotmatrix20" element="dotmatrixdot" state="0">
91    <bounds x="20" y="0" width="1" height="1" />
92  </backdrop>
93  <backdrop name="dotmatrix21" element="dotmatrixdot" state="0">
94    <bounds x="21" y="0" width="1" height="1" />
95  </backdrop>
96  <backdrop name="dotmatrix22" element="dotmatrixdot" state="0">
97    <bounds x="22" y="0" width="1" height="1" />
98  </backdrop>
99  <backdrop name="dotmatrix23" element="dotmatrixdot" state="0">
100    <bounds x="23" y="0" width="1" height="1" />
101  </backdrop>
102  <backdrop name="dotmatrix24" element="dotmatrixdot" state="0">
103    <bounds x="24" y="0" width="1" height="1" />
104  </backdrop>
105  <backdrop name="dotmatrix25" element="dotmatrixdot" state="0">
106    <bounds x="25" y="0" width="1" height="1" />
107  </backdrop>
108  <backdrop name="dotmatrix26" element="dotmatrixdot" state="0">
109    <bounds x="26" y="0" width="1" height="1" />
110  </backdrop>
111  <backdrop name="dotmatrix27" element="dotmatrixdot" state="0">
112    <bounds x="27" y="0" width="1" height="1" />
113  </backdrop>
114  <backdrop name="dotmatrix28" element="dotmatrixdot" state="0">
115    <bounds x="28" y="0" width="1" height="1" />
116  </backdrop>
117  <backdrop name="dotmatrix29" element="dotmatrixdot" state="0">
118    <bounds x="29" y="0" width="1" height="1" />
119  </backdrop>
120  <backdrop name="dotmatrix30" element="dotmatrixdot" state="0">
121    <bounds x="30" y="0" width="1" height="1" />
122  </backdrop>
123  <backdrop name="dotmatrix31" element="dotmatrixdot" state="0">
124    <bounds x="31" y="0" width="1" height="1" />
125  </backdrop>
126  <backdrop name="dotmatrix32" element="dotmatrixdot" state="0">
127    <bounds x="32" y="0" width="1" height="1" />
128  </backdrop>
129  <backdrop name="dotmatrix33" element="dotmatrixdot" state="0">
130    <bounds x="33" y="0" width="1" height="1" />
131  </backdrop>
132  <backdrop name="dotmatrix34" element="dotmatrixdot" state="0">
133    <bounds x="34" y="0" width="1" height="1" />
134  </backdrop>
135  <backdrop name="dotmatrix35" element="dotmatrixdot" state="0">
136    <bounds x="35" y="0" width="1" height="1" />
137  </backdrop>
138  <backdrop name="dotmatrix36" element="dotmatrixdot" state="0">
139    <bounds x="36" y="0" width="1" height="1" />
140  </backdrop>
141  <backdrop name="dotmatrix37" element="dotmatrixdot" state="0">
142    <bounds x="37" y="0" width="1" height="1" />
143  </backdrop>
144  <backdrop name="dotmatrix38" element="dotmatrixdot" state="0">
145    <bounds x="38" y="0" width="1" height="1" />
146  </backdrop>
147  <backdrop name="dotmatrix39" element="dotmatrixdot" state="0">
148    <bounds x="39" y="0" width="1" height="1" />
149  </backdrop>
150  <backdrop name="dotmatrix40" element="dotmatrixdot" state="0">
151    <bounds x="40" y="0" width="1" height="1" />
152  </backdrop>
153  <backdrop name="dotmatrix41" element="dotmatrixdot" state="0">
154    <bounds x="41" y="0" width="1" height="1" />
155  </backdrop>
156  <backdrop name="dotmatrix42" element="dotmatrixdot" state="0">
157    <bounds x="42" y="0" width="1" height="1" />
158  </backdrop>
159  <backdrop name="dotmatrix43" element="dotmatrixdot" state="0">
160    <bounds x="43" y="0" width="1" height="1" />
161  </backdrop>
162  <backdrop name="dotmatrix44" element="dotmatrixdot" state="0">
163    <bounds x="44" y="0" width="1" height="1" />
164  </backdrop>
165  <backdrop name="dotmatrix45" element="dotmatrixdot" state="0">
166    <bounds x="45" y="0" width="1" height="1" />
167  </backdrop>
168  <backdrop name="dotmatrix46" element="dotmatrixdot" state="0">
169    <bounds x="46" y="0" width="1" height="1" />
170  </backdrop>
171  <backdrop name="dotmatrix47" element="dotmatrixdot" state="0">
172    <bounds x="47" y="0" width="1" height="1" />
173  </backdrop>
174  <backdrop name="dotmatrix48" element="dotmatrixdot" state="0">
175    <bounds x="48" y="0" width="1" height="1" />
176  </backdrop>
177  <backdrop name="dotmatrix49" element="dotmatrixdot" state="0">
178    <bounds x="49" y="0" width="1" height="1" />
179  </backdrop>
180  <backdrop name="dotmatrix50" element="dotmatrixdot" state="0">
181    <bounds x="50" y="0" width="1" height="1" />
182  </backdrop>
183  <backdrop name="dotmatrix51" element="dotmatrixdot" state="0">
184    <bounds x="51" y="0" width="1" height="1" />
185  </backdrop>
186  <backdrop name="dotmatrix52" element="dotmatrixdot" state="0">
187    <bounds x="52" y="0" width="1" height="1" />
188  </backdrop>
189  <backdrop name="dotmatrix53" element="dotmatrixdot" state="0">
190    <bounds x="53" y="0" width="1" height="1" />
191  </backdrop>
192  <backdrop name="dotmatrix54" element="dotmatrixdot" state="0">
193    <bounds x="54" y="0" width="1" height="1" />
194  </backdrop>
195  <backdrop name="dotmatrix55" element="dotmatrixdot" state="0">
196    <bounds x="55" y="0" width="1" height="1" />
197  </backdrop>
198  <backdrop name="dotmatrix56" element="dotmatrixdot" state="0">
199    <bounds x="56" y="0" width="1" height="1" />
200  </backdrop>
201  <backdrop name="dotmatrix57" element="dotmatrixdot" state="0">
202    <bounds x="57" y="0" width="1" height="1" />
203  </backdrop>
204  <backdrop name="dotmatrix58" element="dotmatrixdot" state="0">
205    <bounds x="58" y="0" width="1" height="1" />
206  </backdrop>
207  <backdrop name="dotmatrix59" element="dotmatrixdot" state="0">
208    <bounds x="59" y="0" width="1" height="1" />
209  </backdrop>
210  <backdrop name="dotmatrix60" element="dotmatrixdot" state="0">
211    <bounds x="60" y="0" width="1" height="1" />
212  </backdrop>
213  <backdrop name="dotmatrix61" element="dotmatrixdot" state="0">
214    <bounds x="61" y="0" width="1" height="1" />
215  </backdrop>
216  <backdrop name="dotmatrix62" element="dotmatrixdot" state="0">
217    <bounds x="62" y="0" width="1" height="1" />
218  </backdrop>
219  <backdrop name="dotmatrix63" element="dotmatrixdot" state="0">
220    <bounds x="63" y="0" width="1" height="1" />
221  </backdrop>
222  <backdrop name="dotmatrix64" element="dotmatrixdot" state="0">
223    <bounds x="64" y="0" width="1" height="1" />
224  </backdrop>
225  <backdrop name="dotmatrix65" element="dotmatrixdot" state="0">
226    <bounds x="0" y="1" width="1" height="1" />
227  </backdrop>
228  <backdrop name="dotmatrix66" element="dotmatrixdot" state="0">
229    <bounds x="1" y="1" width="1" height="1" />
230  </backdrop>
231  <backdrop name="dotmatrix67" element="dotmatrixdot" state="0">
232    <bounds x="2" y="1" width="1" height="1" />
233  </backdrop>
234  <backdrop name="dotmatrix68" element="dotmatrixdot" state="0">
235    <bounds x="3" y="1" width="1" height="1" />
236  </backdrop>
237  <backdrop name="dotmatrix69" element="dotmatrixdot" state="0">
238    <bounds x="4" y="1" width="1" height="1" />
239  </backdrop>
240  <backdrop name="dotmatrix70" element="dotmatrixdot" state="0">
241    <bounds x="5" y="1" width="1" height="1" />
242  </backdrop>
243  <backdrop name="dotmatrix71" element="dotmatrixdot" state="0">
244    <bounds x="6" y="1" width="1" height="1" />
245  </backdrop>
246  <backdrop name="dotmatrix72" element="dotmatrixdot" state="0">
247    <bounds x="7" y="1" width="1" height="1" />
248  </backdrop>
249  <backdrop name="dotmatrix73" element="dotmatrixdot" state="0">
250    <bounds x="8" y="1" width="1" height="1" />
251  </backdrop>
252  <backdrop name="dotmatrix74" element="dotmatrixdot" state="0">
253    <bounds x="9" y="1" width="1" height="1" />
254  </backdrop>
255  <backdrop name="dotmatrix75" element="dotmatrixdot" state="0">
256    <bounds x="10" y="1" width="1" height="1" />
257  </backdrop>
258  <backdrop name="dotmatrix76" element="dotmatrixdot" state="0">
259    <bounds x="11" y="1" width="1" height="1" />
260  </backdrop>
261  <backdrop name="dotmatrix77" element="dotmatrixdot" state="0">
262    <bounds x="12" y="1" width="1" height="1" />
263  </backdrop>
264  <backdrop name="dotmatrix78" element="dotmatrixdot" state="0">
265    <bounds x="13" y="1" width="1" height="1" />
266  </backdrop>
267  <backdrop name="dotmatrix79" element="dotmatrixdot" state="0">
268    <bounds x="14" y="1" width="1" height="1" />
269  </backdrop>
270  <backdrop name="dotmatrix80" element="dotmatrixdot" state="0">
271    <bounds x="15" y="1" width="1" height="1" />
272  </backdrop>
273  <backdrop name="dotmatrix81" element="dotmatrixdot" state="0">
274    <bounds x="16" y="1" width="1" height="1" />
275  </backdrop>
276  <backdrop name="dotmatrix82" element="dotmatrixdot" state="0">
277    <bounds x="17" y="1" width="1" height="1" />
278  </backdrop>
279  <backdrop name="dotmatrix83" element="dotmatrixdot" state="0">
280    <bounds x="18" y="1" width="1" height="1" />
281  </backdrop>
282  <backdrop name="dotmatrix84" element="dotmatrixdot" state="0">
283    <bounds x="19" y="1" width="1" height="1" />
284  </backdrop>
285  <backdrop name="dotmatrix85" element="dotmatrixdot" state="0">
286    <bounds x="20" y="1" width="1" height="1" />
287  </backdrop>
288  <backdrop name="dotmatrix86" element="dotmatrixdot" state="0">
289    <bounds x="21" y="1" width="1" height="1" />
290  </backdrop>
291  <backdrop name="dotmatrix87" element="dotmatrixdot" state="0">
292    <bounds x="22" y="1" width="1" height="1" />
293  </backdrop>
294  <backdrop name="dotmatrix88" element="dotmatrixdot" state="0">
295    <bounds x="23" y="1" width="1" height="1" />
296  </backdrop>
297  <backdrop name="dotmatrix89" element="dotmatrixdot" state="0">
298    <bounds x="24" y="1" width="1" height="1" />
299  </backdrop>
300  <backdrop name="dotmatrix90" element="dotmatrixdot" state="0">
301    <bounds x="25" y="1" width="1" height="1" />
302  </backdrop>
303  <backdrop name="dotmatrix91" element="dotmatrixdot" state="0">
304    <bounds x="26" y="1" width="1" height="1" />
305  </backdrop>
306  <backdrop name="dotmatrix92" element="dotmatrixdot" state="0">
307    <bounds x="27" y="1" width="1" height="1" />
308  </backdrop>
309  <backdrop name="dotmatrix93" element="dotmatrixdot" state="0">
310    <bounds x="28" y="1" width="1" height="1" />
311  </backdrop>
312  <backdrop name="dotmatrix94" element="dotmatrixdot" state="0">
313    <bounds x="29" y="1" width="1" height="1" />
314  </backdrop>
315  <backdrop name="dotmatrix95" element="dotmatrixdot" state="0">
316    <bounds x="30" y="1" width="1" height="1" />
317  </backdrop>
318  <backdrop name="dotmatrix96" element="dotmatrixdot" state="0">
319    <bounds x="31" y="1" width="1" height="1" />
320  </backdrop>
321  <backdrop name="dotmatrix97" element="dotmatrixdot" state="0">
322    <bounds x="32" y="1" width="1" height="1" />
323  </backdrop>
324  <backdrop name="dotmatrix98" element="dotmatrixdot" state="0">
325    <bounds x="33" y="1" width="1" height="1" />
326  </backdrop>
327  <backdrop name="dotmatrix99" element="dotmatrixdot" state="0">
328    <bounds x="34" y="1" width="1" height="1" />
329  </backdrop>
330  <backdrop name="dotmatrix100" element="dotmatrixdot" state="0">
331    <bounds x="35" y="1" width="1" height="1" />
332  </backdrop>
333  <backdrop name="dotmatrix101" element="dotmatrixdot" state="0">
334    <bounds x="36" y="1" width="1" height="1" />
335  </backdrop>
336  <backdrop name="dotmatrix102" element="dotmatrixdot" state="0">
337    <bounds x="37" y="1" width="1" height="1" />
338  </backdrop>
339  <backdrop name="dotmatrix103" element="dotmatrixdot" state="0">
340    <bounds x="38" y="1" width="1" height="1" />
341  </backdrop>
342  <backdrop name="dotmatrix104" element="dotmatrixdot" state="0">
343    <bounds x="39" y="1" width="1" height="1" />
344  </backdrop>
345  <backdrop name="dotmatrix105" element="dotmatrixdot" state="0">
346    <bounds x="40" y="1" width="1" height="1" />
347  </backdrop>
348  <backdrop name="dotmatrix106" element="dotmatrixdot" state="0">
349    <bounds x="41" y="1" width="1" height="1" />
350  </backdrop>
351  <backdrop name="dotmatrix107" element="dotmatrixdot" state="0">
352    <bounds x="42" y="1" width="1" height="1" />
353  </backdrop>
354  <backdrop name="dotmatrix108" element="dotmatrixdot" state="0">
355    <bounds x="43" y="1" width="1" height="1" />
356  </backdrop>
357  <backdrop name="dotmatrix109" element="dotmatrixdot" state="0">
358    <bounds x="44" y="1" width="1" height="1" />
359  </backdrop>
360  <backdrop name="dotmatrix110" element="dotmatrixdot" state="0">
361    <bounds x="45" y="1" width="1" height="1" />
362  </backdrop>
363  <backdrop name="dotmatrix111" element="dotmatrixdot" state="0">
364    <bounds x="46" y="1" width="1" height="1" />
365  </backdrop>
366  <backdrop name="dotmatrix112" element="dotmatrixdot" state="0">
367    <bounds x="47" y="1" width="1" height="1" />
368  </backdrop>
369  <backdrop name="dotmatrix113" element="dotmatrixdot" state="0">
370    <bounds x="48" y="1" width="1" height="1" />
371  </backdrop>
372  <backdrop name="dotmatrix114" element="dotmatrixdot" state="0">
373    <bounds x="49" y="1" width="1" height="1" />
374  </backdrop>
375  <backdrop name="dotmatrix115" element="dotmatrixdot" state="0">
376    <bounds x="50" y="1" width="1" height="1" />
377  </backdrop>
378  <backdrop name="dotmatrix116" element="dotmatrixdot" state="0">
379    <bounds x="51" y="1" width="1" height="1" />
380  </backdrop>
381  <backdrop name="dotmatrix117" element="dotmatrixdot" state="0">
382    <bounds x="52" y="1" width="1" height="1" />
383  </backdrop>
384  <backdrop name="dotmatrix118" element="dotmatrixdot" state="0">
385    <bounds x="53" y="1" width="1" height="1" />
386  </backdrop>
387  <backdrop name="dotmatrix119" element="dotmatrixdot" state="0">
388    <bounds x="54" y="1" width="1" height="1" />
389  </backdrop>
390  <backdrop name="dotmatrix120" element="dotmatrixdot" state="0">
391    <bounds x="55" y="1" width="1" height="1" />
392  </backdrop>
393  <backdrop name="dotmatrix121" element="dotmatrixdot" state="0">
394    <bounds x="56" y="1" width="1" height="1" />
395  </backdrop>
396  <backdrop name="dotmatrix122" element="dotmatrixdot" state="0">
397    <bounds x="57" y="1" width="1" height="1" />
398  </backdrop>
399  <backdrop name="dotmatrix123" element="dotmatrixdot" state="0">
400    <bounds x="58" y="1" width="1" height="1" />
401  </backdrop>
402  <backdrop name="dotmatrix124" element="dotmatrixdot" state="0">
403    <bounds x="59" y="1" width="1" height="1" />
404  </backdrop>
405  <backdrop name="dotmatrix125" element="dotmatrixdot" state="0">
406    <bounds x="60" y="1" width="1" height="1" />
407  </backdrop>
408  <backdrop name="dotmatrix126" element="dotmatrixdot" state="0">
409    <bounds x="61" y="1" width="1" height="1" />
410  </backdrop>
411  <backdrop name="dotmatrix127" element="dotmatrixdot" state="0">
412    <bounds x="62" y="1" width="1" height="1" />
413  </backdrop>
414  <backdrop name="dotmatrix128" element="dotmatrixdot" state="0">
415    <bounds x="63" y="1" width="1" height="1" />
416  </backdrop>
417  <backdrop name="dotmatrix129" element="dotmatrixdot" state="0">
418    <bounds x="64" y="1" width="1" height="1" />
419  </backdrop>
420  <backdrop name="dotmatrix130" element="dotmatrixdot" state="0">
421    <bounds x="0" y="2" width="1" height="1" />
422  </backdrop>
423  <backdrop name="dotmatrix131" element="dotmatrixdot" state="0">
424    <bounds x="1" y="2" width="1" height="1" />
425  </backdrop>
426  <backdrop name="dotmatrix132" element="dotmatrixdot" state="0">
427    <bounds x="2" y="2" width="1" height="1" />
428  </backdrop>
429  <backdrop name="dotmatrix133" element="dotmatrixdot" state="0">
430    <bounds x="3" y="2" width="1" height="1" />
431  </backdrop>
432  <backdrop name="dotmatrix134" element="dotmatrixdot" state="0">
433    <bounds x="4" y="2" width="1" height="1" />
434  </backdrop>
435  <backdrop name="dotmatrix135" element="dotmatrixdot" state="0">
436    <bounds x="5" y="2" width="1" height="1" />
437  </backdrop>
438  <backdrop name="dotmatrix136" element="dotmatrixdot" state="0">
439    <bounds x="6" y="2" width="1" height="1" />
440  </backdrop>
441  <backdrop name="dotmatrix137" element="dotmatrixdot" state="0">
442    <bounds x="7" y="2" width="1" height="1" />
443  </backdrop>
444  <backdrop name="dotmatrix138" element="dotmatrixdot" state="0">
445    <bounds x="8" y="2" width="1" height="1" />
446  </backdrop>
447  <backdrop name="dotmatrix139" element="dotmatrixdot" state="0">
448    <bounds x="9" y="2" width="1" height="1" />
449  </backdrop>
450  <backdrop name="dotmatrix140" element="dotmatrixdot" state="0">
451    <bounds x="10" y="2" width="1" height="1" />
452  </backdrop>
453  <backdrop name="dotmatrix141" element="dotmatrixdot" state="0">
454    <bounds x="11" y="2" width="1" height="1" />
455  </backdrop>
456  <backdrop name="dotmatrix142" element="dotmatrixdot" state="0">
457    <bounds x="12" y="2" width="1" height="1" />
458  </backdrop>
459  <backdrop name="dotmatrix143" element="dotmatrixdot" state="0">
460    <bounds x="13" y="2" width="1" height="1" />
461  </backdrop>
462  <backdrop name="dotmatrix144" element="dotmatrixdot" state="0">
463    <bounds x="14" y="2" width="1" height="1" />
464  </backdrop>
465  <backdrop name="dotmatrix145" element="dotmatrixdot" state="0">
466    <bounds x="15" y="2" width="1" height="1" />
467  </backdrop>
468  <backdrop name="dotmatrix146" element="dotmatrixdot" state="0">
469    <bounds x="16" y="2" width="1" height="1" />
470  </backdrop>
471  <backdrop name="dotmatrix147" element="dotmatrixdot" state="0">
472    <bounds x="17" y="2" width="1" height="1" />
473  </backdrop>
474  <backdrop name="dotmatrix148" element="dotmatrixdot" state="0">
475    <bounds x="18" y="2" width="1" height="1" />
476  </backdrop>
477  <backdrop name="dotmatrix149" element="dotmatrixdot" state="0">
478    <bounds x="19" y="2" width="1" height="1" />
479  </backdrop>
480  <backdrop name="dotmatrix150" element="dotmatrixdot" state="0">
481    <bounds x="20" y="2" width="1" height="1" />
482  </backdrop>
483  <backdrop name="dotmatrix151" element="dotmatrixdot" state="0">
484    <bounds x="21" y="2" width="1" height="1" />
485  </backdrop>
486  <backdrop name="dotmatrix152" element="dotmatrixdot" state="0">
487    <bounds x="22" y="2" width="1" height="1" />
488  </backdrop>
489  <backdrop name="dotmatrix153" element="dotmatrixdot" state="0">
490    <bounds x="23" y="2" width="1" height="1" />
491  </backdrop>
492  <backdrop name="dotmatrix154" element="dotmatrixdot" state="0">
493    <bounds x="24" y="2" width="1" height="1" />
494  </backdrop>
495  <backdrop name="dotmatrix155" element="dotmatrixdot" state="0">
496    <bounds x="25" y="2" width="1" height="1" />
497  </backdrop>
498  <backdrop name="dotmatrix156" element="dotmatrixdot" state="0">
499    <bounds x="26" y="2" width="1" height="1" />
500  </backdrop>
501  <backdrop name="dotmatrix157" element="dotmatrixdot" state="0">
502    <bounds x="27" y="2" width="1" height="1" />
503  </backdrop>
504  <backdrop name="dotmatrix158" element="dotmatrixdot" state="0">
505    <bounds x="28" y="2" width="1" height="1" />
506  </backdrop>
507  <backdrop name="dotmatrix159" element="dotmatrixdot" state="0">
508    <bounds x="29" y="2" width="1" height="1" />
509  </backdrop>
510  <backdrop name="dotmatrix160" element="dotmatrixdot" state="0">
511    <bounds x="30" y="2" width="1" height="1" />
512  </backdrop>
513  <backdrop name="dotmatrix161" element="dotmatrixdot" state="0">
514    <bounds x="31" y="2" width="1" height="1" />
515  </backdrop>
516  <backdrop name="dotmatrix162" element="dotmatrixdot" state="0">
517    <bounds x="32" y="2" width="1" height="1" />
518  </backdrop>
519  <backdrop name="dotmatrix163" element="dotmatrixdot" state="0">
520    <bounds x="33" y="2" width="1" height="1" />
521  </backdrop>
522  <backdrop name="dotmatrix164" element="dotmatrixdot" state="0">
523    <bounds x="34" y="2" width="1" height="1" />
524  </backdrop>
525  <backdrop name="dotmatrix165" element="dotmatrixdot" state="0">
526    <bounds x="35" y="2" width="1" height="1" />
527  </backdrop>
528  <backdrop name="dotmatrix166" element="dotmatrixdot" state="0">
529    <bounds x="36" y="2" width="1" height="1" />
530  </backdrop>
531  <backdrop name="dotmatrix167" element="dotmatrixdot" state="0">
532    <bounds x="37" y="2" width="1" height="1" />
533  </backdrop>
534  <backdrop name="dotmatrix168" element="dotmatrixdot" state="0">
535    <bounds x="38" y="2" width="1" height="1" />
536  </backdrop>
537  <backdrop name="dotmatrix169" element="dotmatrixdot" state="0">
538    <bounds x="39" y="2" width="1" height="1" />
539  </backdrop>
540  <backdrop name="dotmatrix170" element="dotmatrixdot" state="0">
541    <bounds x="40" y="2" width="1" height="1" />
542  </backdrop>
543  <backdrop name="dotmatrix171" element="dotmatrixdot" state="0">
544    <bounds x="41" y="2" width="1" height="1" />
545  </backdrop>
546  <backdrop name="dotmatrix172" element="dotmatrixdot" state="0">
547    <bounds x="42" y="2" width="1" height="1" />
548  </backdrop>
549  <backdrop name="dotmatrix173" element="dotmatrixdot" state="0">
550    <bounds x="43" y="2" width="1" height="1" />
551  </backdrop>
552  <backdrop name="dotmatrix174" element="dotmatrixdot" state="0">
553    <bounds x="44" y="2" width="1" height="1" />
554  </backdrop>
555  <backdrop name="dotmatrix175" element="dotmatrixdot" state="0">
556    <bounds x="45" y="2" width="1" height="1" />
557  </backdrop>
558  <backdrop name="dotmatrix176" element="dotmatrixdot" state="0">
559    <bounds x="46" y="2" width="1" height="1" />
560  </backdrop>
561  <backdrop name="dotmatrix177" element="dotmatrixdot" state="0">
562    <bounds x="47" y="2" width="1" height="1" />
563  </backdrop>
564  <backdrop name="dotmatrix178" element="dotmatrixdot" state="0">
565    <bounds x="48" y="2" width="1" height="1" />
566  </backdrop>
567  <backdrop name="dotmatrix179" element="dotmatrixdot" state="0">
568    <bounds x="49" y="2" width="1" height="1" />
569  </backdrop>
570  <backdrop name="dotmatrix180" element="dotmatrixdot" state="0">
571    <bounds x="50" y="2" width="1" height="1" />
572  </backdrop>
573  <backdrop name="dotmatrix181" element="dotmatrixdot" state="0">
574    <bounds x="51" y="2" width="1" height="1" />
575  </backdrop>
576  <backdrop name="dotmatrix182" element="dotmatrixdot" state="0">
577    <bounds x="52" y="2" width="1" height="1" />
578  </backdrop>
579  <backdrop name="dotmatrix183" element="dotmatrixdot" state="0">
580    <bounds x="53" y="2" width="1" height="1" />
581  </backdrop>
582  <backdrop name="dotmatrix184" element="dotmatrixdot" state="0">
583    <bounds x="54" y="2" width="1" height="1" />
584  </backdrop>
585  <backdrop name="dotmatrix185" element="dotmatrixdot" state="0">
586    <bounds x="55" y="2" width="1" height="1" />
587  </backdrop>
588  <backdrop name="dotmatrix186" element="dotmatrixdot" state="0">
589    <bounds x="56" y="2" width="1" height="1" />
590  </backdrop>
591  <backdrop name="dotmatrix187" element="dotmatrixdot" state="0">
592    <bounds x="57" y="2" width="1" height="1" />
593  </backdrop>
594  <backdrop name="dotmatrix188" element="dotmatrixdot" state="0">
595    <bounds x="58" y="2" width="1" height="1" />
596  </backdrop>
597  <backdrop name="dotmatrix189" element="dotmatrixdot" state="0">
598    <bounds x="59" y="2" width="1" height="1" />
599  </backdrop>
600  <backdrop name="dotmatrix190" element="dotmatrixdot" state="0">
601    <bounds x="60" y="2" width="1" height="1" />
602  </backdrop>
603  <backdrop name="dotmatrix191" element="dotmatrixdot" state="0">
604    <bounds x="61" y="2" width="1" height="1" />
605  </backdrop>
606  <backdrop name="dotmatrix192" element="dotmatrixdot" state="0">
607    <bounds x="62" y="2" width="1" height="1" />
608  </backdrop>
609  <backdrop name="dotmatrix193" element="dotmatrixdot" state="0">
610    <bounds x="63" y="2" width="1" height="1" />
611  </backdrop>
612  <backdrop name="dotmatrix194" element="dotmatrixdot" state="0">
613    <bounds x="64" y="2" width="1" height="1" />
614  </backdrop>
615  <backdrop name="dotmatrix195" element="dotmatrixdot" state="0">
616    <bounds x="0" y="3" width="1" height="1" />
617  </backdrop>
618  <backdrop name="dotmatrix196" element="dotmatrixdot" state="0">
619    <bounds x="1" y="3" width="1" height="1" />
620  </backdrop>
621  <backdrop name="dotmatrix197" element="dotmatrixdot" state="0">
622    <bounds x="2" y="3" width="1" height="1" />
623  </backdrop>
624  <backdrop name="dotmatrix198" element="dotmatrixdot" state="0">
625    <bounds x="3" y="3" width="1" height="1" />
626  </backdrop>
627  <backdrop name="dotmatrix199" element="dotmatrixdot" state="0">
628    <bounds x="4" y="3" width="1" height="1" />
629  </backdrop>
630  <backdrop name="dotmatrix200" element="dotmatrixdot" state="0">
631    <bounds x="5" y="3" width="1" height="1" />
632  </backdrop>
633  <backdrop name="dotmatrix201" element="dotmatrixdot" state="0">
634    <bounds x="6" y="3" width="1" height="1" />
635  </backdrop>
636  <backdrop name="dotmatrix202" element="dotmatrixdot" state="0">
637    <bounds x="7" y="3" width="1" height="1" />
638  </backdrop>
639  <backdrop name="dotmatrix203" element="dotmatrixdot" state="0">
640    <bounds x="8" y="3" width="1" height="1" />
641  </backdrop>
642  <backdrop name="dotmatrix204" element="dotmatrixdot" state="0">
643    <bounds x="9" y="3" width="1" height="1" />
644  </backdrop>
645  <backdrop name="dotmatrix205" element="dotmatrixdot" state="0">
646    <bounds x="10" y="3" width="1" height="1" />
647  </backdrop>
648  <backdrop name="dotmatrix206" element="dotmatrixdot" state="0">
649    <bounds x="11" y="3" width="1" height="1" />
650  </backdrop>
651  <backdrop name="dotmatrix207" element="dotmatrixdot" state="0">
652    <bounds x="12" y="3" width="1" height="1" />
653  </backdrop>
654  <backdrop name="dotmatrix208" element="dotmatrixdot" state="0">
655    <bounds x="13" y="3" width="1" height="1" />
656  </backdrop>
657  <backdrop name="dotmatrix209" element="dotmatrixdot" state="0">
658    <bounds x="14" y="3" width="1" height="1" />
659  </backdrop>
660  <backdrop name="dotmatrix210" element="dotmatrixdot" state="0">
661    <bounds x="15" y="3" width="1" height="1" />
662  </backdrop>
663  <backdrop name="dotmatrix211" element="dotmatrixdot" state="0">
664    <bounds x="16" y="3" width="1" height="1" />
665  </backdrop>
666  <backdrop name="dotmatrix212" element="dotmatrixdot" state="0">
667    <bounds x="17" y="3" width="1" height="1" />
668  </backdrop>
669  <backdrop name="dotmatrix213" element="dotmatrixdot" state="0">
670    <bounds x="18" y="3" width="1" height="1" />
671  </backdrop>
672  <backdrop name="dotmatrix214" element="dotmatrixdot" state="0">
673    <bounds x="19" y="3" width="1" height="1" />
674  </backdrop>
675  <backdrop name="dotmatrix215" element="dotmatrixdot" state="0">
676    <bounds x="20" y="3" width="1" height="1" />
677  </backdrop>
678  <backdrop name="dotmatrix216" element="dotmatrixdot" state="0">
679    <bounds x="21" y="3" width="1" height="1" />
680  </backdrop>
681  <backdrop name="dotmatrix217" element="dotmatrixdot" state="0">
682    <bounds x="22" y="3" width="1" height="1" />
683  </backdrop>
684  <backdrop name="dotmatrix218" element="dotmatrixdot" state="0">
685    <bounds x="23" y="3" width="1" height="1" />
686  </backdrop>
687  <backdrop name="dotmatrix219" element="dotmatrixdot" state="0">
688    <bounds x="24" y="3" width="1" height="1" />
689  </backdrop>
690  <backdrop name="dotmatrix220" element="dotmatrixdot" state="0">
691    <bounds x="25" y="3" width="1" height="1" />
692  </backdrop>
693  <backdrop name="dotmatrix221" element="dotmatrixdot" state="0">
694    <bounds x="26" y="3" width="1" height="1" />
695  </backdrop>
696  <backdrop name="dotmatrix222" element="dotmatrixdot" state="0">
697    <bounds x="27" y="3" width="1" height="1" />
698  </backdrop>
699  <backdrop name="dotmatrix223" element="dotmatrixdot" state="0">
700    <bounds x="28" y="3" width="1" height="1" />
701  </backdrop>
702  <backdrop name="dotmatrix224" element="dotmatrixdot" state="0">
703    <bounds x="29" y="3" width="1" height="1" />
704  </backdrop>
705  <backdrop name="dotmatrix225" element="dotmatrixdot" state="0">
706    <bounds x="30" y="3" width="1" height="1" />
707  </backdrop>
708  <backdrop name="dotmatrix226" element="dotmatrixdot" state="0">
709    <bounds x="31" y="3" width="1" height="1" />
710  </backdrop>
711  <backdrop name="dotmatrix227" element="dotmatrixdot" state="0">
712    <bounds x="32" y="3" width="1" height="1" />
713  </backdrop>
714  <backdrop name="dotmatrix228" element="dotmatrixdot" state="0">
715    <bounds x="33" y="3" width="1" height="1" />
716  </backdrop>
717  <backdrop name="dotmatrix229" element="dotmatrixdot" state="0">
718    <bounds x="34" y="3" width="1" height="1" />
719  </backdrop>
720  <backdrop name="dotmatrix230" element="dotmatrixdot" state="0">
721    <bounds x="35" y="3" width="1" height="1" />
722  </backdrop>
723  <backdrop name="dotmatrix231" element="dotmatrixdot" state="0">
724    <bounds x="36" y="3" width="1" height="1" />
725  </backdrop>
726  <backdrop name="dotmatrix232" element="dotmatrixdot" state="0">
727    <bounds x="37" y="3" width="1" height="1" />
728  </backdrop>
729  <backdrop name="dotmatrix233" element="dotmatrixdot" state="0">
730    <bounds x="38" y="3" width="1" height="1" />
731  </backdrop>
732  <backdrop name="dotmatrix234" element="dotmatrixdot" state="0">
733    <bounds x="39" y="3" width="1" height="1" />
734  </backdrop>
735  <backdrop name="dotmatrix235" element="dotmatrixdot" state="0">
736    <bounds x="40" y="3" width="1" height="1" />
737  </backdrop>
738  <backdrop name="dotmatrix236" element="dotmatrixdot" state="0">
739    <bounds x="41" y="3" width="1" height="1" />
740  </backdrop>
741  <backdrop name="dotmatrix237" element="dotmatrixdot" state="0">
742    <bounds x="42" y="3" width="1" height="1" />
743  </backdrop>
744  <backdrop name="dotmatrix238" element="dotmatrixdot" state="0">
745    <bounds x="43" y="3" width="1" height="1" />
746  </backdrop>
747  <backdrop name="dotmatrix239" element="dotmatrixdot" state="0">
748    <bounds x="44" y="3" width="1" height="1" />
749  </backdrop>
750  <backdrop name="dotmatrix240" element="dotmatrixdot" state="0">
751    <bounds x="45" y="3" width="1" height="1" />
752  </backdrop>
753  <backdrop name="dotmatrix241" element="dotmatrixdot" state="0">
754    <bounds x="46" y="3" width="1" height="1" />
755  </backdrop>
756  <backdrop name="dotmatrix242" element="dotmatrixdot" state="0">
757    <bounds x="47" y="3" width="1" height="1" />
758  </backdrop>
759  <backdrop name="dotmatrix243" element="dotmatrixdot" state="0">
760    <bounds x="48" y="3" width="1" height="1" />
761  </backdrop>
762  <backdrop name="dotmatrix244" element="dotmatrixdot" state="0">
763    <bounds x="49" y="3" width="1" height="1" />
764  </backdrop>
765  <backdrop name="dotmatrix245" element="dotmatrixdot" state="0">
766    <bounds x="50" y="3" width="1" height="1" />
767  </backdrop>
768  <backdrop name="dotmatrix246" element="dotmatrixdot" state="0">
769    <bounds x="51" y="3" width="1" height="1" />
770  </backdrop>
771  <backdrop name="dotmatrix247" element="dotmatrixdot" state="0">
772    <bounds x="52" y="3" width="1" height="1" />
773  </backdrop>
774  <backdrop name="dotmatrix248" element="dotmatrixdot" state="0">
775    <bounds x="53" y="3" width="1" height="1" />
776  </backdrop>
777  <backdrop name="dotmatrix249" element="dotmatrixdot" state="0">
778    <bounds x="54" y="3" width="1" height="1" />
779  </backdrop>
780  <backdrop name="dotmatrix250" element="dotmatrixdot" state="0">
781    <bounds x="55" y="3" width="1" height="1" />
782  </backdrop>
783  <backdrop name="dotmatrix251" element="dotmatrixdot" state="0">
784    <bounds x="56" y="3" width="1" height="1" />
785  </backdrop>
786  <backdrop name="dotmatrix252" element="dotmatrixdot" state="0">
787    <bounds x="57" y="3" width="1" height="1" />
788  </backdrop>
789  <backdrop name="dotmatrix253" element="dotmatrixdot" state="0">
790    <bounds x="58" y="3" width="1" height="1" />
791  </backdrop>
792  <backdrop name="dotmatrix254" element="dotmatrixdot" state="0">
793    <bounds x="59" y="3" width="1" height="1" />
794  </backdrop>
795  <backdrop name="dotmatrix255" element="dotmatrixdot" state="0">
796    <bounds x="60" y="3" width="1" height="1" />
797  </backdrop>
798  <backdrop name="dotmatrix256" element="dotmatrixdot" state="0">
799    <bounds x="61" y="3" width="1" height="1" />
800  </backdrop>
801  <backdrop name="dotmatrix257" element="dotmatrixdot" state="0">
802    <bounds x="62" y="3" width="1" height="1" />
803  </backdrop>
804  <backdrop name="dotmatrix258" element="dotmatrixdot" state="0">
805    <bounds x="63" y="3" width="1" height="1" />
806  </backdrop>
807  <backdrop name="dotmatrix259" element="dotmatrixdot" state="0">
808    <bounds x="64" y="3" width="1" height="1" />
809  </backdrop>
810  <backdrop name="dotmatrix260" element="dotmatrixdot" state="0">
811    <bounds x="0" y="4" width="1" height="1" />
812  </backdrop>
813  <backdrop name="dotmatrix261" element="dotmatrixdot" state="0">
814    <bounds x="1" y="4" width="1" height="1" />
815  </backdrop>
816  <backdrop name="dotmatrix262" element="dotmatrixdot" state="0">
817    <bounds x="2" y="4" width="1" height="1" />
818  </backdrop>
819  <backdrop name="dotmatrix263" element="dotmatrixdot" state="0">
820    <bounds x="3" y="4" width="1" height="1" />
821  </backdrop>
822  <backdrop name="dotmatrix264" element="dotmatrixdot" state="0">
823    <bounds x="4" y="4" width="1" height="1" />
824  </backdrop>
825  <backdrop name="dotmatrix265" element="dotmatrixdot" state="0">
826    <bounds x="5" y="4" width="1" height="1" />
827  </backdrop>
828  <backdrop name="dotmatrix266" element="dotmatrixdot" state="0">
829    <bounds x="6" y="4" width="1" height="1" />
830  </backdrop>
831  <backdrop name="dotmatrix267" element="dotmatrixdot" state="0">
832    <bounds x="7" y="4" width="1" height="1" />
833  </backdrop>
834  <backdrop name="dotmatrix268" element="dotmatrixdot" state="0">
835    <bounds x="8" y="4" width="1" height="1" />
836  </backdrop>
837  <backdrop name="dotmatrix269" element="dotmatrixdot" state="0">
838    <bounds x="9" y="4" width="1" height="1" />
839  </backdrop>
840  <backdrop name="dotmatrix270" element="dotmatrixdot" state="0">
841    <bounds x="10" y="4" width="1" height="1" />
842  </backdrop>
843  <backdrop name="dotmatrix271" element="dotmatrixdot" state="0">
844    <bounds x="11" y="4" width="1" height="1" />
845  </backdrop>
846  <backdrop name="dotmatrix272" element="dotmatrixdot" state="0">
847    <bounds x="12" y="4" width="1" height="1" />
848  </backdrop>
849  <backdrop name="dotmatrix273" element="dotmatrixdot" state="0">
850    <bounds x="13" y="4" width="1" height="1" />
851  </backdrop>
852  <backdrop name="dotmatrix274" element="dotmatrixdot" state="0">
853    <bounds x="14" y="4" width="1" height="1" />
854  </backdrop>
855  <backdrop name="dotmatrix275" element="dotmatrixdot" state="0">
856    <bounds x="15" y="4" width="1" height="1" />
857  </backdrop>
858  <backdrop name="dotmatrix276" element="dotmatrixdot" state="0">
859    <bounds x="16" y="4" width="1" height="1" />
860  </backdrop>
861  <backdrop name="dotmatrix277" element="dotmatrixdot" state="0">
862    <bounds x="17" y="4" width="1" height="1" />
863  </backdrop>
864  <backdrop name="dotmatrix278" element="dotmatrixdot" state="0">
865    <bounds x="18" y="4" width="1" height="1" />
866  </backdrop>
867  <backdrop name="dotmatrix279" element="dotmatrixdot" state="0">
868    <bounds x="19" y="4" width="1" height="1" />
869  </backdrop>
870  <backdrop name="dotmatrix280" element="dotmatrixdot" state="0">
871    <bounds x="20" y="4" width="1" height="1" />
872  </backdrop>
873  <backdrop name="dotmatrix281" element="dotmatrixdot" state="0">
874    <bounds x="21" y="4" width="1" height="1" />
875  </backdrop>
876  <backdrop name="dotmatrix282" element="dotmatrixdot" state="0">
877    <bounds x="22" y="4" width="1" height="1" />
878  </backdrop>
879  <backdrop name="dotmatrix283" element="dotmatrixdot" state="0">
880    <bounds x="23" y="4" width="1" height="1" />
881  </backdrop>
882  <backdrop name="dotmatrix284" element="dotmatrixdot" state="0">
883    <bounds x="24" y="4" width="1" height="1" />
884  </backdrop>
885  <backdrop name="dotmatrix285" element="dotmatrixdot" state="0">
886    <bounds x="25" y="4" width="1" height="1" />
887  </backdrop>
888  <backdrop name="dotmatrix286" element="dotmatrixdot" state="0">
889    <bounds x="26" y="4" width="1" height="1" />
890  </backdrop>
891  <backdrop name="dotmatrix287" element="dotmatrixdot" state="0">
892    <bounds x="27" y="4" width="1" height="1" />
893  </backdrop>
894  <backdrop name="dotmatrix288" element="dotmatrixdot" state="0">
895    <bounds x="28" y="4" width="1" height="1" />
896  </backdrop>
897  <backdrop name="dotmatrix289" element="dotmatrixdot" state="0">
898    <bounds x="29" y="4" width="1" height="1" />
899  </backdrop>
900  <backdrop name="dotmatrix290" element="dotmatrixdot" state="0">
901    <bounds x="30" y="4" width="1" height="1" />
902  </backdrop>
903  <backdrop name="dotmatrix291" element="dotmatrixdot" state="0">
904    <bounds x="31" y="4" width="1" height="1" />
905  </backdrop>
906  <backdrop name="dotmatrix292" element="dotmatrixdot" state="0">
907    <bounds x="32" y="4" width="1" height="1" />
908  </backdrop>
909  <backdrop name="dotmatrix293" element="dotmatrixdot" state="0">
910    <bounds x="33" y="4" width="1" height="1" />
911  </backdrop>
912  <backdrop name="dotmatrix294" element="dotmatrixdot" state="0">
913    <bounds x="34" y="4" width="1" height="1" />
914  </backdrop>
915  <backdrop name="dotmatrix295" element="dotmatrixdot" state="0">
916    <bounds x="35" y="4" width="1" height="1" />
917  </backdrop>
918  <backdrop name="dotmatrix296" element="dotmatrixdot" state="0">
919    <bounds x="36" y="4" width="1" height="1" />
920  </backdrop>
921  <backdrop name="dotmatrix297" element="dotmatrixdot" state="0">
922    <bounds x="37" y="4" width="1" height="1" />
923  </backdrop>
924  <backdrop name="dotmatrix298" element="dotmatrixdot" state="0">
925    <bounds x="38" y="4" width="1" height="1" />
926  </backdrop>
927  <backdrop name="dotmatrix299" element="dotmatrixdot" state="0">
928    <bounds x="39" y="4" width="1" height="1" />
929  </backdrop>
930  <backdrop name="dotmatrix300" element="dotmatrixdot" state="0">
931    <bounds x="40" y="4" width="1" height="1" />
932  </backdrop>
933  <backdrop name="dotmatrix301" element="dotmatrixdot" state="0">
934    <bounds x="41" y="4" width="1" height="1" />
935  </backdrop>
936  <backdrop name="dotmatrix302" element="dotmatrixdot" state="0">
937    <bounds x="42" y="4" width="1" height="1" />
938  </backdrop>
939  <backdrop name="dotmatrix303" element="dotmatrixdot" state="0">
940    <bounds x="43" y="4" width="1" height="1" />
941  </backdrop>
942  <backdrop name="dotmatrix304" element="dotmatrixdot" state="0">
943    <bounds x="44" y="4" width="1" height="1" />
944  </backdrop>
945  <backdrop name="dotmatrix305" element="dotmatrixdot" state="0">
946    <bounds x="45" y="4" width="1" height="1" />
947  </backdrop>
948  <backdrop name="dotmatrix306" element="dotmatrixdot" state="0">
949    <bounds x="46" y="4" width="1" height="1" />
950  </backdrop>
951  <backdrop name="dotmatrix307" element="dotmatrixdot" state="0">
952    <bounds x="47" y="4" width="1" height="1" />
953  </backdrop>
954  <backdrop name="dotmatrix308" element="dotmatrixdot" state="0">
955    <bounds x="48" y="4" width="1" height="1" />
956  </backdrop>
957  <backdrop name="dotmatrix309" element="dotmatrixdot" state="0">
958    <bounds x="49" y="4" width="1" height="1" />
959  </backdrop>
960  <backdrop name="dotmatrix310" element="dotmatrixdot" state="0">
961    <bounds x="50" y="4" width="1" height="1" />
962  </backdrop>
963  <backdrop name="dotmatrix311" element="dotmatrixdot" state="0">
964    <bounds x="51" y="4" width="1" height="1" />
965  </backdrop>
966  <backdrop name="dotmatrix312" element="dotmatrixdot" state="0">
967    <bounds x="52" y="4" width="1" height="1" />
968  </backdrop>
969  <backdrop name="dotmatrix313" element="dotmatrixdot" state="0">
970    <bounds x="53" y="4" width="1" height="1" />
971  </backdrop>
972  <backdrop name="dotmatrix314" element="dotmatrixdot" state="0">
973    <bounds x="54" y="4" width="1" height="1" />
974  </backdrop>
975  <backdrop name="dotmatrix315" element="dotmatrixdot" state="0">
976    <bounds x="55" y="4" width="1" height="1" />
977  </backdrop>
978  <backdrop name="dotmatrix316" element="dotmatrixdot" state="0">
979    <bounds x="56" y="4" width="1" height="1" />
980  </backdrop>
981  <backdrop name="dotmatrix317" element="dotmatrixdot" state="0">
982    <bounds x="57" y="4" width="1" height="1" />
983  </backdrop>
984  <backdrop name="dotmatrix318" element="dotmatrixdot" state="0">
985    <bounds x="58" y="4" width="1" height="1" />
986  </backdrop>
987  <backdrop name="dotmatrix319" element="dotmatrixdot" state="0">
988    <bounds x="59" y="4" width="1" height="1" />
989  </backdrop>
990  <backdrop name="dotmatrix320" element="dotmatrixdot" state="0">
991    <bounds x="60" y="4" width="1" height="1" />
992  </backdrop>
993  <backdrop name="dotmatrix321" element="dotmatrixdot" state="0">
994    <bounds x="61" y="4" width="1" height="1" />
995  </backdrop>
996  <backdrop name="dotmatrix322" element="dotmatrixdot" state="0">
997    <bounds x="62" y="4" width="1" height="1" />
998  </backdrop>
999  <backdrop name="dotmatrix323" element="dotmatrixdot" state="0">
1000    <bounds x="63" y="4" width="1" height="1" />
1001  </backdrop>
1002  <backdrop name="dotmatrix324" element="dotmatrixdot" state="0">
1003    <bounds x="64" y="4" width="1" height="1" />
1004  </backdrop>
1005  <backdrop name="dotmatrix325" element="dotmatrixdot" state="0">
1006    <bounds x="0" y="5" width="1" height="1" />
1007  </backdrop>
1008  <backdrop name="dotmatrix326" element="dotmatrixdot" state="0">
1009    <bounds x="1" y="5" width="1" height="1" />
1010  </backdrop>
1011  <backdrop name="dotmatrix327" element="dotmatrixdot" state="0">
1012    <bounds x="2" y="5" width="1" height="1" />
1013  </backdrop>
1014  <backdrop name="dotmatrix328" element="dotmatrixdot" state="0">
1015    <bounds x="3" y="5" width="1" height="1" />
1016  </backdrop>
1017  <backdrop name="dotmatrix329" element="dotmatrixdot" state="0">
1018    <bounds x="4" y="5" width="1" height="1" />
1019  </backdrop>
1020  <backdrop name="dotmatrix330" element="dotmatrixdot" state="0">
1021    <bounds x="5" y="5" width="1" height="1" />
1022  </backdrop>
1023  <backdrop name="dotmatrix331" element="dotmatrixdot" state="0">
1024    <bounds x="6" y="5" width="1" height="1" />
1025  </backdrop>
1026  <backdrop name="dotmatrix332" element="dotmatrixdot" state="0">
1027    <bounds x="7" y="5" width="1" height="1" />
1028  </backdrop>
1029  <backdrop name="dotmatrix333" element="dotmatrixdot" state="0">
1030    <bounds x="8" y="5" width="1" height="1" />
1031  </backdrop>
1032  <backdrop name="dotmatrix334" element="dotmatrixdot" state="0">
1033    <bounds x="9" y="5" width="1" height="1" />
1034  </backdrop>
1035  <backdrop name="dotmatrix335" element="dotmatrixdot" state="0">
1036    <bounds x="10" y="5" width="1" height="1" />
1037  </backdrop>
1038  <backdrop name="dotmatrix336" element="dotmatrixdot" state="0">
1039    <bounds x="11" y="5" width="1" height="1" />
1040  </backdrop>
1041  <backdrop name="dotmatrix337" element="dotmatrixdot" state="0">
1042    <bounds x="12" y="5" width="1" height="1" />
1043  </backdrop>
1044  <backdrop name="dotmatrix338" element="dotmatrixdot" state="0">
1045    <bounds x="13" y="5" width="1" height="1" />
1046  </backdrop>
1047  <backdrop name="dotmatrix339" element="dotmatrixdot" state="0">
1048    <bounds x="14" y="5" width="1" height="1" />
1049  </backdrop>
1050  <backdrop name="dotmatrix340" element="dotmatrixdot" state="0">
1051    <bounds x="15" y="5" width="1" height="1" />
1052  </backdrop>
1053  <backdrop name="dotmatrix341" element="dotmatrixdot" state="0">
1054    <bounds x="16" y="5" width="1" height="1" />
1055  </backdrop>
1056  <backdrop name="dotmatrix342" element="dotmatrixdot" state="0">
1057    <bounds x="17" y="5" width="1" height="1" />
1058  </backdrop>
1059  <backdrop name="dotmatrix343" element="dotmatrixdot" state="0">
1060    <bounds x="18" y="5" width="1" height="1" />
1061  </backdrop>
1062  <backdrop name="dotmatrix344" element="dotmatrixdot" state="0">
1063    <bounds x="19" y="5" width="1" height="1" />
1064  </backdrop>
1065  <backdrop name="dotmatrix345" element="dotmatrixdot" state="0">
1066    <bounds x="20" y="5" width="1" height="1" />
1067  </backdrop>
1068  <backdrop name="dotmatrix346" element="dotmatrixdot" state="0">
1069    <bounds x="21" y="5" width="1" height="1" />
1070  </backdrop>
1071  <backdrop name="dotmatrix347" element="dotmatrixdot" state="0">
1072    <bounds x="22" y="5" width="1" height="1" />
1073  </backdrop>
1074  <backdrop name="dotmatrix348" element="dotmatrixdot" state="0">
1075    <bounds x="23" y="5" width="1" height="1" />
1076  </backdrop>
1077  <backdrop name="dotmatrix349" element="dotmatrixdot" state="0">
1078    <bounds x="24" y="5" width="1" height="1" />
1079  </backdrop>
1080  <backdrop name="dotmatrix350" element="dotmatrixdot" state="0">
1081    <bounds x="25" y="5" width="1" height="1" />
1082  </backdrop>
1083  <backdrop name="dotmatrix351" element="dotmatrixdot" state="0">
1084    <bounds x="26" y="5" width="1" height="1" />
1085  </backdrop>
1086  <backdrop name="dotmatrix352" element="dotmatrixdot" state="0">
1087    <bounds x="27" y="5" width="1" height="1" />
1088  </backdrop>
1089  <backdrop name="dotmatrix353" element="dotmatrixdot" state="0">
1090    <bounds x="28" y="5" width="1" height="1" />
1091  </backdrop>
1092  <backdrop name="dotmatrix354" element="dotmatrixdot" state="0">
1093    <bounds x="29" y="5" width="1" height="1" />
1094  </backdrop>
1095  <backdrop name="dotmatrix355" element="dotmatrixdot" state="0">
1096    <bounds x="30" y="5" width="1" height="1" />
1097  </backdrop>
1098  <backdrop name="dotmatrix356" element="dotmatrixdot" state="0">
1099    <bounds x="31" y="5" width="1" height="1" />
1100  </backdrop>
1101  <backdrop name="dotmatrix357" element="dotmatrixdot" state="0">
1102    <bounds x="32" y="5" width="1" height="1" />
1103  </backdrop>
1104  <backdrop name="dotmatrix358" element="dotmatrixdot" state="0">
1105    <bounds x="33" y="5" width="1" height="1" />
1106  </backdrop>
1107  <backdrop name="dotmatrix359" element="dotmatrixdot" state="0">
1108    <bounds x="34" y="5" width="1" height="1" />
1109  </backdrop>
1110  <backdrop name="dotmatrix360" element="dotmatrixdot" state="0">
1111    <bounds x="35" y="5" width="1" height="1" />
1112  </backdrop>
1113  <backdrop name="dotmatrix361" element="dotmatrixdot" state="0">
1114    <bounds x="36" y="5" width="1" height="1" />
1115  </backdrop>
1116  <backdrop name="dotmatrix362" element="dotmatrixdot" state="0">
1117    <bounds x="37" y="5" width="1" height="1" />
1118  </backdrop>
1119  <backdrop name="dotmatrix363" element="dotmatrixdot" state="0">
1120    <bounds x="38" y="5" width="1" height="1" />
1121  </backdrop>
1122  <backdrop name="dotmatrix364" element="dotmatrixdot" state="0">
1123    <bounds x="39" y="5" width="1" height="1" />
1124  </backdrop>
1125  <backdrop name="dotmatrix365" element="dotmatrixdot" state="0">
1126    <bounds x="40" y="5" width="1" height="1" />
1127  </backdrop>
1128  <backdrop name="dotmatrix366" element="dotmatrixdot" state="0">
1129    <bounds x="41" y="5" width="1" height="1" />
1130  </backdrop>
1131  <backdrop name="dotmatrix367" element="dotmatrixdot" state="0">
1132    <bounds x="42" y="5" width="1" height="1" />
1133  </backdrop>
1134  <backdrop name="dotmatrix368" element="dotmatrixdot" state="0">
1135    <bounds x="43" y="5" width="1" height="1" />
1136  </backdrop>
1137  <backdrop name="dotmatrix369" element="dotmatrixdot" state="0">
1138    <bounds x="44" y="5" width="1" height="1" />
1139  </backdrop>
1140  <backdrop name="dotmatrix370" element="dotmatrixdot" state="0">
1141    <bounds x="45" y="5" width="1" height="1" />
1142  </backdrop>
1143  <backdrop name="dotmatrix371" element="dotmatrixdot" state="0">
1144    <bounds x="46" y="5" width="1" height="1" />
1145  </backdrop>
1146  <backdrop name="dotmatrix372" element="dotmatrixdot" state="0">
1147    <bounds x="47" y="5" width="1" height="1" />
1148  </backdrop>
1149  <backdrop name="dotmatrix373" element="dotmatrixdot" state="0">
1150    <bounds x="48" y="5" width="1" height="1" />
1151  </backdrop>
1152  <backdrop name="dotmatrix374" element="dotmatrixdot" state="0">
1153    <bounds x="49" y="5" width="1" height="1" />
1154  </backdrop>
1155  <backdrop name="dotmatrix375" element="dotmatrixdot" state="0">
1156    <bounds x="50" y="5" width="1" height="1" />
1157  </backdrop>
1158  <backdrop name="dotmatrix376" element="dotmatrixdot" state="0">
1159    <bounds x="51" y="5" width="1" height="1" />
1160  </backdrop>
1161  <backdrop name="dotmatrix377" element="dotmatrixdot" state="0">
1162    <bounds x="52" y="5" width="1" height="1" />
1163  </backdrop>
1164  <backdrop name="dotmatrix378" element="dotmatrixdot" state="0">
1165    <bounds x="53" y="5" width="1" height="1" />
1166  </backdrop>
1167  <backdrop name="dotmatrix379" element="dotmatrixdot" state="0">
1168    <bounds x="54" y="5" width="1" height="1" />
1169  </backdrop>
1170  <backdrop name="dotmatrix380" element="dotmatrixdot" state="0">
1171    <bounds x="55" y="5" width="1" height="1" />
1172  </backdrop>
1173  <backdrop name="dotmatrix381" element="dotmatrixdot" state="0">
1174    <bounds x="56" y="5" width="1" height="1" />
1175  </backdrop>
1176  <backdrop name="dotmatrix382" element="dotmatrixdot" state="0">
1177    <bounds x="57" y="5" width="1" height="1" />
1178  </backdrop>
1179  <backdrop name="dotmatrix383" element="dotmatrixdot" state="0">
1180    <bounds x="58" y="5" width="1" height="1" />
1181  </backdrop>
1182  <backdrop name="dotmatrix384" element="dotmatrixdot" state="0">
1183    <bounds x="59" y="5" width="1" height="1" />
1184  </backdrop>
1185  <backdrop name="dotmatrix385" element="dotmatrixdot" state="0">
1186    <bounds x="60" y="5" width="1" height="1" />
1187  </backdrop>
1188  <backdrop name="dotmatrix386" element="dotmatrixdot" state="0">
1189    <bounds x="61" y="5" width="1" height="1" />
1190  </backdrop>
1191  <backdrop name="dotmatrix387" element="dotmatrixdot" state="0">
1192    <bounds x="62" y="5" width="1" height="1" />
1193  </backdrop>
1194  <backdrop name="dotmatrix388" element="dotmatrixdot" state="0">
1195    <bounds x="63" y="5" width="1" height="1" />
1196  </backdrop>
1197  <backdrop name="dotmatrix389" element="dotmatrixdot" state="0">
1198    <bounds x="64" y="5" width="1" height="1" />
1199  </backdrop>
1200  <backdrop name="dotmatrix390" element="dotmatrixdot" state="0">
1201    <bounds x="0" y="6" width="1" height="1" />
1202  </backdrop>
1203  <backdrop name="dotmatrix391" element="dotmatrixdot" state="0">
1204    <bounds x="1" y="6" width="1" height="1" />
1205  </backdrop>
1206  <backdrop name="dotmatrix392" element="dotmatrixdot" state="0">
1207    <bounds x="2" y="6" width="1" height="1" />
1208  </backdrop>
1209  <backdrop name="dotmatrix393" element="dotmatrixdot" state="0">
1210    <bounds x="3" y="6" width="1" height="1" />
1211  </backdrop>
1212  <backdrop name="dotmatrix394" element="dotmatrixdot" state="0">
1213    <bounds x="4" y="6" width="1" height="1" />
1214  </backdrop>
1215  <backdrop name="dotmatrix395" element="dotmatrixdot" state="0">
1216    <bounds x="5" y="6" width="1" height="1" />
1217  </backdrop>
1218  <backdrop name="dotmatrix396" element="dotmatrixdot" state="0">
1219    <bounds x="6" y="6" width="1" height="1" />
1220  </backdrop>
1221  <backdrop name="dotmatrix397" element="dotmatrixdot" state="0">
1222    <bounds x="7" y="6" width="1" height="1" />
1223  </backdrop>
1224  <backdrop name="dotmatrix398" element="dotmatrixdot" state="0">
1225    <bounds x="8" y="6" width="1" height="1" />
1226  </backdrop>
1227  <backdrop name="dotmatrix399" element="dotmatrixdot" state="0">
1228    <bounds x="9" y="6" width="1" height="1" />
1229  </backdrop>
1230  <backdrop name="dotmatrix400" element="dotmatrixdot" state="0">
1231    <bounds x="10" y="6" width="1" height="1" />
1232  </backdrop>
1233  <backdrop name="dotmatrix401" element="dotmatrixdot" state="0">
1234    <bounds x="11" y="6" width="1" height="1" />
1235  </backdrop>
1236  <backdrop name="dotmatrix402" element="dotmatrixdot" state="0">
1237    <bounds x="12" y="6" width="1" height="1" />
1238  </backdrop>
1239  <backdrop name="dotmatrix403" element="dotmatrixdot" state="0">
1240    <bounds x="13" y="6" width="1" height="1" />
1241  </backdrop>
1242  <backdrop name="dotmatrix404" element="dotmatrixdot" state="0">
1243    <bounds x="14" y="6" width="1" height="1" />
1244  </backdrop>
1245  <backdrop name="dotmatrix405" element="dotmatrixdot" state="0">
1246    <bounds x="15" y="6" width="1" height="1" />
1247  </backdrop>
1248  <backdrop name="dotmatrix406" element="dotmatrixdot" state="0">
1249    <bounds x="16" y="6" width="1" height="1" />
1250  </backdrop>
1251  <backdrop name="dotmatrix407" element="dotmatrixdot" state="0">
1252    <bounds x="17" y="6" width="1" height="1" />
1253  </backdrop>
1254  <backdrop name="dotmatrix408" element="dotmatrixdot" state="0">
1255    <bounds x="18" y="6" width="1" height="1" />
1256  </backdrop>
1257  <backdrop name="dotmatrix409" element="dotmatrixdot" state="0">
1258    <bounds x="19" y="6" width="1" height="1" />
1259  </backdrop>
1260  <backdrop name="dotmatrix410" element="dotmatrixdot" state="0">
1261    <bounds x="20" y="6" width="1" height="1" />
1262  </backdrop>
1263  <backdrop name="dotmatrix411" element="dotmatrixdot" state="0">
1264    <bounds x="21" y="6" width="1" height="1" />
1265  </backdrop>
1266  <backdrop name="dotmatrix412" element="dotmatrixdot" state="0">
1267    <bounds x="22" y="6" width="1" height="1" />
1268  </backdrop>
1269  <backdrop name="dotmatrix413" element="dotmatrixdot" state="0">
1270    <bounds x="23" y="6" width="1" height="1" />
1271  </backdrop>
1272  <backdrop name="dotmatrix414" element="dotmatrixdot" state="0">
1273    <bounds x="24" y="6" width="1" height="1" />
1274  </backdrop>
1275  <backdrop name="dotmatrix415" element="dotmatrixdot" state="0">
1276    <bounds x="25" y="6" width="1" height="1" />
1277  </backdrop>
1278  <backdrop name="dotmatrix416" element="dotmatrixdot" state="0">
1279    <bounds x="26" y="6" width="1" height="1" />
1280  </backdrop>
1281  <backdrop name="dotmatrix417" element="dotmatrixdot" state="0">
1282    <bounds x="27" y="6" width="1" height="1" />
1283  </backdrop>
1284  <backdrop name="dotmatrix418" element="dotmatrixdot" state="0">
1285    <bounds x="28" y="6" width="1" height="1" />
1286  </backdrop>
1287  <backdrop name="dotmatrix419" element="dotmatrixdot" state="0">
1288    <bounds x="29" y="6" width="1" height="1" />
1289  </backdrop>
1290  <backdrop name="dotmatrix420" element="dotmatrixdot" state="0">
1291    <bounds x="30" y="6" width="1" height="1" />
1292  </backdrop>
1293  <backdrop name="dotmatrix421" element="dotmatrixdot" state="0">
1294    <bounds x="31" y="6" width="1" height="1" />
1295  </backdrop>
1296  <backdrop name="dotmatrix422" element="dotmatrixdot" state="0">
1297    <bounds x="32" y="6" width="1" height="1" />
1298  </backdrop>
1299  <backdrop name="dotmatrix423" element="dotmatrixdot" state="0">
1300    <bounds x="33" y="6" width="1" height="1" />
1301  </backdrop>
1302  <backdrop name="dotmatrix424" element="dotmatrixdot" state="0">
1303    <bounds x="34" y="6" width="1" height="1" />
1304  </backdrop>
1305  <backdrop name="dotmatrix425" element="dotmatrixdot" state="0">
1306    <bounds x="35" y="6" width="1" height="1" />
1307  </backdrop>
1308  <backdrop name="dotmatrix426" element="dotmatrixdot" state="0">
1309    <bounds x="36" y="6" width="1" height="1" />
1310  </backdrop>
1311  <backdrop name="dotmatrix427" element="dotmatrixdot" state="0">
1312    <bounds x="37" y="6" width="1" height="1" />
1313  </backdrop>
1314  <backdrop name="dotmatrix428" element="dotmatrixdot" state="0">
1315    <bounds x="38" y="6" width="1" height="1" />
1316  </backdrop>
1317  <backdrop name="dotmatrix429" element="dotmatrixdot" state="0">
1318    <bounds x="39" y="6" width="1" height="1" />
1319  </backdrop>
1320  <backdrop name="dotmatrix430" element="dotmatrixdot" state="0">
1321    <bounds x="40" y="6" width="1" height="1" />
1322  </backdrop>
1323  <backdrop name="dotmatrix431" element="dotmatrixdot" state="0">
1324    <bounds x="41" y="6" width="1" height="1" />
1325  </backdrop>
1326  <backdrop name="dotmatrix432" element="dotmatrixdot" state="0">
1327    <bounds x="42" y="6" width="1" height="1" />
1328  </backdrop>
1329  <backdrop name="dotmatrix433" element="dotmatrixdot" state="0">
1330    <bounds x="43" y="6" width="1" height="1" />
1331  </backdrop>
1332  <backdrop name="dotmatrix434" element="dotmatrixdot" state="0">
1333    <bounds x="44" y="6" width="1" height="1" />
1334  </backdrop>
1335  <backdrop name="dotmatrix435" element="dotmatrixdot" state="0">
1336    <bounds x="45" y="6" width="1" height="1" />
1337  </backdrop>
1338  <backdrop name="dotmatrix436" element="dotmatrixdot" state="0">
1339    <bounds x="46" y="6" width="1" height="1" />
1340  </backdrop>
1341  <backdrop name="dotmatrix437" element="dotmatrixdot" state="0">
1342    <bounds x="47" y="6" width="1" height="1" />
1343  </backdrop>
1344  <backdrop name="dotmatrix438" element="dotmatrixdot" state="0">
1345    <bounds x="48" y="6" width="1" height="1" />
1346  </backdrop>
1347  <backdrop name="dotmatrix439" element="dotmatrixdot" state="0">
1348    <bounds x="49" y="6" width="1" height="1" />
1349  </backdrop>
1350  <backdrop name="dotmatrix440" element="dotmatrixdot" state="0">
1351    <bounds x="50" y="6" width="1" height="1" />
1352  </backdrop>
1353  <backdrop name="dotmatrix441" element="dotmatrixdot" state="0">
1354    <bounds x="51" y="6" width="1" height="1" />
1355  </backdrop>
1356  <backdrop name="dotmatrix442" element="dotmatrixdot" state="0">
1357    <bounds x="52" y="6" width="1" height="1" />
1358  </backdrop>
1359  <backdrop name="dotmatrix443" element="dotmatrixdot" state="0">
1360    <bounds x="53" y="6" width="1" height="1" />
1361  </backdrop>
1362  <backdrop name="dotmatrix444" element="dotmatrixdot" state="0">
1363    <bounds x="54" y="6" width="1" height="1" />
1364  </backdrop>
1365  <backdrop name="dotmatrix445" element="dotmatrixdot" state="0">
1366    <bounds x="55" y="6" width="1" height="1" />
1367  </backdrop>
1368  <backdrop name="dotmatrix446" element="dotmatrixdot" state="0">
1369    <bounds x="56" y="6" width="1" height="1" />
1370  </backdrop>
1371  <backdrop name="dotmatrix447" element="dotmatrixdot" state="0">
1372    <bounds x="57" y="6" width="1" height="1" />
1373  </backdrop>
1374  <backdrop name="dotmatrix448" element="dotmatrixdot" state="0">
1375    <bounds x="58" y="6" width="1" height="1" />
1376  </backdrop>
1377  <backdrop name="dotmatrix449" element="dotmatrixdot" state="0">
1378    <bounds x="59" y="6" width="1" height="1" />
1379  </backdrop>
1380  <backdrop name="dotmatrix450" element="dotmatrixdot" state="0">
1381    <bounds x="60" y="6" width="1" height="1" />
1382  </backdrop>
1383  <backdrop name="dotmatrix451" element="dotmatrixdot" state="0">
1384    <bounds x="61" y="6" width="1" height="1" />
1385  </backdrop>
1386  <backdrop name="dotmatrix452" element="dotmatrixdot" state="0">
1387    <bounds x="62" y="6" width="1" height="1" />
1388  </backdrop>
1389  <backdrop name="dotmatrix453" element="dotmatrixdot" state="0">
1390    <bounds x="63" y="6" width="1" height="1" />
1391  </backdrop>
1392  <backdrop name="dotmatrix454" element="dotmatrixdot" state="0">
1393    <bounds x="64" y="6" width="1" height="1" />
1394  </backdrop>
1395  <backdrop name="dotmatrix455" element="dotmatrixdot" state="0">
1396    <bounds x="0" y="7" width="1" height="1" />
1397  </backdrop>
1398  <backdrop name="dotmatrix456" element="dotmatrixdot" state="0">
1399    <bounds x="1" y="7" width="1" height="1" />
1400  </backdrop>
1401  <backdrop name="dotmatrix457" element="dotmatrixdot" state="0">
1402    <bounds x="2" y="7" width="1" height="1" />
1403  </backdrop>
1404  <backdrop name="dotmatrix458" element="dotmatrixdot" state="0">
1405    <bounds x="3" y="7" width="1" height="1" />
1406  </backdrop>
1407  <backdrop name="dotmatrix459" element="dotmatrixdot" state="0">
1408    <bounds x="4" y="7" width="1" height="1" />
1409  </backdrop>
1410  <backdrop name="dotmatrix460" element="dotmatrixdot" state="0">
1411    <bounds x="5" y="7" width="1" height="1" />
1412  </backdrop>
1413  <backdrop name="dotmatrix461" element="dotmatrixdot" state="0">
1414    <bounds x="6" y="7" width="1" height="1" />
1415  </backdrop>
1416  <backdrop name="dotmatrix462" element="dotmatrixdot" state="0">
1417    <bounds x="7" y="7" width="1" height="1" />
1418  </backdrop>
1419  <backdrop name="dotmatrix463" element="dotmatrixdot" state="0">
1420    <bounds x="8" y="7" width="1" height="1" />
1421  </backdrop>
1422  <backdrop name="dotmatrix464" element="dotmatrixdot" state="0">
1423    <bounds x="9" y="7" width="1" height="1" />
1424  </backdrop>
1425  <backdrop name="dotmatrix465" element="dotmatrixdot" state="0">
1426    <bounds x="10" y="7" width="1" height="1" />
1427  </backdrop>
1428  <backdrop name="dotmatrix466" element="dotmatrixdot" state="0">
1429    <bounds x="11" y="7" width="1" height="1" />
1430  </backdrop>
1431  <backdrop name="dotmatrix467" element="dotmatrixdot" state="0">
1432    <bounds x="12" y="7" width="1" height="1" />
1433  </backdrop>
1434  <backdrop name="dotmatrix468" element="dotmatrixdot" state="0">
1435    <bounds x="13" y="7" width="1" height="1" />
1436  </backdrop>
1437  <backdrop name="dotmatrix469" element="dotmatrixdot" state="0">
1438    <bounds x="14" y="7" width="1" height="1" />
1439  </backdrop>
1440  <backdrop name="dotmatrix470" element="dotmatrixdot" state="0">
1441    <bounds x="15" y="7" width="1" height="1" />
1442  </backdrop>
1443  <backdrop name="dotmatrix471" element="dotmatrixdot" state="0">
1444    <bounds x="16" y="7" width="1" height="1" />
1445  </backdrop>
1446  <backdrop name="dotmatrix472" element="dotmatrixdot" state="0">
1447    <bounds x="17" y="7" width="1" height="1" />
1448  </backdrop>
1449  <backdrop name="dotmatrix473" element="dotmatrixdot" state="0">
1450    <bounds x="18" y="7" width="1" height="1" />
1451  </backdrop>
1452  <backdrop name="dotmatrix474" element="dotmatrixdot" state="0">
1453    <bounds x="19" y="7" width="1" height="1" />
1454  </backdrop>
1455  <backdrop name="dotmatrix475" element="dotmatrixdot" state="0">
1456    <bounds x="20" y="7" width="1" height="1" />
1457  </backdrop>
1458  <backdrop name="dotmatrix476" element="dotmatrixdot" state="0">
1459    <bounds x="21" y="7" width="1" height="1" />
1460  </backdrop>
1461  <backdrop name="dotmatrix477" element="dotmatrixdot" state="0">
1462    <bounds x="22" y="7" width="1" height="1" />
1463  </backdrop>
1464  <backdrop name="dotmatrix478" element="dotmatrixdot" state="0">
1465    <bounds x="23" y="7" width="1" height="1" />
1466  </backdrop>
1467  <backdrop name="dotmatrix479" element="dotmatrixdot" state="0">
1468    <bounds x="24" y="7" width="1" height="1" />
1469  </backdrop>
1470  <backdrop name="dotmatrix480" element="dotmatrixdot" state="0">
1471    <bounds x="25" y="7" width="1" height="1" />
1472  </backdrop>
1473  <backdrop name="dotmatrix481" element="dotmatrixdot" state="0">
1474    <bounds x="26" y="7" width="1" height="1" />
1475  </backdrop>
1476  <backdrop name="dotmatrix482" element="dotmatrixdot" state="0">
1477    <bounds x="27" y="7" width="1" height="1" />
1478  </backdrop>
1479  <backdrop name="dotmatrix483" element="dotmatrixdot" state="0">
1480    <bounds x="28" y="7" width="1" height="1" />
1481  </backdrop>
1482  <backdrop name="dotmatrix484" element="dotmatrixdot" state="0">
1483    <bounds x="29" y="7" width="1" height="1" />
1484  </backdrop>
1485  <backdrop name="dotmatrix485" element="dotmatrixdot" state="0">
1486    <bounds x="30" y="7" width="1" height="1" />
1487  </backdrop>
1488  <backdrop name="dotmatrix486" element="dotmatrixdot" state="0">
1489    <bounds x="31" y="7" width="1" height="1" />
1490  </backdrop>
1491  <backdrop name="dotmatrix487" element="dotmatrixdot" state="0">
1492    <bounds x="32" y="7" width="1" height="1" />
1493  </backdrop>
1494  <backdrop name="dotmatrix488" element="dotmatrixdot" state="0">
1495    <bounds x="33" y="7" width="1" height="1" />
1496  </backdrop>
1497  <backdrop name="dotmatrix489" element="dotmatrixdot" state="0">
1498    <bounds x="34" y="7" width="1" height="1" />
1499  </backdrop>
1500  <backdrop name="dotmatrix490" element="dotmatrixdot" state="0">
1501    <bounds x="35" y="7" width="1" height="1" />
1502  </backdrop>
1503  <backdrop name="dotmatrix491" element="dotmatrixdot" state="0">
1504    <bounds x="36" y="7" width="1" height="1" />
1505  </backdrop>
1506  <backdrop name="dotmatrix492" element="dotmatrixdot" state="0">
1507    <bounds x="37" y="7" width="1" height="1" />
1508  </backdrop>
1509  <backdrop name="dotmatrix493" element="dotmatrixdot" state="0">
1510    <bounds x="38" y="7" width="1" height="1" />
1511  </backdrop>
1512  <backdrop name="dotmatrix494" element="dotmatrixdot" state="0">
1513    <bounds x="39" y="7" width="1" height="1" />
1514  </backdrop>
1515  <backdrop name="dotmatrix495" element="dotmatrixdot" state="0">
1516    <bounds x="40" y="7" width="1" height="1" />
1517  </backdrop>
1518  <backdrop name="dotmatrix496" element="dotmatrixdot" state="0">
1519    <bounds x="41" y="7" width="1" height="1" />
1520  </backdrop>
1521  <backdrop name="dotmatrix497" element="dotmatrixdot" state="0">
1522    <bounds x="42" y="7" width="1" height="1" />
1523  </backdrop>
1524  <backdrop name="dotmatrix498" element="dotmatrixdot" state="0">
1525    <bounds x="43" y="7" width="1" height="1" />
1526  </backdrop>
1527  <backdrop name="dotmatrix499" element="dotmatrixdot" state="0">
1528    <bounds x="44" y="7" width="1" height="1" />
1529  </backdrop>
1530  <backdrop name="dotmatrix500" element="dotmatrixdot" state="0">
1531    <bounds x="45" y="7" width="1" height="1" />
1532  </backdrop>
1533  <backdrop name="dotmatrix501" element="dotmatrixdot" state="0">
1534    <bounds x="46" y="7" width="1" height="1" />
1535  </backdrop>
1536  <backdrop name="dotmatrix502" element="dotmatrixdot" state="0">
1537    <bounds x="47" y="7" width="1" height="1" />
1538  </backdrop>
1539  <backdrop name="dotmatrix503" element="dotmatrixdot" state="0">
1540    <bounds x="48" y="7" width="1" height="1" />
1541  </backdrop>
1542  <backdrop name="dotmatrix504" element="dotmatrixdot" state="0">
1543    <bounds x="49" y="7" width="1" height="1" />
1544  </backdrop>
1545  <backdrop name="dotmatrix505" element="dotmatrixdot" state="0">
1546    <bounds x="50" y="7" width="1" height="1" />
1547  </backdrop>
1548  <backdrop name="dotmatrix506" element="dotmatrixdot" state="0">
1549    <bounds x="51" y="7" width="1" height="1" />
1550  </backdrop>
1551  <backdrop name="dotmatrix507" element="dotmatrixdot" state="0">
1552    <bounds x="52" y="7" width="1" height="1" />
1553  </backdrop>
1554  <backdrop name="dotmatrix508" element="dotmatrixdot" state="0">
1555    <bounds x="53" y="7" width="1" height="1" />
1556  </backdrop>
1557  <backdrop name="dotmatrix509" element="dotmatrixdot" state="0">
1558    <bounds x="54" y="7" width="1" height="1" />
1559  </backdrop>
1560  <backdrop name="dotmatrix510" element="dotmatrixdot" state="0">
1561    <bounds x="55" y="7" width="1" height="1" />
1562  </backdrop>
1563  <backdrop name="dotmatrix511" element="dotmatrixdot" state="0">
1564    <bounds x="56" y="7" width="1" height="1" />
1565  </backdrop>
1566  <backdrop name="dotmatrix512" element="dotmatrixdot" state="0">
1567    <bounds x="57" y="7" width="1" height="1" />
1568  </backdrop>
1569  <backdrop name="dotmatrix513" element="dotmatrixdot" state="0">
1570    <bounds x="58" y="7" width="1" height="1" />
1571  </backdrop>
1572  <backdrop name="dotmatrix514" element="dotmatrixdot" state="0">
1573    <bounds x="59" y="7" width="1" height="1" />
1574  </backdrop>
1575  <backdrop name="dotmatrix515" element="dotmatrixdot" state="0">
1576    <bounds x="60" y="7" width="1" height="1" />
1577  </backdrop>
1578  <backdrop name="dotmatrix516" element="dotmatrixdot" state="0">
1579    <bounds x="61" y="7" width="1" height="1" />
1580  </backdrop>
1581  <backdrop name="dotmatrix517" element="dotmatrixdot" state="0">
1582    <bounds x="62" y="7" width="1" height="1" />
1583  </backdrop>
1584  <backdrop name="dotmatrix518" element="dotmatrixdot" state="0">
1585    <bounds x="63" y="7" width="1" height="1" />
1586  </backdrop>
1587  <backdrop name="dotmatrix519" element="dotmatrixdot" state="0">
1588    <bounds x="64" y="7" width="1" height="1" />
1589  </backdrop>
1590  <backdrop name="dotmatrix520" element="dotmatrixdot" state="0">
1591    <bounds x="0" y="8" width="1" height="1" />
1592  </backdrop>
1593  <backdrop name="dotmatrix521" element="dotmatrixdot" state="0">
1594    <bounds x="1" y="8" width="1" height="1" />
1595  </backdrop>
1596  <backdrop name="dotmatrix522" element="dotmatrixdot" state="0">
1597    <bounds x="2" y="8" width="1" height="1" />
1598  </backdrop>
1599  <backdrop name="dotmatrix523" element="dotmatrixdot" state="0">
1600    <bounds x="3" y="8" width="1" height="1" />
1601  </backdrop>
1602  <backdrop name="dotmatrix524" element="dotmatrixdot" state="0">
1603    <bounds x="4" y="8" width="1" height="1" />
1604  </backdrop>
1605  <backdrop name="dotmatrix525" element="dotmatrixdot" state="0">
1606    <bounds x="5" y="8" width="1" height="1" />
1607  </backdrop>
1608  <backdrop name="dotmatrix526" element="dotmatrixdot" state="0">
1609    <bounds x="6" y="8" width="1" height="1" />
1610  </backdrop>
1611  <backdrop name="dotmatrix527" element="dotmatrixdot" state="0">
1612    <bounds x="7" y="8" width="1" height="1" />
1613  </backdrop>
1614  <backdrop name="dotmatrix528" element="dotmatrixdot" state="0">
1615    <bounds x="8" y="8" width="1" height="1" />
1616  </backdrop>
1617  <backdrop name="dotmatrix529" element="dotmatrixdot" state="0">
1618    <bounds x="9" y="8" width="1" height="1" />
1619  </backdrop>
1620  <backdrop name="dotmatrix530" element="dotmatrixdot" state="0">
1621    <bounds x="10" y="8" width="1" height="1" />
1622  </backdrop>
1623  <backdrop name="dotmatrix531" element="dotmatrixdot" state="0">
1624    <bounds x="11" y="8" width="1" height="1" />
1625  </backdrop>
1626  <backdrop name="dotmatrix532" element="dotmatrixdot" state="0">
1627    <bounds x="12" y="8" width="1" height="1" />
1628  </backdrop>
1629  <backdrop name="dotmatrix533" element="dotmatrixdot" state="0">
1630    <bounds x="13" y="8" width="1" height="1" />
1631  </backdrop>
1632  <backdrop name="dotmatrix534" element="dotmatrixdot" state="0">
1633    <bounds x="14" y="8" width="1" height="1" />
1634  </backdrop>
1635  <backdrop name="dotmatrix535" element="dotmatrixdot" state="0">
1636    <bounds x="15" y="8" width="1" height="1" />
1637  </backdrop>
1638  <backdrop name="dotmatrix536" element="dotmatrixdot" state="0">
1639    <bounds x="16" y="8" width="1" height="1" />
1640  </backdrop>
1641  <backdrop name="dotmatrix537" element="dotmatrixdot" state="0">
1642    <bounds x="17" y="8" width="1" height="1" />
1643  </backdrop>
1644  <backdrop name="dotmatrix538" element="dotmatrixdot" state="0">
1645    <bounds x="18" y="8" width="1" height="1" />
1646  </backdrop>
1647  <backdrop name="dotmatrix539" element="dotmatrixdot" state="0">
1648    <bounds x="19" y="8" width="1" height="1" />
1649  </backdrop>
1650  <backdrop name="dotmatrix540" element="dotmatrixdot" state="0">
1651    <bounds x="20" y="8" width="1" height="1" />
1652  </backdrop>
1653  <backdrop name="dotmatrix541" element="dotmatrixdot" state="0">
1654    <bounds x="21" y="8" width="1" height="1" />
1655  </backdrop>
1656  <backdrop name="dotmatrix542" element="dotmatrixdot" state="0">
1657    <bounds x="22" y="8" width="1" height="1" />
1658  </backdrop>
1659  <backdrop name="dotmatrix543" element="dotmatrixdot" state="0">
1660    <bounds x="23" y="8" width="1" height="1" />
1661  </backdrop>
1662  <backdrop name="dotmatrix544" element="dotmatrixdot" state="0">
1663    <bounds x="24" y="8" width="1" height="1" />
1664  </backdrop>
1665  <backdrop name="dotmatrix545" element="dotmatrixdot" state="0">
1666    <bounds x="25" y="8" width="1" height="1" />
1667  </backdrop>
1668  <backdrop name="dotmatrix546" element="dotmatrixdot" state="0">
1669    <bounds x="26" y="8" width="1" height="1" />
1670  </backdrop>
1671  <backdrop name="dotmatrix547" element="dotmatrixdot" state="0">
1672    <bounds x="27" y="8" width="1" height="1" />
1673  </backdrop>
1674  <backdrop name="dotmatrix548" element="dotmatrixdot" state="0">
1675    <bounds x="28" y="8" width="1" height="1" />
1676  </backdrop>
1677  <backdrop name="dotmatrix549" element="dotmatrixdot" state="0">
1678    <bounds x="29" y="8" width="1" height="1" />
1679  </backdrop>
1680  <backdrop name="dotmatrix550" element="dotmatrixdot" state="0">
1681    <bounds x="30" y="8" width="1" height="1" />
1682  </backdrop>
1683  <backdrop name="dotmatrix551" element="dotmatrixdot" state="0">
1684    <bounds x="31" y="8" width="1" height="1" />
1685  </backdrop>
1686  <backdrop name="dotmatrix552" element="dotmatrixdot" state="0">
1687    <bounds x="32" y="8" width="1" height="1" />
1688  </backdrop>
1689  <backdrop name="dotmatrix553" element="dotmatrixdot" state="0">
1690    <bounds x="33" y="8" width="1" height="1" />
1691  </backdrop>
1692  <backdrop name="dotmatrix554" element="dotmatrixdot" state="0">
1693    <bounds x="34" y="8" width="1" height="1" />
1694  </backdrop>
1695  <backdrop name="dotmatrix555" element="dotmatrixdot" state="0">
1696    <bounds x="35" y="8" width="1" height="1" />
1697  </backdrop>
1698  <backdrop name="dotmatrix556" element="dotmatrixdot" state="0">
1699    <bounds x="36" y="8" width="1" height="1" />
1700  </backdrop>
1701  <backdrop name="dotmatrix557" element="dotmatrixdot" state="0">
1702    <bounds x="37" y="8" width="1" height="1" />
1703  </backdrop>
1704  <backdrop name="dotmatrix558" element="dotmatrixdot" state="0">
1705    <bounds x="38" y="8" width="1" height="1" />
1706  </backdrop>
1707  <backdrop name="dotmatrix559" element="dotmatrixdot" state="0">
1708    <bounds x="39" y="8" width="1" height="1" />
1709  </backdrop>
1710  <backdrop name="dotmatrix560" element="dotmatrixdot" state="0">
1711    <bounds x="40" y="8" width="1" height="1" />
1712  </backdrop>
1713  <backdrop name="dotmatrix561" element="dotmatrixdot" state="0">
1714    <bounds x="41" y="8" width="1" height="1" />
1715  </backdrop>
1716  <backdrop name="dotmatrix562" element="dotmatrixdot" state="0">
1717    <bounds x="42" y="8" width="1" height="1" />
1718  </backdrop>
1719  <backdrop name="dotmatrix563" element="dotmatrixdot" state="0">
1720    <bounds x="43" y="8" width="1" height="1" />
1721  </backdrop>
1722  <backdrop name="dotmatrix564" element="dotmatrixdot" state="0">
1723    <bounds x="44" y="8" width="1" height="1" />
1724  </backdrop>
1725  <backdrop name="dotmatrix565" element="dotmatrixdot" state="0">
1726    <bounds x="45" y="8" width="1" height="1" />
1727  </backdrop>
1728  <backdrop name="dotmatrix566" element="dotmatrixdot" state="0">
1729    <bounds x="46" y="8" width="1" height="1" />
1730  </backdrop>
1731  <backdrop name="dotmatrix567" element="dotmatrixdot" state="0">
1732    <bounds x="47" y="8" width="1" height="1" />
1733  </backdrop>
1734  <backdrop name="dotmatrix568" element="dotmatrixdot" state="0">
1735    <bounds x="48" y="8" width="1" height="1" />
1736  </backdrop>
1737  <backdrop name="dotmatrix569" element="dotmatrixdot" state="0">
1738    <bounds x="49" y="8" width="1" height="1" />
1739  </backdrop>
1740  <backdrop name="dotmatrix570" element="dotmatrixdot" state="0">
1741    <bounds x="50" y="8" width="1" height="1" />
1742  </backdrop>
1743  <backdrop name="dotmatrix571" element="dotmatrixdot" state="0">
1744    <bounds x="51" y="8" width="1" height="1" />
1745  </backdrop>
1746  <backdrop name="dotmatrix572" element="dotmatrixdot" state="0">
1747    <bounds x="52" y="8" width="1" height="1" />
1748  </backdrop>
1749  <backdrop name="dotmatrix573" element="dotmatrixdot" state="0">
1750    <bounds x="53" y="8" width="1" height="1" />
1751  </backdrop>
1752  <backdrop name="dotmatrix574" element="dotmatrixdot" state="0">
1753    <bounds x="54" y="8" width="1" height="1" />
1754  </backdrop>
1755  <backdrop name="dotmatrix575" element="dotmatrixdot" state="0">
1756    <bounds x="55" y="8" width="1" height="1" />
1757  </backdrop>
1758  <backdrop name="dotmatrix576" element="dotmatrixdot" state="0">
1759    <bounds x="56" y="8" width="1" height="1" />
1760  </backdrop>
1761  <backdrop name="dotmatrix577" element="dotmatrixdot" state="0">
1762    <bounds x="57" y="8" width="1" height="1" />
1763  </backdrop>
1764  <backdrop name="dotmatrix578" element="dotmatrixdot" state="0">
1765    <bounds x="58" y="8" width="1" height="1" />
1766  </backdrop>
1767  <backdrop name="dotmatrix579" element="dotmatrixdot" state="0">
1768    <bounds x="59" y="8" width="1" height="1" />
1769  </backdrop>
1770  <backdrop name="dotmatrix580" element="dotmatrixdot" state="0">
1771    <bounds x="60" y="8" width="1" height="1" />
1772  </backdrop>
1773  <backdrop name="dotmatrix581" element="dotmatrixdot" state="0">
1774    <bounds x="61" y="8" width="1" height="1" />
1775  </backdrop>
1776  <backdrop name="dotmatrix582" element="dotmatrixdot" state="0">
1777    <bounds x="62" y="8" width="1" height="1" />
1778  </backdrop>
1779  <backdrop name="dotmatrix583" element="dotmatrixdot" state="0">
1780    <bounds x="63" y="8" width="1" height="1" />
1781  </backdrop>
1782  <backdrop name="dotmatrix584" element="dotmatrixdot" state="0">
1783    <bounds x="64" y="8" width="1" height="1" />
1784  </backdrop>
1785  <backdrop name="dotmatrix585" element="dotmatrixdot" state="0">
1786    <bounds x="0" y="9" width="1" height="1" />
1787  </backdrop>
1788  <backdrop name="dotmatrix586" element="dotmatrixdot" state="0">
1789    <bounds x="1" y="9" width="1" height="1" />
1790  </backdrop>
1791  <backdrop name="dotmatrix587" element="dotmatrixdot" state="0">
1792    <bounds x="2" y="9" width="1" height="1" />
1793  </backdrop>
1794  <backdrop name="dotmatrix588" element="dotmatrixdot" state="0">
1795    <bounds x="3" y="9" width="1" height="1" />
1796  </backdrop>
1797  <backdrop name="dotmatrix589" element="dotmatrixdot" state="0">
1798    <bounds x="4" y="9" width="1" height="1" />
1799  </backdrop>
1800  <backdrop name="dotmatrix590" element="dotmatrixdot" state="0">
1801    <bounds x="5" y="9" width="1" height="1" />
1802  </backdrop>
1803  <backdrop name="dotmatrix591" element="dotmatrixdot" state="0">
1804    <bounds x="6" y="9" width="1" height="1" />
1805  </backdrop>
1806  <backdrop name="dotmatrix592" element="dotmatrixdot" state="0">
1807    <bounds x="7" y="9" width="1" height="1" />
1808  </backdrop>
1809  <backdrop name="dotmatrix593" element="dotmatrixdot" state="0">
1810    <bounds x="8" y="9" width="1" height="1" />
1811  </backdrop>
1812  <backdrop name="dotmatrix594" element="dotmatrixdot" state="0">
1813    <bounds x="9" y="9" width="1" height="1" />
1814  </backdrop>
1815  <backdrop name="dotmatrix595" element="dotmatrixdot" state="0">
1816    <bounds x="10" y="9" width="1" height="1" />
1817  </backdrop>
1818  <backdrop name="dotmatrix596" element="dotmatrixdot" state="0">
1819    <bounds x="11" y="9" width="1" height="1" />
1820  </backdrop>
1821  <backdrop name="dotmatrix597" element="dotmatrixdot" state="0">
1822    <bounds x="12" y="9" width="1" height="1" />
1823  </backdrop>
1824  <backdrop name="dotmatrix598" element="dotmatrixdot" state="0">
1825    <bounds x="13" y="9" width="1" height="1" />
1826  </backdrop>
1827  <backdrop name="dotmatrix599" element="dotmatrixdot" state="0">
1828    <bounds x="14" y="9" width="1" height="1" />
1829  </backdrop>
1830  <backdrop name="dotmatrix600" element="dotmatrixdot" state="0">
1831    <bounds x="15" y="9" width="1" height="1" />
1832  </backdrop>
1833  <backdrop name="dotmatrix601" element="dotmatrixdot" state="0">
1834    <bounds x="16" y="9" width="1" height="1" />
1835  </backdrop>
1836  <backdrop name="dotmatrix602" element="dotmatrixdot" state="0">
1837    <bounds x="17" y="9" width="1" height="1" />
1838  </backdrop>
1839  <backdrop name="dotmatrix603" element="dotmatrixdot" state="0">
1840    <bounds x="18" y="9" width="1" height="1" />
1841  </backdrop>
1842  <backdrop name="dotmatrix604" element="dotmatrixdot" state="0">
1843    <bounds x="19" y="9" width="1" height="1" />
1844  </backdrop>
1845  <backdrop name="dotmatrix605" element="dotmatrixdot" state="0">
1846    <bounds x="20" y="9" width="1" height="1" />
1847  </backdrop>
1848  <backdrop name="dotmatrix606" element="dotmatrixdot" state="0">
1849    <bounds x="21" y="9" width="1" height="1" />
1850  </backdrop>
1851  <backdrop name="dotmatrix607" element="dotmatrixdot" state="0">
1852    <bounds x="22" y="9" width="1" height="1" />
1853  </backdrop>
1854  <backdrop name="dotmatrix608" element="dotmatrixdot" state="0">
1855    <bounds x="23" y="9" width="1" height="1" />
1856  </backdrop>
1857  <backdrop name="dotmatrix609" element="dotmatrixdot" state="0">
1858    <bounds x="24" y="9" width="1" height="1" />
1859  </backdrop>
1860  <backdrop name="dotmatrix610" element="dotmatrixdot" state="0">
1861    <bounds x="25" y="9" width="1" height="1" />
1862  </backdrop>
1863  <backdrop name="dotmatrix611" element="dotmatrixdot" state="0">
1864    <bounds x="26" y="9" width="1" height="1" />
1865  </backdrop>
1866  <backdrop name="dotmatrix612" element="dotmatrixdot" state="0">
1867    <bounds x="27" y="9" width="1" height="1" />
1868  </backdrop>
1869  <backdrop name="dotmatrix613" element="dotmatrixdot" state="0">
1870    <bounds x="28" y="9" width="1" height="1" />
1871  </backdrop>
1872  <backdrop name="dotmatrix614" element="dotmatrixdot" state="0">
1873    <bounds x="29" y="9" width="1" height="1" />
1874  </backdrop>
1875  <backdrop name="dotmatrix615" element="dotmatrixdot" state="0">
1876    <bounds x="30" y="9" width="1" height="1" />
1877  </backdrop>
1878  <backdrop name="dotmatrix616" element="dotmatrixdot" state="0">
1879    <bounds x="31" y="9" width="1" height="1" />
1880  </backdrop>
1881  <backdrop name="dotmatrix617" element="dotmatrixdot" state="0">
1882    <bounds x="32" y="9" width="1" height="1" />
1883  </backdrop>
1884  <backdrop name="dotmatrix618" element="dotmatrixdot" state="0">
1885    <bounds x="33" y="9" width="1" height="1" />
1886  </backdrop>
1887  <backdrop name="dotmatrix619" element="dotmatrixdot" state="0">
1888    <bounds x="34" y="9" width="1" height="1" />
1889  </backdrop>
1890  <backdrop name="dotmatrix620" element="dotmatrixdot" state="0">
1891    <bounds x="35" y="9" width="1" height="1" />
1892  </backdrop>
1893  <backdrop name="dotmatrix621" element="dotmatrixdot" state="0">
1894    <bounds x="36" y="9" width="1" height="1" />
1895  </backdrop>
1896  <backdrop name="dotmatrix622" element="dotmatrixdot" state="0">
1897    <bounds x="37" y="9" width="1" height="1" />
1898  </backdrop>
1899  <backdrop name="dotmatrix623" element="dotmatrixdot" state="0">
1900    <bounds x="38" y="9" width="1" height="1" />
1901  </backdrop>
1902  <backdrop name="dotmatrix624" element="dotmatrixdot" state="0">
1903    <bounds x="39" y="9" width="1" height="1" />
1904  </backdrop>
1905  <backdrop name="dotmatrix625" element="dotmatrixdot" state="0">
1906    <bounds x="40" y="9" width="1" height="1" />
1907  </backdrop>
1908  <backdrop name="dotmatrix626" element="dotmatrixdot" state="0">
1909    <bounds x="41" y="9" width="1" height="1" />
1910  </backdrop>
1911  <backdrop name="dotmatrix627" element="dotmatrixdot" state="0">
1912    <bounds x="42" y="9" width="1" height="1" />
1913  </backdrop>
1914  <backdrop name="dotmatrix628" element="dotmatrixdot" state="0">
1915    <bounds x="43" y="9" width="1" height="1" />
1916  </backdrop>
1917  <backdrop name="dotmatrix629" element="dotmatrixdot" state="0">
1918    <bounds x="44" y="9" width="1" height="1" />
1919  </backdrop>
1920  <backdrop name="dotmatrix630" element="dotmatrixdot" state="0">
1921    <bounds x="45" y="9" width="1" height="1" />
1922  </backdrop>
1923  <backdrop name="dotmatrix631" element="dotmatrixdot" state="0">
1924    <bounds x="46" y="9" width="1" height="1" />
1925  </backdrop>
1926  <backdrop name="dotmatrix632" element="dotmatrixdot" state="0">
1927    <bounds x="47" y="9" width="1" height="1" />
1928  </backdrop>
1929  <backdrop name="dotmatrix633" element="dotmatrixdot" state="0">
1930    <bounds x="48" y="9" width="1" height="1" />
1931  </backdrop>
1932  <backdrop name="dotmatrix634" element="dotmatrixdot" state="0">
1933    <bounds x="49" y="9" width="1" height="1" />
1934  </backdrop>
1935  <backdrop name="dotmatrix635" element="dotmatrixdot" state="0">
1936    <bounds x="50" y="9" width="1" height="1" />
1937  </backdrop>
1938  <backdrop name="dotmatrix636" element="dotmatrixdot" state="0">
1939    <bounds x="51" y="9" width="1" height="1" />
1940  </backdrop>
1941  <backdrop name="dotmatrix637" element="dotmatrixdot" state="0">
1942    <bounds x="52" y="9" width="1" height="1" />
1943  </backdrop>
1944  <backdrop name="dotmatrix638" element="dotmatrixdot" state="0">
1945    <bounds x="53" y="9" width="1" height="1" />
1946  </backdrop>
1947  <backdrop name="dotmatrix639" element="dotmatrixdot" state="0">
1948    <bounds x="54" y="9" width="1" height="1" />
1949  </backdrop>
1950  <backdrop name="dotmatrix640" element="dotmatrixdot" state="0">
1951    <bounds x="55" y="9" width="1" height="1" />
1952  </backdrop>
1953  <backdrop name="dotmatrix641" element="dotmatrixdot" state="0">
1954    <bounds x="56" y="9" width="1" height="1" />
1955  </backdrop>
1956  <backdrop name="dotmatrix642" element="dotmatrixdot" state="0">
1957    <bounds x="57" y="9" width="1" height="1" />
1958  </backdrop>
1959  <backdrop name="dotmatrix643" element="dotmatrixdot" state="0">
1960    <bounds x="58" y="9" width="1" height="1" />
1961  </backdrop>
1962  <backdrop name="dotmatrix644" element="dotmatrixdot" state="0">
1963    <bounds x="59" y="9" width="1" height="1" />
1964  </backdrop>
1965  <backdrop name="dotmatrix645" element="dotmatrixdot" state="0">
1966    <bounds x="60" y="9" width="1" height="1" />
1967  </backdrop>
1968  <backdrop name="dotmatrix646" element="dotmatrixdot" state="0">
1969    <bounds x="61" y="9" width="1" height="1" />
1970  </backdrop>
1971  <backdrop name="dotmatrix647" element="dotmatrixdot" state="0">
1972    <bounds x="62" y="9" width="1" height="1" />
1973  </backdrop>
1974  <backdrop name="dotmatrix648" element="dotmatrixdot" state="0">
1975    <bounds x="63" y="9" width="1" height="1" />
1976  </backdrop>
1977  <backdrop name="dotmatrix649" element="dotmatrixdot" state="0">
1978    <bounds x="64" y="9" width="1" height="1" />
1979  </backdrop>
1980  <backdrop name="dotmatrix650" element="dotmatrixdot" state="0">
1981    <bounds x="0" y="10" width="1" height="1" />
1982  </backdrop>
1983  <backdrop name="dotmatrix651" element="dotmatrixdot" state="0">
1984    <bounds x="1" y="10" width="1" height="1" />
1985  </backdrop>
1986  <backdrop name="dotmatrix652" element="dotmatrixdot" state="0">
1987    <bounds x="2" y="10" width="1" height="1" />
1988  </backdrop>
1989  <backdrop name="dotmatrix653" element="dotmatrixdot" state="0">
1990    <bounds x="3" y="10" width="1" height="1" />
1991  </backdrop>
1992  <backdrop name="dotmatrix654" element="dotmatrixdot" state="0">
1993    <bounds x="4" y="10" width="1" height="1" />
1994  </backdrop>
1995  <backdrop name="dotmatrix655" element="dotmatrixdot" state="0">
1996    <bounds x="5" y="10" width="1" height="1" />
1997  </backdrop>
1998  <backdrop name="dotmatrix656" element="dotmatrixdot" state="0">
1999    <bounds x="6" y="10" width="1" height="1" />
2000  </backdrop>
2001  <backdrop name="dotmatrix657" element="dotmatrixdot" state="0">
2002    <bounds x="7" y="10" width="1" height="1" />
2003  </backdrop>
2004  <backdrop name="dotmatrix658" element="dotmatrixdot" state="0">
2005    <bounds x="8" y="10" width="1" height="1" />
2006  </backdrop>
2007  <backdrop name="dotmatrix659" element="dotmatrixdot" state="0">
2008    <bounds x="9" y="10" width="1" height="1" />
2009  </backdrop>
2010  <backdrop name="dotmatrix660" element="dotmatrixdot" state="0">
2011    <bounds x="10" y="10" width="1" height="1" />
2012  </backdrop>
2013  <backdrop name="dotmatrix661" element="dotmatrixdot" state="0">
2014    <bounds x="11" y="10" width="1" height="1" />
2015  </backdrop>
2016  <backdrop name="dotmatrix662" element="dotmatrixdot" state="0">
2017    <bounds x="12" y="10" width="1" height="1" />
2018  </backdrop>
2019  <backdrop name="dotmatrix663" element="dotmatrixdot" state="0">
2020    <bounds x="13" y="10" width="1" height="1" />
2021  </backdrop>
2022  <backdrop name="dotmatrix664" element="dotmatrixdot" state="0">
2023    <bounds x="14" y="10" width="1" height="1" />
2024  </backdrop>
2025  <backdrop name="dotmatrix665" element="dotmatrixdot" state="0">
2026    <bounds x="15" y="10" width="1" height="1" />
2027  </backdrop>
2028  <backdrop name="dotmatrix666" element="dotmatrixdot" state="0">
2029    <bounds x="16" y="10" width="1" height="1" />
2030  </backdrop>
2031  <backdrop name="dotmatrix667" element="dotmatrixdot" state="0">
2032    <bounds x="17" y="10" width="1" height="1" />
2033  </backdrop>
2034  <backdrop name="dotmatrix668" element="dotmatrixdot" state="0">
2035    <bounds x="18" y="10" width="1" height="1" />
2036  </backdrop>
2037  <backdrop name="dotmatrix669" element="dotmatrixdot" state="0">
2038    <bounds x="19" y="10" width="1" height="1" />
2039  </backdrop>
2040  <backdrop name="dotmatrix670" element="dotmatrixdot" state="0">
2041    <bounds x="20" y="10" width="1" height="1" />
2042  </backdrop>
2043  <backdrop name="dotmatrix671" element="dotmatrixdot" state="0">
2044    <bounds x="21" y="10" width="1" height="1" />
2045  </backdrop>
2046  <backdrop name="dotmatrix672" element="dotmatrixdot" state="0">
2047    <bounds x="22" y="10" width="1" height="1" />
2048  </backdrop>
2049  <backdrop name="dotmatrix673" element="dotmatrixdot" state="0">
2050    <bounds x="23" y="10" width="1" height="1" />
2051  </backdrop>
2052  <backdrop name="dotmatrix674" element="dotmatrixdot" state="0">
2053    <bounds x="24" y="10" width="1" height="1" />
2054  </backdrop>
2055  <backdrop name="dotmatrix675" element="dotmatrixdot" state="0">
2056    <bounds x="25" y="10" width="1" height="1" />
2057  </backdrop>
2058  <backdrop name="dotmatrix676" element="dotmatrixdot" state="0">
2059    <bounds x="26" y="10" width="1" height="1" />
2060  </backdrop>
2061  <backdrop name="dotmatrix677" element="dotmatrixdot" state="0">
2062    <bounds x="27" y="10" width="1" height="1" />
2063  </backdrop>
2064  <backdrop name="dotmatrix678" element="dotmatrixdot" state="0">
2065    <bounds x="28" y="10" width="1" height="1" />
2066  </backdrop>
2067  <backdrop name="dotmatrix679" element="dotmatrixdot" state="0">
2068    <bounds x="29" y="10" width="1" height="1" />
2069  </backdrop>
2070  <backdrop name="dotmatrix680" element="dotmatrixdot" state="0">
2071    <bounds x="30" y="10" width="1" height="1" />
2072  </backdrop>
2073  <backdrop name="dotmatrix681" element="dotmatrixdot" state="0">
2074    <bounds x="31" y="10" width="1" height="1" />
2075  </backdrop>
2076  <backdrop name="dotmatrix682" element="dotmatrixdot" state="0">
2077    <bounds x="32" y="10" width="1" height="1" />
2078  </backdrop>
2079  <backdrop name="dotmatrix683" element="dotmatrixdot" state="0">
2080    <bounds x="33" y="10" width="1" height="1" />
2081  </backdrop>
2082  <backdrop name="dotmatrix684" element="dotmatrixdot" state="0">
2083    <bounds x="34" y="10" width="1" height="1" />
2084  </backdrop>
2085  <backdrop name="dotmatrix685" element="dotmatrixdot" state="0">
2086    <bounds x="35" y="10" width="1" height="1" />
2087  </backdrop>
2088  <backdrop name="dotmatrix686" element="dotmatrixdot" state="0">
2089    <bounds x="36" y="10" width="1" height="1" />
2090  </backdrop>
2091  <backdrop name="dotmatrix687" element="dotmatrixdot" state="0">
2092    <bounds x="37" y="10" width="1" height="1" />
2093  </backdrop>
2094  <backdrop name="dotmatrix688" element="dotmatrixdot" state="0">
2095    <bounds x="38" y="10" width="1" height="1" />
2096  </backdrop>
2097  <backdrop name="dotmatrix689" element="dotmatrixdot" state="0">
2098    <bounds x="39" y="10" width="1" height="1" />
2099  </backdrop>
2100  <backdrop name="dotmatrix690" element="dotmatrixdot" state="0">
2101    <bounds x="40" y="10" width="1" height="1" />
2102  </backdrop>
2103  <backdrop name="dotmatrix691" element="dotmatrixdot" state="0">
2104    <bounds x="41" y="10" width="1" height="1" />
2105  </backdrop>
2106  <backdrop name="dotmatrix692" element="dotmatrixdot" state="0">
2107    <bounds x="42" y="10" width="1" height="1" />
2108  </backdrop>
2109  <backdrop name="dotmatrix693" element="dotmatrixdot" state="0">
2110    <bounds x="43" y="10" width="1" height="1" />
2111  </backdrop>
2112  <backdrop name="dotmatrix694" element="dotmatrixdot" state="0">
2113    <bounds x="44" y="10" width="1" height="1" />
2114  </backdrop>
2115  <backdrop name="dotmatrix695" element="dotmatrixdot" state="0">
2116    <bounds x="45" y="10" width="1" height="1" />
2117  </backdrop>
2118  <backdrop name="dotmatrix696" element="dotmatrixdot" state="0">
2119    <bounds x="46" y="10" width="1" height="1" />
2120  </backdrop>
2121  <backdrop name="dotmatrix697" element="dotmatrixdot" state="0">
2122    <bounds x="47" y="10" width="1" height="1" />
2123  </backdrop>
2124  <backdrop name="dotmatrix698" element="dotmatrixdot" state="0">
2125    <bounds x="48" y="10" width="1" height="1" />
2126  </backdrop>
2127  <backdrop name="dotmatrix699" element="dotmatrixdot" state="0">
2128    <bounds x="49" y="10" width="1" height="1" />
2129  </backdrop>
2130  <backdrop name="dotmatrix700" element="dotmatrixdot" state="0">
2131    <bounds x="50" y="10" width="1" height="1" />
2132  </backdrop>
2133  <backdrop name="dotmatrix701" element="dotmatrixdot" state="0">
2134    <bounds x="51" y="10" width="1" height="1" />
2135  </backdrop>
2136  <backdrop name="dotmatrix702" element="dotmatrixdot" state="0">
2137    <bounds x="52" y="10" width="1" height="1" />
2138  </backdrop>
2139  <backdrop name="dotmatrix703" element="dotmatrixdot" state="0">
2140    <bounds x="53" y="10" width="1" height="1" />
2141  </backdrop>
2142  <backdrop name="dotmatrix704" element="dotmatrixdot" state="0">
2143    <bounds x="54" y="10" width="1" height="1" />
2144  </backdrop>
2145  <backdrop name="dotmatrix705" element="dotmatrixdot" state="0">
2146    <bounds x="55" y="10" width="1" height="1" />
2147  </backdrop>
2148  <backdrop name="dotmatrix706" element="dotmatrixdot" state="0">
2149    <bounds x="56" y="10" width="1" height="1" />
2150  </backdrop>
2151  <backdrop name="dotmatrix707" element="dotmatrixdot" state="0">
2152    <bounds x="57" y="10" width="1" height="1" />
2153  </backdrop>
2154  <backdrop name="dotmatrix708" element="dotmatrixdot" state="0">
2155    <bounds x="58" y="10" width="1" height="1" />
2156  </backdrop>
2157  <backdrop name="dotmatrix709" element="dotmatrixdot" state="0">
2158    <bounds x="59" y="10" width="1" height="1" />
2159  </backdrop>
2160  <backdrop name="dotmatrix710" element="dotmatrixdot" state="0">
2161    <bounds x="60" y="10" width="1" height="1" />
2162  </backdrop>
2163  <backdrop name="dotmatrix711" element="dotmatrixdot" state="0">
2164    <bounds x="61" y="10" width="1" height="1" />
2165  </backdrop>
2166  <backdrop name="dotmatrix712" element="dotmatrixdot" state="0">
2167    <bounds x="62" y="10" width="1" height="1" />
2168  </backdrop>
2169  <backdrop name="dotmatrix713" element="dotmatrixdot" state="0">
2170    <bounds x="63" y="10" width="1" height="1" />
2171  </backdrop>
2172  <backdrop name="dotmatrix714" element="dotmatrixdot" state="0">
2173    <bounds x="64" y="10" width="1" height="1" />
2174  </backdrop>
2175  <backdrop name="dotmatrix715" element="dotmatrixdot" state="0">
2176    <bounds x="0" y="11" width="1" height="1" />
2177  </backdrop>
2178  <backdrop name="dotmatrix716" element="dotmatrixdot" state="0">
2179    <bounds x="1" y="11" width="1" height="1" />
2180  </backdrop>
2181  <backdrop name="dotmatrix717" element="dotmatrixdot" state="0">
2182    <bounds x="2" y="11" width="1" height="1" />
2183  </backdrop>
2184  <backdrop name="dotmatrix718" element="dotmatrixdot" state="0">
2185    <bounds x="3" y="11" width="1" height="1" />
2186  </backdrop>
2187  <backdrop name="dotmatrix719" element="dotmatrixdot" state="0">
2188    <bounds x="4" y="11" width="1" height="1" />
2189  </backdrop>
2190  <backdrop name="dotmatrix720" element="dotmatrixdot" state="0">
2191    <bounds x="5" y="11" width="1" height="1" />
2192  </backdrop>
2193  <backdrop name="dotmatrix721" element="dotmatrixdot" state="0">
2194    <bounds x="6" y="11" width="1" height="1" />
2195  </backdrop>
2196  <backdrop name="dotmatrix722" element="dotmatrixdot" state="0">
2197    <bounds x="7" y="11" width="1" height="1" />
2198  </backdrop>
2199  <backdrop name="dotmatrix723" element="dotmatrixdot" state="0">
2200    <bounds x="8" y="11" width="1" height="1" />
2201  </backdrop>
2202  <backdrop name="dotmatrix724" element="dotmatrixdot" state="0">
2203    <bounds x="9" y="11" width="1" height="1" />
2204  </backdrop>
2205  <backdrop name="dotmatrix725" element="dotmatrixdot" state="0">
2206    <bounds x="10" y="11" width="1" height="1" />
2207  </backdrop>
2208  <backdrop name="dotmatrix726" element="dotmatrixdot" state="0">
2209    <bounds x="11" y="11" width="1" height="1" />
2210  </backdrop>
2211  <backdrop name="dotmatrix727" element="dotmatrixdot" state="0">
2212    <bounds x="12" y="11" width="1" height="1" />
2213  </backdrop>
2214  <backdrop name="dotmatrix728" element="dotmatrixdot" state="0">
2215    <bounds x="13" y="11" width="1" height="1" />
2216  </backdrop>
2217  <backdrop name="dotmatrix729" element="dotmatrixdot" state="0">
2218    <bounds x="14" y="11" width="1" height="1" />
2219  </backdrop>
2220  <backdrop name="dotmatrix730" element="dotmatrixdot" state="0">
2221    <bounds x="15" y="11" width="1" height="1" />
2222  </backdrop>
2223  <backdrop name="dotmatrix731" element="dotmatrixdot" state="0">
2224    <bounds x="16" y="11" width="1" height="1" />
2225  </backdrop>
2226  <backdrop name="dotmatrix732" element="dotmatrixdot" state="0">
2227    <bounds x="17" y="11" width="1" height="1" />
2228  </backdrop>
2229  <backdrop name="dotmatrix733" element="dotmatrixdot" state="0">
2230    <bounds x="18" y="11" width="1" height="1" />
2231  </backdrop>
2232  <backdrop name="dotmatrix734" element="dotmatrixdot" state="0">
2233    <bounds x="19" y="11" width="1" height="1" />
2234  </backdrop>
2235  <backdrop name="dotmatrix735" element="dotmatrixdot" state="0">
2236    <bounds x="20" y="11" width="1" height="1" />
2237  </backdrop>
2238  <backdrop name="dotmatrix736" element="dotmatrixdot" state="0">
2239    <bounds x="21" y="11" width="1" height="1" />
2240  </backdrop>
2241  <backdrop name="dotmatrix737" element="dotmatrixdot" state="0">
2242    <bounds x="22" y="11" width="1" height="1" />
2243  </backdrop>
2244  <backdrop name="dotmatrix738" element="dotmatrixdot" state="0">
2245    <bounds x="23" y="11" width="1" height="1" />
2246  </backdrop>
2247  <backdrop name="dotmatrix739" element="dotmatrixdot" state="0">
2248    <bounds x="24" y="11" width="1" height="1" />
2249  </backdrop>
2250  <backdrop name="dotmatrix740" element="dotmatrixdot" state="0">
2251    <bounds x="25" y="11" width="1" height="1" />
2252  </backdrop>
2253  <backdrop name="dotmatrix741" element="dotmatrixdot" state="0">
2254    <bounds x="26" y="11" width="1" height="1" />
2255  </backdrop>
2256  <backdrop name="dotmatrix742" element="dotmatrixdot" state="0">
2257    <bounds x="27" y="11" width="1" height="1" />
2258  </backdrop>
2259  <backdrop name="dotmatrix743" element="dotmatrixdot" state="0">
2260    <bounds x="28" y="11" width="1" height="1" />
2261  </backdrop>
2262  <backdrop name="dotmatrix744" element="dotmatrixdot" state="0">
2263    <bounds x="29" y="11" width="1" height="1" />
2264  </backdrop>
2265  <backdrop name="dotmatrix745" element="dotmatrixdot" state="0">
2266    <bounds x="30" y="11" width="1" height="1" />
2267  </backdrop>
2268  <backdrop name="dotmatrix746" element="dotmatrixdot" state="0">
2269    <bounds x="31" y="11" width="1" height="1" />
2270  </backdrop>
2271  <backdrop name="dotmatrix747" element="dotmatrixdot" state="0">
2272    <bounds x="32" y="11" width="1" height="1" />
2273  </backdrop>
2274  <backdrop name="dotmatrix748" element="dotmatrixdot" state="0">
2275    <bounds x="33" y="11" width="1" height="1" />
2276  </backdrop>
2277  <backdrop name="dotmatrix749" element="dotmatrixdot" state="0">
2278    <bounds x="34" y="11" width="1" height="1" />
2279  </backdrop>
2280  <backdrop name="dotmatrix750" element="dotmatrixdot" state="0">
2281    <bounds x="35" y="11" width="1" height="1" />
2282  </backdrop>
2283  <backdrop name="dotmatrix751" element="dotmatrixdot" state="0">
2284    <bounds x="36" y="11" width="1" height="1" />
2285  </backdrop>
2286  <backdrop name="dotmatrix752" element="dotmatrixdot" state="0">
2287    <bounds x="37" y="11" width="1" height="1" />
2288  </backdrop>
2289  <backdrop name="dotmatrix753" element="dotmatrixdot" state="0">
2290    <bounds x="38" y="11" width="1" height="1" />
2291  </backdrop>
2292  <backdrop name="dotmatrix754" element="dotmatrixdot" state="0">
2293    <bounds x="39" y="11" width="1" height="1" />
2294  </backdrop>
2295  <backdrop name="dotmatrix755" element="dotmatrixdot" state="0">
2296    <bounds x="40" y="11" width="1" height="1" />
2297  </backdrop>
2298  <backdrop name="dotmatrix756" element="dotmatrixdot" state="0">
2299    <bounds x="41" y="11" width="1" height="1" />
2300  </backdrop>
2301  <backdrop name="dotmatrix757" element="dotmatrixdot" state="0">
2302    <bounds x="42" y="11" width="1" height="1" />
2303  </backdrop>
2304  <backdrop name="dotmatrix758" element="dotmatrixdot" state="0">
2305    <bounds x="43" y="11" width="1" height="1" />
2306  </backdrop>
2307  <backdrop name="dotmatrix759" element="dotmatrixdot" state="0">
2308    <bounds x="44" y="11" width="1" height="1" />
2309  </backdrop>
2310  <backdrop name="dotmatrix760" element="dotmatrixdot" state="0">
2311    <bounds x="45" y="11" width="1" height="1" />
2312  </backdrop>
2313  <backdrop name="dotmatrix761" element="dotmatrixdot" state="0">
2314    <bounds x="46" y="11" width="1" height="1" />
2315  </backdrop>
2316  <backdrop name="dotmatrix762" element="dotmatrixdot" state="0">
2317    <bounds x="47" y="11" width="1" height="1" />
2318  </backdrop>
2319  <backdrop name="dotmatrix763" element="dotmatrixdot" state="0">
2320    <bounds x="48" y="11" width="1" height="1" />
2321  </backdrop>
2322  <backdrop name="dotmatrix764" element="dotmatrixdot" state="0">
2323    <bounds x="49" y="11" width="1" height="1" />
2324  </backdrop>
2325  <backdrop name="dotmatrix765" element="dotmatrixdot" state="0">
2326    <bounds x="50" y="11" width="1" height="1" />
2327  </backdrop>
2328  <backdrop name="dotmatrix766" element="dotmatrixdot" state="0">
2329    <bounds x="51" y="11" width="1" height="1" />
2330  </backdrop>
2331  <backdrop name="dotmatrix767" element="dotmatrixdot" state="0">
2332    <bounds x="52" y="11" width="1" height="1" />
2333  </backdrop>
2334  <backdrop name="dotmatrix768" element="dotmatrixdot" state="0">
2335    <bounds x="53" y="11" width="1" height="1" />
2336  </backdrop>
2337  <backdrop name="dotmatrix769" element="dotmatrixdot" state="0">
2338    <bounds x="54" y="11" width="1" height="1" />
2339  </backdrop>
2340  <backdrop name="dotmatrix770" element="dotmatrixdot" state="0">
2341    <bounds x="55" y="11" width="1" height="1" />
2342  </backdrop>
2343  <backdrop name="dotmatrix771" element="dotmatrixdot" state="0">
2344    <bounds x="56" y="11" width="1" height="1" />
2345  </backdrop>
2346  <backdrop name="dotmatrix772" element="dotmatrixdot" state="0">
2347    <bounds x="57" y="11" width="1" height="1" />
2348  </backdrop>
2349  <backdrop name="dotmatrix773" element="dotmatrixdot" state="0">
2350    <bounds x="58" y="11" width="1" height="1" />
2351  </backdrop>
2352  <backdrop name="dotmatrix774" element="dotmatrixdot" state="0">
2353    <bounds x="59" y="11" width="1" height="1" />
2354  </backdrop>
2355  <backdrop name="dotmatrix775" element="dotmatrixdot" state="0">
2356    <bounds x="60" y="11" width="1" height="1" />
2357  </backdrop>
2358  <backdrop name="dotmatrix776" element="dotmatrixdot" state="0">
2359    <bounds x="61" y="11" width="1" height="1" />
2360  </backdrop>
2361  <backdrop name="dotmatrix777" element="dotmatrixdot" state="0">
2362    <bounds x="62" y="11" width="1" height="1" />
2363  </backdrop>
2364  <backdrop name="dotmatrix778" element="dotmatrixdot" state="0">
2365    <bounds x="63" y="11" width="1" height="1" />
2366  </backdrop>
2367  <backdrop name="dotmatrix779" element="dotmatrixdot" state="0">
2368    <bounds x="64" y="11" width="1" height="1" />
2369  </backdrop>
2370  <backdrop name="dotmatrix780" element="dotmatrixdot" state="0">
2371    <bounds x="0" y="12" width="1" height="1" />
2372  </backdrop>
2373  <backdrop name="dotmatrix781" element="dotmatrixdot" state="0">
2374    <bounds x="1" y="12" width="1" height="1" />
2375  </backdrop>
2376  <backdrop name="dotmatrix782" element="dotmatrixdot" state="0">
2377    <bounds x="2" y="12" width="1" height="1" />
2378  </backdrop>
2379  <backdrop name="dotmatrix783" element="dotmatrixdot" state="0">
2380    <bounds x="3" y="12" width="1" height="1" />
2381  </backdrop>
2382  <backdrop name="dotmatrix784" element="dotmatrixdot" state="0">
2383    <bounds x="4" y="12" width="1" height="1" />
2384  </backdrop>
2385  <backdrop name="dotmatrix785" element="dotmatrixdot" state="0">
2386    <bounds x="5" y="12" width="1" height="1" />
2387  </backdrop>
2388  <backdrop name="dotmatrix786" element="dotmatrixdot" state="0">
2389    <bounds x="6" y="12" width="1" height="1" />
2390  </backdrop>
2391  <backdrop name="dotmatrix787" element="dotmatrixdot" state="0">
2392    <bounds x="7" y="12" width="1" height="1" />
2393  </backdrop>
2394  <backdrop name="dotmatrix788" element="dotmatrixdot" state="0">
2395    <bounds x="8" y="12" width="1" height="1" />
2396  </backdrop>
2397  <backdrop name="dotmatrix789" element="dotmatrixdot" state="0">
2398    <bounds x="9" y="12" width="1" height="1" />
2399  </backdrop>
2400  <backdrop name="dotmatrix790" element="dotmatrixdot" state="0">
2401    <bounds x="10" y="12" width="1" height="1" />
2402  </backdrop>
2403  <backdrop name="dotmatrix791" element="dotmatrixdot" state="0">
2404    <bounds x="11" y="12" width="1" height="1" />
2405  </backdrop>
2406  <backdrop name="dotmatrix792" element="dotmatrixdot" state="0">
2407    <bounds x="12" y="12" width="1" height="1" />
2408  </backdrop>
2409  <backdrop name="dotmatrix793" element="dotmatrixdot" state="0">
2410    <bounds x="13" y="12" width="1" height="1" />
2411  </backdrop>
2412  <backdrop name="dotmatrix794" element="dotmatrixdot" state="0">
2413    <bounds x="14" y="12" width="1" height="1" />
2414  </backdrop>
2415  <backdrop name="dotmatrix795" element="dotmatrixdot" state="0">
2416    <bounds x="15" y="12" width="1" height="1" />
2417  </backdrop>
2418  <backdrop name="dotmatrix796" element="dotmatrixdot" state="0">
2419    <bounds x="16" y="12" width="1" height="1" />
2420  </backdrop>
2421  <backdrop name="dotmatrix797" element="dotmatrixdot" state="0">
2422    <bounds x="17" y="12" width="1" height="1" />
2423  </backdrop>
2424  <backdrop name="dotmatrix798" element="dotmatrixdot" state="0">
2425    <bounds x="18" y="12" width="1" height="1" />
2426  </backdrop>
2427  <backdrop name="dotmatrix799" element="dotmatrixdot" state="0">
2428    <bounds x="19" y="12" width="1" height="1" />
2429  </backdrop>
2430  <backdrop name="dotmatrix800" element="dotmatrixdot" state="0">
2431    <bounds x="20" y="12" width="1" height="1" />
2432  </backdrop>
2433  <backdrop name="dotmatrix801" element="dotmatrixdot" state="0">
2434    <bounds x="21" y="12" width="1" height="1" />
2435  </backdrop>
2436  <backdrop name="dotmatrix802" element="dotmatrixdot" state="0">
2437    <bounds x="22" y="12" width="1" height="1" />
2438  </backdrop>
2439  <backdrop name="dotmatrix803" element="dotmatrixdot" state="0">
2440    <bounds x="23" y="12" width="1" height="1" />
2441  </backdrop>
2442  <backdrop name="dotmatrix804" element="dotmatrixdot" state="0">
2443    <bounds x="24" y="12" width="1" height="1" />
2444  </backdrop>
2445  <backdrop name="dotmatrix805" element="dotmatrixdot" state="0">
2446    <bounds x="25" y="12" width="1" height="1" />
2447  </backdrop>
2448  <backdrop name="dotmatrix806" element="dotmatrixdot" state="0">
2449    <bounds x="26" y="12" width="1" height="1" />
2450  </backdrop>
2451  <backdrop name="dotmatrix807" element="dotmatrixdot" state="0">
2452    <bounds x="27" y="12" width="1" height="1" />
2453  </backdrop>
2454  <backdrop name="dotmatrix808" element="dotmatrixdot" state="0">
2455    <bounds x="28" y="12" width="1" height="1" />
2456  </backdrop>
2457  <backdrop name="dotmatrix809" element="dotmatrixdot" state="0">
2458    <bounds x="29" y="12" width="1" height="1" />
2459  </backdrop>
2460  <backdrop name="dotmatrix810" element="dotmatrixdot" state="0">
2461    <bounds x="30" y="12" width="1" height="1" />
2462  </backdrop>
2463  <backdrop name="dotmatrix811" element="dotmatrixdot" state="0">
2464    <bounds x="31" y="12" width="1" height="1" />
2465  </backdrop>
2466  <backdrop name="dotmatrix812" element="dotmatrixdot" state="0">
2467    <bounds x="32" y="12" width="1" height="1" />
2468  </backdrop>
2469  <backdrop name="dotmatrix813" element="dotmatrixdot" state="0">
2470    <bounds x="33" y="12" width="1" height="1" />
2471  </backdrop>
2472  <backdrop name="dotmatrix814" element="dotmatrixdot" state="0">
2473    <bounds x="34" y="12" width="1" height="1" />
2474  </backdrop>
2475  <backdrop name="dotmatrix815" element="dotmatrixdot" state="0">
2476    <bounds x="35" y="12" width="1" height="1" />
2477  </backdrop>
2478  <backdrop name="dotmatrix816" element="dotmatrixdot" state="0">
2479    <bounds x="36" y="12" width="1" height="1" />
2480  </backdrop>
2481  <backdrop name="dotmatrix817" element="dotmatrixdot" state="0">
2482    <bounds x="37" y="12" width="1" height="1" />
2483  </backdrop>
2484  <backdrop name="dotmatrix818" element="dotmatrixdot" state="0">
2485    <bounds x="38" y="12" width="1" height="1" />
2486  </backdrop>
2487  <backdrop name="dotmatrix819" element="dotmatrixdot" state="0">
2488    <bounds x="39" y="12" width="1" height="1" />
2489  </backdrop>
2490  <backdrop name="dotmatrix820" element="dotmatrixdot" state="0">
2491    <bounds x="40" y="12" width="1" height="1" />
2492  </backdrop>
2493  <backdrop name="dotmatrix821" element="dotmatrixdot" state="0">
2494    <bounds x="41" y="12" width="1" height="1" />
2495  </backdrop>
2496  <backdrop name="dotmatrix822" element="dotmatrixdot" state="0">
2497    <bounds x="42" y="12" width="1" height="1" />
2498  </backdrop>
2499  <backdrop name="dotmatrix823" element="dotmatrixdot" state="0">
2500    <bounds x="43" y="12" width="1" height="1" />
2501  </backdrop>
2502  <backdrop name="dotmatrix824" element="dotmatrixdot" state="0">
2503    <bounds x="44" y="12" width="1" height="1" />
2504  </backdrop>
2505  <backdrop name="dotmatrix825" element="dotmatrixdot" state="0">
2506    <bounds x="45" y="12" width="1" height="1" />
2507  </backdrop>
2508  <backdrop name="dotmatrix826" element="dotmatrixdot" state="0">
2509    <bounds x="46" y="12" width="1" height="1" />
2510  </backdrop>
2511  <backdrop name="dotmatrix827" element="dotmatrixdot" state="0">
2512    <bounds x="47" y="12" width="1" height="1" />
2513  </backdrop>
2514  <backdrop name="dotmatrix828" element="dotmatrixdot" state="0">
2515    <bounds x="48" y="12" width="1" height="1" />
2516  </backdrop>
2517  <backdrop name="dotmatrix829" element="dotmatrixdot" state="0">
2518    <bounds x="49" y="12" width="1" height="1" />
2519  </backdrop>
2520  <backdrop name="dotmatrix830" element="dotmatrixdot" state="0">
2521    <bounds x="50" y="12" width="1" height="1" />
2522  </backdrop>
2523  <backdrop name="dotmatrix831" element="dotmatrixdot" state="0">
2524    <bounds x="51" y="12" width="1" height="1" />
2525  </backdrop>
2526  <backdrop name="dotmatrix832" element="dotmatrixdot" state="0">
2527    <bounds x="52" y="12" width="1" height="1" />
2528  </backdrop>
2529  <backdrop name="dotmatrix833" element="dotmatrixdot" state="0">
2530    <bounds x="53" y="12" width="1" height="1" />
2531  </backdrop>
2532  <backdrop name="dotmatrix834" element="dotmatrixdot" state="0">
2533    <bounds x="54" y="12" width="1" height="1" />
2534  </backdrop>
2535  <backdrop name="dotmatrix835" element="dotmatrixdot" state="0">
2536    <bounds x="55" y="12" width="1" height="1" />
2537  </backdrop>
2538  <backdrop name="dotmatrix836" element="dotmatrixdot" state="0">
2539    <bounds x="56" y="12" width="1" height="1" />
2540  </backdrop>
2541  <backdrop name="dotmatrix837" element="dotmatrixdot" state="0">
2542    <bounds x="57" y="12" width="1" height="1" />
2543  </backdrop>
2544  <backdrop name="dotmatrix838" element="dotmatrixdot" state="0">
2545    <bounds x="58" y="12" width="1" height="1" />
2546  </backdrop>
2547  <backdrop name="dotmatrix839" element="dotmatrixdot" state="0">
2548    <bounds x="59" y="12" width="1" height="1" />
2549  </backdrop>
2550  <backdrop name="dotmatrix840" element="dotmatrixdot" state="0">
2551    <bounds x="60" y="12" width="1" height="1" />
2552  </backdrop>
2553  <backdrop name="dotmatrix841" element="dotmatrixdot" state="0">
2554    <bounds x="61" y="12" width="1" height="1" />
2555  </backdrop>
2556  <backdrop name="dotmatrix842" element="dotmatrixdot" state="0">
2557    <bounds x="62" y="12" width="1" height="1" />
2558  </backdrop>
2559  <backdrop name="dotmatrix843" element="dotmatrixdot" state="0">
2560    <bounds x="63" y="12" width="1" height="1" />
2561  </backdrop>
2562  <backdrop name="dotmatrix844" element="dotmatrixdot" state="0">
2563    <bounds x="64" y="12" width="1" height="1" />
2564  </backdrop>
2565  <backdrop name="dotmatrix845" element="dotmatrixdot" state="0">
2566    <bounds x="0" y="13" width="1" height="1" />
2567  </backdrop>
2568  <backdrop name="dotmatrix846" element="dotmatrixdot" state="0">
2569    <bounds x="1" y="13" width="1" height="1" />
2570  </backdrop>
2571  <backdrop name="dotmatrix847" element="dotmatrixdot" state="0">
2572    <bounds x="2" y="13" width="1" height="1" />
2573  </backdrop>
2574  <backdrop name="dotmatrix848" element="dotmatrixdot" state="0">
2575    <bounds x="3" y="13" width="1" height="1" />
2576  </backdrop>
2577  <backdrop name="dotmatrix849" element="dotmatrixdot" state="0">
2578    <bounds x="4" y="13" width="1" height="1" />
2579  </backdrop>
2580  <backdrop name="dotmatrix850" element="dotmatrixdot" state="0">
2581    <bounds x="5" y="13" width="1" height="1" />
2582  </backdrop>
2583  <backdrop name="dotmatrix851" element="dotmatrixdot" state="0">
2584    <bounds x="6" y="13" width="1" height="1" />
2585  </backdrop>
2586  <backdrop name="dotmatrix852" element="dotmatrixdot" state="0">
2587    <bounds x="7" y="13" width="1" height="1" />
2588  </backdrop>
2589  <backdrop name="dotmatrix853" element="dotmatrixdot" state="0">
2590    <bounds x="8" y="13" width="1" height="1" />
2591  </backdrop>
2592  <backdrop name="dotmatrix854" element="dotmatrixdot" state="0">
2593    <bounds x="9" y="13" width="1" height="1" />
2594  </backdrop>
2595  <backdrop name="dotmatrix855" element="dotmatrixdot" state="0">
2596    <bounds x="10" y="13" width="1" height="1" />
2597  </backdrop>
2598  <backdrop name="dotmatrix856" element="dotmatrixdot" state="0">
2599    <bounds x="11" y="13" width="1" height="1" />
2600  </backdrop>
2601  <backdrop name="dotmatrix857" element="dotmatrixdot" state="0">
2602    <bounds x="12" y="13" width="1" height="1" />
2603  </backdrop>
2604  <backdrop name="dotmatrix858" element="dotmatrixdot" state="0">
2605    <bounds x="13" y="13" width="1" height="1" />
2606  </backdrop>
2607  <backdrop name="dotmatrix859" element="dotmatrixdot" state="0">
2608    <bounds x="14" y="13" width="1" height="1" />
2609  </backdrop>
2610  <backdrop name="dotmatrix860" element="dotmatrixdot" state="0">
2611    <bounds x="15" y="13" width="1" height="1" />
2612  </backdrop>
2613  <backdrop name="dotmatrix861" element="dotmatrixdot" state="0">
2614    <bounds x="16" y="13" width="1" height="1" />
2615  </backdrop>
2616  <backdrop name="dotmatrix862" element="dotmatrixdot" state="0">
2617    <bounds x="17" y="13" width="1" height="1" />
2618  </backdrop>
2619  <backdrop name="dotmatrix863" element="dotmatrixdot" state="0">
2620    <bounds x="18" y="13" width="1" height="1" />
2621  </backdrop>
2622  <backdrop name="dotmatrix864" element="dotmatrixdot" state="0">
2623    <bounds x="19" y="13" width="1" height="1" />
2624  </backdrop>
2625  <backdrop name="dotmatrix865" element="dotmatrixdot" state="0">
2626    <bounds x="20" y="13" width="1" height="1" />
2627  </backdrop>
2628  <backdrop name="dotmatrix866" element="dotmatrixdot" state="0">
2629    <bounds x="21" y="13" width="1" height="1" />
2630  </backdrop>
2631  <backdrop name="dotmatrix867" element="dotmatrixdot" state="0">
2632    <bounds x="22" y="13" width="1" height="1" />
2633  </backdrop>
2634  <backdrop name="dotmatrix868" element="dotmatrixdot" state="0">
2635    <bounds x="23" y="13" width="1" height="1" />
2636  </backdrop>
2637  <backdrop name="dotmatrix869" element="dotmatrixdot" state="0">
2638    <bounds x="24" y="13" width="1" height="1" />
2639  </backdrop>
2640  <backdrop name="dotmatrix870" element="dotmatrixdot" state="0">
2641    <bounds x="25" y="13" width="1" height="1" />
2642  </backdrop>
2643  <backdrop name="dotmatrix871" element="dotmatrixdot" state="0">
2644    <bounds x="26" y="13" width="1" height="1" />
2645  </backdrop>
2646  <backdrop name="dotmatrix872" element="dotmatrixdot" state="0">
2647    <bounds x="27" y="13" width="1" height="1" />
2648  </backdrop>
2649  <backdrop name="dotmatrix873" element="dotmatrixdot" state="0">
2650    <bounds x="28" y="13" width="1" height="1" />
2651  </backdrop>
2652  <backdrop name="dotmatrix874" element="dotmatrixdot" state="0">
2653    <bounds x="29" y="13" width="1" height="1" />
2654  </backdrop>
2655  <backdrop name="dotmatrix875" element="dotmatrixdot" state="0">
2656    <bounds x="30" y="13" width="1" height="1" />
2657  </backdrop>
2658  <backdrop name="dotmatrix876" element="dotmatrixdot" state="0">
2659    <bounds x="31" y="13" width="1" height="1" />
2660  </backdrop>
2661  <backdrop name="dotmatrix877" element="dotmatrixdot" state="0">
2662    <bounds x="32" y="13" width="1" height="1" />
2663  </backdrop>
2664  <backdrop name="dotmatrix878" element="dotmatrixdot" state="0">
2665    <bounds x="33" y="13" width="1" height="1" />
2666  </backdrop>
2667  <backdrop name="dotmatrix879" element="dotmatrixdot" state="0">
2668    <bounds x="34" y="13" width="1" height="1" />
2669  </backdrop>
2670  <backdrop name="dotmatrix880" element="dotmatrixdot" state="0">
2671    <bounds x="35" y="13" width="1" height="1" />
2672  </backdrop>
2673  <backdrop name="dotmatrix881" element="dotmatrixdot" state="0">
2674    <bounds x="36" y="13" width="1" height="1" />
2675  </backdrop>
2676  <backdrop name="dotmatrix882" element="dotmatrixdot" state="0">
2677    <bounds x="37" y="13" width="1" height="1" />
2678  </backdrop>
2679  <backdrop name="dotmatrix883" element="dotmatrixdot" state="0">
2680    <bounds x="38" y="13" width="1" height="1" />
2681  </backdrop>
2682  <backdrop name="dotmatrix884" element="dotmatrixdot" state="0">
2683    <bounds x="39" y="13" width="1" height="1" />
2684  </backdrop>
2685  <backdrop name="dotmatrix885" element="dotmatrixdot" state="0">
2686    <bounds x="40" y="13" width="1" height="1" />
2687  </backdrop>
2688  <backdrop name="dotmatrix886" element="dotmatrixdot" state="0">
2689    <bounds x="41" y="13" width="1" height="1" />
2690  </backdrop>
2691  <backdrop name="dotmatrix887" element="dotmatrixdot" state="0">
2692    <bounds x="42" y="13" width="1" height="1" />
2693  </backdrop>
2694  <backdrop name="dotmatrix888" element="dotmatrixdot" state="0">
2695    <bounds x="43" y="13" width="1" height="1" />
2696  </backdrop>
2697  <backdrop name="dotmatrix889" element="dotmatrixdot" state="0">
2698    <bounds x="44" y="13" width="1" height="1" />
2699  </backdrop>
2700  <backdrop name="dotmatrix890" element="dotmatrixdot" state="0">
2701    <bounds x="45" y="13" width="1" height="1" />
2702  </backdrop>
2703  <backdrop name="dotmatrix891" element="dotmatrixdot" state="0">
2704    <bounds x="46" y="13" width="1" height="1" />
2705  </backdrop>
2706  <backdrop name="dotmatrix892" element="dotmatrixdot" state="0">
2707    <bounds x="47" y="13" width="1" height="1" />
2708  </backdrop>
2709  <backdrop name="dotmatrix893" element="dotmatrixdot" state="0">
2710    <bounds x="48" y="13" width="1" height="1" />
2711  </backdrop>
2712  <backdrop name="dotmatrix894" element="dotmatrixdot" state="0">
2713    <bounds x="49" y="13" width="1" height="1" />
2714  </backdrop>
2715  <backdrop name="dotmatrix895" element="dotmatrixdot" state="0">
2716    <bounds x="50" y="13" width="1" height="1" />
2717  </backdrop>
2718  <backdrop name="dotmatrix896" element="dotmatrixdot" state="0">
2719    <bounds x="51" y="13" width="1" height="1" />
2720  </backdrop>
2721  <backdrop name="dotmatrix897" element="dotmatrixdot" state="0">
2722    <bounds x="52" y="13" width="1" height="1" />
2723  </backdrop>
2724  <backdrop name="dotmatrix898" element="dotmatrixdot" state="0">
2725    <bounds x="53" y="13" width="1" height="1" />
2726  </backdrop>
2727  <backdrop name="dotmatrix899" element="dotmatrixdot" state="0">
2728    <bounds x="54" y="13" width="1" height="1" />
2729  </backdrop>
2730  <backdrop name="dotmatrix900" element="dotmatrixdot" state="0">
2731    <bounds x="55" y="13" width="1" height="1" />
2732  </backdrop>
2733  <backdrop name="dotmatrix901" element="dotmatrixdot" state="0">
2734    <bounds x="56" y="13" width="1" height="1" />
2735  </backdrop>
2736  <backdrop name="dotmatrix902" element="dotmatrixdot" state="0">
2737    <bounds x="57" y="13" width="1" height="1" />
2738  </backdrop>
2739  <backdrop name="dotmatrix903" element="dotmatrixdot" state="0">
2740    <bounds x="58" y="13" width="1" height="1" />
2741  </backdrop>
2742  <backdrop name="dotmatrix904" element="dotmatrixdot" state="0">
2743    <bounds x="59" y="13" width="1" height="1" />
2744  </backdrop>
2745  <backdrop name="dotmatrix905" element="dotmatrixdot" state="0">
2746    <bounds x="60" y="13" width="1" height="1" />
2747  </backdrop>
2748  <backdrop name="dotmatrix906" element="dotmatrixdot" state="0">
2749    <bounds x="61" y="13" width="1" height="1" />
2750  </backdrop>
2751  <backdrop name="dotmatrix907" element="dotmatrixdot" state="0">
2752    <bounds x="62" y="13" width="1" height="1" />
2753  </backdrop>
2754  <backdrop name="dotmatrix908" element="dotmatrixdot" state="0">
2755    <bounds x="63" y="13" width="1" height="1" />
2756  </backdrop>
2757  <backdrop name="dotmatrix909" element="dotmatrixdot" state="0">
2758    <bounds x="64" y="13" width="1" height="1" />
2759  </backdrop>
2760  <backdrop name="dotmatrix910" element="dotmatrixdot" state="0">
2761    <bounds x="0" y="14" width="1" height="1" />
2762  </backdrop>
2763  <backdrop name="dotmatrix911" element="dotmatrixdot" state="0">
2764    <bounds x="1" y="14" width="1" height="1" />
2765  </backdrop>
2766  <backdrop name="dotmatrix912" element="dotmatrixdot" state="0">
2767    <bounds x="2" y="14" width="1" height="1" />
2768  </backdrop>
2769  <backdrop name="dotmatrix913" element="dotmatrixdot" state="0">
2770    <bounds x="3" y="14" width="1" height="1" />
2771  </backdrop>
2772  <backdrop name="dotmatrix914" element="dotmatrixdot" state="0">
2773    <bounds x="4" y="14" width="1" height="1" />
2774  </backdrop>
2775  <backdrop name="dotmatrix915" element="dotmatrixdot" state="0">
2776    <bounds x="5" y="14" width="1" height="1" />
2777  </backdrop>
2778  <backdrop name="dotmatrix916" element="dotmatrixdot" state="0">
2779    <bounds x="6" y="14" width="1" height="1" />
2780  </backdrop>
2781  <backdrop name="dotmatrix917" element="dotmatrixdot" state="0">
2782    <bounds x="7" y="14" width="1" height="1" />
2783  </backdrop>
2784  <backdrop name="dotmatrix918" element="dotmatrixdot" state="0">
2785    <bounds x="8" y="14" width="1" height="1" />
2786  </backdrop>
2787  <backdrop name="dotmatrix919" element="dotmatrixdot" state="0">
2788    <bounds x="9" y="14" width="1" height="1" />
2789  </backdrop>
2790  <backdrop name="dotmatrix920" element="dotmatrixdot" state="0">
2791    <bounds x="10" y="14" width="1" height="1" />
2792  </backdrop>
2793  <backdrop name="dotmatrix921" element="dotmatrixdot" state="0">
2794    <bounds x="11" y="14" width="1" height="1" />
2795  </backdrop>
2796  <backdrop name="dotmatrix922" element="dotmatrixdot" state="0">
2797    <bounds x="12" y="14" width="1" height="1" />
2798  </backdrop>
2799  <backdrop name="dotmatrix923" element="dotmatrixdot" state="0">
2800    <bounds x="13" y="14" width="1" height="1" />
2801  </backdrop>
2802  <backdrop name="dotmatrix924" element="dotmatrixdot" state="0">
2803    <bounds x="14" y="14" width="1" height="1" />
2804  </backdrop>
2805  <backdrop name="dotmatrix925" element="dotmatrixdot" state="0">
2806    <bounds x="15" y="14" width="1" height="1" />
2807  </backdrop>
2808  <backdrop name="dotmatrix926" element="dotmatrixdot" state="0">
2809    <bounds x="16" y="14" width="1" height="1" />
2810  </backdrop>
2811  <backdrop name="dotmatrix927" element="dotmatrixdot" state="0">
2812    <bounds x="17" y="14" width="1" height="1" />
2813  </backdrop>
2814  <backdrop name="dotmatrix928" element="dotmatrixdot" state="0">
2815    <bounds x="18" y="14" width="1" height="1" />
2816  </backdrop>
2817  <backdrop name="dotmatrix929" element="dotmatrixdot" state="0">
2818    <bounds x="19" y="14" width="1" height="1" />
2819  </backdrop>
2820  <backdrop name="dotmatrix930" element="dotmatrixdot" state="0">
2821    <bounds x="20" y="14" width="1" height="1" />
2822  </backdrop>
2823  <backdrop name="dotmatrix931" element="dotmatrixdot" state="0">
2824    <bounds x="21" y="14" width="1" height="1" />
2825  </backdrop>
2826  <backdrop name="dotmatrix932" element="dotmatrixdot" state="0">
2827    <bounds x="22" y="14" width="1" height="1" />
2828  </backdrop>
2829  <backdrop name="dotmatrix933" element="dotmatrixdot" state="0">
2830    <bounds x="23" y="14" width="1" height="1" />
2831  </backdrop>
2832  <backdrop name="dotmatrix934" element="dotmatrixdot" state="0">
2833    <bounds x="24" y="14" width="1" height="1" />
2834  </backdrop>
2835  <backdrop name="dotmatrix935" element="dotmatrixdot" state="0">
2836    <bounds x="25" y="14" width="1" height="1" />
2837  </backdrop>
2838  <backdrop name="dotmatrix936" element="dotmatrixdot" state="0">
2839    <bounds x="26" y="14" width="1" height="1" />
2840  </backdrop>
2841  <backdrop name="dotmatrix937" element="dotmatrixdot" state="0">
2842    <bounds x="27" y="14" width="1" height="1" />
2843  </backdrop>
2844  <backdrop name="dotmatrix938" element="dotmatrixdot" state="0">
2845    <bounds x="28" y="14" width="1" height="1" />
2846  </backdrop>
2847  <backdrop name="dotmatrix939" element="dotmatrixdot" state="0">
2848    <bounds x="29" y="14" width="1" height="1" />
2849  </backdrop>
2850  <backdrop name="dotmatrix940" element="dotmatrixdot" state="0">
2851    <bounds x="30" y="14" width="1" height="1" />
2852  </backdrop>
2853  <backdrop name="dotmatrix941" element="dotmatrixdot" state="0">
2854    <bounds x="31" y="14" width="1" height="1" />
2855  </backdrop>
2856  <backdrop name="dotmatrix942" element="dotmatrixdot" state="0">
2857    <bounds x="32" y="14" width="1" height="1" />
2858  </backdrop>
2859  <backdrop name="dotmatrix943" element="dotmatrixdot" state="0">
2860    <bounds x="33" y="14" width="1" height="1" />
2861  </backdrop>
2862  <backdrop name="dotmatrix944" element="dotmatrixdot" state="0">
2863    <bounds x="34" y="14" width="1" height="1" />
2864  </backdrop>
2865  <backdrop name="dotmatrix945" element="dotmatrixdot" state="0">
2866    <bounds x="35" y="14" width="1" height="1" />
2867  </backdrop>
2868  <backdrop name="dotmatrix946" element="dotmatrixdot" state="0">
2869    <bounds x="36" y="14" width="1" height="1" />
2870  </backdrop>
2871  <backdrop name="dotmatrix947" element="dotmatrixdot" state="0">
2872    <bounds x="37" y="14" width="1" height="1" />
2873  </backdrop>
2874  <backdrop name="dotmatrix948" element="dotmatrixdot" state="0">
2875    <bounds x="38" y="14" width="1" height="1" />
2876  </backdrop>
2877  <backdrop name="dotmatrix949" element="dotmatrixdot" state="0">
2878    <bounds x="39" y="14" width="1" height="1" />
2879  </backdrop>
2880  <backdrop name="dotmatrix950" element="dotmatrixdot" state="0">
2881    <bounds x="40" y="14" width="1" height="1" />
2882  </backdrop>
2883  <backdrop name="dotmatrix951" element="dotmatrixdot" state="0">
2884    <bounds x="41" y="14" width="1" height="1" />
2885  </backdrop>
2886  <backdrop name="dotmatrix952" element="dotmatrixdot" state="0">
2887    <bounds x="42" y="14" width="1" height="1" />
2888  </backdrop>
2889  <backdrop name="dotmatrix953" element="dotmatrixdot" state="0">
2890    <bounds x="43" y="14" width="1" height="1" />
2891  </backdrop>
2892  <backdrop name="dotmatrix954" element="dotmatrixdot" state="0">
2893    <bounds x="44" y="14" width="1" height="1" />
2894  </backdrop>
2895  <backdrop name="dotmatrix955" element="dotmatrixdot" state="0">
2896    <bounds x="45" y="14" width="1" height="1" />
2897  </backdrop>
2898  <backdrop name="dotmatrix956" element="dotmatrixdot" state="0">
2899    <bounds x="46" y="14" width="1" height="1" />
2900  </backdrop>
2901  <backdrop name="dotmatrix957" element="dotmatrixdot" state="0">
2902    <bounds x="47" y="14" width="1" height="1" />
2903  </backdrop>
2904  <backdrop name="dotmatrix958" element="dotmatrixdot" state="0">
2905    <bounds x="48" y="14" width="1" height="1" />
2906  </backdrop>
2907  <backdrop name="dotmatrix959" element="dotmatrixdot" state="0">
2908    <bounds x="49" y="14" width="1" height="1" />
2909  </backdrop>
2910  <backdrop name="dotmatrix960" element="dotmatrixdot" state="0">
2911    <bounds x="50" y="14" width="1" height="1" />
2912  </backdrop>
2913  <backdrop name="dotmatrix961" element="dotmatrixdot" state="0">
2914    <bounds x="51" y="14" width="1" height="1" />
2915  </backdrop>
2916  <backdrop name="dotmatrix962" element="dotmatrixdot" state="0">
2917    <bounds x="52" y="14" width="1" height="1" />
2918  </backdrop>
2919  <backdrop name="dotmatrix963" element="dotmatrixdot" state="0">
2920    <bounds x="53" y="14" width="1" height="1" />
2921  </backdrop>
2922  <backdrop name="dotmatrix964" element="dotmatrixdot" state="0">
2923    <bounds x="54" y="14" width="1" height="1" />
2924  </backdrop>
2925  <backdrop name="dotmatrix965" element="dotmatrixdot" state="0">
2926    <bounds x="55" y="14" width="1" height="1" />
2927  </backdrop>
2928  <backdrop name="dotmatrix966" element="dotmatrixdot" state="0">
2929    <bounds x="56" y="14" width="1" height="1" />
2930  </backdrop>
2931  <backdrop name="dotmatrix967" element="dotmatrixdot" state="0">
2932    <bounds x="57" y="14" width="1" height="1" />
2933  </backdrop>
2934  <backdrop name="dotmatrix968" element="dotmatrixdot" state="0">
2935    <bounds x="58" y="14" width="1" height="1" />
2936  </backdrop>
2937  <backdrop name="dotmatrix969" element="dotmatrixdot" state="0">
2938    <bounds x="59" y="14" width="1" height="1" />
2939  </backdrop>
2940  <backdrop name="dotmatrix970" element="dotmatrixdot" state="0">
2941    <bounds x="60" y="14" width="1" height="1" />
2942  </backdrop>
2943  <backdrop name="dotmatrix971" element="dotmatrixdot" state="0">
2944    <bounds x="61" y="14" width="1" height="1" />
2945  </backdrop>
2946  <backdrop name="dotmatrix972" element="dotmatrixdot" state="0">
2947    <bounds x="62" y="14" width="1" height="1" />
2948  </backdrop>
2949  <backdrop name="dotmatrix973" element="dotmatrixdot" state="0">
2950    <bounds x="63" y="14" width="1" height="1" />
2951  </backdrop>
2952  <backdrop name="dotmatrix974" element="dotmatrixdot" state="0">
2953    <bounds x="64" y="14" width="1" height="1" />
2954  </backdrop>
2955  <backdrop name="dotmatrix975" element="dotmatrixdot" state="0">
2956    <bounds x="0" y="15" width="1" height="1" />
2957  </backdrop>
2958  <backdrop name="dotmatrix976" element="dotmatrixdot" state="0">
2959    <bounds x="1" y="15" width="1" height="1" />
2960  </backdrop>
2961  <backdrop name="dotmatrix977" element="dotmatrixdot" state="0">
2962    <bounds x="2" y="15" width="1" height="1" />
2963  </backdrop>
2964  <backdrop name="dotmatrix978" element="dotmatrixdot" state="0">
2965    <bounds x="3" y="15" width="1" height="1" />
2966  </backdrop>
2967  <backdrop name="dotmatrix979" element="dotmatrixdot" state="0">
2968    <bounds x="4" y="15" width="1" height="1" />
2969  </backdrop>
2970  <backdrop name="dotmatrix980" element="dotmatrixdot" state="0">
2971    <bounds x="5" y="15" width="1" height="1" />
2972  </backdrop>
2973  <backdrop name="dotmatrix981" element="dotmatrixdot" state="0">
2974    <bounds x="6" y="15" width="1" height="1" />
2975  </backdrop>
2976  <backdrop name="dotmatrix982" element="dotmatrixdot" state="0">
2977    <bounds x="7" y="15" width="1" height="1" />
2978  </backdrop>
2979  <backdrop name="dotmatrix983" element="dotmatrixdot" state="0">
2980    <bounds x="8" y="15" width="1" height="1" />
2981  </backdrop>
2982  <backdrop name="dotmatrix984" element="dotmatrixdot" state="0">
2983    <bounds x="9" y="15" width="1" height="1" />
2984  </backdrop>
2985  <backdrop name="dotmatrix985" element="dotmatrixdot" state="0">
2986    <bounds x="10" y="15" width="1" height="1" />
2987  </backdrop>
2988  <backdrop name="dotmatrix986" element="dotmatrixdot" state="0">
2989    <bounds x="11" y="15" width="1" height="1" />
2990  </backdrop>
2991  <backdrop name="dotmatrix987" element="dotmatrixdot" state="0">
2992    <bounds x="12" y="15" width="1" height="1" />
2993  </backdrop>
2994  <backdrop name="dotmatrix988" element="dotmatrixdot" state="0">
2995    <bounds x="13" y="15" width="1" height="1" />
2996  </backdrop>
2997  <backdrop name="dotmatrix989" element="dotmatrixdot" state="0">
2998    <bounds x="14" y="15" width="1" height="1" />
2999  </backdrop>
3000  <backdrop name="dotmatrix990" element="dotmatrixdot" state="0">
3001    <bounds x="15" y="15" width="1" height="1" />
3002  </backdrop>
3003  <backdrop name="dotmatrix991" element="dotmatrixdot" state="0">
3004    <bounds x="16" y="15" width="1" height="1" />
3005  </backdrop>
3006  <backdrop name="dotmatrix992" element="dotmatrixdot" state="0">
3007    <bounds x="17" y="15" width="1" height="1" />
3008  </backdrop>
3009  <backdrop name="dotmatrix993" element="dotmatrixdot" state="0">
3010    <bounds x="18" y="15" width="1" height="1" />
3011  </backdrop>
3012  <backdrop name="dotmatrix994" element="dotmatrixdot" state="0">
3013    <bounds x="19" y="15" width="1" height="1" />
3014  </backdrop>
3015  <backdrop name="dotmatrix995" element="dotmatrixdot" state="0">
3016    <bounds x="20" y="15" width="1" height="1" />
3017  </backdrop>
3018  <backdrop name="dotmatrix996" element="dotmatrixdot" state="0">
3019    <bounds x="21" y="15" width="1" height="1" />
3020  </backdrop>
3021  <backdrop name="dotmatrix997" element="dotmatrixdot" state="0">
3022    <bounds x="22" y="15" width="1" height="1" />
3023  </backdrop>
3024  <backdrop name="dotmatrix998" element="dotmatrixdot" state="0">
3025    <bounds x="23" y="15" width="1" height="1" />
3026  </backdrop>
3027  <backdrop name="dotmatrix999" element="dotmatrixdot" state="0">
3028    <bounds x="24" y="15" width="1" height="1" />
3029  </backdrop>
3030  <backdrop name="dotmatrix1000" element="dotmatrixdot" state="0">
3031    <bounds x="25" y="15" width="1" height="1" />
3032  </backdrop>
3033  <backdrop name="dotmatrix1001" element="dotmatrixdot" state="0">
3034    <bounds x="26" y="15" width="1" height="1" />
3035  </backdrop>
3036  <backdrop name="dotmatrix1002" element="dotmatrixdot" state="0">
3037    <bounds x="27" y="15" width="1" height="1" />
3038  </backdrop>
3039  <backdrop name="dotmatrix1003" element="dotmatrixdot" state="0">
3040    <bounds x="28" y="15" width="1" height="1" />
3041  </backdrop>
3042  <backdrop name="dotmatrix1004" element="dotmatrixdot" state="0">
3043    <bounds x="29" y="15" width="1" height="1" />
3044  </backdrop>
3045  <backdrop name="dotmatrix1005" element="dotmatrixdot" state="0">
3046    <bounds x="30" y="15" width="1" height="1" />
3047  </backdrop>
3048  <backdrop name="dotmatrix1006" element="dotmatrixdot" state="0">
3049    <bounds x="31" y="15" width="1" height="1" />
3050  </backdrop>
3051  <backdrop name="dotmatrix1007" element="dotmatrixdot" state="0">
3052    <bounds x="32" y="15" width="1" height="1" />
3053  </backdrop>
3054  <backdrop name="dotmatrix1008" element="dotmatrixdot" state="0">
3055    <bounds x="33" y="15" width="1" height="1" />
3056  </backdrop>
3057  <backdrop name="dotmatrix1009" element="dotmatrixdot" state="0">
3058    <bounds x="34" y="15" width="1" height="1" />
3059  </backdrop>
3060  <backdrop name="dotmatrix1010" element="dotmatrixdot" state="0">
3061    <bounds x="35" y="15" width="1" height="1" />
3062  </backdrop>
3063  <backdrop name="dotmatrix1011" element="dotmatrixdot" state="0">
3064    <bounds x="36" y="15" width="1" height="1" />
3065  </backdrop>
3066  <backdrop name="dotmatrix1012" element="dotmatrixdot" state="0">
3067    <bounds x="37" y="15" width="1" height="1" />
3068  </backdrop>
3069  <backdrop name="dotmatrix1013" element="dotmatrixdot" state="0">
3070    <bounds x="38" y="15" width="1" height="1" />
3071  </backdrop>
3072  <backdrop name="dotmatrix1014" element="dotmatrixdot" state="0">
3073    <bounds x="39" y="15" width="1" height="1" />
3074  </backdrop>
3075  <backdrop name="dotmatrix1015" element="dotmatrixdot" state="0">
3076    <bounds x="40" y="15" width="1" height="1" />
3077  </backdrop>
3078  <backdrop name="dotmatrix1016" element="dotmatrixdot" state="0">
3079    <bounds x="41" y="15" width="1" height="1" />
3080  </backdrop>
3081  <backdrop name="dotmatrix1017" element="dotmatrixdot" state="0">
3082    <bounds x="42" y="15" width="1" height="1" />
3083  </backdrop>
3084  <backdrop name="dotmatrix1018" element="dotmatrixdot" state="0">
3085    <bounds x="43" y="15" width="1" height="1" />
3086  </backdrop>
3087  <backdrop name="dotmatrix1019" element="dotmatrixdot" state="0">
3088    <bounds x="44" y="15" width="1" height="1" />
3089  </backdrop>
3090  <backdrop name="dotmatrix1020" element="dotmatrixdot" state="0">
3091    <bounds x="45" y="15" width="1" height="1" />
3092  </backdrop>
3093  <backdrop name="dotmatrix1021" element="dotmatrixdot" state="0">
3094    <bounds x="46" y="15" width="1" height="1" />
3095  </backdrop>
3096  <backdrop name="dotmatrix1022" element="dotmatrixdot" state="0">
3097    <bounds x="47" y="15" width="1" height="1" />
3098  </backdrop>
3099  <backdrop name="dotmatrix1023" element="dotmatrixdot" state="0">
3100    <bounds x="48" y="15" width="1" height="1" />
3101  </backdrop>
3102  <backdrop name="dotmatrix1024" element="dotmatrixdot" state="0">
3103    <bounds x="49" y="15" width="1" height="1" />
3104  </backdrop>
3105  <backdrop name="dotmatrix1025" element="dotmatrixdot" state="0">
3106    <bounds x="50" y="15" width="1" height="1" />
3107  </backdrop>
3108  <backdrop name="dotmatrix1026" element="dotmatrixdot" state="0">
3109    <bounds x="51" y="15" width="1" height="1" />
3110  </backdrop>
3111  <backdrop name="dotmatrix1027" element="dotmatrixdot" state="0">
3112    <bounds x="52" y="15" width="1" height="1" />
3113  </backdrop>
3114  <backdrop name="dotmatrix1028" element="dotmatrixdot" state="0">
3115    <bounds x="53" y="15" width="1" height="1" />
3116  </backdrop>
3117  <backdrop name="dotmatrix1029" element="dotmatrixdot" state="0">
3118    <bounds x="54" y="15" width="1" height="1" />
3119  </backdrop>
3120  <backdrop name="dotmatrix1030" element="dotmatrixdot" state="0">
3121    <bounds x="55" y="15" width="1" height="1" />
3122  </backdrop>
3123  <backdrop name="dotmatrix1031" element="dotmatrixdot" state="0">
3124    <bounds x="56" y="15" width="1" height="1" />
3125  </backdrop>
3126  <backdrop name="dotmatrix1032" element="dotmatrixdot" state="0">
3127    <bounds x="57" y="15" width="1" height="1" />
3128  </backdrop>
3129  <backdrop name="dotmatrix1033" element="dotmatrixdot" state="0">
3130    <bounds x="58" y="15" width="1" height="1" />
3131  </backdrop>
3132  <backdrop name="dotmatrix1034" element="dotmatrixdot" state="0">
3133    <bounds x="59" y="15" width="1" height="1" />
3134  </backdrop>
3135  <backdrop name="dotmatrix1035" element="dotmatrixdot" state="0">
3136    <bounds x="60" y="15" width="1" height="1" />
3137  </backdrop>
3138  <backdrop name="dotmatrix1036" element="dotmatrixdot" state="0">
3139    <bounds x="61" y="15" width="1" height="1" />
3140  </backdrop>
3141  <backdrop name="dotmatrix1037" element="dotmatrixdot" state="0">
3142    <bounds x="62" y="15" width="1" height="1" />
3143  </backdrop>
3144  <backdrop name="dotmatrix1038" element="dotmatrixdot" state="0">
3145    <bounds x="63" y="15" width="1" height="1" />
3146  </backdrop>
3147  <backdrop name="dotmatrix1039" element="dotmatrixdot" state="0">
3148    <bounds x="64" y="15" width="1" height="1" />
3149  </backdrop>
3150  <backdrop name="dotmatrix1040" element="dotmatrixdot" state="0">
3151    <bounds x="0" y="16" width="1" height="1" />
3152  </backdrop>
3153  <backdrop name="dotmatrix1041" element="dotmatrixdot" state="0">
3154    <bounds x="1" y="16" width="1" height="1" />
3155  </backdrop>
3156  <backdrop name="dotmatrix1042" element="dotmatrixdot" state="0">
3157    <bounds x="2" y="16" width="1" height="1" />
3158  </backdrop>
3159  <backdrop name="dotmatrix1043" element="dotmatrixdot" state="0">
3160    <bounds x="3" y="16" width="1" height="1" />
3161  </backdrop>
3162  <backdrop name="dotmatrix1044" element="dotmatrixdot" state="0">
3163    <bounds x="4" y="16" width="1" height="1" />
3164  </backdrop>
3165  <backdrop name="dotmatrix1045" element="dotmatrixdot" state="0">
3166    <bounds x="5" y="16" width="1" height="1" />
3167  </backdrop>
3168  <backdrop name="dotmatrix1046" element="dotmatrixdot" state="0">
3169    <bounds x="6" y="16" width="1" height="1" />
3170  </backdrop>
3171  <backdrop name="dotmatrix1047" element="dotmatrixdot" state="0">
3172    <bounds x="7" y="16" width="1" height="1" />
3173  </backdrop>
3174  <backdrop name="dotmatrix1048" element="dotmatrixdot" state="0">
3175    <bounds x="8" y="16" width="1" height="1" />
3176  </backdrop>
3177  <backdrop name="dotmatrix1049" element="dotmatrixdot" state="0">
3178    <bounds x="9" y="16" width="1" height="1" />
3179  </backdrop>
3180  <backdrop name="dotmatrix1050" element="dotmatrixdot" state="0">
3181    <bounds x="10" y="16" width="1" height="1" />
3182  </backdrop>
3183  <backdrop name="dotmatrix1051" element="dotmatrixdot" state="0">
3184    <bounds x="11" y="16" width="1" height="1" />
3185  </backdrop>
3186  <backdrop name="dotmatrix1052" element="dotmatrixdot" state="0">
3187    <bounds x="12" y="16" width="1" height="1" />
3188  </backdrop>
3189  <backdrop name="dotmatrix1053" element="dotmatrixdot" state="0">
3190    <bounds x="13" y="16" width="1" height="1" />
3191  </backdrop>
3192  <backdrop name="dotmatrix1054" element="dotmatrixdot" state="0">
3193    <bounds x="14" y="16" width="1" height="1" />
3194  </backdrop>
3195  <backdrop name="dotmatrix1055" element="dotmatrixdot" state="0">
3196    <bounds x="15" y="16" width="1" height="1" />
3197  </backdrop>
3198  <backdrop name="dotmatrix1056" element="dotmatrixdot" state="0">
3199    <bounds x="16" y="16" width="1" height="1" />
3200  </backdrop>
3201  <backdrop name="dotmatrix1057" element="dotmatrixdot" state="0">
3202    <bounds x="17" y="16" width="1" height="1" />
3203  </backdrop>
3204  <backdrop name="dotmatrix1058" element="dotmatrixdot" state="0">
3205    <bounds x="18" y="16" width="1" height="1" />
3206  </backdrop>
3207  <backdrop name="dotmatrix1059" element="dotmatrixdot" state="0">
3208    <bounds x="19" y="16" width="1" height="1" />
3209  </backdrop>
3210  <backdrop name="dotmatrix1060" element="dotmatrixdot" state="0">
3211    <bounds x="20" y="16" width="1" height="1" />
3212  </backdrop>
3213  <backdrop name="dotmatrix1061" element="dotmatrixdot" state="0">
3214    <bounds x="21" y="16" width="1" height="1" />
3215  </backdrop>
3216  <backdrop name="dotmatrix1062" element="dotmatrixdot" state="0">
3217    <bounds x="22" y="16" width="1" height="1" />
3218  </backdrop>
3219  <backdrop name="dotmatrix1063" element="dotmatrixdot" state="0">
3220    <bounds x="23" y="16" width="1" height="1" />
3221  </backdrop>
3222  <backdrop name="dotmatrix1064" element="dotmatrixdot" state="0">
3223    <bounds x="24" y="16" width="1" height="1" />
3224  </backdrop>
3225  <backdrop name="dotmatrix1065" element="dotmatrixdot" state="0">
3226    <bounds x="25" y="16" width="1" height="1" />
3227  </backdrop>
3228  <backdrop name="dotmatrix1066" element="dotmatrixdot" state="0">
3229    <bounds x="26" y="16" width="1" height="1" />
3230  </backdrop>
3231  <backdrop name="dotmatrix1067" element="dotmatrixdot" state="0">
3232    <bounds x="27" y="16" width="1" height="1" />
3233  </backdrop>
3234  <backdrop name="dotmatrix1068" element="dotmatrixdot" state="0">
3235    <bounds x="28" y="16" width="1" height="1" />
3236  </backdrop>
3237  <backdrop name="dotmatrix1069" element="dotmatrixdot" state="0">
3238    <bounds x="29" y="16" width="1" height="1" />
3239  </backdrop>
3240  <backdrop name="dotmatrix1070" element="dotmatrixdot" state="0">
3241    <bounds x="30" y="16" width="1" height="1" />
3242  </backdrop>
3243  <backdrop name="dotmatrix1071" element="dotmatrixdot" state="0">
3244    <bounds x="31" y="16" width="1" height="1" />
3245  </backdrop>
3246  <backdrop name="dotmatrix1072" element="dotmatrixdot" state="0">
3247    <bounds x="32" y="16" width="1" height="1" />
3248  </backdrop>
3249  <backdrop name="dotmatrix1073" element="dotmatrixdot" state="0">
3250    <bounds x="33" y="16" width="1" height="1" />
3251  </backdrop>
3252  <backdrop name="dotmatrix1074" element="dotmatrixdot" state="0">
3253    <bounds x="34" y="16" width="1" height="1" />
3254  </backdrop>
3255  <backdrop name="dotmatrix1075" element="dotmatrixdot" state="0">
3256    <bounds x="35" y="16" width="1" height="1" />
3257  </backdrop>
3258  <backdrop name="dotmatrix1076" element="dotmatrixdot" state="0">
3259    <bounds x="36" y="16" width="1" height="1" />
3260  </backdrop>
3261  <backdrop name="dotmatrix1077" element="dotmatrixdot" state="0">
3262    <bounds x="37" y="16" width="1" height="1" />
3263  </backdrop>
3264  <backdrop name="dotmatrix1078" element="dotmatrixdot" state="0">
3265    <bounds x="38" y="16" width="1" height="1" />
3266  </backdrop>
3267  <backdrop name="dotmatrix1079" element="dotmatrixdot" state="0">
3268    <bounds x="39" y="16" width="1" height="1" />
3269  </backdrop>
3270  <backdrop name="dotmatrix1080" element="dotmatrixdot" state="0">
3271    <bounds x="40" y="16" width="1" height="1" />
3272  </backdrop>
3273  <backdrop name="dotmatrix1081" element="dotmatrixdot" state="0">
3274    <bounds x="41" y="16" width="1" height="1" />
3275  </backdrop>
3276  <backdrop name="dotmatrix1082" element="dotmatrixdot" state="0">
3277    <bounds x="42" y="16" width="1" height="1" />
3278  </backdrop>
3279  <backdrop name="dotmatrix1083" element="dotmatrixdot" state="0">
3280    <bounds x="43" y="16" width="1" height="1" />
3281  </backdrop>
3282  <backdrop name="dotmatrix1084" element="dotmatrixdot" state="0">
3283    <bounds x="44" y="16" width="1" height="1" />
3284  </backdrop>
3285  <backdrop name="dotmatrix1085" element="dotmatrixdot" state="0">
3286    <bounds x="45" y="16" width="1" height="1" />
3287  </backdrop>
3288  <backdrop name="dotmatrix1086" element="dotmatrixdot" state="0">
3289    <bounds x="46" y="16" width="1" height="1" />
3290  </backdrop>
3291  <backdrop name="dotmatrix1087" element="dotmatrixdot" state="0">
3292    <bounds x="47" y="16" width="1" height="1" />
3293  </backdrop>
3294  <backdrop name="dotmatrix1088" element="dotmatrixdot" state="0">
3295    <bounds x="48" y="16" width="1" height="1" />
3296  </backdrop>
3297  <backdrop name="dotmatrix1089" element="dotmatrixdot" state="0">
3298    <bounds x="49" y="16" width="1" height="1" />
3299  </backdrop>
3300  <backdrop name="dotmatrix1090" element="dotmatrixdot" state="0">
3301    <bounds x="50" y="16" width="1" height="1" />
3302  </backdrop>
3303  <backdrop name="dotmatrix1091" element="dotmatrixdot" state="0">
3304    <bounds x="51" y="16" width="1" height="1" />
3305  </backdrop>
3306  <backdrop name="dotmatrix1092" element="dotmatrixdot" state="0">
3307    <bounds x="52" y="16" width="1" height="1" />
3308  </backdrop>
3309  <backdrop name="dotmatrix1093" element="dotmatrixdot" state="0">
3310    <bounds x="53" y="16" width="1" height="1" />
3311  </backdrop>
3312  <backdrop name="dotmatrix1094" element="dotmatrixdot" state="0">
3313    <bounds x="54" y="16" width="1" height="1" />
3314  </backdrop>
3315  <backdrop name="dotmatrix1095" element="dotmatrixdot" state="0">
3316    <bounds x="55" y="16" width="1" height="1" />
3317  </backdrop>
3318  <backdrop name="dotmatrix1096" element="dotmatrixdot" state="0">
3319    <bounds x="56" y="16" width="1" height="1" />
3320  </backdrop>
3321  <backdrop name="dotmatrix1097" element="dotmatrixdot" state="0">
3322    <bounds x="57" y="16" width="1" height="1" />
3323  </backdrop>
3324  <backdrop name="dotmatrix1098" element="dotmatrixdot" state="0">
3325    <bounds x="58" y="16" width="1" height="1" />
3326  </backdrop>
3327  <backdrop name="dotmatrix1099" element="dotmatrixdot" state="0">
3328    <bounds x="59" y="16" width="1" height="1" />
3329  </backdrop>
3330  <backdrop name="dotmatrix1100" element="dotmatrixdot" state="0">
3331    <bounds x="60" y="16" width="1" height="1" />
3332  </backdrop>
3333  <backdrop name="dotmatrix1101" element="dotmatrixdot" state="0">
3334    <bounds x="61" y="16" width="1" height="1" />
3335  </backdrop>
3336  <backdrop name="dotmatrix1102" element="dotmatrixdot" state="0">
3337    <bounds x="62" y="16" width="1" height="1" />
3338  </backdrop>
3339  <backdrop name="dotmatrix1103" element="dotmatrixdot" state="0">
3340    <bounds x="63" y="16" width="1" height="1" />
3341  </backdrop>
3342  <backdrop name="dotmatrix1104" element="dotmatrixdot" state="0">
3343    <bounds x="64" y="16" width="1" height="1" />
3344  </backdrop>
3345  <backdrop name="dotmatrix1105" element="dotmatrixdot" state="0">
3346    <bounds x="0" y="17" width="1" height="1" />
3347  </backdrop>
3348  <backdrop name="dotmatrix1106" element="dotmatrixdot" state="0">
3349    <bounds x="1" y="17" width="1" height="1" />
3350  </backdrop>
3351  <backdrop name="dotmatrix1107" element="dotmatrixdot" state="0">
3352    <bounds x="2" y="17" width="1" height="1" />
3353  </backdrop>
3354  <backdrop name="dotmatrix1108" element="dotmatrixdot" state="0">
3355    <bounds x="3" y="17" width="1" height="1" />
3356  </backdrop>
3357  <backdrop name="dotmatrix1109" element="dotmatrixdot" state="0">
3358    <bounds x="4" y="17" width="1" height="1" />
3359  </backdrop>
3360  <backdrop name="dotmatrix1110" element="dotmatrixdot" state="0">
3361    <bounds x="5" y="17" width="1" height="1" />
3362  </backdrop>
3363  <backdrop name="dotmatrix1111" element="dotmatrixdot" state="0">
3364    <bounds x="6" y="17" width="1" height="1" />
3365  </backdrop>
3366  <backdrop name="dotmatrix1112" element="dotmatrixdot" state="0">
3367    <bounds x="7" y="17" width="1" height="1" />
3368  </backdrop>
3369  <backdrop name="dotmatrix1113" element="dotmatrixdot" state="0">
3370    <bounds x="8" y="17" width="1" height="1" />
3371  </backdrop>
3372  <backdrop name="dotmatrix1114" element="dotmatrixdot" state="0">
3373    <bounds x="9" y="17" width="1" height="1" />
3374  </backdrop>
3375  <backdrop name="dotmatrix1115" element="dotmatrixdot" state="0">
3376    <bounds x="10" y="17" width="1" height="1" />
3377  </backdrop>
3378  <backdrop name="dotmatrix1116" element="dotmatrixdot" state="0">
3379    <bounds x="11" y="17" width="1" height="1" />
3380  </backdrop>
3381  <backdrop name="dotmatrix1117" element="dotmatrixdot" state="0">
3382    <bounds x="12" y="17" width="1" height="1" />
3383  </backdrop>
3384  <backdrop name="dotmatrix1118" element="dotmatrixdot" state="0">
3385    <bounds x="13" y="17" width="1" height="1" />
3386  </backdrop>
3387  <backdrop name="dotmatrix1119" element="dotmatrixdot" state="0">
3388    <bounds x="14" y="17" width="1" height="1" />
3389  </backdrop>
3390  <backdrop name="dotmatrix1120" element="dotmatrixdot" state="0">
3391    <bounds x="15" y="17" width="1" height="1" />
3392  </backdrop>
3393  <backdrop name="dotmatrix1121" element="dotmatrixdot" state="0">
3394    <bounds x="16" y="17" width="1" height="1" />
3395  </backdrop>
3396  <backdrop name="dotmatrix1122" element="dotmatrixdot" state="0">
3397    <bounds x="17" y="17" width="1" height="1" />
3398  </backdrop>
3399  <backdrop name="dotmatrix1123" element="dotmatrixdot" state="0">
3400    <bounds x="18" y="17" width="1" height="1" />
3401  </backdrop>
3402  <backdrop name="dotmatrix1124" element="dotmatrixdot" state="0">
3403    <bounds x="19" y="17" width="1" height="1" />
3404  </backdrop>
3405  <backdrop name="dotmatrix1125" element="dotmatrixdot" state="0">
3406    <bounds x="20" y="17" width="1" height="1" />
3407  </backdrop>
3408  <backdrop name="dotmatrix1126" element="dotmatrixdot" state="0">
3409    <bounds x="21" y="17" width="1" height="1" />
3410  </backdrop>
3411  <backdrop name="dotmatrix1127" element="dotmatrixdot" state="0">
3412    <bounds x="22" y="17" width="1" height="1" />
3413  </backdrop>
3414  <backdrop name="dotmatrix1128" element="dotmatrixdot" state="0">
3415    <bounds x="23" y="17" width="1" height="1" />
3416  </backdrop>
3417  <backdrop name="dotmatrix1129" element="dotmatrixdot" state="0">
3418    <bounds x="24" y="17" width="1" height="1" />
3419  </backdrop>
3420  <backdrop name="dotmatrix1130" element="dotmatrixdot" state="0">
3421    <bounds x="25" y="17" width="1" height="1" />
3422  </backdrop>
3423  <backdrop name="dotmatrix1131" element="dotmatrixdot" state="0">
3424    <bounds x="26" y="17" width="1" height="1" />
3425  </backdrop>
3426  <backdrop name="dotmatrix1132" element="dotmatrixdot" state="0">
3427    <bounds x="27" y="17" width="1" height="1" />
3428  </backdrop>
3429  <backdrop name="dotmatrix1133" element="dotmatrixdot" state="0">
3430    <bounds x="28" y="17" width="1" height="1" />
3431  </backdrop>
3432  <backdrop name="dotmatrix1134" element="dotmatrixdot" state="0">
3433    <bounds x="29" y="17" width="1" height="1" />
3434  </backdrop>
3435  <backdrop name="dotmatrix1135" element="dotmatrixdot" state="0">
3436    <bounds x="30" y="17" width="1" height="1" />
3437  </backdrop>
3438  <backdrop name="dotmatrix1136" element="dotmatrixdot" state="0">
3439    <bounds x="31" y="17" width="1" height="1" />
3440  </backdrop>
3441  <backdrop name="dotmatrix1137" element="dotmatrixdot" state="0">
3442    <bounds x="32" y="17" width="1" height="1" />
3443  </backdrop>
3444  <backdrop name="dotmatrix1138" element="dotmatrixdot" state="0">
3445    <bounds x="33" y="17" width="1" height="1" />
3446  </backdrop>
3447  <backdrop name="dotmatrix1139" element="dotmatrixdot" state="0">
3448    <bounds x="34" y="17" width="1" height="1" />
3449  </backdrop>
3450  <backdrop name="dotmatrix1140" element="dotmatrixdot" state="0">
3451    <bounds x="35" y="17" width="1" height="1" />
3452  </backdrop>
3453  <backdrop name="dotmatrix1141" element="dotmatrixdot" state="0">
3454    <bounds x="36" y="17" width="1" height="1" />
3455  </backdrop>
3456  <backdrop name="dotmatrix1142" element="dotmatrixdot" state="0">
3457    <bounds x="37" y="17" width="1" height="1" />
3458  </backdrop>
3459  <backdrop name="dotmatrix1143" element="dotmatrixdot" state="0">
3460    <bounds x="38" y="17" width="1" height="1" />
3461  </backdrop>
3462  <backdrop name="dotmatrix1144" element="dotmatrixdot" state="0">
3463    <bounds x="39" y="17" width="1" height="1" />
3464  </backdrop>
3465  <backdrop name="dotmatrix1145" element="dotmatrixdot" state="0">
3466    <bounds x="40" y="17" width="1" height="1" />
3467  </backdrop>
3468  <backdrop name="dotmatrix1146" element="dotmatrixdot" state="0">
3469    <bounds x="41" y="17" width="1" height="1" />
3470  </backdrop>
3471  <backdrop name="dotmatrix1147" element="dotmatrixdot" state="0">
3472    <bounds x="42" y="17" width="1" height="1" />
3473  </backdrop>
3474  <backdrop name="dotmatrix1148" element="dotmatrixdot" state="0">
3475    <bounds x="43" y="17" width="1" height="1" />
3476  </backdrop>
3477  <backdrop name="dotmatrix1149" element="dotmatrixdot" state="0">
3478    <bounds x="44" y="17" width="1" height="1" />
3479  </backdrop>
3480  <backdrop name="dotmatrix1150" element="dotmatrixdot" state="0">
3481    <bounds x="45" y="17" width="1" height="1" />
3482  </backdrop>
3483  <backdrop name="dotmatrix1151" element="dotmatrixdot" state="0">
3484    <bounds x="46" y="17" width="1" height="1" />
3485  </backdrop>
3486  <backdrop name="dotmatrix1152" element="dotmatrixdot" state="0">
3487    <bounds x="47" y="17" width="1" height="1" />
3488  </backdrop>
3489  <backdrop name="dotmatrix1153" element="dotmatrixdot" state="0">
3490    <bounds x="48" y="17" width="1" height="1" />
3491  </backdrop>
3492  <backdrop name="dotmatrix1154" element="dotmatrixdot" state="0">
3493    <bounds x="49" y="17" width="1" height="1" />
3494  </backdrop>
3495  <backdrop name="dotmatrix1155" element="dotmatrixdot" state="0">
3496    <bounds x="50" y="17" width="1" height="1" />
3497  </backdrop>
3498  <backdrop name="dotmatrix1156" element="dotmatrixdot" state="0">
3499    <bounds x="51" y="17" width="1" height="1" />
3500  </backdrop>
3501  <backdrop name="dotmatrix1157" element="dotmatrixdot" state="0">
3502    <bounds x="52" y="17" width="1" height="1" />
3503  </backdrop>
3504  <backdrop name="dotmatrix1158" element="dotmatrixdot" state="0">
3505    <bounds x="53" y="17" width="1" height="1" />
3506  </backdrop>
3507  <backdrop name="dotmatrix1159" element="dotmatrixdot" state="0">
3508    <bounds x="54" y="17" width="1" height="1" />
3509  </backdrop>
3510  <backdrop name="dotmatrix1160" element="dotmatrixdot" state="0">
3511    <bounds x="55" y="17" width="1" height="1" />
3512  </backdrop>
3513  <backdrop name="dotmatrix1161" element="dotmatrixdot" state="0">
3514    <bounds x="56" y="17" width="1" height="1" />
3515  </backdrop>
3516  <backdrop name="dotmatrix1162" element="dotmatrixdot" state="0">
3517    <bounds x="57" y="17" width="1" height="1" />
3518  </backdrop>
3519  <backdrop name="dotmatrix1163" element="dotmatrixdot" state="0">
3520    <bounds x="58" y="17" width="1" height="1" />
3521  </backdrop>
3522  <backdrop name="dotmatrix1164" element="dotmatrixdot" state="0">
3523    <bounds x="59" y="17" width="1" height="1" />
3524  </backdrop>
3525  <backdrop name="dotmatrix1165" element="dotmatrixdot" state="0">
3526    <bounds x="60" y="17" width="1" height="1" />
3527  </backdrop>
3528  <backdrop name="dotmatrix1166" element="dotmatrixdot" state="0">
3529    <bounds x="61" y="17" width="1" height="1" />
3530  </backdrop>
3531  <backdrop name="dotmatrix1167" element="dotmatrixdot" state="0">
3532    <bounds x="62" y="17" width="1" height="1" />
3533  </backdrop>
3534  <backdrop name="dotmatrix1168" element="dotmatrixdot" state="0">
3535    <bounds x="63" y="17" width="1" height="1" />
3536  </backdrop>
3537  <backdrop name="dotmatrix1169" element="dotmatrixdot" state="0">
3538    <bounds x="64" y="17" width="1" height="1" />
3539  </backdrop>
3540  <backdrop name="dotmatrix1170" element="dotmatrixdot" state="0">
3541    <bounds x="0" y="18" width="1" height="1" />
3542  </backdrop>
3543  <backdrop name="dotmatrix1171" element="dotmatrixdot" state="0">
3544    <bounds x="1" y="18" width="1" height="1" />
3545  </backdrop>
3546  <backdrop name="dotmatrix1172" element="dotmatrixdot" state="0">
3547    <bounds x="2" y="18" width="1" height="1" />
3548  </backdrop>
3549  <backdrop name="dotmatrix1173" element="dotmatrixdot" state="0">
3550    <bounds x="3" y="18" width="1" height="1" />
3551  </backdrop>
3552  <backdrop name="dotmatrix1174" element="dotmatrixdot" state="0">
3553    <bounds x="4" y="18" width="1" height="1" />
3554  </backdrop>
3555  <backdrop name="dotmatrix1175" element="dotmatrixdot" state="0">
3556    <bounds x="5" y="18" width="1" height="1" />
3557  </backdrop>
3558  <backdrop name="dotmatrix1176" element="dotmatrixdot" state="0">
3559    <bounds x="6" y="18" width="1" height="1" />
3560  </backdrop>
3561  <backdrop name="dotmatrix1177" element="dotmatrixdot" state="0">
3562    <bounds x="7" y="18" width="1" height="1" />
3563  </backdrop>
3564  <backdrop name="dotmatrix1178" element="dotmatrixdot" state="0">
3565    <bounds x="8" y="18" width="1" height="1" />
3566  </backdrop>
3567  <backdrop name="dotmatrix1179" element="dotmatrixdot" state="0">
3568    <bounds x="9" y="18" width="1" height="1" />
3569  </backdrop>
3570  <backdrop name="dotmatrix1180" element="dotmatrixdot" state="0">
3571    <bounds x="10" y="18" width="1" height="1" />
3572  </backdrop>
3573  <backdrop name="dotmatrix1181" element="dotmatrixdot" state="0">
3574    <bounds x="11" y="18" width="1" height="1" />
3575  </backdrop>
3576  <backdrop name="dotmatrix1182" element="dotmatrixdot" state="0">
3577    <bounds x="12" y="18" width="1" height="1" />
3578  </backdrop>
3579  <backdrop name="dotmatrix1183" element="dotmatrixdot" state="0">
3580    <bounds x="13" y="18" width="1" height="1" />
3581  </backdrop>
3582  <backdrop name="dotmatrix1184" element="dotmatrixdot" state="0">
3583    <bounds x="14" y="18" width="1" height="1" />
3584  </backdrop>
3585  <backdrop name="dotmatrix1185" element="dotmatrixdot" state="0">
3586    <bounds x="15" y="18" width="1" height="1" />
3587  </backdrop>
3588  <backdrop name="dotmatrix1186" element="dotmatrixdot" state="0">
3589    <bounds x="16" y="18" width="1" height="1" />
3590  </backdrop>
3591  <backdrop name="dotmatrix1187" element="dotmatrixdot" state="0">
3592    <bounds x="17" y="18" width="1" height="1" />
3593  </backdrop>
3594  <backdrop name="dotmatrix1188" element="dotmatrixdot" state="0">
3595    <bounds x="18" y="18" width="1" height="1" />
3596  </backdrop>
3597  <backdrop name="dotmatrix1189" element="dotmatrixdot" state="0">
3598    <bounds x="19" y="18" width="1" height="1" />
3599  </backdrop>
3600  <backdrop name="dotmatrix1190" element="dotmatrixdot" state="0">
3601    <bounds x="20" y="18" width="1" height="1" />
3602  </backdrop>
3603  <backdrop name="dotmatrix1191" element="dotmatrixdot" state="0">
3604    <bounds x="21" y="18" width="1" height="1" />
3605  </backdrop>
3606  <backdrop name="dotmatrix1192" element="dotmatrixdot" state="0">
3607    <bounds x="22" y="18" width="1" height="1" />
3608  </backdrop>
3609  <backdrop name="dotmatrix1193" element="dotmatrixdot" state="0">
3610    <bounds x="23" y="18" width="1" height="1" />
3611  </backdrop>
3612  <backdrop name="dotmatrix1194" element="dotmatrixdot" state="0">
3613    <bounds x="24" y="18" width="1" height="1" />
3614  </backdrop>
3615  <backdrop name="dotmatrix1195" element="dotmatrixdot" state="0">
3616    <bounds x="25" y="18" width="1" height="1" />
3617  </backdrop>
3618  <backdrop name="dotmatrix1196" element="dotmatrixdot" state="0">
3619    <bounds x="26" y="18" width="1" height="1" />
3620  </backdrop>
3621  <backdrop name="dotmatrix1197" element="dotmatrixdot" state="0">
3622    <bounds x="27" y="18" width="1" height="1" />
3623  </backdrop>
3624  <backdrop name="dotmatrix1198" element="dotmatrixdot" state="0">
3625    <bounds x="28" y="18" width="1" height="1" />
3626  </backdrop>
3627  <backdrop name="dotmatrix1199" element="dotmatrixdot" state="0">
3628    <bounds x="29" y="18" width="1" height="1" />
3629  </backdrop>
3630  <backdrop name="dotmatrix1200" element="dotmatrixdot" state="0">
3631    <bounds x="30" y="18" width="1" height="1" />
3632  </backdrop>
3633  <backdrop name="dotmatrix1201" element="dotmatrixdot" state="0">
3634    <bounds x="31" y="18" width="1" height="1" />
3635  </backdrop>
3636  <backdrop name="dotmatrix1202" element="dotmatrixdot" state="0">
3637    <bounds x="32" y="18" width="1" height="1" />
3638  </backdrop>
3639  <backdrop name="dotmatrix1203" element="dotmatrixdot" state="0">
3640    <bounds x="33" y="18" width="1" height="1" />
3641  </backdrop>
3642  <backdrop name="dotmatrix1204" element="dotmatrixdot" state="0">
3643    <bounds x="34" y="18" width="1" height="1" />
3644  </backdrop>
3645  <backdrop name="dotmatrix1205" element="dotmatrixdot" state="0">
3646    <bounds x="35" y="18" width="1" height="1" />
3647  </backdrop>
3648  <backdrop name="dotmatrix1206" element="dotmatrixdot" state="0">
3649    <bounds x="36" y="18" width="1" height="1" />
3650  </backdrop>
3651  <backdrop name="dotmatrix1207" element="dotmatrixdot" state="0">
3652    <bounds x="37" y="18" width="1" height="1" />
3653  </backdrop>
3654  <backdrop name="dotmatrix1208" element="dotmatrixdot" state="0">
3655    <bounds x="38" y="18" width="1" height="1" />
3656  </backdrop>
3657  <backdrop name="dotmatrix1209" element="dotmatrixdot" state="0">
3658    <bounds x="39" y="18" width="1" height="1" />
3659  </backdrop>
3660  <backdrop name="dotmatrix1210" element="dotmatrixdot" state="0">
3661    <bounds x="40" y="18" width="1" height="1" />
3662  </backdrop>
3663  <backdrop name="dotmatrix1211" element="dotmatrixdot" state="0">
3664    <bounds x="41" y="18" width="1" height="1" />
3665  </backdrop>
3666  <backdrop name="dotmatrix1212" element="dotmatrixdot" state="0">
3667    <bounds x="42" y="18" width="1" height="1" />
3668  </backdrop>
3669  <backdrop name="dotmatrix1213" element="dotmatrixdot" state="0">
3670    <bounds x="43" y="18" width="1" height="1" />
3671  </backdrop>
3672  <backdrop name="dotmatrix1214" element="dotmatrixdot" state="0">
3673    <bounds x="44" y="18" width="1" height="1" />
3674  </backdrop>
3675  <backdrop name="dotmatrix1215" element="dotmatrixdot" state="0">
3676    <bounds x="45" y="18" width="1" height="1" />
3677  </backdrop>
3678  <backdrop name="dotmatrix1216" element="dotmatrixdot" state="0">
3679    <bounds x="46" y="18" width="1" height="1" />
3680  </backdrop>
3681  <backdrop name="dotmatrix1217" element="dotmatrixdot" state="0">
3682    <bounds x="47" y="18" width="1" height="1" />
3683  </backdrop>
3684  <backdrop name="dotmatrix1218" element="dotmatrixdot" state="0">
3685    <bounds x="48" y="18" width="1" height="1" />
3686  </backdrop>
3687  <backdrop name="dotmatrix1219" element="dotmatrixdot" state="0">
3688    <bounds x="49" y="18" width="1" height="1" />
3689  </backdrop>
3690  <backdrop name="dotmatrix1220" element="dotmatrixdot" state="0">
3691    <bounds x="50" y="18" width="1" height="1" />
3692  </backdrop>
3693  <backdrop name="dotmatrix1221" element="dotmatrixdot" state="0">
3694    <bounds x="51" y="18" width="1" height="1" />
3695  </backdrop>
3696  <backdrop name="dotmatrix1222" element="dotmatrixdot" state="0">
3697    <bounds x="52" y="18" width="1" height="1" />
3698  </backdrop>
3699  <backdrop name="dotmatrix1223" element="dotmatrixdot" state="0">
3700    <bounds x="53" y="18" width="1" height="1" />
3701  </backdrop>
3702  <backdrop name="dotmatrix1224" element="dotmatrixdot" state="0">
3703    <bounds x="54" y="18" width="1" height="1" />
3704  </backdrop>
3705  <backdrop name="dotmatrix1225" element="dotmatrixdot" state="0">
3706    <bounds x="55" y="18" width="1" height="1" />
3707  </backdrop>
3708  <backdrop name="dotmatrix1226" element="dotmatrixdot" state="0">
3709    <bounds x="56" y="18" width="1" height="1" />
3710  </backdrop>
3711  <backdrop name="dotmatrix1227" element="dotmatrixdot" state="0">
3712    <bounds x="57" y="18" width="1" height="1" />
3713  </backdrop>
3714  <backdrop name="dotmatrix1228" element="dotmatrixdot" state="0">
3715    <bounds x="58" y="18" width="1" height="1" />
3716  </backdrop>
3717  <backdrop name="dotmatrix1229" element="dotmatrixdot" state="0">
3718    <bounds x="59" y="18" width="1" height="1" />
3719  </backdrop>
3720  <backdrop name="dotmatrix1230" element="dotmatrixdot" state="0">
3721    <bounds x="60" y="18" width="1" height="1" />
3722  </backdrop>
3723  <backdrop name="dotmatrix1231" element="dotmatrixdot" state="0">
3724    <bounds x="61" y="18" width="1" height="1" />
3725  </backdrop>
3726  <backdrop name="dotmatrix1232" element="dotmatrixdot" state="0">
3727    <bounds x="62" y="18" width="1" height="1" />
3728  </backdrop>
3729  <backdrop name="dotmatrix1233" element="dotmatrixdot" state="0">
3730    <bounds x="63" y="18" width="1" height="1" />
3731  </backdrop>
3732  <backdrop name="dotmatrix1234" element="dotmatrixdot" state="0">
3733    <bounds x="64" y="18" width="1" height="1" />
3734  </backdrop>
3735  <backdrop name="dotmatrix1235" element="dotmatrixdot" state="0">
3736    <bounds x="0" y="19" width="1" height="1" />
3737  </backdrop>
3738  <backdrop name="dotmatrix1236" element="dotmatrixdot" state="0">
3739    <bounds x="1" y="19" width="1" height="1" />
3740  </backdrop>
3741  <backdrop name="dotmatrix1237" element="dotmatrixdot" state="0">
3742    <bounds x="2" y="19" width="1" height="1" />
3743  </backdrop>
3744  <backdrop name="dotmatrix1238" element="dotmatrixdot" state="0">
3745    <bounds x="3" y="19" width="1" height="1" />
3746  </backdrop>
3747  <backdrop name="dotmatrix1239" element="dotmatrixdot" state="0">
3748    <bounds x="4" y="19" width="1" height="1" />
3749  </backdrop>
3750  <backdrop name="dotmatrix1240" element="dotmatrixdot" state="0">
3751    <bounds x="5" y="19" width="1" height="1" />
3752  </backdrop>
3753  <backdrop name="dotmatrix1241" element="dotmatrixdot" state="0">
3754    <bounds x="6" y="19" width="1" height="1" />
3755  </backdrop>
3756  <backdrop name="dotmatrix1242" element="dotmatrixdot" state="0">
3757    <bounds x="7" y="19" width="1" height="1" />
3758  </backdrop>
3759  <backdrop name="dotmatrix1243" element="dotmatrixdot" state="0">
3760    <bounds x="8" y="19" width="1" height="1" />
3761  </backdrop>
3762  <backdrop name="dotmatrix1244" element="dotmatrixdot" state="0">
3763    <bounds x="9" y="19" width="1" height="1" />
3764  </backdrop>
3765  <backdrop name="dotmatrix1245" element="dotmatrixdot" state="0">
3766    <bounds x="10" y="19" width="1" height="1" />
3767  </backdrop>
3768  <backdrop name="dotmatrix1246" element="dotmatrixdot" state="0">
3769    <bounds x="11" y="19" width="1" height="1" />
3770  </backdrop>
3771  <backdrop name="dotmatrix1247" element="dotmatrixdot" state="0">
3772    <bounds x="12" y="19" width="1" height="1" />
3773  </backdrop>
3774  <backdrop name="dotmatrix1248" element="dotmatrixdot" state="0">
3775    <bounds x="13" y="19" width="1" height="1" />
3776  </backdrop>
3777  <backdrop name="dotmatrix1249" element="dotmatrixdot" state="0">
3778    <bounds x="14" y="19" width="1" height="1" />
3779  </backdrop>
3780  <backdrop name="dotmatrix1250" element="dotmatrixdot" state="0">
3781    <bounds x="15" y="19" width="1" height="1" />
3782  </backdrop>
3783  <backdrop name="dotmatrix1251" element="dotmatrixdot" state="0">
3784    <bounds x="16" y="19" width="1" height="1" />
3785  </backdrop>
3786  <backdrop name="dotmatrix1252" element="dotmatrixdot" state="0">
3787    <bounds x="17" y="19" width="1" height="1" />
3788  </backdrop>
3789  <backdrop name="dotmatrix1253" element="dotmatrixdot" state="0">
3790    <bounds x="18" y="19" width="1" height="1" />
3791  </backdrop>
3792  <backdrop name="dotmatrix1254" element="dotmatrixdot" state="0">
3793    <bounds x="19" y="19" width="1" height="1" />
3794  </backdrop>
3795  <backdrop name="dotmatrix1255" element="dotmatrixdot" state="0">
3796    <bounds x="20" y="19" width="1" height="1" />
3797  </backdrop>
3798  <backdrop name="dotmatrix1256" element="dotmatrixdot" state="0">
3799    <bounds x="21" y="19" width="1" height="1" />
3800  </backdrop>
3801  <backdrop name="dotmatrix1257" element="dotmatrixdot" state="0">
3802    <bounds x="22" y="19" width="1" height="1" />
3803  </backdrop>
3804  <backdrop name="dotmatrix1258" element="dotmatrixdot" state="0">
3805    <bounds x="23" y="19" width="1" height="1" />
3806  </backdrop>
3807  <backdrop name="dotmatrix1259" element="dotmatrixdot" state="0">
3808    <bounds x="24" y="19" width="1" height="1" />
3809  </backdrop>
3810  <backdrop name="dotmatrix1260" element="dotmatrixdot" state="0">
3811    <bounds x="25" y="19" width="1" height="1" />
3812  </backdrop>
3813  <backdrop name="dotmatrix1261" element="dotmatrixdot" state="0">
3814    <bounds x="26" y="19" width="1" height="1" />
3815  </backdrop>
3816  <backdrop name="dotmatrix1262" element="dotmatrixdot" state="0">
3817    <bounds x="27" y="19" width="1" height="1" />
3818  </backdrop>
3819  <backdrop name="dotmatrix1263" element="dotmatrixdot" state="0">
3820    <bounds x="28" y="19" width="1" height="1" />
3821  </backdrop>
3822  <backdrop name="dotmatrix1264" element="dotmatrixdot" state="0">
3823    <bounds x="29" y="19" width="1" height="1" />
3824  </backdrop>
3825  <backdrop name="dotmatrix1265" element="dotmatrixdot" state="0">
3826    <bounds x="30" y="19" width="1" height="1" />
3827  </backdrop>
3828  <backdrop name="dotmatrix1266" element="dotmatrixdot" state="0">
3829    <bounds x="31" y="19" width="1" height="1" />
3830  </backdrop>
3831  <backdrop name="dotmatrix1267" element="dotmatrixdot" state="0">
3832    <bounds x="32" y="19" width="1" height="1" />
3833  </backdrop>
3834  <backdrop name="dotmatrix1268" element="dotmatrixdot" state="0">
3835    <bounds x="33" y="19" width="1" height="1" />
3836  </backdrop>
3837  <backdrop name="dotmatrix1269" element="dotmatrixdot" state="0">
3838    <bounds x="34" y="19" width="1" height="1" />
3839  </backdrop>
3840  <backdrop name="dotmatrix1270" element="dotmatrixdot" state="0">
3841    <bounds x="35" y="19" width="1" height="1" />
3842  </backdrop>
3843  <backdrop name="dotmatrix1271" element="dotmatrixdot" state="0">
3844    <bounds x="36" y="19" width="1" height="1" />
3845  </backdrop>
3846  <backdrop name="dotmatrix1272" element="dotmatrixdot" state="0">
3847    <bounds x="37" y="19" width="1" height="1" />
3848  </backdrop>
3849  <backdrop name="dotmatrix1273" element="dotmatrixdot" state="0">
3850    <bounds x="38" y="19" width="1" height="1" />
3851  </backdrop>
3852  <backdrop name="dotmatrix1274" element="dotmatrixdot" state="0">
3853    <bounds x="39" y="19" width="1" height="1" />
3854  </backdrop>
3855  <backdrop name="dotmatrix1275" element="dotmatrixdot" state="0">
3856    <bounds x="40" y="19" width="1" height="1" />
3857  </backdrop>
3858  <backdrop name="dotmatrix1276" element="dotmatrixdot" state="0">
3859    <bounds x="41" y="19" width="1" height="1" />
3860  </backdrop>
3861  <backdrop name="dotmatrix1277" element="dotmatrixdot" state="0">
3862    <bounds x="42" y="19" width="1" height="1" />
3863  </backdrop>
3864  <backdrop name="dotmatrix1278" element="dotmatrixdot" state="0">
3865    <bounds x="43" y="19" width="1" height="1" />
3866  </backdrop>
3867  <backdrop name="dotmatrix1279" element="dotmatrixdot" state="0">
3868    <bounds x="44" y="19" width="1" height="1" />
3869  </backdrop>
3870  <backdrop name="dotmatrix1280" element="dotmatrixdot" state="0">
3871    <bounds x="45" y="19" width="1" height="1" />
3872  </backdrop>
3873  <backdrop name="dotmatrix1281" element="dotmatrixdot" state="0">
3874    <bounds x="46" y="19" width="1" height="1" />
3875  </backdrop>
3876  <backdrop name="dotmatrix1282" element="dotmatrixdot" state="0">
3877    <bounds x="47" y="19" width="1" height="1" />
3878  </backdrop>
3879  <backdrop name="dotmatrix1283" element="dotmatrixdot" state="0">
3880    <bounds x="48" y="19" width="1" height="1" />
3881  </backdrop>
3882  <backdrop name="dotmatrix1284" element="dotmatrixdot" state="0">
3883    <bounds x="49" y="19" width="1" height="1" />
3884  </backdrop>
3885  <backdrop name="dotmatrix1285" element="dotmatrixdot" state="0">
3886    <bounds x="50" y="19" width="1" height="1" />
3887  </backdrop>
3888  <backdrop name="dotmatrix1286" element="dotmatrixdot" state="0">
3889    <bounds x="51" y="19" width="1" height="1" />
3890  </backdrop>
3891  <backdrop name="dotmatrix1287" element="dotmatrixdot" state="0">
3892    <bounds x="52" y="19" width="1" height="1" />
3893  </backdrop>
3894  <backdrop name="dotmatrix1288" element="dotmatrixdot" state="0">
3895    <bounds x="53" y="19" width="1" height="1" />
3896  </backdrop>
3897  <backdrop name="dotmatrix1289" element="dotmatrixdot" state="0">
3898    <bounds x="54" y="19" width="1" height="1" />
3899  </backdrop>
3900  <backdrop name="dotmatrix1290" element="dotmatrixdot" state="0">
3901    <bounds x="55" y="19" width="1" height="1" />
3902  </backdrop>
3903  <backdrop name="dotmatrix1291" element="dotmatrixdot" state="0">
3904    <bounds x="56" y="19" width="1" height="1" />
3905  </backdrop>
3906  <backdrop name="dotmatrix1292" element="dotmatrixdot" state="0">
3907    <bounds x="57" y="19" width="1" height="1" />
3908  </backdrop>
3909  <backdrop name="dotmatrix1293" element="dotmatrixdot" state="0">
3910    <bounds x="58" y="19" width="1" height="1" />
3911  </backdrop>
3912  <backdrop name="dotmatrix1294" element="dotmatrixdot" state="0">
3913    <bounds x="59" y="19" width="1" height="1" />
3914  </backdrop>
3915  <backdrop name="dotmatrix1295" element="dotmatrixdot" state="0">
3916    <bounds x="60" y="19" width="1" height="1" />
3917  </backdrop>
3918  <backdrop name="dotmatrix1296" element="dotmatrixdot" state="0">
3919    <bounds x="61" y="19" width="1" height="1" />
3920  </backdrop>
3921  <backdrop name="dotmatrix1297" element="dotmatrixdot" state="0">
3922    <bounds x="62" y="19" width="1" height="1" />
3923  </backdrop>
3924  <backdrop name="dotmatrix1298" element="dotmatrixdot" state="0">
3925    <bounds x="63" y="19" width="1" height="1" />
3926  </backdrop>
3927  <backdrop name="dotmatrix1299" element="dotmatrixdot" state="0">
3928    <bounds x="64" y="19" width="1" height="1" />
3929  </backdrop>
3930  <backdrop name="dotmatrix1300" element="dotmatrixdot" state="0">
3931    <bounds x="0" y="20" width="1" height="1" />
3932  </backdrop>
3933  <backdrop name="dotmatrix1301" element="dotmatrixdot" state="0">
3934    <bounds x="1" y="20" width="1" height="1" />
3935  </backdrop>
3936  <backdrop name="dotmatrix1302" element="dotmatrixdot" state="0">
3937    <bounds x="2" y="20" width="1" height="1" />
3938  </backdrop>
3939  <backdrop name="dotmatrix1303" element="dotmatrixdot" state="0">
3940    <bounds x="3" y="20" width="1" height="1" />
3941  </backdrop>
3942  <backdrop name="dotmatrix1304" element="dotmatrixdot" state="0">
3943    <bounds x="4" y="20" width="1" height="1" />
3944  </backdrop>
3945  <backdrop name="dotmatrix1305" element="dotmatrixdot" state="0">
3946    <bounds x="5" y="20" width="1" height="1" />
3947  </backdrop>
3948  <backdrop name="dotmatrix1306" element="dotmatrixdot" state="0">
3949    <bounds x="6" y="20" width="1" height="1" />
3950  </backdrop>
3951  <backdrop name="dotmatrix1307" element="dotmatrixdot" state="0">
3952    <bounds x="7" y="20" width="1" height="1" />
3953  </backdrop>
3954  <backdrop name="dotmatrix1308" element="dotmatrixdot" state="0">
3955    <bounds x="8" y="20" width="1" height="1" />
3956  </backdrop>
3957  <backdrop name="dotmatrix1309" element="dotmatrixdot" state="0">
3958    <bounds x="9" y="20" width="1" height="1" />
3959  </backdrop>
3960  <backdrop name="dotmatrix1310" element="dotmatrixdot" state="0">
3961    <bounds x="10" y="20" width="1" height="1" />
3962  </backdrop>
3963  <backdrop name="dotmatrix1311" element="dotmatrixdot" state="0">
3964    <bounds x="11" y="20" width="1" height="1" />
3965  </backdrop>
3966  <backdrop name="dotmatrix1312" element="dotmatrixdot" state="0">
3967    <bounds x="12" y="20" width="1" height="1" />
3968  </backdrop>
3969  <backdrop name="dotmatrix1313" element="dotmatrixdot" state="0">
3970    <bounds x="13" y="20" width="1" height="1" />
3971  </backdrop>
3972  <backdrop name="dotmatrix1314" element="dotmatrixdot" state="0">
3973    <bounds x="14" y="20" width="1" height="1" />
3974  </backdrop>
3975  <backdrop name="dotmatrix1315" element="dotmatrixdot" state="0">
3976    <bounds x="15" y="20" width="1" height="1" />
3977  </backdrop>
3978  <backdrop name="dotmatrix1316" element="dotmatrixdot" state="0">
3979    <bounds x="16" y="20" width="1" height="1" />
3980  </backdrop>
3981  <backdrop name="dotmatrix1317" element="dotmatrixdot" state="0">
3982    <bounds x="17" y="20" width="1" height="1" />
3983  </backdrop>
3984  <backdrop name="dotmatrix1318" element="dotmatrixdot" state="0">
3985    <bounds x="18" y="20" width="1" height="1" />
3986  </backdrop>
3987  <backdrop name="dotmatrix1319" element="dotmatrixdot" state="0">
3988    <bounds x="19" y="20" width="1" height="1" />
3989  </backdrop>
3990  <backdrop name="dotmatrix1320" element="dotmatrixdot" state="0">
3991    <bounds x="20" y="20" width="1" height="1" />
3992  </backdrop>
3993  <backdrop name="dotmatrix1321" element="dotmatrixdot" state="0">
3994    <bounds x="21" y="20" width="1" height="1" />
3995  </backdrop>
3996  <backdrop name="dotmatrix1322" element="dotmatrixdot" state="0">
3997    <bounds x="22" y="20" width="1" height="1" />
3998  </backdrop>
3999  <backdrop name="dotmatrix1323" element="dotmatrixdot" state="0">
4000    <bounds x="23" y="20" width="1" height="1" />
4001  </backdrop>
4002  <backdrop name="dotmatrix1324" element="dotmatrixdot" state="0">
4003    <bounds x="24" y="20" width="1" height="1" />
4004  </backdrop>
4005  <backdrop name="dotmatrix1325" element="dotmatrixdot" state="0">
4006    <bounds x="25" y="20" width="1" height="1" />
4007  </backdrop>
4008  <backdrop name="dotmatrix1326" element="dotmatrixdot" state="0">
4009    <bounds x="26" y="20" width="1" height="1" />
4010  </backdrop>
4011  <backdrop name="dotmatrix1327" element="dotmatrixdot" state="0">
4012    <bounds x="27" y="20" width="1" height="1" />
4013  </backdrop>
4014  <backdrop name="dotmatrix1328" element="dotmatrixdot" state="0">
4015    <bounds x="28" y="20" width="1" height="1" />
4016  </backdrop>
4017  <backdrop name="dotmatrix1329" element="dotmatrixdot" state="0">
4018    <bounds x="29" y="20" width="1" height="1" />
4019  </backdrop>
4020  <backdrop name="dotmatrix1330" element="dotmatrixdot" state="0">
4021    <bounds x="30" y="20" width="1" height="1" />
4022  </backdrop>
4023  <backdrop name="dotmatrix1331" element="dotmatrixdot" state="0">
4024    <bounds x="31" y="20" width="1" height="1" />
4025  </backdrop>
4026  <backdrop name="dotmatrix1332" element="dotmatrixdot" state="0">
4027    <bounds x="32" y="20" width="1" height="1" />
4028  </backdrop>
4029  <backdrop name="dotmatrix1333" element="dotmatrixdot" state="0">
4030    <bounds x="33" y="20" width="1" height="1" />
4031  </backdrop>
4032  <backdrop name="dotmatrix1334" element="dotmatrixdot" state="0">
4033    <bounds x="34" y="20" width="1" height="1" />
4034  </backdrop>
4035  <backdrop name="dotmatrix1335" element="dotmatrixdot" state="0">
4036    <bounds x="35" y="20" width="1" height="1" />
4037  </backdrop>
4038  <backdrop name="dotmatrix1336" element="dotmatrixdot" state="0">
4039    <bounds x="36" y="20" width="1" height="1" />
4040  </backdrop>
4041  <backdrop name="dotmatrix1337" element="dotmatrixdot" state="0">
4042    <bounds x="37" y="20" width="1" height="1" />
4043  </backdrop>
4044  <backdrop name="dotmatrix1338" element="dotmatrixdot" state="0">
4045    <bounds x="38" y="20" width="1" height="1" />
4046  </backdrop>
4047  <backdrop name="dotmatrix1339" element="dotmatrixdot" state="0">
4048    <bounds x="39" y="20" width="1" height="1" />
4049  </backdrop>
4050  <backdrop name="dotmatrix1340" element="dotmatrixdot" state="0">
4051    <bounds x="40" y="20" width="1" height="1" />
4052  </backdrop>
4053  <backdrop name="dotmatrix1341" element="dotmatrixdot" state="0">
4054    <bounds x="41" y="20" width="1" height="1" />
4055  </backdrop>
4056  <backdrop name="dotmatrix1342" element="dotmatrixdot" state="0">
4057    <bounds x="42" y="20" width="1" height="1" />
4058  </backdrop>
4059  <backdrop name="dotmatrix1343" element="dotmatrixdot" state="0">
4060    <bounds x="43" y="20" width="1" height="1" />
4061  </backdrop>
4062  <backdrop name="dotmatrix1344" element="dotmatrixdot" state="0">
4063    <bounds x="44" y="20" width="1" height="1" />
4064  </backdrop>
4065  <backdrop name="dotmatrix1345" element="dotmatrixdot" state="0">
4066    <bounds x="45" y="20" width="1" height="1" />
4067  </backdrop>
4068  <backdrop name="dotmatrix1346" element="dotmatrixdot" state="0">
4069    <bounds x="46" y="20" width="1" height="1" />
4070  </backdrop>
4071  <backdrop name="dotmatrix1347" element="dotmatrixdot" state="0">
4072    <bounds x="47" y="20" width="1" height="1" />
4073  </backdrop>
4074  <backdrop name="dotmatrix1348" element="dotmatrixdot" state="0">
4075    <bounds x="48" y="20" width="1" height="1" />
4076  </backdrop>
4077  <backdrop name="dotmatrix1349" element="dotmatrixdot" state="0">
4078    <bounds x="49" y="20" width="1" height="1" />
4079  </backdrop>
4080  <backdrop name="dotmatrix1350" element="dotmatrixdot" state="0">
4081    <bounds x="50" y="20" width="1" height="1" />
4082  </backdrop>
4083  <backdrop name="dotmatrix1351" element="dotmatrixdot" state="0">
4084    <bounds x="51" y="20" width="1" height="1" />
4085  </backdrop>
4086  <backdrop name="dotmatrix1352" element="dotmatrixdot" state="0">
4087    <bounds x="52" y="20" width="1" height="1" />
4088  </backdrop>
4089  <backdrop name="dotmatrix1353" element="dotmatrixdot" state="0">
4090    <bounds x="53" y="20" width="1" height="1" />
4091  </backdrop>
4092  <backdrop name="dotmatrix1354" element="dotmatrixdot" state="0">
4093    <bounds x="54" y="20" width="1" height="1" />
4094  </backdrop>
4095  <backdrop name="dotmatrix1355" element="dotmatrixdot" state="0">
4096    <bounds x="55" y="20" width="1" height="1" />
4097  </backdrop>
4098  <backdrop name="dotmatrix1356" element="dotmatrixdot" state="0">
4099    <bounds x="56" y="20" width="1" height="1" />
4100  </backdrop>
4101  <backdrop name="dotmatrix1357" element="dotmatrixdot" state="0">
4102    <bounds x="57" y="20" width="1" height="1" />
4103  </backdrop>
4104  <backdrop name="dotmatrix1358" element="dotmatrixdot" state="0">
4105    <bounds x="58" y="20" width="1" height="1" />
4106  </backdrop>
4107  <backdrop name="dotmatrix1359" element="dotmatrixdot" state="0">
4108    <bounds x="59" y="20" width="1" height="1" />
4109  </backdrop>
4110  <backdrop name="dotmatrix1360" element="dotmatrixdot" state="0">
4111    <bounds x="60" y="20" width="1" height="1" />
4112  </backdrop>
4113  <backdrop name="dotmatrix1361" element="dotmatrixdot" state="0">
4114    <bounds x="61" y="20" width="1" height="1" />
4115  </backdrop>
4116  <backdrop name="dotmatrix1362" element="dotmatrixdot" state="0">
4117    <bounds x="62" y="20" width="1" height="1" />
4118  </backdrop>
4119  <backdrop name="dotmatrix1363" element="dotmatrixdot" state="0">
4120    <bounds x="63" y="20" width="1" height="1" />
4121  </backdrop>
4122  <backdrop name="dotmatrix1364" element="dotmatrixdot" state="0">
4123    <bounds x="64" y="20" width="1" height="1" />
4124  </backdrop>
4125      <backdrop name="reel1" element="Steppers" state="0">
4126         <bounds x="10" y="300" width="50" height="50"/>
4127      </backdrop>
4128      <backdrop name="reel2" element="Steppers" state="0">
4129         <bounds x="60" y="300" width="50" height="50"/>
4130      </backdrop>
4131      <backdrop name="reel3" element="Steppers" state="0">
4132         <bounds x="110" y="300" width="50" height="50"/>
4133      </backdrop>
4134      <backdrop name="reel4" element="Steppers" state="0">
4135         <bounds x="160" y="300" width="50" height="50"/>
4136      </backdrop>
4137      <backdrop name="reel5" element="Steppers" state="0">
4138         <bounds x="220" y="300" width="50" height="50"/>
4139      </backdrop>
4140      <backdrop name="reel6" element="Steppers" state="0">
4141         <bounds x="280" y="300" width="50" height="50"/>
4142      </backdrop>
4143      <backdrop name="lamp0" element="matrixlamp" state="0">
4144         <bounds x="392" y="300" width="7" height="7"/>
4145      </backdrop>
4146      <backdrop name="lamp1" element="matrixlamp" state="0">
4147         <bounds x="400" y="300" width="7" height="7"/>
4148      </backdrop>
4149      <backdrop name="lamp2" element="matrixlamp" state="0">
4150         <bounds x="408" y="300" width="7" height="7"/>
4151      </backdrop>
4152      <backdrop name="lamp3" element="matrixlamp" state="0">
4153         <bounds x="416" y="300" width="7" height="7"/>
4154      </backdrop>
4155      <backdrop name="lamp4" element="matrixlamp" state="0">
4156         <bounds x="424" y="300" width="7" height="7"/>
4157      </backdrop>
4158      <backdrop name="lamp5" element="matrixlamp" state="0">
4159         <bounds x="432" y="300" width="7" height="7"/>
4160      </backdrop>
4161      <backdrop name="lamp6" element="matrixlamp" state="0">
4162         <bounds x="440" y="300" width="7" height="7"/>
4163      </backdrop>
4164      <backdrop name="lamp7" element="matrixlamp" state="0">
4165         <bounds x="448" y="300" width="7" height="7"/>
4166      </backdrop>
4167      <backdrop name="lamp8" element="matrixlamp" state="0">
4168         <bounds x="456" y="300" width="7" height="7"/>
4169      </backdrop>
4170      <backdrop name="lamp9" element="matrixlamp" state="0">
4171         <bounds x="464" y="300" width="7" height="7"/>
4172      </backdrop>
4173      <backdrop name="lamp10" element="matrixlamp" state="0">
4174         <bounds x="472" y="300" width="7" height="7"/>
4175      </backdrop>
4176      <backdrop name="lamp11" element="matrixlamp" state="0">
4177         <bounds x="480" y="300" width="7" height="7"/>
4178      </backdrop>
4179      <backdrop name="lamp12" element="matrixlamp" state="0">
4180         <bounds x="488" y="300" width="7" height="7"/>
4181      </backdrop>
4182      <backdrop name="lamp13" element="matrixlamp" state="0">
4183         <bounds x="496" y="300" width="7" height="7"/>
4184      </backdrop>
4185      <backdrop name="lamp14" element="matrixlamp" state="0">
4186         <bounds x="504" y="300" width="7" height="7"/>
4187      </backdrop>
4188      <backdrop name="lamp15" element="matrixlamp" state="0">
4189         <bounds x="512" y="300" width="7" height="7"/>
4190      </backdrop>
4191      <backdrop name="lamp16" element="matrixlamp" state="0">
4192         <bounds x="392" y="308" width="7" height="7"/>
4193      </backdrop>
4194      <backdrop name="lamp17" element="matrixlamp" state="0">
4195         <bounds x="400" y="308" width="7" height="7"/>
4196      </backdrop>
4197      <backdrop name="lamp18" element="matrixlamp" state="0">
4198         <bounds x="408" y="308" width="7" height="7"/>
4199      </backdrop>
4200      <backdrop name="lamp19" element="matrixlamp" state="0">
4201         <bounds x="416" y="308" width="7" height="7"/>
4202      </backdrop>
4203      <backdrop name="lamp20" element="matrixlamp" state="0">
4204         <bounds x="424" y="308" width="7" height="7"/>
4205      </backdrop>
4206      <backdrop name="lamp21" element="matrixlamp" state="0">
4207         <bounds x="432" y="308" width="7" height="7"/>
4208      </backdrop>
4209      <backdrop name="lamp22" element="matrixlamp" state="0">
4210         <bounds x="440" y="308" width="7" height="7"/>
4211      </backdrop>
4212      <backdrop name="lamp23" element="matrixlamp" state="0">
4213         <bounds x="448" y="308" width="7" height="7"/>
4214      </backdrop>
4215      <backdrop name="lamp24" element="matrixlamp" state="0">
4216         <bounds x="456" y="308" width="7" height="7"/>
4217      </backdrop>
4218      <backdrop name="lamp25" element="matrixlamp" state="0">
4219         <bounds x="464" y="308" width="7" height="7"/>
4220      </backdrop>
4221      <backdrop name="lamp26" element="matrixlamp" state="0">
4222         <bounds x="472" y="308" width="7" height="7"/>
4223      </backdrop>
4224      <backdrop name="lamp27" element="matrixlamp" state="0">
4225         <bounds x="480" y="308" width="7" height="7"/>
4226      </backdrop>
4227      <backdrop name="lamp28" element="matrixlamp" state="0">
4228         <bounds x="488" y="308" width="7" height="7"/>
4229      </backdrop>
4230      <backdrop name="lamp29" element="matrixlamp" state="0">
4231         <bounds x="496" y="308" width="7" height="7"/>
4232      </backdrop>
4233      <backdrop name="lamp30" element="matrixlamp" state="0">
4234         <bounds x="504" y="308" width="7" height="7"/>
4235      </backdrop>
4236      <backdrop name="lamp31" element="matrixlamp" state="0">
4237         <bounds x="512" y="308" width="7" height="7"/>
4238      </backdrop>
4239      <backdrop name="lamp32" element="matrixlamp" state="0">
4240         <bounds x="392" y="316" width="7" height="7"/>
4241      </backdrop>
4242      <backdrop name="lamp33" element="matrixlamp" state="0">
4243         <bounds x="400" y="316" width="7" height="7"/>
4244      </backdrop>
4245      <backdrop name="lamp34" element="matrixlamp" state="0">
4246         <bounds x="408" y="316" width="7" height="7"/>
4247      </backdrop>
4248      <backdrop name="lamp35" element="matrixlamp" state="0">
4249         <bounds x="416" y="316" width="7" height="7"/>
4250      </backdrop>
4251      <backdrop name="lamp36" element="matrixlamp" state="0">
4252         <bounds x="424" y="316" width="7" height="7"/>
4253      </backdrop>
4254      <backdrop name="lamp37" element="matrixlamp" state="0">
4255         <bounds x="432" y="316" width="7" height="7"/>
4256      </backdrop>
4257      <backdrop name="lamp38" element="matrixlamp" state="0">
4258         <bounds x="440" y="316" width="7" height="7"/>
4259      </backdrop>
4260      <backdrop name="lamp39" element="matrixlamp" state="0">
4261         <bounds x="448" y="316" width="7" height="7"/>
4262      </backdrop>
4263      <backdrop name="lamp40" element="matrixlamp" state="0">
4264         <bounds x="456" y="316" width="7" height="7"/>
4265      </backdrop>
4266      <backdrop name="lamp41" element="matrixlamp" state="0">
4267         <bounds x="464" y="316" width="7" height="7"/>
4268      </backdrop>
4269      <backdrop name="lamp42" element="matrixlamp" state="0">
4270         <bounds x="472" y="316" width="7" height="7"/>
4271      </backdrop>
4272      <backdrop name="lamp43" element="matrixlamp" state="0">
4273         <bounds x="480" y="316" width="7" height="7"/>
4274      </backdrop>
4275      <backdrop name="lamp44" element="matrixlamp" state="0">
4276         <bounds x="488" y="316" width="7" height="7"/>
4277      </backdrop>
4278      <backdrop name="lamp45" element="matrixlamp" state="0">
4279         <bounds x="496" y="316" width="7" height="7"/>
4280      </backdrop>
4281      <backdrop name="lamp46" element="matrixlamp" state="0">
4282         <bounds x="504" y="316" width="7" height="7"/>
4283      </backdrop>
4284      <backdrop name="lamp47" element="matrixlamp" state="0">
4285         <bounds x="512" y="316" width="7" height="7"/>
4286      </backdrop>
4287      <backdrop name="lamp48" element="matrixlamp" state="0">
4288         <bounds x="392" y="324" width="7" height="7"/>
4289      </backdrop>
4290      <backdrop name="lamp49" element="matrixlamp" state="0">
4291         <bounds x="400" y="324" width="7" height="7"/>
4292      </backdrop>
4293      <backdrop name="lamp50" element="matrixlamp" state="0">
4294         <bounds x="408" y="324" width="7" height="7"/>
4295      </backdrop>
4296      <backdrop name="lamp51" element="matrixlamp" state="0">
4297         <bounds x="416" y="324" width="7" height="7"/>
4298      </backdrop>
4299      <backdrop name="lamp52" element="matrixlamp" state="0">
4300         <bounds x="424" y="324" width="7" height="7"/>
4301      </backdrop>
4302      <backdrop name="lamp53" element="matrixlamp" state="0">
4303         <bounds x="432" y="324" width="7" height="7"/>
4304      </backdrop>
4305      <backdrop name="lamp54" element="matrixlamp" state="0">
4306         <bounds x="440" y="324" width="7" height="7"/>
4307      </backdrop>
4308      <backdrop name="lamp55" element="matrixlamp" state="0">
4309         <bounds x="448" y="324" width="7" height="7"/>
4310      </backdrop>
4311      <backdrop name="lamp56" element="matrixlamp" state="0">
4312         <bounds x="456" y="324" width="7" height="7"/>
4313      </backdrop>
4314      <backdrop name="lamp57" element="matrixlamp" state="0">
4315         <bounds x="464" y="324" width="7" height="7"/>
4316      </backdrop>
4317      <backdrop name="lamp58" element="matrixlamp" state="0">
4318         <bounds x="472" y="324" width="7" height="7"/>
4319      </backdrop>
4320      <backdrop name="lamp59" element="matrixlamp" state="0">
4321         <bounds x="480" y="324" width="7" height="7"/>
4322      </backdrop>
4323      <backdrop name="lamp60" element="matrixlamp" state="0">
4324         <bounds x="488" y="324" width="7" height="7"/>
4325      </backdrop>
4326      <backdrop name="lamp61" element="matrixlamp" state="0">
4327         <bounds x="496" y="324" width="7" height="7"/>
4328      </backdrop>
4329      <backdrop name="lamp62" element="matrixlamp" state="0">
4330         <bounds x="504" y="324" width="7" height="7"/>
4331      </backdrop>
4332      <backdrop name="lamp63" element="matrixlamp" state="0">
4333         <bounds x="512" y="324" width="7" height="7"/>
4334      </backdrop>
4335      <backdrop name="lamp64" element="matrixlamp" state="0">
4336         <bounds x="392" y="332" width="7" height="7"/>
4337      </backdrop>
4338      <backdrop name="lamp65" element="matrixlamp" state="0">
4339         <bounds x="400" y="332" width="7" height="7"/>
4340      </backdrop>
4341      <backdrop name="lamp66" element="matrixlamp" state="0">
4342         <bounds x="408" y="332" width="7" height="7"/>
4343      </backdrop>
4344      <backdrop name="lamp67" element="matrixlamp" state="0">
4345         <bounds x="416" y="332" width="7" height="7"/>
4346      </backdrop>
4347      <backdrop name="lamp68" element="matrixlamp" state="0">
4348         <bounds x="424" y="332" width="7" height="7"/>
4349      </backdrop>
4350      <backdrop name="lamp69" element="matrixlamp" state="0">
4351         <bounds x="432" y="332" width="7" height="7"/>
4352      </backdrop>
4353      <backdrop name="lamp70" element="matrixlamp" state="0">
4354         <bounds x="440" y="332" width="7" height="7"/>
4355      </backdrop>
4356      <backdrop name="lamp71" element="matrixlamp" state="0">
4357         <bounds x="448" y="332" width="7" height="7"/>
4358      </backdrop>
4359      <backdrop name="lamp72" element="matrixlamp" state="0">
4360         <bounds x="456" y="332" width="7" height="7"/>
4361      </backdrop>
4362      <backdrop name="lamp73" element="matrixlamp" state="0">
4363         <bounds x="464" y="332" width="7" height="7"/>
4364      </backdrop>
4365      <backdrop name="lamp74" element="matrixlamp" state="0">
4366         <bounds x="472" y="332" width="7" height="7"/>
4367      </backdrop>
4368      <backdrop name="lamp75" element="matrixlamp" state="0">
4369         <bounds x="480" y="332" width="7" height="7"/>
4370      </backdrop>
4371      <backdrop name="lamp76" element="matrixlamp" state="0">
4372         <bounds x="488" y="332" width="7" height="7"/>
4373      </backdrop>
4374      <backdrop name="lamp77" element="matrixlamp" state="0">
4375         <bounds x="496" y="332" width="7" height="7"/>
4376      </backdrop>
4377      <backdrop name="lamp78" element="matrixlamp" state="0">
4378         <bounds x="504" y="332" width="7" height="7"/>
4379      </backdrop>
4380      <backdrop name="lamp79" element="matrixlamp" state="0">
4381         <bounds x="512" y="332" width="7" height="7"/>
4382      </backdrop>
4383      <backdrop name="lamp80" element="matrixlamp" state="0">
4384         <bounds x="392" y="340" width="7" height="7"/>
4385      </backdrop>
4386      <backdrop name="lamp81" element="matrixlamp" state="0">
4387         <bounds x="400" y="340" width="7" height="7"/>
4388      </backdrop>
4389      <backdrop name="lamp82" element="matrixlamp" state="0">
4390         <bounds x="408" y="340" width="7" height="7"/>
4391      </backdrop>
4392      <backdrop name="lamp83" element="matrixlamp" state="0">
4393         <bounds x="416" y="340" width="7" height="7"/>
4394      </backdrop>
4395      <backdrop name="lamp84" element="matrixlamp" state="0">
4396         <bounds x="424" y="340" width="7" height="7"/>
4397      </backdrop>
4398      <backdrop name="lamp85" element="matrixlamp" state="0">
4399         <bounds x="432" y="340" width="7" height="7"/>
4400      </backdrop>
4401      <backdrop name="lamp86" element="matrixlamp" state="0">
4402         <bounds x="440" y="340" width="7" height="7"/>
4403      </backdrop>
4404      <backdrop name="lamp87" element="matrixlamp" state="0">
4405         <bounds x="448" y="340" width="7" height="7"/>
4406      </backdrop>
4407      <backdrop name="lamp88" element="matrixlamp" state="0">
4408         <bounds x="456" y="340" width="7" height="7"/>
4409      </backdrop>
4410      <backdrop name="lamp89" element="matrixlamp" state="0">
4411         <bounds x="464" y="340" width="7" height="7"/>
4412      </backdrop>
4413      <backdrop name="lamp90" element="matrixlamp" state="0">
4414         <bounds x="472" y="340" width="7" height="7"/>
4415      </backdrop>
4416      <backdrop name="lamp91" element="matrixlamp" state="0">
4417         <bounds x="480" y="340" width="7" height="7"/>
4418      </backdrop>
4419      <backdrop name="lamp92" element="matrixlamp" state="0">
4420         <bounds x="488" y="340" width="7" height="7"/>
4421      </backdrop>
4422      <backdrop name="lamp93" element="matrixlamp" state="0">
4423         <bounds x="496" y="340" width="7" height="7"/>
4424      </backdrop>
4425      <backdrop name="lamp94" element="matrixlamp" state="0">
4426         <bounds x="504" y="340" width="7" height="7"/>
4427      </backdrop>
4428      <backdrop name="lamp95" element="matrixlamp" state="0">
4429         <bounds x="512" y="340" width="7" height="7"/>
4430      </backdrop>
4431      <backdrop name="lamp96" element="matrixlamp" state="0">
4432         <bounds x="392" y="348" width="7" height="7"/>
4433      </backdrop>
4434      <backdrop name="lamp97" element="matrixlamp" state="0">
4435         <bounds x="400" y="348" width="7" height="7"/>
4436      </backdrop>
4437      <backdrop name="lamp98" element="matrixlamp" state="0">
4438         <bounds x="408" y="348" width="7" height="7"/>
4439      </backdrop>
4440      <backdrop name="lamp99" element="matrixlamp" state="0">
4441         <bounds x="416" y="348" width="7" height="7"/>
4442      </backdrop>
4443      <backdrop name="lamp100" element="matrixlamp" state="0">
4444         <bounds x="424" y="348" width="7" height="7"/>
4445      </backdrop>
4446      <backdrop name="lamp101" element="matrixlamp" state="0">
4447         <bounds x="432" y="348" width="7" height="7"/>
4448      </backdrop>
4449      <backdrop name="lamp102" element="matrixlamp" state="0">
4450         <bounds x="440" y="348" width="7" height="7"/>
4451      </backdrop>
4452      <backdrop name="lamp103" element="matrixlamp" state="0">
4453         <bounds x="448" y="348" width="7" height="7"/>
4454      </backdrop>
4455      <backdrop name="lamp104" element="matrixlamp" state="0">
4456         <bounds x="456" y="348" width="7" height="7"/>
4457      </backdrop>
4458      <backdrop name="lamp105" element="matrixlamp" state="0">
4459         <bounds x="464" y="348" width="7" height="7"/>
4460      </backdrop>
4461      <backdrop name="lamp106" element="matrixlamp" state="0">
4462         <bounds x="472" y="348" width="7" height="7"/>
4463      </backdrop>
4464      <backdrop name="lamp107" element="matrixlamp" state="0">
4465         <bounds x="480" y="348" width="7" height="7"/>
4466      </backdrop>
4467      <backdrop name="lamp108" element="matrixlamp" state="0">
4468         <bounds x="488" y="348" width="7" height="7"/>
4469      </backdrop>
4470      <backdrop name="lamp109" element="matrixlamp" state="0">
4471         <bounds x="496" y="348" width="7" height="7"/>
4472      </backdrop>
4473      <backdrop name="lamp110" element="matrixlamp" state="0">
4474         <bounds x="504" y="348" width="7" height="7"/>
4475      </backdrop>
4476      <backdrop name="lamp111" element="matrixlamp" state="0">
4477         <bounds x="512" y="348" width="7" height="7"/>
4478      </backdrop>
4479      <backdrop name="lamp112" element="matrixlamp" state="0">
4480         <bounds x="392" y="356" width="7" height="7"/>
4481      </backdrop>
4482      <backdrop name="lamp113" element="matrixlamp" state="0">
4483         <bounds x="400" y="356" width="7" height="7"/>
4484      </backdrop>
4485      <backdrop name="lamp114" element="matrixlamp" state="0">
4486         <bounds x="408" y="356" width="7" height="7"/>
4487      </backdrop>
4488      <backdrop name="lamp115" element="matrixlamp" state="0">
4489         <bounds x="416" y="356" width="7" height="7"/>
4490      </backdrop>
4491      <backdrop name="lamp116" element="matrixlamp" state="0">
4492         <bounds x="424" y="356" width="7" height="7"/>
4493      </backdrop>
4494      <backdrop name="lamp117" element="matrixlamp" state="0">
4495         <bounds x="432" y="356" width="7" height="7"/>
4496      </backdrop>
4497      <backdrop name="lamp118" element="matrixlamp" state="0">
4498         <bounds x="440" y="356" width="7" height="7"/>
4499      </backdrop>
4500      <backdrop name="lamp119" element="matrixlamp" state="0">
4501         <bounds x="448" y="356" width="7" height="7"/>
4502      </backdrop>
4503      <backdrop name="lamp120" element="matrixlamp" state="0">
4504         <bounds x="456" y="356" width="7" height="7"/>
4505      </backdrop>
4506      <backdrop name="lamp121" element="matrixlamp" state="0">
4507         <bounds x="464" y="356" width="7" height="7"/>
4508      </backdrop>
4509      <backdrop name="lamp122" element="matrixlamp" state="0">
4510         <bounds x="472" y="356" width="7" height="7"/>
4511      </backdrop>
4512      <backdrop name="lamp123" element="matrixlamp" state="0">
4513         <bounds x="480" y="356" width="7" height="7"/>
4514      </backdrop>
4515      <backdrop name="lamp124" element="matrixlamp" state="0">
4516         <bounds x="488" y="356" width="7" height="7"/>
4517      </backdrop>
4518      <backdrop name="lamp125" element="matrixlamp" state="0">
4519         <bounds x="496" y="356" width="7" height="7"/>
4520      </backdrop>
4521      <backdrop name="lamp126" element="matrixlamp" state="0">
4522         <bounds x="504" y="356" width="7" height="7"/>
4523      </backdrop>
4524      <backdrop name="lamp127" element="matrixlamp" state="0">
4525         <bounds x="512" y="356" width="7" height="7"/>
4526      </backdrop>
4527      <backdrop name="lamp128" element="matrixlamp" state="0">
4528         <bounds x="392" y="364" width="7" height="7"/>
4529      </backdrop>
4530      <backdrop name="lamp129" element="matrixlamp" state="0">
4531         <bounds x="400" y="364" width="7" height="7"/>
4532      </backdrop>
4533      <backdrop name="lamp130" element="matrixlamp" state="0">
4534         <bounds x="408" y="364" width="7" height="7"/>
4535      </backdrop>
4536      <backdrop name="lamp131" element="matrixlamp" state="0">
4537         <bounds x="416" y="364" width="7" height="7"/>
4538      </backdrop>
4539      <backdrop name="lamp132" element="matrixlamp" state="0">
4540         <bounds x="424" y="364" width="7" height="7"/>
4541      </backdrop>
4542      <backdrop name="lamp133" element="matrixlamp" state="0">
4543         <bounds x="432" y="364" width="7" height="7"/>
4544      </backdrop>
4545      <backdrop name="lamp134" element="matrixlamp" state="0">
4546         <bounds x="440" y="364" width="7" height="7"/>
4547      </backdrop>
4548      <backdrop name="lamp135" element="matrixlamp" state="0">
4549         <bounds x="448" y="364" width="7" height="7"/>
4550      </backdrop>
4551      <backdrop name="lamp136" element="matrixlamp" state="0">
4552         <bounds x="456" y="364" width="7" height="7"/>
4553      </backdrop>
4554      <backdrop name="lamp137" element="matrixlamp" state="0">
4555         <bounds x="464" y="364" width="7" height="7"/>
4556      </backdrop>
4557      <backdrop name="lamp138" element="matrixlamp" state="0">
4558         <bounds x="472" y="364" width="7" height="7"/>
4559      </backdrop>
4560      <backdrop name="lamp139" element="matrixlamp" state="0">
4561         <bounds x="480" y="364" width="7" height="7"/>
4562      </backdrop>
4563      <backdrop name="lamp140" element="matrixlamp" state="0">
4564         <bounds x="488" y="364" width="7" height="7"/>
4565      </backdrop>
4566      <backdrop name="lamp141" element="matrixlamp" state="0">
4567         <bounds x="496" y="364" width="7" height="7"/>
4568      </backdrop>
4569      <backdrop name="lamp142" element="matrixlamp" state="0">
4570         <bounds x="504" y="364" width="7" height="7"/>
4571      </backdrop>
4572      <backdrop name="lamp143" element="matrixlamp" state="0">
4573         <bounds x="512" y="364" width="7" height="7"/>
4574      </backdrop>
4575      <backdrop name="lamp144" element="matrixlamp" state="0">
4576         <bounds x="392" y="372" width="7" height="7"/>
4577      </backdrop>
4578      <backdrop name="lamp145" element="matrixlamp" state="0">
4579         <bounds x="400" y="372" width="7" height="7"/>
4580      </backdrop>
4581      <backdrop name="lamp146" element="matrixlamp" state="0">
4582         <bounds x="408" y="372" width="7" height="7"/>
4583      </backdrop>
4584      <backdrop name="lamp147" element="matrixlamp" state="0">
4585         <bounds x="416" y="372" width="7" height="7"/>
4586      </backdrop>
4587      <backdrop name="lamp148" element="matrixlamp" state="0">
4588         <bounds x="424" y="372" width="7" height="7"/>
4589      </backdrop>
4590      <backdrop name="lamp149" element="matrixlamp" state="0">
4591         <bounds x="432" y="372" width="7" height="7"/>
4592      </backdrop>
4593      <backdrop name="lamp150" element="matrixlamp" state="0">
4594         <bounds x="440" y="372" width="7" height="7"/>
4595      </backdrop>
4596      <backdrop name="lamp151" element="matrixlamp" state="0">
4597         <bounds x="448" y="372" width="7" height="7"/>
4598      </backdrop>
4599      <backdrop name="lamp152" element="matrixlamp" state="0">
4600         <bounds x="456" y="372" width="7" height="7"/>
4601      </backdrop>
4602      <backdrop name="lamp153" element="matrixlamp" state="0">
4603         <bounds x="464" y="372" width="7" height="7"/>
4604      </backdrop>
4605      <backdrop name="lamp154" element="matrixlamp" state="0">
4606         <bounds x="472" y="372" width="7" height="7"/>
4607      </backdrop>
4608      <backdrop name="lamp155" element="matrixlamp" state="0">
4609         <bounds x="480" y="372" width="7" height="7"/>
4610      </backdrop>
4611      <backdrop name="lamp156" element="matrixlamp" state="0">
4612         <bounds x="488" y="372" width="7" height="7"/>
4613      </backdrop>
4614      <backdrop name="lamp157" element="matrixlamp" state="0">
4615         <bounds x="496" y="372" width="7" height="7"/>
4616      </backdrop>
4617      <backdrop name="lamp158" element="matrixlamp" state="0">
4618         <bounds x="504" y="372" width="7" height="7"/>
4619      </backdrop>
4620      <backdrop name="lamp159" element="matrixlamp" state="0">
4621         <bounds x="512" y="372" width="7" height="7"/>
4622      </backdrop>
4623      <backdrop name="lamp160" element="matrixlamp" state="0">
4624         <bounds x="392" y="380" width="7" height="7"/>
4625      </backdrop>
4626      <backdrop name="lamp161" element="matrixlamp" state="0">
4627         <bounds x="400" y="380" width="7" height="7"/>
4628      </backdrop>
4629      <backdrop name="lamp162" element="matrixlamp" state="0">
4630         <bounds x="408" y="380" width="7" height="7"/>
4631      </backdrop>
4632      <backdrop name="lamp163" element="matrixlamp" state="0">
4633         <bounds x="416" y="380" width="7" height="7"/>
4634      </backdrop>
4635      <backdrop name="lamp164" element="matrixlamp" state="0">
4636         <bounds x="424" y="380" width="7" height="7"/>
4637      </backdrop>
4638      <backdrop name="lamp165" element="matrixlamp" state="0">
4639         <bounds x="432" y="380" width="7" height="7"/>
4640      </backdrop>
4641      <backdrop name="lamp166" element="matrixlamp" state="0">
4642         <bounds x="440" y="380" width="7" height="7"/>
4643      </backdrop>
4644      <backdrop name="lamp167" element="matrixlamp" state="0">
4645         <bounds x="448" y="380" width="7" height="7"/>
4646      </backdrop>
4647      <backdrop name="lamp168" element="matrixlamp" state="0">
4648         <bounds x="456" y="380" width="7" height="7"/>
4649      </backdrop>
4650      <backdrop name="lamp169" element="matrixlamp" state="0">
4651         <bounds x="464" y="380" width="7" height="7"/>
4652      </backdrop>
4653      <backdrop name="lamp170" element="matrixlamp" state="0">
4654         <bounds x="472" y="380" width="7" height="7"/>
4655      </backdrop>
4656      <backdrop name="lamp171" element="matrixlamp" state="0">
4657         <bounds x="480" y="380" width="7" height="7"/>
4658      </backdrop>
4659      <backdrop name="lamp172" element="matrixlamp" state="0">
4660         <bounds x="488" y="380" width="7" height="7"/>
4661      </backdrop>
4662      <backdrop name="lamp173" element="matrixlamp" state="0">
4663         <bounds x="496" y="380" width="7" height="7"/>
4664      </backdrop>
4665      <backdrop name="lamp174" element="matrixlamp" state="0">
4666         <bounds x="504" y="380" width="7" height="7"/>
4667      </backdrop>
4668      <backdrop name="lamp175" element="matrixlamp" state="0">
4669         <bounds x="512" y="380" width="7" height="7"/>
4670      </backdrop>
4671      <backdrop name="lamp176" element="matrixlamp" state="0">
4672         <bounds x="392" y="388" width="7" height="7"/>
4673      </backdrop>
4674      <backdrop name="lamp177" element="matrixlamp" state="0">
4675         <bounds x="400" y="388" width="7" height="7"/>
4676      </backdrop>
4677      <backdrop name="lamp178" element="matrixlamp" state="0">
4678         <bounds x="408" y="388" width="7" height="7"/>
4679      </backdrop>
4680      <backdrop name="lamp179" element="matrixlamp" state="0">
4681         <bounds x="416" y="388" width="7" height="7"/>
4682      </backdrop>
4683      <backdrop name="lamp180" element="matrixlamp" state="0">
4684         <bounds x="424" y="388" width="7" height="7"/>
4685      </backdrop>
4686      <backdrop name="lamp181" element="matrixlamp" state="0">
4687         <bounds x="432" y="388" width="7" height="7"/>
4688      </backdrop>
4689      <backdrop name="lamp182" element="matrixlamp" state="0">
4690         <bounds x="440" y="388" width="7" height="7"/>
4691      </backdrop>
4692      <backdrop name="lamp183" element="matrixlamp" state="0">
4693         <bounds x="448" y="388" width="7" height="7"/>
4694      </backdrop>
4695      <backdrop name="lamp184" element="matrixlamp" state="0">
4696         <bounds x="456" y="388" width="7" height="7"/>
4697      </backdrop>
4698      <backdrop name="lamp185" element="matrixlamp" state="0">
4699         <bounds x="464" y="388" width="7" height="7"/>
4700      </backdrop>
4701      <backdrop name="lamp186" element="matrixlamp" state="0">
4702         <bounds x="472" y="388" width="7" height="7"/>
4703      </backdrop>
4704      <backdrop name="lamp187" element="matrixlamp" state="0">
4705         <bounds x="480" y="388" width="7" height="7"/>
4706      </backdrop>
4707      <backdrop name="lamp188" element="matrixlamp" state="0">
4708         <bounds x="488" y="388" width="7" height="7"/>
4709      </backdrop>
4710      <backdrop name="lamp189" element="matrixlamp" state="0">
4711         <bounds x="496" y="388" width="7" height="7"/>
4712      </backdrop>
4713      <backdrop name="lamp190" element="matrixlamp" state="0">
4714         <bounds x="504" y="388" width="7" height="7"/>
4715      </backdrop>
4716      <backdrop name="lamp191" element="matrixlamp" state="0">
4717         <bounds x="512" y="388" width="7" height="7"/>
4718      </backdrop>
4719      <backdrop name="lamp192" element="matrixlamp" state="0">
4720         <bounds x="392" y="396" width="7" height="7"/>
4721      </backdrop>
4722      <backdrop name="lamp193" element="matrixlamp" state="0">
4723         <bounds x="400" y="396" width="7" height="7"/>
4724      </backdrop>
4725      <backdrop name="lamp194" element="matrixlamp" state="0">
4726         <bounds x="408" y="396" width="7" height="7"/>
4727      </backdrop>
4728      <backdrop name="lamp195" element="matrixlamp" state="0">
4729         <bounds x="416" y="396" width="7" height="7"/>
4730      </backdrop>
4731      <backdrop name="lamp196" element="matrixlamp" state="0">
4732         <bounds x="424" y="396" width="7" height="7"/>
4733      </backdrop>
4734      <backdrop name="lamp197" element="matrixlamp" state="0">
4735         <bounds x="432" y="396" width="7" height="7"/>
4736      </backdrop>
4737      <backdrop name="lamp198" element="matrixlamp" state="0">
4738         <bounds x="440" y="396" width="7" height="7"/>
4739      </backdrop>
4740      <backdrop name="lamp199" element="matrixlamp" state="0">
4741         <bounds x="448" y="396" width="7" height="7"/>
4742      </backdrop>
4743      <backdrop name="lamp200" element="matrixlamp" state="0">
4744         <bounds x="456" y="396" width="7" height="7"/>
4745      </backdrop>
4746      <backdrop name="lamp201" element="matrixlamp" state="0">
4747         <bounds x="464" y="396" width="7" height="7"/>
4748      </backdrop>
4749      <backdrop name="lamp202" element="matrixlamp" state="0">
4750         <bounds x="472" y="396" width="7" height="7"/>
4751      </backdrop>
4752      <backdrop name="lamp203" element="matrixlamp" state="0">
4753         <bounds x="480" y="396" width="7" height="7"/>
4754      </backdrop>
4755      <backdrop name="lamp204" element="matrixlamp" state="0">
4756         <bounds x="488" y="396" width="7" height="7"/>
4757      </backdrop>
4758      <backdrop name="lamp205" element="matrixlamp" state="0">
4759         <bounds x="496" y="396" width="7" height="7"/>
4760      </backdrop>
4761      <backdrop name="lamp206" element="matrixlamp" state="0">
4762         <bounds x="504" y="396" width="7" height="7"/>
4763      </backdrop>
4764      <backdrop name="lamp207" element="matrixlamp" state="0">
4765         <bounds x="512" y="396" width="7" height="7"/>
4766      </backdrop>
4767      <backdrop name="lamp208" element="matrixlamp" state="0">
4768         <bounds x="392" y="404" width="7" height="7"/>
4769      </backdrop>
4770      <backdrop name="lamp209" element="matrixlamp" state="0">
4771         <bounds x="400" y="404" width="7" height="7"/>
4772      </backdrop>
4773      <backdrop name="lamp210" element="matrixlamp" state="0">
4774         <bounds x="408" y="404" width="7" height="7"/>
4775      </backdrop>
4776      <backdrop name="lamp211" element="matrixlamp" state="0">
4777         <bounds x="416" y="404" width="7" height="7"/>
4778      </backdrop>
4779      <backdrop name="lamp212" element="matrixlamp" state="0">
4780         <bounds x="424" y="404" width="7" height="7"/>
4781      </backdrop>
4782      <backdrop name="lamp213" element="matrixlamp" state="0">
4783         <bounds x="432" y="404" width="7" height="7"/>
4784      </backdrop>
4785      <backdrop name="lamp214" element="matrixlamp" state="0">
4786         <bounds x="440" y="404" width="7" height="7"/>
4787      </backdrop>
4788      <backdrop name="lamp215" element="matrixlamp" state="0">
4789         <bounds x="448" y="404" width="7" height="7"/>
4790      </backdrop>
4791      <backdrop name="lamp216" element="matrixlamp" state="0">
4792         <bounds x="456" y="404" width="7" height="7"/>
4793      </backdrop>
4794      <backdrop name="lamp217" element="matrixlamp" state="0">
4795         <bounds x="464" y="404" width="7" height="7"/>
4796      </backdrop>
4797      <backdrop name="lamp218" element="matrixlamp" state="0">
4798         <bounds x="472" y="404" width="7" height="7"/>
4799      </backdrop>
4800      <backdrop name="lamp219" element="matrixlamp" state="0">
4801         <bounds x="480" y="404" width="7" height="7"/>
4802      </backdrop>
4803      <backdrop name="lamp220" element="matrixlamp" state="0">
4804         <bounds x="488" y="404" width="7" height="7"/>
4805      </backdrop>
4806      <backdrop name="lamp221" element="matrixlamp" state="0">
4807         <bounds x="496" y="404" width="7" height="7"/>
4808      </backdrop>
4809      <backdrop name="lamp222" element="matrixlamp" state="0">
4810         <bounds x="504" y="404" width="7" height="7"/>
4811      </backdrop>
4812      <backdrop name="lamp223" element="matrixlamp" state="0">
4813         <bounds x="512" y="404" width="7" height="7"/>
4814      </backdrop>
4815      <backdrop name="lamp224" element="matrixlamp" state="0">
4816         <bounds x="392" y="412" width="7" height="7"/>
4817      </backdrop>
4818      <backdrop name="lamp225" element="matrixlamp" state="0">
4819         <bounds x="400" y="412" width="7" height="7"/>
4820      </backdrop>
4821      <backdrop name="lamp226" element="matrixlamp" state="0">
4822         <bounds x="408" y="412" width="7" height="7"/>
4823      </backdrop>
4824      <backdrop name="lamp227" element="matrixlamp" state="0">
4825         <bounds x="416" y="412" width="7" height="7"/>
4826      </backdrop>
4827      <backdrop name="lamp228" element="matrixlamp" state="0">
4828         <bounds x="424" y="412" width="7" height="7"/>
4829      </backdrop>
4830      <backdrop name="lamp229" element="matrixlamp" state="0">
4831         <bounds x="432" y="412" width="7" height="7"/>
4832      </backdrop>
4833      <backdrop name="lamp230" element="matrixlamp" state="0">
4834         <bounds x="440" y="412" width="7" height="7"/>
4835      </backdrop>
4836      <backdrop name="lamp231" element="matrixlamp" state="0">
4837         <bounds x="448" y="412" width="7" height="7"/>
4838      </backdrop>
4839      <backdrop name="lamp232" element="matrixlamp" state="0">
4840         <bounds x="456" y="412" width="7" height="7"/>
4841      </backdrop>
4842      <backdrop name="lamp233" element="matrixlamp" state="0">
4843         <bounds x="464" y="412" width="7" height="7"/>
4844      </backdrop>
4845      <backdrop name="lamp234" element="matrixlamp" state="0">
4846         <bounds x="472" y="412" width="7" height="7"/>
4847      </backdrop>
4848      <backdrop name="lamp235" element="matrixlamp" state="0">
4849         <bounds x="480" y="412" width="7" height="7"/>
4850      </backdrop>
4851      <backdrop name="lamp236" element="matrixlamp" state="0">
4852         <bounds x="488" y="412" width="7" height="7"/>
4853      </backdrop>
4854      <backdrop name="lamp237" element="matrixlamp" state="0">
4855         <bounds x="496" y="412" width="7" height="7"/>
4856      </backdrop>
4857      <backdrop name="lamp238" element="matrixlamp" state="0">
4858         <bounds x="504" y="412" width="7" height="7"/>
4859      </backdrop>
4860      <backdrop name="lamp239" element="matrixlamp" state="0">
4861         <bounds x="512" y="412" width="7" height="7"/>
4862      </backdrop>
4863      <backdrop name="lamp240" element="matrixlamp" state="0">
4864         <bounds x="392" y="420" width="7" height="7"/>
4865      </backdrop>
4866      <backdrop name="lamp241" element="matrixlamp" state="0">
4867         <bounds x="400" y="420" width="7" height="7"/>
4868      </backdrop>
4869      <backdrop name="lamp242" element="matrixlamp" state="0">
4870         <bounds x="408" y="420" width="7" height="7"/>
4871      </backdrop>
4872      <backdrop name="lamp243" element="matrixlamp" state="0">
4873         <bounds x="416" y="420" width="7" height="7"/>
4874      </backdrop>
4875      <backdrop name="lamp244" element="matrixlamp" state="0">
4876         <bounds x="424" y="420" width="7" height="7"/>
4877      </backdrop>
4878      <backdrop name="lamp245" element="matrixlamp" state="0">
4879         <bounds x="432" y="420" width="7" height="7"/>
4880      </backdrop>
4881      <backdrop name="lamp246" element="matrixlamp" state="0">
4882         <bounds x="440" y="420" width="7" height="7"/>
4883      </backdrop>
4884      <backdrop name="lamp247" element="matrixlamp" state="0">
4885         <bounds x="448" y="420" width="7" height="7"/>
4886      </backdrop>
4887      <backdrop name="lamp248" element="matrixlamp" state="0">
4888         <bounds x="456" y="420" width="7" height="7"/>
4889      </backdrop>
4890      <backdrop name="lamp249" element="matrixlamp" state="0">
4891         <bounds x="464" y="420" width="7" height="7"/>
4892      </backdrop>
4893      <backdrop name="lamp250" element="matrixlamp" state="0">
4894         <bounds x="472" y="420" width="7" height="7"/>
4895      </backdrop>
4896      <backdrop name="lamp251" element="matrixlamp" state="0">
4897         <bounds x="480" y="420" width="7" height="7"/>
4898      </backdrop>
4899      <backdrop name="lamp252" element="matrixlamp" state="0">
4900         <bounds x="488" y="420" width="7" height="7"/>
4901      </backdrop>
4902      <backdrop name="lamp253" element="matrixlamp" state="0">
4903         <bounds x="496" y="420" width="7" height="7"/>
4904      </backdrop>
4905      <backdrop name="lamp254" element="matrixlamp" state="0">
4906         <bounds x="504" y="420" width="7" height="7"/>
4907      </backdrop>
4908      <backdrop name="lamp255" element="matrixlamp" state="0">
4909         <bounds x="512" y="420" width="7" height="7"/>
4910      </backdrop>
4911   </view>
4912
4913   <view name="DMD Only">
4914     <backdrop name="dotmatrix0" element="dotmatrixdot" state="0">
4915    <bounds x="0" y="0" width="1" height="1" />
4916  </backdrop>
4917  <backdrop name="dotmatrix1" element="dotmatrixdot" state="0">
4918    <bounds x="1" y="0" width="1" height="1" />
4919  </backdrop>
4920  <backdrop name="dotmatrix2" element="dotmatrixdot" state="0">
4921    <bounds x="2" y="0" width="1" height="1" />
4922  </backdrop>
4923  <backdrop name="dotmatrix3" element="dotmatrixdot" state="0">
4924    <bounds x="3" y="0" width="1" height="1" />
4925  </backdrop>
4926  <backdrop name="dotmatrix4" element="dotmatrixdot" state="0">
4927    <bounds x="4" y="0" width="1" height="1" />
4928  </backdrop>
4929  <backdrop name="dotmatrix5" element="dotmatrixdot" state="0">
4930    <bounds x="5" y="0" width="1" height="1" />
4931  </backdrop>
4932  <backdrop name="dotmatrix6" element="dotmatrixdot" state="0">
4933    <bounds x="6" y="0" width="1" height="1" />
4934  </backdrop>
4935  <backdrop name="dotmatrix7" element="dotmatrixdot" state="0">
4936    <bounds x="7" y="0" width="1" height="1" />
4937  </backdrop>
4938  <backdrop name="dotmatrix8" element="dotmatrixdot" state="0">
4939    <bounds x="8" y="0" width="1" height="1" />
4940  </backdrop>
4941  <backdrop name="dotmatrix9" element="dotmatrixdot" state="0">
4942    <bounds x="9" y="0" width="1" height="1" />
4943  </backdrop>
4944  <backdrop name="dotmatrix10" element="dotmatrixdot" state="0">
4945    <bounds x="10" y="0" width="1" height="1" />
4946  </backdrop>
4947  <backdrop name="dotmatrix11" element="dotmatrixdot" state="0">
4948    <bounds x="11" y="0" width="1" height="1" />
4949  </backdrop>
4950  <backdrop name="dotmatrix12" element="dotmatrixdot" state="0">
4951    <bounds x="12" y="0" width="1" height="1" />
4952  </backdrop>
4953  <backdrop name="dotmatrix13" element="dotmatrixdot" state="0">
4954    <bounds x="13" y="0" width="1" height="1" />
4955  </backdrop>
4956  <backdrop name="dotmatrix14" element="dotmatrixdot" state="0">
4957    <bounds x="14" y="0" width="1" height="1" />
4958  </backdrop>
4959  <backdrop name="dotmatrix15" element="dotmatrixdot" state="0">
4960    <bounds x="15" y="0" width="1" height="1" />
4961  </backdrop>
4962  <backdrop name="dotmatrix16" element="dotmatrixdot" state="0">
4963    <bounds x="16" y="0" width="1" height="1" />
4964  </backdrop>
4965  <backdrop name="dotmatrix17" element="dotmatrixdot" state="0">
4966    <bounds x="17" y="0" width="1" height="1" />
4967  </backdrop>
4968  <backdrop name="dotmatrix18" element="dotmatrixdot" state="0">
4969    <bounds x="18" y="0" width="1" height="1" />
4970  </backdrop>
4971  <backdrop name="dotmatrix19" element="dotmatrixdot" state="0">
4972    <bounds x="19" y="0" width="1" height="1" />
4973  </backdrop>
4974  <backdrop name="dotmatrix20" element="dotmatrixdot" state="0">
4975    <bounds x="20" y="0" width="1" height="1" />
4976  </backdrop>
4977  <backdrop name="dotmatrix21" element="dotmatrixdot" state="0">
4978    <bounds x="21" y="0" width="1" height="1" />
4979  </backdrop>
4980  <backdrop name="dotmatrix22" element="dotmatrixdot" state="0">
4981    <bounds x="22" y="0" width="1" height="1" />
4982  </backdrop>
4983  <backdrop name="dotmatrix23" element="dotmatrixdot" state="0">
4984    <bounds x="23" y="0" width="1" height="1" />
4985  </backdrop>
4986  <backdrop name="dotmatrix24" element="dotmatrixdot" state="0">
4987    <bounds x="24" y="0" width="1" height="1" />
4988  </backdrop>
4989  <backdrop name="dotmatrix25" element="dotmatrixdot" state="0">
4990    <bounds x="25" y="0" width="1" height="1" />
4991  </backdrop>
4992  <backdrop name="dotmatrix26" element="dotmatrixdot" state="0">
4993    <bounds x="26" y="0" width="1" height="1" />
4994  </backdrop>
4995  <backdrop name="dotmatrix27" element="dotmatrixdot" state="0">
4996    <bounds x="27" y="0" width="1" height="1" />
4997  </backdrop>
4998  <backdrop name="dotmatrix28" element="dotmatrixdot" state="0">
4999    <bounds x="28" y="0" width="1" height="1" />
5000  </backdrop>
5001  <backdrop name="dotmatrix29" element="dotmatrixdot" state="0">
5002    <bounds x="29" y="0" width="1" height="1" />
5003  </backdrop>
5004  <backdrop name="dotmatrix30" element="dotmatrixdot" state="0">
5005    <bounds x="30" y="0" width="1" height="1" />
5006  </backdrop>
5007  <backdrop name="dotmatrix31" element="dotmatrixdot" state="0">
5008    <bounds x="31" y="0" width="1" height="1" />
5009  </backdrop>
5010  <backdrop name="dotmatrix32" element="dotmatrixdot" state="0">
5011    <bounds x="32" y="0" width="1" height="1" />
5012  </backdrop>
5013  <backdrop name="dotmatrix33" element="dotmatrixdot" state="0">
5014    <bounds x="33" y="0" width="1" height="1" />
5015  </backdrop>
5016  <backdrop name="dotmatrix34" element="dotmatrixdot" state="0">
5017    <bounds x="34" y="0" width="1" height="1" />
5018  </backdrop>
5019  <backdrop name="dotmatrix35" element="dotmatrixdot" state="0">
5020    <bounds x="35" y="0" width="1" height="1" />
5021  </backdrop>
5022  <backdrop name="dotmatrix36" element="dotmatrixdot" state="0">
5023    <bounds x="36" y="0" width="1" height="1" />
5024  </backdrop>
5025  <backdrop name="dotmatrix37" element="dotmatrixdot" state="0">
5026    <bounds x="37" y="0" width="1" height="1" />
5027  </backdrop>
5028  <backdrop name="dotmatrix38" element="dotmatrixdot" state="0">
5029    <bounds x="38" y="0" width="1" height="1" />
5030  </backdrop>
5031  <backdrop name="dotmatrix39" element="dotmatrixdot" state="0">
5032    <bounds x="39" y="0" width="1" height="1" />
5033  </backdrop>
5034  <backdrop name="dotmatrix40" element="dotmatrixdot" state="0">
5035    <bounds x="40" y="0" width="1" height="1" />
5036  </backdrop>
5037  <backdrop name="dotmatrix41" element="dotmatrixdot" state="0">
5038    <bounds x="41" y="0" width="1" height="1" />
5039  </backdrop>
5040  <backdrop name="dotmatrix42" element="dotmatrixdot" state="0">
5041    <bounds x="42" y="0" width="1" height="1" />
5042  </backdrop>
5043  <backdrop name="dotmatrix43" element="dotmatrixdot" state="0">
5044    <bounds x="43" y="0" width="1" height="1" />
5045  </backdrop>
5046  <backdrop name="dotmatrix44" element="dotmatrixdot" state="0">
5047    <bounds x="44" y="0" width="1" height="1" />
5048  </backdrop>
5049  <backdrop name="dotmatrix45" element="dotmatrixdot" state="0">
5050    <bounds x="45" y="0" width="1" height="1" />
5051  </backdrop>
5052  <backdrop name="dotmatrix46" element="dotmatrixdot" state="0">
5053    <bounds x="46" y="0" width="1" height="1" />
5054  </backdrop>
5055  <backdrop name="dotmatrix47" element="dotmatrixdot" state="0">
5056    <bounds x="47" y="0" width="1" height="1" />
5057  </backdrop>
5058  <backdrop name="dotmatrix48" element="dotmatrixdot" state="0">
5059    <bounds x="48" y="0" width="1" height="1" />
5060  </backdrop>
5061  <backdrop name="dotmatrix49" element="dotmatrixdot" state="0">
5062    <bounds x="49" y="0" width="1" height="1" />
5063  </backdrop>
5064  <backdrop name="dotmatrix50" element="dotmatrixdot" state="0">
5065    <bounds x="50" y="0" width="1" height="1" />
5066  </backdrop>
5067  <backdrop name="dotmatrix51" element="dotmatrixdot" state="0">
5068    <bounds x="51" y="0" width="1" height="1" />
5069  </backdrop>
5070  <backdrop name="dotmatrix52" element="dotmatrixdot" state="0">
5071    <bounds x="52" y="0" width="1" height="1" />
5072  </backdrop>
5073  <backdrop name="dotmatrix53" element="dotmatrixdot" state="0">
5074    <bounds x="53" y="0" width="1" height="1" />
5075  </backdrop>
5076  <backdrop name="dotmatrix54" element="dotmatrixdot" state="0">
5077    <bounds x="54" y="0" width="1" height="1" />
5078  </backdrop>
5079  <backdrop name="dotmatrix55" element="dotmatrixdot" state="0">
5080    <bounds x="55" y="0" width="1" height="1" />
5081  </backdrop>
5082  <backdrop name="dotmatrix56" element="dotmatrixdot" state="0">
5083    <bounds x="56" y="0" width="1" height="1" />
5084  </backdrop>
5085  <backdrop name="dotmatrix57" element="dotmatrixdot" state="0">
5086    <bounds x="57" y="0" width="1" height="1" />
5087  </backdrop>
5088  <backdrop name="dotmatrix58" element="dotmatrixdot" state="0">
5089    <bounds x="58" y="0" width="1" height="1" />
5090  </backdrop>
5091  <backdrop name="dotmatrix59" element="dotmatrixdot" state="0">
5092    <bounds x="59" y="0" width="1" height="1" />
5093  </backdrop>
5094  <backdrop name="dotmatrix60" element="dotmatrixdot" state="0">
5095    <bounds x="60" y="0" width="1" height="1" />
5096  </backdrop>
5097  <backdrop name="dotmatrix61" element="dotmatrixdot" state="0">
5098    <bounds x="61" y="0" width="1" height="1" />
5099  </backdrop>
5100  <backdrop name="dotmatrix62" element="dotmatrixdot" state="0">
5101    <bounds x="62" y="0" width="1" height="1" />
5102  </backdrop>
5103  <backdrop name="dotmatrix63" element="dotmatrixdot" state="0">
5104    <bounds x="63" y="0" width="1" height="1" />
5105  </backdrop>
5106  <backdrop name="dotmatrix64" element="dotmatrixdot" state="0">
5107    <bounds x="64" y="0" width="1" height="1" />
5108  </backdrop>
5109  <backdrop name="dotmatrix65" element="dotmatrixdot" state="0">
5110    <bounds x="0" y="1" width="1" height="1" />
5111  </backdrop>
5112  <backdrop name="dotmatrix66" element="dotmatrixdot" state="0">
5113    <bounds x="1" y="1" width="1" height="1" />
5114  </backdrop>
5115  <backdrop name="dotmatrix67" element="dotmatrixdot" state="0">
5116    <bounds x="2" y="1" width="1" height="1" />
5117  </backdrop>
5118  <backdrop name="dotmatrix68" element="dotmatrixdot" state="0">
5119    <bounds x="3" y="1" width="1" height="1" />
5120  </backdrop>
5121  <backdrop name="dotmatrix69" element="dotmatrixdot" state="0">
5122    <bounds x="4" y="1" width="1" height="1" />
5123  </backdrop>
5124  <backdrop name="dotmatrix70" element="dotmatrixdot" state="0">
5125    <bounds x="5" y="1" width="1" height="1" />
5126  </backdrop>
5127  <backdrop name="dotmatrix71" element="dotmatrixdot" state="0">
5128    <bounds x="6" y="1" width="1" height="1" />
5129  </backdrop>
5130  <backdrop name="dotmatrix72" element="dotmatrixdot" state="0">
5131    <bounds x="7" y="1" width="1" height="1" />
5132  </backdrop>
5133  <backdrop name="dotmatrix73" element="dotmatrixdot" state="0">
5134    <bounds x="8" y="1" width="1" height="1" />
5135  </backdrop>
5136  <backdrop name="dotmatrix74" element="dotmatrixdot" state="0">
5137    <bounds x="9" y="1" width="1" height="1" />
5138  </backdrop>
5139  <backdrop name="dotmatrix75" element="dotmatrixdot" state="0">
5140    <bounds x="10" y="1" width="1" height="1" />
5141  </backdrop>
5142  <backdrop name="dotmatrix76" element="dotmatrixdot" state="0">
5143    <bounds x="11" y="1" width="1" height="1" />
5144  </backdrop>
5145  <backdrop name="dotmatrix77" element="dotmatrixdot" state="0">
5146    <bounds x="12" y="1" width="1" height="1" />
5147  </backdrop>
5148  <backdrop name="dotmatrix78" element="dotmatrixdot" state="0">
5149    <bounds x="13" y="1" width="1" height="1" />
5150  </backdrop>
5151  <backdrop name="dotmatrix79" element="dotmatrixdot" state="0">
5152    <bounds x="14" y="1" width="1" height="1" />
5153  </backdrop>
5154  <backdrop name="dotmatrix80" element="dotmatrixdot" state="0">
5155    <bounds x="15" y="1" width="1" height="1" />
5156  </backdrop>
5157  <backdrop name="dotmatrix81" element="dotmatrixdot" state="0">
5158    <bounds x="16" y="1" width="1" height="1" />
5159  </backdrop>
5160  <backdrop name="dotmatrix82" element="dotmatrixdot" state="0">
5161    <bounds x="17" y="1" width="1" height="1" />
5162  </backdrop>
5163  <backdrop name="dotmatrix83" element="dotmatrixdot" state="0">
5164    <bounds x="18" y="1" width="1" height="1" />
5165  </backdrop>
5166  <backdrop name="dotmatrix84" element="dotmatrixdot" state="0">
5167    <bounds x="19" y="1" width="1" height="1" />
5168  </backdrop>
5169  <backdrop name="dotmatrix85" element="dotmatrixdot" state="0">
5170    <bounds x="20" y="1" width="1" height="1" />
5171  </backdrop>
5172  <backdrop name="dotmatrix86" element="dotmatrixdot" state="0">
5173    <bounds x="21" y="1" width="1" height="1" />
5174  </backdrop>
5175  <backdrop name="dotmatrix87" element="dotmatrixdot" state="0">
5176    <bounds x="22" y="1" width="1" height="1" />
5177  </backdrop>
5178  <backdrop name="dotmatrix88" element="dotmatrixdot" state="0">
5179    <bounds x="23" y="1" width="1" height="1" />
5180  </backdrop>
5181  <backdrop name="dotmatrix89" element="dotmatrixdot" state="0">
5182    <bounds x="24" y="1" width="1" height="1" />
5183  </backdrop>
5184  <backdrop name="dotmatrix90" element="dotmatrixdot" state="0">
5185    <bounds x="25" y="1" width="1" height="1" />
5186  </backdrop>
5187  <backdrop name="dotmatrix91" element="dotmatrixdot" state="0">
5188    <bounds x="26" y="1" width="1" height="1" />
5189  </backdrop>
5190  <backdrop name="dotmatrix92" element="dotmatrixdot" state="0">
5191    <bounds x="27" y="1" width="1" height="1" />
5192  </backdrop>
5193  <backdrop name="dotmatrix93" element="dotmatrixdot" state="0">
5194    <bounds x="28" y="1" width="1" height="1" />
5195  </backdrop>
5196  <backdrop name="dotmatrix94" element="dotmatrixdot" state="0">
5197    <bounds x="29" y="1" width="1" height="1" />
5198  </backdrop>
5199  <backdrop name="dotmatrix95" element="dotmatrixdot" state="0">
5200    <bounds x="30" y="1" width="1" height="1" />
5201  </backdrop>
5202  <backdrop name="dotmatrix96" element="dotmatrixdot" state="0">
5203    <bounds x="31" y="1" width="1" height="1" />
5204  </backdrop>
5205  <backdrop name="dotmatrix97" element="dotmatrixdot" state="0">
5206    <bounds x="32" y="1" width="1" height="1" />
5207  </backdrop>
5208  <backdrop name="dotmatrix98" element="dotmatrixdot" state="0">
5209    <bounds x="33" y="1" width="1" height="1" />
5210  </backdrop>
5211  <backdrop name="dotmatrix99" element="dotmatrixdot" state="0">
5212    <bounds x="34" y="1" width="1" height="1" />
5213  </backdrop>
5214  <backdrop name="dotmatrix100" element="dotmatrixdot" state="0">
5215    <bounds x="35" y="1" width="1" height="1" />
5216  </backdrop>
5217  <backdrop name="dotmatrix101" element="dotmatrixdot" state="0">
5218    <bounds x="36" y="1" width="1" height="1" />
5219  </backdrop>
5220  <backdrop name="dotmatrix102" element="dotmatrixdot" state="0">
5221    <bounds x="37" y="1" width="1" height="1" />
5222  </backdrop>
5223  <backdrop name="dotmatrix103" element="dotmatrixdot" state="0">
5224    <bounds x="38" y="1" width="1" height="1" />
5225  </backdrop>
5226  <backdrop name="dotmatrix104" element="dotmatrixdot" state="0">
5227    <bounds x="39" y="1" width="1" height="1" />
5228  </backdrop>
5229  <backdrop name="dotmatrix105" element="dotmatrixdot" state="0">
5230    <bounds x="40" y="1" width="1" height="1" />
5231  </backdrop>
5232  <backdrop name="dotmatrix106" element="dotmatrixdot" state="0">
5233    <bounds x="41" y="1" width="1" height="1" />
5234  </backdrop>
5235  <backdrop name="dotmatrix107" element="dotmatrixdot" state="0">
5236    <bounds x="42" y="1" width="1" height="1" />
5237  </backdrop>
5238  <backdrop name="dotmatrix108" element="dotmatrixdot" state="0">
5239    <bounds x="43" y="1" width="1" height="1" />
5240  </backdrop>
5241  <backdrop name="dotmatrix109" element="dotmatrixdot" state="0">
5242    <bounds x="44" y="1" width="1" height="1" />
5243  </backdrop>
5244  <backdrop name="dotmatrix110" element="dotmatrixdot" state="0">
5245    <bounds x="45" y="1" width="1" height="1" />
5246  </backdrop>
5247  <backdrop name="dotmatrix111" element="dotmatrixdot" state="0">
5248    <bounds x="46" y="1" width="1" height="1" />
5249  </backdrop>
5250  <backdrop name="dotmatrix112" element="dotmatrixdot" state="0">
5251    <bounds x="47" y="1" width="1" height="1" />
5252  </backdrop>
5253  <backdrop name="dotmatrix113" element="dotmatrixdot" state="0">
5254    <bounds x="48" y="1" width="1" height="1" />
5255  </backdrop>
5256  <backdrop name="dotmatrix114" element="dotmatrixdot" state="0">
5257    <bounds x="49" y="1" width="1" height="1" />
5258  </backdrop>
5259  <backdrop name="dotmatrix115" element="dotmatrixdot" state="0">
5260    <bounds x="50" y="1" width="1" height="1" />
5261  </backdrop>
5262  <backdrop name="dotmatrix116" element="dotmatrixdot" state="0">
5263    <bounds x="51" y="1" width="1" height="1" />
5264  </backdrop>
5265  <backdrop name="dotmatrix117" element="dotmatrixdot" state="0">
5266    <bounds x="52" y="1" width="1" height="1" />
5267  </backdrop>
5268  <backdrop name="dotmatrix118" element="dotmatrixdot" state="0">
5269    <bounds x="53" y="1" width="1" height="1" />
5270  </backdrop>
5271  <backdrop name="dotmatrix119" element="dotmatrixdot" state="0">
5272    <bounds x="54" y="1" width="1" height="1" />
5273  </backdrop>
5274  <backdrop name="dotmatrix120" element="dotmatrixdot" state="0">
5275    <bounds x="55" y="1" width="1" height="1" />
5276  </backdrop>
5277  <backdrop name="dotmatrix121" element="dotmatrixdot" state="0">
5278    <bounds x="56" y="1" width="1" height="1" />
5279  </backdrop>
5280  <backdrop name="dotmatrix122" element="dotmatrixdot" state="0">
5281    <bounds x="57" y="1" width="1" height="1" />
5282  </backdrop>
5283  <backdrop name="dotmatrix123" element="dotmatrixdot" state="0">
5284    <bounds x="58" y="1" width="1" height="1" />
5285  </backdrop>
5286  <backdrop name="dotmatrix124" element="dotmatrixdot" state="0">
5287    <bounds x="59" y="1" width="1" height="1" />
5288  </backdrop>
5289  <backdrop name="dotmatrix125" element="dotmatrixdot" state="0">
5290    <bounds x="60" y="1" width="1" height="1" />
5291  </backdrop>
5292  <backdrop name="dotmatrix126" element="dotmatrixdot" state="0">
5293    <bounds x="61" y="1" width="1" height="1" />
5294  </backdrop>
5295  <backdrop name="dotmatrix127" element="dotmatrixdot" state="0">
5296    <bounds x="62" y="1" width="1" height="1" />
5297  </backdrop>
5298  <backdrop name="dotmatrix128" element="dotmatrixdot" state="0">
5299    <bounds x="63" y="1" width="1" height="1" />
5300  </backdrop>
5301  <backdrop name="dotmatrix129" element="dotmatrixdot" state="0">
5302    <bounds x="64" y="1" width="1" height="1" />
5303  </backdrop>
5304  <backdrop name="dotmatrix130" element="dotmatrixdot" state="0">
5305    <bounds x="0" y="2" width="1" height="1" />
5306  </backdrop>
5307  <backdrop name="dotmatrix131" element="dotmatrixdot" state="0">
5308    <bounds x="1" y="2" width="1" height="1" />
5309  </backdrop>
5310  <backdrop name="dotmatrix132" element="dotmatrixdot" state="0">
5311    <bounds x="2" y="2" width="1" height="1" />
5312  </backdrop>
5313  <backdrop name="dotmatrix133" element="dotmatrixdot" state="0">
5314    <bounds x="3" y="2" width="1" height="1" />
5315  </backdrop>
5316  <backdrop name="dotmatrix134" element="dotmatrixdot" state="0">
5317    <bounds x="4" y="2" width="1" height="1" />
5318  </backdrop>
5319  <backdrop name="dotmatrix135" element="dotmatrixdot" state="0">
5320    <bounds x="5" y="2" width="1" height="1" />
5321  </backdrop>
5322  <backdrop name="dotmatrix136" element="dotmatrixdot" state="0">
5323    <bounds x="6" y="2" width="1" height="1" />
5324  </backdrop>
5325  <backdrop name="dotmatrix137" element="dotmatrixdot" state="0">
5326    <bounds x="7" y="2" width="1" height="1" />
5327  </backdrop>
5328  <backdrop name="dotmatrix138" element="dotmatrixdot" state="0">
5329    <bounds x="8" y="2" width="1" height="1" />
5330  </backdrop>
5331  <backdrop name="dotmatrix139" element="dotmatrixdot" state="0">
5332    <bounds x="9" y="2" width="1" height="1" />
5333  </backdrop>
5334  <backdrop name="dotmatrix140" element="dotmatrixdot" state="0">
5335    <bounds x="10" y="2" width="1" height="1" />
5336  </backdrop>
5337  <backdrop name="dotmatrix141" element="dotmatrixdot" state="0">
5338    <bounds x="11" y="2" width="1" height="1" />
5339  </backdrop>
5340  <backdrop name="dotmatrix142" element="dotmatrixdot" state="0">
5341    <bounds x="12" y="2" width="1" height="1" />
5342  </backdrop>
5343  <backdrop name="dotmatrix143" element="dotmatrixdot" state="0">
5344    <bounds x="13" y="2" width="1" height="1" />
5345  </backdrop>
5346  <backdrop name="dotmatrix144" element="dotmatrixdot" state="0">
5347    <bounds x="14" y="2" width="1" height="1" />
5348  </backdrop>
5349  <backdrop name="dotmatrix145" element="dotmatrixdot" state="0">
5350    <bounds x="15" y="2" width="1" height="1" />
5351  </backdrop>
5352  <backdrop name="dotmatrix146" element="dotmatrixdot" state="0">
5353    <bounds x="16" y="2" width="1" height="1" />
5354  </backdrop>
5355  <backdrop name="dotmatrix147" element="dotmatrixdot" state="0">
5356    <bounds x="17" y="2" width="1" height="1" />
5357  </backdrop>
5358  <backdrop name="dotmatrix148" element="dotmatrixdot" state="0">
5359    <bounds x="18" y="2" width="1" height="1" />
5360  </backdrop>
5361  <backdrop name="dotmatrix149" element="dotmatrixdot" state="0">
5362    <bounds x="19" y="2" width="1" height="1" />
5363  </backdrop>
5364  <backdrop name="dotmatrix150" element="dotmatrixdot" state="0">
5365    <bounds x="20" y="2" width="1" height="1" />
5366  </backdrop>
5367  <backdrop name="dotmatrix151" element="dotmatrixdot" state="0">
5368    <bounds x="21" y="2" width="1" height="1" />
5369  </backdrop>
5370  <backdrop name="dotmatrix152" element="dotmatrixdot" state="0">
5371    <bounds x="22" y="2" width="1" height="1" />
5372  </backdrop>
5373  <backdrop name="dotmatrix153" element="dotmatrixdot" state="0">
5374    <bounds x="23" y="2" width="1" height="1" />
5375  </backdrop>
5376  <backdrop name="dotmatrix154" element="dotmatrixdot" state="0">
5377    <bounds x="24" y="2" width="1" height="1" />
5378  </backdrop>
5379  <backdrop name="dotmatrix155" element="dotmatrixdot" state="0">
5380    <bounds x="25" y="2" width="1" height="1" />
5381  </backdrop>
5382  <backdrop name="dotmatrix156" element="dotmatrixdot" state="0">
5383    <bounds x="26" y="2" width="1" height="1" />
5384  </backdrop>
5385  <backdrop name="dotmatrix157" element="dotmatrixdot" state="0">
5386    <bounds x="27" y="2" width="1" height="1" />
5387  </backdrop>
5388  <backdrop name="dotmatrix158" element="dotmatrixdot" state="0">
5389    <bounds x="28" y="2" width="1" height="1" />
5390  </backdrop>
5391  <backdrop name="dotmatrix159" element="dotmatrixdot" state="0">
5392    <bounds x="29" y="2" width="1" height="1" />
5393  </backdrop>
5394  <backdrop name="dotmatrix160" element="dotmatrixdot" state="0">
5395    <bounds x="30" y="2" width="1" height="1" />
5396  </backdrop>
5397  <backdrop name="dotmatrix161" element="dotmatrixdot" state="0">
5398    <bounds x="31" y="2" width="1" height="1" />
5399  </backdrop>
5400  <backdrop name="dotmatrix162" element="dotmatrixdot" state="0">
5401    <bounds x="32" y="2" width="1" height="1" />
5402  </backdrop>
5403  <backdrop name="dotmatrix163" element="dotmatrixdot" state="0">
5404    <bounds x="33" y="2" width="1" height="1" />
5405  </backdrop>
5406  <backdrop name="dotmatrix164" element="dotmatrixdot" state="0">
5407    <bounds x="34" y="2" width="1" height="1" />
5408  </backdrop>
5409  <backdrop name="dotmatrix165" element="dotmatrixdot" state="0">
5410    <bounds x="35" y="2" width="1" height="1" />
5411  </backdrop>
5412  <backdrop name="dotmatrix166" element="dotmatrixdot" state="0">
5413    <bounds x="36" y="2" width="1" height="1" />
5414  </backdrop>
5415  <backdrop name="dotmatrix167" element="dotmatrixdot" state="0">
5416    <bounds x="37" y="2" width="1" height="1" />
5417  </backdrop>
5418  <backdrop name="dotmatrix168" element="dotmatrixdot" state="0">
5419    <bounds x="38" y="2" width="1" height="1" />
5420  </backdrop>
5421  <backdrop name="dotmatrix169" element="dotmatrixdot" state="0">
5422    <bounds x="39" y="2" width="1" height="1" />
5423  </backdrop>
5424  <backdrop name="dotmatrix170" element="dotmatrixdot" state="0">
5425    <bounds x="40" y="2" width="1" height="1" />
5426  </backdrop>
5427  <backdrop name="dotmatrix171" element="dotmatrixdot" state="0">
5428    <bounds x="41" y="2" width="1" height="1" />
5429  </backdrop>
5430  <backdrop name="dotmatrix172" element="dotmatrixdot" state="0">
5431    <bounds x="42" y="2" width="1" height="1" />
5432  </backdrop>
5433  <backdrop name="dotmatrix173" element="dotmatrixdot" state="0">
5434    <bounds x="43" y="2" width="1" height="1" />
5435  </backdrop>
5436  <backdrop name="dotmatrix174" element="dotmatrixdot" state="0">
5437    <bounds x="44" y="2" width="1" height="1" />
5438  </backdrop>
5439  <backdrop name="dotmatrix175" element="dotmatrixdot" state="0">
5440    <bounds x="45" y="2" width="1" height="1" />
5441  </backdrop>
5442  <backdrop name="dotmatrix176" element="dotmatrixdot" state="0">
5443    <bounds x="46" y="2" width="1" height="1" />
5444  </backdrop>
5445  <backdrop name="dotmatrix177" element="dotmatrixdot" state="0">
5446    <bounds x="47" y="2" width="1" height="1" />
5447  </backdrop>
5448  <backdrop name="dotmatrix178" element="dotmatrixdot" state="0">
5449    <bounds x="48" y="2" width="1" height="1" />
5450  </backdrop>
5451  <backdrop name="dotmatrix179" element="dotmatrixdot" state="0">
5452    <bounds x="49" y="2" width="1" height="1" />
5453  </backdrop>
5454  <backdrop name="dotmatrix180" element="dotmatrixdot" state="0">
5455    <bounds x="50" y="2" width="1" height="1" />
5456  </backdrop>
5457  <backdrop name="dotmatrix181" element="dotmatrixdot" state="0">
5458    <bounds x="51" y="2" width="1" height="1" />
5459  </backdrop>
5460  <backdrop name="dotmatrix182" element="dotmatrixdot" state="0">
5461    <bounds x="52" y="2" width="1" height="1" />
5462  </backdrop>
5463  <backdrop name="dotmatrix183" element="dotmatrixdot" state="0">
5464    <bounds x="53" y="2" width="1" height="1" />
5465  </backdrop>
5466  <backdrop name="dotmatrix184" element="dotmatrixdot" state="0">
5467    <bounds x="54" y="2" width="1" height="1" />
5468  </backdrop>
5469  <backdrop name="dotmatrix185" element="dotmatrixdot" state="0">
5470    <bounds x="55" y="2" width="1" height="1" />
5471  </backdrop>
5472  <backdrop name="dotmatrix186" element="dotmatrixdot" state="0">
5473    <bounds x="56" y="2" width="1" height="1" />
5474  </backdrop>
5475  <backdrop name="dotmatrix187" element="dotmatrixdot" state="0">
5476    <bounds x="57" y="2" width="1" height="1" />
5477  </backdrop>
5478  <backdrop name="dotmatrix188" element="dotmatrixdot" state="0">
5479    <bounds x="58" y="2" width="1" height="1" />
5480  </backdrop>
5481  <backdrop name="dotmatrix189" element="dotmatrixdot" state="0">
5482    <bounds x="59" y="2" width="1" height="1" />
5483  </backdrop>
5484  <backdrop name="dotmatrix190" element="dotmatrixdot" state="0">
5485    <bounds x="60" y="2" width="1" height="1" />
5486  </backdrop>
5487  <backdrop name="dotmatrix191" element="dotmatrixdot" state="0">
5488    <bounds x="61" y="2" width="1" height="1" />
5489  </backdrop>
5490  <backdrop name="dotmatrix192" element="dotmatrixdot" state="0">
5491    <bounds x="62" y="2" width="1" height="1" />
5492  </backdrop>
5493  <backdrop name="dotmatrix193" element="dotmatrixdot" state="0">
5494    <bounds x="63" y="2" width="1" height="1" />
5495  </backdrop>
5496  <backdrop name="dotmatrix194" element="dotmatrixdot" state="0">
5497    <bounds x="64" y="2" width="1" height="1" />
5498  </backdrop>
5499  <backdrop name="dotmatrix195" element="dotmatrixdot" state="0">
5500    <bounds x="0" y="3" width="1" height="1" />
5501  </backdrop>
5502  <backdrop name="dotmatrix196" element="dotmatrixdot" state="0">
5503    <bounds x="1" y="3" width="1" height="1" />
5504  </backdrop>
5505  <backdrop name="dotmatrix197" element="dotmatrixdot" state="0">
5506    <bounds x="2" y="3" width="1" height="1" />
5507  </backdrop>
5508  <backdrop name="dotmatrix198" element="dotmatrixdot" state="0">
5509    <bounds x="3" y="3" width="1" height="1" />
5510  </backdrop>
5511  <backdrop name="dotmatrix199" element="dotmatrixdot" state="0">
5512    <bounds x="4" y="3" width="1" height="1" />
5513  </backdrop>
5514  <backdrop name="dotmatrix200" element="dotmatrixdot" state="0">
5515    <bounds x="5" y="3" width="1" height="1" />
5516  </backdrop>
5517  <backdrop name="dotmatrix201" element="dotmatrixdot" state="0">
5518    <bounds x="6" y="3" width="1" height="1" />
5519  </backdrop>
5520  <backdrop name="dotmatrix202" element="dotmatrixdot" state="0">
5521    <bounds x="7" y="3" width="1" height="1" />
5522  </backdrop>
5523  <backdrop name="dotmatrix203" element="dotmatrixdot" state="0">
5524    <bounds x="8" y="3" width="1" height="1" />
5525  </backdrop>
5526  <backdrop name="dotmatrix204" element="dotmatrixdot" state="0">
5527    <bounds x="9" y="3" width="1" height="1" />
5528  </backdrop>
5529  <backdrop name="dotmatrix205" element="dotmatrixdot" state="0">
5530    <bounds x="10" y="3" width="1" height="1" />
5531  </backdrop>
5532  <backdrop name="dotmatrix206" element="dotmatrixdot" state="0">
5533    <bounds x="11" y="3" width="1" height="1" />
5534  </backdrop>
5535  <backdrop name="dotmatrix207" element="dotmatrixdot" state="0">
5536    <bounds x="12" y="3" width="1" height="1" />
5537  </backdrop>
5538  <backdrop name="dotmatrix208" element="dotmatrixdot" state="0">
5539    <bounds x="13" y="3" width="1" height="1" />
5540  </backdrop>
5541  <backdrop name="dotmatrix209" element="dotmatrixdot" state="0">
5542    <bounds x="14" y="3" width="1" height="1" />
5543  </backdrop>
5544  <backdrop name="dotmatrix210" element="dotmatrixdot" state="0">
5545    <bounds x="15" y="3" width="1" height="1" />
5546  </backdrop>
5547  <backdrop name="dotmatrix211" element="dotmatrixdot" state="0">
5548    <bounds x="16" y="3" width="1" height="1" />
5549  </backdrop>
5550  <backdrop name="dotmatrix212" element="dotmatrixdot" state="0">
5551    <bounds x="17" y="3" width="1" height="1" />
5552  </backdrop>
5553  <backdrop name="dotmatrix213" element="dotmatrixdot" state="0">
5554    <bounds x="18" y="3" width="1" height="1" />
5555  </backdrop>
5556  <backdrop name="dotmatrix214" element="dotmatrixdot" state="0">
5557    <bounds x="19" y="3" width="1" height="1" />
5558  </backdrop>
5559  <backdrop name="dotmatrix215" element="dotmatrixdot" state="0">
5560    <bounds x="20" y="3" width="1" height="1" />
5561  </backdrop>
5562  <backdrop name="dotmatrix216" element="dotmatrixdot" state="0">
5563    <bounds x="21" y="3" width="1" height="1" />
5564  </backdrop>
5565  <backdrop name="dotmatrix217" element="dotmatrixdot" state="0">
5566    <bounds x="22" y="3" width="1" height="1" />
5567  </backdrop>
5568  <backdrop name="dotmatrix218" element="dotmatrixdot" state="0">
5569    <bounds x="23" y="3" width="1" height="1" />
5570  </backdrop>
5571  <backdrop name="dotmatrix219" element="dotmatrixdot" state="0">
5572    <bounds x="24" y="3" width="1" height="1" />
5573  </backdrop>
5574  <backdrop name="dotmatrix220" element="dotmatrixdot" state="0">
5575    <bounds x="25" y="3" width="1" height="1" />
5576  </backdrop>
5577  <backdrop name="dotmatrix221" element="dotmatrixdot" state="0">
5578    <bounds x="26" y="3" width="1" height="1" />
5579  </backdrop>
5580  <backdrop name="dotmatrix222" element="dotmatrixdot" state="0">
5581    <bounds x="27" y="3" width="1" height="1" />
5582  </backdrop>
5583  <backdrop name="dotmatrix223" element="dotmatrixdot" state="0">
5584    <bounds x="28" y="3" width="1" height="1" />
5585  </backdrop>
5586  <backdrop name="dotmatrix224" element="dotmatrixdot" state="0">
5587    <bounds x="29" y="3" width="1" height="1" />
5588  </backdrop>
5589  <backdrop name="dotmatrix225" element="dotmatrixdot" state="0">
5590    <bounds x="30" y="3" width="1" height="1" />
5591  </backdrop>
5592  <backdrop name="dotmatrix226" element="dotmatrixdot" state="0">
5593    <bounds x="31" y="3" width="1" height="1" />
5594  </backdrop>
5595  <backdrop name="dotmatrix227" element="dotmatrixdot" state="0">
5596    <bounds x="32" y="3" width="1" height="1" />
5597  </backdrop>
5598  <backdrop name="dotmatrix228" element="dotmatrixdot" state="0">
5599    <bounds x="33" y="3" width="1" height="1" />
5600  </backdrop>
5601  <backdrop name="dotmatrix229" element="dotmatrixdot" state="0">
5602    <bounds x="34" y="3" width="1" height="1" />
5603  </backdrop>
5604  <backdrop name="dotmatrix230" element="dotmatrixdot" state="0">
5605    <bounds x="35" y="3" width="1" height="1" />
5606  </backdrop>
5607  <backdrop name="dotmatrix231" element="dotmatrixdot" state="0">
5608    <bounds x="36" y="3" width="1" height="1" />
5609  </backdrop>
5610  <backdrop name="dotmatrix232" element="dotmatrixdot" state="0">
5611    <bounds x="37" y="3" width="1" height="1" />
5612  </backdrop>
5613  <backdrop name="dotmatrix233" element="dotmatrixdot" state="0">
5614    <bounds x="38" y="3" width="1" height="1" />
5615  </backdrop>
5616  <backdrop name="dotmatrix234" element="dotmatrixdot" state="0">
5617    <bounds x="39" y="3" width="1" height="1" />
5618  </backdrop>
5619  <backdrop name="dotmatrix235" element="dotmatrixdot" state="0">
5620    <bounds x="40" y="3" width="1" height="1" />
5621  </backdrop>
5622  <backdrop name="dotmatrix236" element="dotmatrixdot" state="0">
5623    <bounds x="41" y="3" width="1" height="1" />
5624  </backdrop>
5625  <backdrop name="dotmatrix237" element="dotmatrixdot" state="0">
5626    <bounds x="42" y="3" width="1" height="1" />
5627  </backdrop>
5628  <backdrop name="dotmatrix238" element="dotmatrixdot" state="0">
5629    <bounds x="43" y="3" width="1" height="1" />
5630  </backdrop>
5631  <backdrop name="dotmatrix239" element="dotmatrixdot" state="0">
5632    <bounds x="44" y="3" width="1" height="1" />
5633  </backdrop>
5634  <backdrop name="dotmatrix240" element="dotmatrixdot" state="0">
5635    <bounds x="45" y="3" width="1" height="1" />
5636  </backdrop>
5637  <backdrop name="dotmatrix241" element="dotmatrixdot" state="0">
5638    <bounds x="46" y="3" width="1" height="1" />
5639  </backdrop>
5640  <backdrop name="dotmatrix242" element="dotmatrixdot" state="0">
5641    <bounds x="47" y="3" width="1" height="1" />
5642  </backdrop>
5643  <backdrop name="dotmatrix243" element="dotmatrixdot" state="0">
5644    <bounds x="48" y="3" width="1" height="1" />
5645  </backdrop>
5646  <backdrop name="dotmatrix244" element="dotmatrixdot" state="0">
5647    <bounds x="49" y="3" width="1" height="1" />
5648  </backdrop>
5649  <backdrop name="dotmatrix245" element="dotmatrixdot" state="0">
5650    <bounds x="50" y="3" width="1" height="1" />
5651  </backdrop>
5652  <backdrop name="dotmatrix246" element="dotmatrixdot" state="0">
5653    <bounds x="51" y="3" width="1" height="1" />
5654  </backdrop>
5655  <backdrop name="dotmatrix247" element="dotmatrixdot" state="0">
5656    <bounds x="52" y="3" width="1" height="1" />
5657  </backdrop>
5658  <backdrop name="dotmatrix248" element="dotmatrixdot" state="0">
5659    <bounds x="53" y="3" width="1" height="1" />
5660  </backdrop>
5661  <backdrop name="dotmatrix249" element="dotmatrixdot" state="0">
5662    <bounds x="54" y="3" width="1" height="1" />
5663  </backdrop>
5664  <backdrop name="dotmatrix250" element="dotmatrixdot" state="0">
5665    <bounds x="55" y="3" width="1" height="1" />
5666  </backdrop>
5667  <backdrop name="dotmatrix251" element="dotmatrixdot" state="0">
5668    <bounds x="56" y="3" width="1" height="1" />
5669  </backdrop>
5670  <backdrop name="dotmatrix252" element="dotmatrixdot" state="0">
5671    <bounds x="57" y="3" width="1" height="1" />
5672  </backdrop>
5673  <backdrop name="dotmatrix253" element="dotmatrixdot" state="0">
5674    <bounds x="58" y="3" width="1" height="1" />
5675  </backdrop>
5676  <backdrop name="dotmatrix254" element="dotmatrixdot" state="0">
5677    <bounds x="59" y="3" width="1" height="1" />
5678  </backdrop>
5679  <backdrop name="dotmatrix255" element="dotmatrixdot" state="0">
5680    <bounds x="60" y="3" width="1" height="1" />
5681  </backdrop>
5682  <backdrop name="dotmatrix256" element="dotmatrixdot" state="0">
5683    <bounds x="61" y="3" width="1" height="1" />
5684  </backdrop>
5685  <backdrop name="dotmatrix257" element="dotmatrixdot" state="0">
5686    <bounds x="62" y="3" width="1" height="1" />
5687  </backdrop>
5688  <backdrop name="dotmatrix258" element="dotmatrixdot" state="0">
5689    <bounds x="63" y="3" width="1" height="1" />
5690  </backdrop>
5691  <backdrop name="dotmatrix259" element="dotmatrixdot" state="0">
5692    <bounds x="64" y="3" width="1" height="1" />
5693  </backdrop>
5694  <backdrop name="dotmatrix260" element="dotmatrixdot" state="0">
5695    <bounds x="0" y="4" width="1" height="1" />
5696  </backdrop>
5697  <backdrop name="dotmatrix261" element="dotmatrixdot" state="0">
5698    <bounds x="1" y="4" width="1" height="1" />
5699  </backdrop>
5700  <backdrop name="dotmatrix262" element="dotmatrixdot" state="0">
5701    <bounds x="2" y="4" width="1" height="1" />
5702  </backdrop>
5703  <backdrop name="dotmatrix263" element="dotmatrixdot" state="0">
5704    <bounds x="3" y="4" width="1" height="1" />
5705  </backdrop>
5706  <backdrop name="dotmatrix264" element="dotmatrixdot" state="0">
5707    <bounds x="4" y="4" width="1" height="1" />
5708  </backdrop>
5709  <backdrop name="dotmatrix265" element="dotmatrixdot" state="0">
5710    <bounds x="5" y="4" width="1" height="1" />
5711  </backdrop>
5712  <backdrop name="dotmatrix266" element="dotmatrixdot" state="0">
5713    <bounds x="6" y="4" width="1" height="1" />
5714  </backdrop>
5715  <backdrop name="dotmatrix267" element="dotmatrixdot" state="0">
5716    <bounds x="7" y="4" width="1" height="1" />
5717  </backdrop>
5718  <backdrop name="dotmatrix268" element="dotmatrixdot" state="0">
5719    <bounds x="8" y="4" width="1" height="1" />
5720  </backdrop>
5721  <backdrop name="dotmatrix269" element="dotmatrixdot" state="0">
5722    <bounds x="9" y="4" width="1" height="1" />
5723  </backdrop>
5724  <backdrop name="dotmatrix270" element="dotmatrixdot" state="0">
5725    <bounds x="10" y="4" width="1" height="1" />
5726  </backdrop>
5727  <backdrop name="dotmatrix271" element="dotmatrixdot" state="0">
5728    <bounds x="11" y="4" width="1" height="1" />
5729  </backdrop>
5730  <backdrop name="dotmatrix272" element="dotmatrixdot" state="0">
5731    <bounds x="12" y="4" width="1" height="1" />
5732  </backdrop>
5733  <backdrop name="dotmatrix273" element="dotmatrixdot" state="0">
5734    <bounds x="13" y="4" width="1" height="1" />
5735  </backdrop>
5736  <backdrop name="dotmatrix274" element="dotmatrixdot" state="0">
5737    <bounds x="14" y="4" width="1" height="1" />
5738  </backdrop>
5739  <backdrop name="dotmatrix275" element="dotmatrixdot" state="0">
5740    <bounds x="15" y="4" width="1" height="1" />
5741  </backdrop>
5742  <backdrop name="dotmatrix276" element="dotmatrixdot" state="0">
5743    <bounds x="16" y="4" width="1" height="1" />
5744  </backdrop>
5745  <backdrop name="dotmatrix277" element="dotmatrixdot" state="0">
5746    <bounds x="17" y="4" width="1" height="1" />
5747  </backdrop>
5748  <backdrop name="dotmatrix278" element="dotmatrixdot" state="0">
5749    <bounds x="18" y="4" width="1" height="1" />
5750  </backdrop>
5751  <backdrop name="dotmatrix279" element="dotmatrixdot" state="0">
5752    <bounds x="19" y="4" width="1" height="1" />
5753  </backdrop>
5754  <backdrop name="dotmatrix280" element="dotmatrixdot" state="0">
5755    <bounds x="20" y="4" width="1" height="1" />
5756  </backdrop>
5757  <backdrop name="dotmatrix281" element="dotmatrixdot" state="0">
5758    <bounds x="21" y="4" width="1" height="1" />
5759  </backdrop>
5760  <backdrop name="dotmatrix282" element="dotmatrixdot" state="0">
5761    <bounds x="22" y="4" width="1" height="1" />
5762  </backdrop>
5763  <backdrop name="dotmatrix283" element="dotmatrixdot" state="0">
5764    <bounds x="23" y="4" width="1" height="1" />
5765  </backdrop>
5766  <backdrop name="dotmatrix284" element="dotmatrixdot" state="0">
5767    <bounds x="24" y="4" width="1" height="1" />
5768  </backdrop>
5769  <backdrop name="dotmatrix285" element="dotmatrixdot" state="0">
5770    <bounds x="25" y="4" width="1" height="1" />
5771  </backdrop>
5772  <backdrop name="dotmatrix286" element="dotmatrixdot" state="0">
5773    <bounds x="26" y="4" width="1" height="1" />
5774  </backdrop>
5775  <backdrop name="dotmatrix287" element="dotmatrixdot" state="0">
5776    <bounds x="27" y="4" width="1" height="1" />
5777  </backdrop>
5778  <backdrop name="dotmatrix288" element="dotmatrixdot" state="0">
5779    <bounds x="28" y="4" width="1" height="1" />
5780  </backdrop>
5781  <backdrop name="dotmatrix289" element="dotmatrixdot" state="0">
5782    <bounds x="29" y="4" width="1" height="1" />
5783  </backdrop>
5784  <backdrop name="dotmatrix290" element="dotmatrixdot" state="0">
5785    <bounds x="30" y="4" width="1" height="1" />
5786  </backdrop>
5787  <backdrop name="dotmatrix291" element="dotmatrixdot" state="0">
5788    <bounds x="31" y="4" width="1" height="1" />
5789  </backdrop>
5790  <backdrop name="dotmatrix292" element="dotmatrixdot" state="0">
5791    <bounds x="32" y="4" width="1" height="1" />
5792  </backdrop>
5793  <backdrop name="dotmatrix293" element="dotmatrixdot" state="0">
5794    <bounds x="33" y="4" width="1" height="1" />
5795  </backdrop>
5796  <backdrop name="dotmatrix294" element="dotmatrixdot" state="0">
5797    <bounds x="34" y="4" width="1" height="1" />
5798  </backdrop>
5799  <backdrop name="dotmatrix295" element="dotmatrixdot" state="0">
5800    <bounds x="35" y="4" width="1" height="1" />
5801  </backdrop>
5802  <backdrop name="dotmatrix296" element="dotmatrixdot" state="0">
5803    <bounds x="36" y="4" width="1" height="1" />
5804  </backdrop>
5805  <backdrop name="dotmatrix297" element="dotmatrixdot" state="0">
5806    <bounds x="37" y="4" width="1" height="1" />
5807  </backdrop>
5808  <backdrop name="dotmatrix298" element="dotmatrixdot" state="0">
5809    <bounds x="38" y="4" width="1" height="1" />
5810  </backdrop>
5811  <backdrop name="dotmatrix299" element="dotmatrixdot" state="0">
5812    <bounds x="39" y="4" width="1" height="1" />
5813  </backdrop>
5814  <backdrop name="dotmatrix300" element="dotmatrixdot" state="0">
5815    <bounds x="40" y="4" width="1" height="1" />
5816  </backdrop>
5817  <backdrop name="dotmatrix301" element="dotmatrixdot" state="0">
5818    <bounds x="41" y="4" width="1" height="1" />
5819  </backdrop>
5820  <backdrop name="dotmatrix302" element="dotmatrixdot" state="0">
5821    <bounds x="42" y="4" width="1" height="1" />
5822  </backdrop>
5823  <backdrop name="dotmatrix303" element="dotmatrixdot" state="0">
5824    <bounds x="43" y="4" width="1" height="1" />
5825  </backdrop>
5826  <backdrop name="dotmatrix304" element="dotmatrixdot" state="0">
5827    <bounds x="44" y="4" width="1" height="1" />
5828  </backdrop>
5829  <backdrop name="dotmatrix305" element="dotmatrixdot" state="0">
5830    <bounds x="45" y="4" width="1" height="1" />
5831  </backdrop>
5832  <backdrop name="dotmatrix306" element="dotmatrixdot" state="0">
5833    <bounds x="46" y="4" width="1" height="1" />
5834  </backdrop>
5835  <backdrop name="dotmatrix307" element="dotmatrixdot" state="0">
5836    <bounds x="47" y="4" width="1" height="1" />
5837  </backdrop>
5838  <backdrop name="dotmatrix308" element="dotmatrixdot" state="0">
5839    <bounds x="48" y="4" width="1" height="1" />
5840  </backdrop>
5841  <backdrop name="dotmatrix309" element="dotmatrixdot" state="0">
5842    <bounds x="49" y="4" width="1" height="1" />
5843  </backdrop>
5844  <backdrop name="dotmatrix310" element="dotmatrixdot" state="0">
5845    <bounds x="50" y="4" width="1" height="1" />
5846  </backdrop>
5847  <backdrop name="dotmatrix311" element="dotmatrixdot" state="0">
5848    <bounds x="51" y="4" width="1" height="1" />
5849  </backdrop>
5850  <backdrop name="dotmatrix312" element="dotmatrixdot" state="0">
5851    <bounds x="52" y="4" width="1" height="1" />
5852  </backdrop>
5853  <backdrop name="dotmatrix313" element="dotmatrixdot" state="0">
5854    <bounds x="53" y="4" width="1" height="1" />
5855  </backdrop>
5856  <backdrop name="dotmatrix314" element="dotmatrixdot" state="0">
5857    <bounds x="54" y="4" width="1" height="1" />
5858  </backdrop>
5859  <backdrop name="dotmatrix315" element="dotmatrixdot" state="0">
5860    <bounds x="55" y="4" width="1" height="1" />
5861  </backdrop>
5862  <backdrop name="dotmatrix316" element="dotmatrixdot" state="0">
5863    <bounds x="56" y="4" width="1" height="1" />
5864  </backdrop>
5865  <backdrop name="dotmatrix317" element="dotmatrixdot" state="0">
5866    <bounds x="57" y="4" width="1" height="1" />
5867  </backdrop>
5868  <backdrop name="dotmatrix318" element="dotmatrixdot" state="0">
5869    <bounds x="58" y="4" width="1" height="1" />
5870  </backdrop>
5871  <backdrop name="dotmatrix319" element="dotmatrixdot" state="0">
5872    <bounds x="59" y="4" width="1" height="1" />
5873  </backdrop>
5874  <backdrop name="dotmatrix320" element="dotmatrixdot" state="0">
5875    <bounds x="60" y="4" width="1" height="1" />
5876  </backdrop>
5877  <backdrop name="dotmatrix321" element="dotmatrixdot" state="0">
5878    <bounds x="61" y="4" width="1" height="1" />
5879  </backdrop>
5880  <backdrop name="dotmatrix322" element="dotmatrixdot" state="0">
5881    <bounds x="62" y="4" width="1" height="1" />
5882  </backdrop>
5883  <backdrop name="dotmatrix323" element="dotmatrixdot" state="0">
5884    <bounds x="63" y="4" width="1" height="1" />
5885  </backdrop>
5886  <backdrop name="dotmatrix324" element="dotmatrixdot" state="0">
5887    <bounds x="64" y="4" width="1" height="1" />
5888  </backdrop>
5889  <backdrop name="dotmatrix325" element="dotmatrixdot" state="0">
5890    <bounds x="0" y="5" width="1" height="1" />
5891  </backdrop>
5892  <backdrop name="dotmatrix326" element="dotmatrixdot" state="0">
5893    <bounds x="1" y="5" width="1" height="1" />
5894  </backdrop>
5895  <backdrop name="dotmatrix327" element="dotmatrixdot" state="0">
5896    <bounds x="2" y="5" width="1" height="1" />
5897  </backdrop>
5898  <backdrop name="dotmatrix328" element="dotmatrixdot" state="0">
5899    <bounds x="3" y="5" width="1" height="1" />
5900  </backdrop>
5901  <backdrop name="dotmatrix329" element="dotmatrixdot" state="0">
5902    <bounds x="4" y="5" width="1" height="1" />
5903  </backdrop>
5904  <backdrop name="dotmatrix330" element="dotmatrixdot" state="0">
5905    <bounds x="5" y="5" width="1" height="1" />
5906  </backdrop>
5907  <backdrop name="dotmatrix331" element="dotmatrixdot" state="0">
5908    <bounds x="6" y="5" width="1" height="1" />
5909  </backdrop>
5910  <backdrop name="dotmatrix332" element="dotmatrixdot" state="0">
5911    <bounds x="7" y="5" width="1" height="1" />
5912  </backdrop>
5913  <backdrop name="dotmatrix333" element="dotmatrixdot" state="0">
5914    <bounds x="8" y="5" width="1" height="1" />
5915  </backdrop>
5916  <backdrop name="dotmatrix334" element="dotmatrixdot" state="0">
5917    <bounds x="9" y="5" width="1" height="1" />
5918  </backdrop>
5919  <backdrop name="dotmatrix335" element="dotmatrixdot" state="0">
5920    <bounds x="10" y="5" width="1" height="1" />
5921  </backdrop>
5922  <backdrop name="dotmatrix336" element="dotmatrixdot" state="0">
5923    <bounds x="11" y="5" width="1" height="1" />
5924  </backdrop>
5925  <backdrop name="dotmatrix337" element="dotmatrixdot" state="0">
5926    <bounds x="12" y="5" width="1" height="1" />
5927  </backdrop>
5928  <backdrop name="dotmatrix338" element="dotmatrixdot" state="0">
5929    <bounds x="13" y="5" width="1" height="1" />
5930  </backdrop>
5931  <backdrop name="dotmatrix339" element="dotmatrixdot" state="0">
5932    <bounds x="14" y="5" width="1" height="1" />
5933  </backdrop>
5934  <backdrop name="dotmatrix340" element="dotmatrixdot" state="0">
5935    <bounds x="15" y="5" width="1" height="1" />
5936  </backdrop>
5937  <backdrop name="dotmatrix341" element="dotmatrixdot" state="0">
5938    <bounds x="16" y="5" width="1" height="1" />
5939  </backdrop>
5940  <backdrop name="dotmatrix342" element="dotmatrixdot" state="0">
5941    <bounds x="17" y="5" width="1" height="1" />
5942  </backdrop>
5943  <backdrop name="dotmatrix343" element="dotmatrixdot" state="0">
5944    <bounds x="18" y="5" width="1" height="1" />
5945  </backdrop>
5946  <backdrop name="dotmatrix344" element="dotmatrixdot" state="0">
5947    <bounds x="19" y="5" width="1" height="1" />
5948  </backdrop>
5949  <backdrop name="dotmatrix345" element="dotmatrixdot" state="0">
5950    <bounds x="20" y="5" width="1" height="1" />
5951  </backdrop>
5952  <backdrop name="dotmatrix346" element="dotmatrixdot" state="0">
5953    <bounds x="21" y="5" width="1" height="1" />
5954  </backdrop>
5955  <backdrop name="dotmatrix347" element="dotmatrixdot" state="0">
5956    <bounds x="22" y="5" width="1" height="1" />
5957  </backdrop>
5958  <backdrop name="dotmatrix348" element="dotmatrixdot" state="0">
5959    <bounds x="23" y="5" width="1" height="1" />
5960  </backdrop>
5961  <backdrop name="dotmatrix349" element="dotmatrixdot" state="0">
5962    <bounds x="24" y="5" width="1" height="1" />
5963  </backdrop>
5964  <backdrop name="dotmatrix350" element="dotmatrixdot" state="0">
5965    <bounds x="25" y="5" width="1" height="1" />
5966  </backdrop>
5967  <backdrop name="dotmatrix351" element="dotmatrixdot" state="0">
5968    <bounds x="26" y="5" width="1" height="1" />
5969  </backdrop>
5970  <backdrop name="dotmatrix352" element="dotmatrixdot" state="0">
5971    <bounds x="27" y="5" width="1" height="1" />
5972  </backdrop>
5973  <backdrop name="dotmatrix353" element="dotmatrixdot" state="0">
5974    <bounds x="28" y="5" width="1" height="1" />
5975  </backdrop>
5976  <backdrop name="dotmatrix354" element="dotmatrixdot" state="0">
5977    <bounds x="29" y="5" width="1" height="1" />
5978  </backdrop>
5979  <backdrop name="dotmatrix355" element="dotmatrixdot" state="0">
5980    <bounds x="30" y="5" width="1" height="1" />
5981  </backdrop>
5982  <backdrop name="dotmatrix356" element="dotmatrixdot" state="0">
5983    <bounds x="31" y="5" width="1" height="1" />
5984  </backdrop>
5985  <backdrop name="dotmatrix357" element="dotmatrixdot" state="0">
5986    <bounds x="32" y="5" width="1" height="1" />
5987  </backdrop>
5988  <backdrop name="dotmatrix358" element="dotmatrixdot" state="0">
5989    <bounds x="33" y="5" width="1" height="1" />
5990  </backdrop>
5991  <backdrop name="dotmatrix359" element="dotmatrixdot" state="0">
5992    <bounds x="34" y="5" width="1" height="1" />
5993  </backdrop>
5994  <backdrop name="dotmatrix360" element="dotmatrixdot" state="0">
5995    <bounds x="35" y="5" width="1" height="1" />
5996  </backdrop>
5997  <backdrop name="dotmatrix361" element="dotmatrixdot" state="0">
5998    <bounds x="36" y="5" width="1" height="1" />
5999  </backdrop>
6000  <backdrop name="dotmatrix362" element="dotmatrixdot" state="0">
6001    <bounds x="37" y="5" width="1" height="1" />
6002  </backdrop>
6003  <backdrop name="dotmatrix363" element="dotmatrixdot" state="0">
6004    <bounds x="38" y="5" width="1" height="1" />
6005  </backdrop>
6006  <backdrop name="dotmatrix364" element="dotmatrixdot" state="0">
6007    <bounds x="39" y="5" width="1" height="1" />
6008  </backdrop>
6009  <backdrop name="dotmatrix365" element="dotmatrixdot" state="0">
6010    <bounds x="40" y="5" width="1" height="1" />
6011  </backdrop>
6012  <backdrop name="dotmatrix366" element="dotmatrixdot" state="0">
6013    <bounds x="41" y="5" width="1" height="1" />
6014  </backdrop>
6015  <backdrop name="dotmatrix367" element="dotmatrixdot" state="0">
6016    <bounds x="42" y="5" width="1" height="1" />
6017  </backdrop>
6018  <backdrop name="dotmatrix368" element="dotmatrixdot" state="0">
6019    <bounds x="43" y="5" width="1" height="1" />
6020  </backdrop>
6021  <backdrop name="dotmatrix369" element="dotmatrixdot" state="0">
6022    <bounds x="44" y="5" width="1" height="1" />
6023  </backdrop>
6024  <backdrop name="dotmatrix370" element="dotmatrixdot" state="0">
6025    <bounds x="45" y="5" width="1" height="1" />
6026  </backdrop>
6027  <backdrop name="dotmatrix371" element="dotmatrixdot" state="0">
6028    <bounds x="46" y="5" width="1" height="1" />
6029  </backdrop>
6030  <backdrop name="dotmatrix372" element="dotmatrixdot" state="0">
6031    <bounds x="47" y="5" width="1" height="1" />
6032  </backdrop>
6033  <backdrop name="dotmatrix373" element="dotmatrixdot" state="0">
6034    <bounds x="48" y="5" width="1" height="1" />
6035  </backdrop>
6036  <backdrop name="dotmatrix374" element="dotmatrixdot" state="0">
6037    <bounds x="49" y="5" width="1" height="1" />
6038  </backdrop>
6039  <backdrop name="dotmatrix375" element="dotmatrixdot" state="0">
6040    <bounds x="50" y="5" width="1" height="1" />
6041  </backdrop>
6042  <backdrop name="dotmatrix376" element="dotmatrixdot" state="0">
6043    <bounds x="51" y="5" width="1" height="1" />
6044  </backdrop>
6045  <backdrop name="dotmatrix377" element="dotmatrixdot" state="0">
6046    <bounds x="52" y="5" width="1" height="1" />
6047  </backdrop>
6048  <backdrop name="dotmatrix378" element="dotmatrixdot" state="0">
6049    <bounds x="53" y="5" width="1" height="1" />
6050  </backdrop>
6051  <backdrop name="dotmatrix379" element="dotmatrixdot" state="0">
6052    <bounds x="54" y="5" width="1" height="1" />
6053  </backdrop>
6054  <backdrop name="dotmatrix380" element="dotmatrixdot" state="0">
6055    <bounds x="55" y="5" width="1" height="1" />
6056  </backdrop>
6057  <backdrop name="dotmatrix381" element="dotmatrixdot" state="0">
6058    <bounds x="56" y="5" width="1" height="1" />
6059  </backdrop>
6060  <backdrop name="dotmatrix382" element="dotmatrixdot" state="0">
6061    <bounds x="57" y="5" width="1" height="1" />
6062  </backdrop>
6063  <backdrop name="dotmatrix383" element="dotmatrixdot" state="0">
6064    <bounds x="58" y="5" width="1" height="1" />
6065  </backdrop>
6066  <backdrop name="dotmatrix384" element="dotmatrixdot" state="0">
6067    <bounds x="59" y="5" width="1" height="1" />
6068  </backdrop>
6069  <backdrop name="dotmatrix385" element="dotmatrixdot" state="0">
6070    <bounds x="60" y="5" width="1" height="1" />
6071  </backdrop>
6072  <backdrop name="dotmatrix386" element="dotmatrixdot" state="0">
6073    <bounds x="61" y="5" width="1" height="1" />
6074  </backdrop>
6075  <backdrop name="dotmatrix387" element="dotmatrixdot" state="0">
6076    <bounds x="62" y="5" width="1" height="1" />
6077  </backdrop>
6078  <backdrop name="dotmatrix388" element="dotmatrixdot" state="0">
6079    <bounds x="63" y="5" width="1" height="1" />
6080  </backdrop>
6081  <backdrop name="dotmatrix389" element="dotmatrixdot" state="0">
6082    <bounds x="64" y="5" width="1" height="1" />
6083  </backdrop>
6084  <backdrop name="dotmatrix390" element="dotmatrixdot" state="0">
6085    <bounds x="0" y="6" width="1" height="1" />
6086  </backdrop>
6087  <backdrop name="dotmatrix391" element="dotmatrixdot" state="0">
6088    <bounds x="1" y="6" width="1" height="1" />
6089  </backdrop>
6090  <backdrop name="dotmatrix392" element="dotmatrixdot" state="0">
6091    <bounds x="2" y="6" width="1" height="1" />
6092  </backdrop>
6093  <backdrop name="dotmatrix393" element="dotmatrixdot" state="0">
6094    <bounds x="3" y="6" width="1" height="1" />
6095  </backdrop>
6096  <backdrop name="dotmatrix394" element="dotmatrixdot" state="0">
6097    <bounds x="4" y="6" width="1" height="1" />
6098  </backdrop>
6099  <backdrop name="dotmatrix395" element="dotmatrixdot" state="0">
6100    <bounds x="5" y="6" width="1" height="1" />
6101  </backdrop>
6102  <backdrop name="dotmatrix396" element="dotmatrixdot" state="0">
6103    <bounds x="6" y="6" width="1" height="1" />
6104  </backdrop>
6105  <backdrop name="dotmatrix397" element="dotmatrixdot" state="0">
6106    <bounds x="7" y="6" width="1" height="1" />
6107  </backdrop>
6108  <backdrop name="dotmatrix398" element="dotmatrixdot" state="0">
6109    <bounds x="8" y="6" width="1" height="1" />
6110  </backdrop>
6111  <backdrop name="dotmatrix399" element="dotmatrixdot" state="0">
6112    <bounds x="9" y="6" width="1" height="1" />
6113  </backdrop>
6114  <backdrop name="dotmatrix400" element="dotmatrixdot" state="0">
6115    <bounds x="10" y="6" width="1" height="1" />
6116  </backdrop>
6117  <backdrop name="dotmatrix401" element="dotmatrixdot" state="0">
6118    <bounds x="11" y="6" width="1" height="1" />
6119  </backdrop>
6120  <backdrop name="dotmatrix402" element="dotmatrixdot" state="0">
6121    <bounds x="12" y="6" width="1" height="1" />
6122  </backdrop>
6123  <backdrop name="dotmatrix403" element="dotmatrixdot" state="0">
6124    <bounds x="13" y="6" width="1" height="1" />
6125  </backdrop>
6126  <backdrop name="dotmatrix404" element="dotmatrixdot" state="0">
6127    <bounds x="14" y="6" width="1" height="1" />
6128  </backdrop>
6129  <backdrop name="dotmatrix405" element="dotmatrixdot" state="0">
6130    <bounds x="15" y="6" width="1" height="1" />
6131  </backdrop>
6132  <backdrop name="dotmatrix406" element="dotmatrixdot" state="0">
6133    <bounds x="16" y="6" width="1" height="1" />
6134  </backdrop>
6135  <backdrop name="dotmatrix407" element="dotmatrixdot" state="0">
6136    <bounds x="17" y="6" width="1" height="1" />
6137  </backdrop>
6138  <backdrop name="dotmatrix408" element="dotmatrixdot" state="0">
6139    <bounds x="18" y="6" width="1" height="1" />
6140  </backdrop>
6141  <backdrop name="dotmatrix409" element="dotmatrixdot" state="0">
6142    <bounds x="19" y="6" width="1" height="1" />
6143  </backdrop>
6144  <backdrop name="dotmatrix410" element="dotmatrixdot" state="0">
6145    <bounds x="20" y="6" width="1" height="1" />
6146  </backdrop>
6147  <backdrop name="dotmatrix411" element="dotmatrixdot" state="0">
6148    <bounds x="21" y="6" width="1" height="1" />
6149  </backdrop>
6150  <backdrop name="dotmatrix412" element="dotmatrixdot" state="0">
6151    <bounds x="22" y="6" width="1" height="1" />
6152  </backdrop>
6153  <backdrop name="dotmatrix413" element="dotmatrixdot" state="0">
6154    <bounds x="23" y="6" width="1" height="1" />
6155  </backdrop>
6156  <backdrop name="dotmatrix414" element="dotmatrixdot" state="0">
6157    <bounds x="24" y="6" width="1" height="1" />
6158  </backdrop>
6159  <backdrop name="dotmatrix415" element="dotmatrixdot" state="0">
6160    <bounds x="25" y="6" width="1" height="1" />
6161  </backdrop>
6162  <backdrop name="dotmatrix416" element="dotmatrixdot" state="0">
6163    <bounds x="26" y="6" width="1" height="1" />
6164  </backdrop>
6165  <backdrop name="dotmatrix417" element="dotmatrixdot" state="0">
6166    <bounds x="27" y="6" width="1" height="1" />
6167  </backdrop>
6168  <backdrop name="dotmatrix418" element="dotmatrixdot" state="0">
6169    <bounds x="28" y="6" width="1" height="1" />
6170  </backdrop>
6171  <backdrop name="dotmatrix419" element="dotmatrixdot" state="0">
6172    <bounds x="29" y="6" width="1" height="1" />
6173  </backdrop>
6174  <backdrop name="dotmatrix420" element="dotmatrixdot" state="0">
6175    <bounds x="30" y="6" width="1" height="1" />
6176  </backdrop>
6177  <backdrop name="dotmatrix421" element="dotmatrixdot" state="0">
6178    <bounds x="31" y="6" width="1" height="1" />
6179  </backdrop>
6180  <backdrop name="dotmatrix422" element="dotmatrixdot" state="0">
6181    <bounds x="32" y="6" width="1" height="1" />
6182  </backdrop>
6183  <backdrop name="dotmatrix423" element="dotmatrixdot" state="0">
6184    <bounds x="33" y="6" width="1" height="1" />
6185  </backdrop>
6186  <backdrop name="dotmatrix424" element="dotmatrixdot" state="0">
6187    <bounds x="34" y="6" width="1" height="1" />
6188  </backdrop>
6189  <backdrop name="dotmatrix425" element="dotmatrixdot" state="0">
6190    <bounds x="35" y="6" width="1" height="1" />
6191  </backdrop>
6192  <backdrop name="dotmatrix426" element="dotmatrixdot" state="0">
6193    <bounds x="36" y="6" width="1" height="1" />
6194  </backdrop>
6195  <backdrop name="dotmatrix427" element="dotmatrixdot" state="0">
6196    <bounds x="37" y="6" width="1" height="1" />
6197  </backdrop>
6198  <backdrop name="dotmatrix428" element="dotmatrixdot" state="0">
6199    <bounds x="38" y="6" width="1" height="1" />
6200  </backdrop>
6201  <backdrop name="dotmatrix429" element="dotmatrixdot" state="0">
6202    <bounds x="39" y="6" width="1" height="1" />
6203  </backdrop>
6204  <backdrop name="dotmatrix430" element="dotmatrixdot" state="0">
6205    <bounds x="40" y="6" width="1" height="1" />
6206  </backdrop>
6207  <backdrop name="dotmatrix431" element="dotmatrixdot" state="0">
6208    <bounds x="41" y="6" width="1" height="1" />
6209  </backdrop>
6210  <backdrop name="dotmatrix432" element="dotmatrixdot" state="0">
6211    <bounds x="42" y="6" width="1" height="1" />
6212  </backdrop>
6213  <backdrop name="dotmatrix433" element="dotmatrixdot" state="0">
6214    <bounds x="43" y="6" width="1" height="1" />
6215  </backdrop>
6216  <backdrop name="dotmatrix434" element="dotmatrixdot" state="0">
6217    <bounds x="44" y="6" width="1" height="1" />
6218  </backdrop>
6219  <backdrop name="dotmatrix435" element="dotmatrixdot" state="0">
6220    <bounds x="45" y="6" width="1" height="1" />
6221  </backdrop>
6222  <backdrop name="dotmatrix436" element="dotmatrixdot" state="0">
6223    <bounds x="46" y="6" width="1" height="1" />
6224  </backdrop>
6225  <backdrop name="dotmatrix437" element="dotmatrixdot" state="0">
6226    <bounds x="47" y="6" width="1" height="1" />
6227  </backdrop>
6228  <backdrop name="dotmatrix438" element="dotmatrixdot" state="0">
6229    <bounds x="48" y="6" width="1" height="1" />
6230  </backdrop>
6231  <backdrop name="dotmatrix439" element="dotmatrixdot" state="0">
6232    <bounds x="49" y="6" width="1" height="1" />
6233  </backdrop>
6234  <backdrop name="dotmatrix440" element="dotmatrixdot" state="0">
6235    <bounds x="50" y="6" width="1" height="1" />
6236  </backdrop>
6237  <backdrop name="dotmatrix441" element="dotmatrixdot" state="0">
6238    <bounds x="51" y="6" width="1" height="1" />
6239  </backdrop>
6240  <backdrop name="dotmatrix442" element="dotmatrixdot" state="0">
6241    <bounds x="52" y="6" width="1" height="1" />
6242  </backdrop>
6243  <backdrop name="dotmatrix443" element="dotmatrixdot" state="0">
6244    <bounds x="53" y="6" width="1" height="1" />
6245  </backdrop>
6246  <backdrop name="dotmatrix444" element="dotmatrixdot" state="0">
6247    <bounds x="54" y="6" width="1" height="1" />
6248  </backdrop>
6249  <backdrop name="dotmatrix445" element="dotmatrixdot" state="0">
6250    <bounds x="55" y="6" width="1" height="1" />
6251  </backdrop>
6252  <backdrop name="dotmatrix446" element="dotmatrixdot" state="0">
6253    <bounds x="56" y="6" width="1" height="1" />
6254  </backdrop>
6255  <backdrop name="dotmatrix447" element="dotmatrixdot" state="0">
6256    <bounds x="57" y="6" width="1" height="1" />
6257  </backdrop>
6258  <backdrop name="dotmatrix448" element="dotmatrixdot" state="0">
6259    <bounds x="58" y="6" width="1" height="1" />
6260  </backdrop>
6261  <backdrop name="dotmatrix449" element="dotmatrixdot" state="0">
6262    <bounds x="59" y="6" width="1" height="1" />
6263  </backdrop>
6264  <backdrop name="dotmatrix450" element="dotmatrixdot" state="0">
6265    <bounds x="60" y="6" width="1" height="1" />
6266  </backdrop>
6267  <backdrop name="dotmatrix451" element="dotmatrixdot" state="0">
6268    <bounds x="61" y="6" width="1" height="1" />
6269  </backdrop>
6270  <backdrop name="dotmatrix452" element="dotmatrixdot" state="0">
6271    <bounds x="62" y="6" width="1" height="1" />
6272  </backdrop>
6273  <backdrop name="dotmatrix453" element="dotmatrixdot" state="0">
6274    <bounds x="63" y="6" width="1" height="1" />
6275  </backdrop>
6276  <backdrop name="dotmatrix454" element="dotmatrixdot" state="0">
6277    <bounds x="64" y="6" width="1" height="1" />
6278  </backdrop>
6279  <backdrop name="dotmatrix455" element="dotmatrixdot" state="0">
6280    <bounds x="0" y="7" width="1" height="1" />
6281  </backdrop>
6282  <backdrop name="dotmatrix456" element="dotmatrixdot" state="0">
6283    <bounds x="1" y="7" width="1" height="1" />
6284  </backdrop>
6285  <backdrop name="dotmatrix457" element="dotmatrixdot" state="0">
6286    <bounds x="2" y="7" width="1" height="1" />
6287  </backdrop>
6288  <backdrop name="dotmatrix458" element="dotmatrixdot" state="0">
6289    <bounds x="3" y="7" width="1" height="1" />
6290  </backdrop>
6291  <backdrop name="dotmatrix459" element="dotmatrixdot" state="0">
6292    <bounds x="4" y="7" width="1" height="1" />
6293  </backdrop>
6294  <backdrop name="dotmatrix460" element="dotmatrixdot" state="0">
6295    <bounds x="5" y="7" width="1" height="1" />
6296  </backdrop>
6297  <backdrop name="dotmatrix461" element="dotmatrixdot" state="0">
6298    <bounds x="6" y="7" width="1" height="1" />
6299  </backdrop>
6300  <backdrop name="dotmatrix462" element="dotmatrixdot" state="0">
6301    <bounds x="7" y="7" width="1" height="1" />
6302  </backdrop>
6303  <backdrop name="dotmatrix463" element="dotmatrixdot" state="0">
6304    <bounds x="8" y="7" width="1" height="1" />
6305  </backdrop>
6306  <backdrop name="dotmatrix464" element="dotmatrixdot" state="0">
6307    <bounds x="9" y="7" width="1" height="1" />
6308  </backdrop>
6309  <backdrop name="dotmatrix465" element="dotmatrixdot" state="0">
6310    <bounds x="10" y="7" width="1" height="1" />
6311  </backdrop>
6312  <backdrop name="dotmatrix466" element="dotmatrixdot" state="0">
6313    <bounds x="11" y="7" width="1" height="1" />
6314  </backdrop>
6315  <backdrop name="dotmatrix467" element="dotmatrixdot" state="0">
6316    <bounds x="12" y="7" width="1" height="1" />
6317  </backdrop>
6318  <backdrop name="dotmatrix468" element="dotmatrixdot" state="0">
6319    <bounds x="13" y="7" width="1" height="1" />
6320  </backdrop>
6321  <backdrop name="dotmatrix469" element="dotmatrixdot" state="0">
6322    <bounds x="14" y="7" width="1" height="1" />
6323  </backdrop>
6324  <backdrop name="dotmatrix470" element="dotmatrixdot" state="0">
6325    <bounds x="15" y="7" width="1" height="1" />
6326  </backdrop>
6327  <backdrop name="dotmatrix471" element="dotmatrixdot" state="0">
6328    <bounds x="16" y="7" width="1" height="1" />
6329  </backdrop>
6330  <backdrop name="dotmatrix472" element="dotmatrixdot" state="0">
6331    <bounds x="17" y="7" width="1" height="1" />
6332  </backdrop>
6333  <backdrop name="dotmatrix473" element="dotmatrixdot" state="0">
6334    <bounds x="18" y="7" width="1" height="1" />
6335  </backdrop>
6336  <backdrop name="dotmatrix474" element="dotmatrixdot" state="0">
6337    <bounds x="19" y="7" width="1" height="1" />
6338  </backdrop>
6339  <backdrop name="dotmatrix475" element="dotmatrixdot" state="0">
6340    <bounds x="20" y="7" width="1" height="1" />
6341  </backdrop>
6342  <backdrop name="dotmatrix476" element="dotmatrixdot" state="0">
6343    <bounds x="21" y="7" width="1" height="1" />
6344  </backdrop>
6345  <backdrop name="dotmatrix477" element="dotmatrixdot" state="0">
6346    <bounds x="22" y="7" width="1" height="1" />
6347  </backdrop>
6348  <backdrop name="dotmatrix478" element="dotmatrixdot" state="0">
6349    <bounds x="23" y="7" width="1" height="1" />
6350  </backdrop>
6351  <backdrop name="dotmatrix479" element="dotmatrixdot" state="0">
6352    <bounds x="24" y="7" width="1" height="1" />
6353  </backdrop>
6354  <backdrop name="dotmatrix480" element="dotmatrixdot" state="0">
6355    <bounds x="25" y="7" width="1" height="1" />
6356  </backdrop>
6357  <backdrop name="dotmatrix481" element="dotmatrixdot" state="0">
6358    <bounds x="26" y="7" width="1" height="1" />
6359  </backdrop>
6360  <backdrop name="dotmatrix482" element="dotmatrixdot" state="0">
6361    <bounds x="27" y="7" width="1" height="1" />
6362  </backdrop>
6363  <backdrop name="dotmatrix483" element="dotmatrixdot" state="0">
6364    <bounds x="28" y="7" width="1" height="1" />
6365  </backdrop>
6366  <backdrop name="dotmatrix484" element="dotmatrixdot" state="0">
6367    <bounds x="29" y="7" width="1" height="1" />
6368  </backdrop>
6369  <backdrop name="dotmatrix485" element="dotmatrixdot" state="0">
6370    <bounds x="30" y="7" width="1" height="1" />
6371  </backdrop>
6372  <backdrop name="dotmatrix486" element="dotmatrixdot" state="0">
6373    <bounds x="31" y="7" width="1" height="1" />
6374  </backdrop>
6375  <backdrop name="dotmatrix487" element="dotmatrixdot" state="0">
6376    <bounds x="32" y="7" width="1" height="1" />
6377  </backdrop>
6378  <backdrop name="dotmatrix488" element="dotmatrixdot" state="0">
6379    <bounds x="33" y="7" width="1" height="1" />
6380  </backdrop>
6381  <backdrop name="dotmatrix489" element="dotmatrixdot" state="0">
6382    <bounds x="34" y="7" width="1" height="1" />
6383  </backdrop>
6384  <backdrop name="dotmatrix490" element="dotmatrixdot" state="0">
6385    <bounds x="35" y="7" width="1" height="1" />
6386  </backdrop>
6387  <backdrop name="dotmatrix491" element="dotmatrixdot" state="0">
6388    <bounds x="36" y="7" width="1" height="1" />
6389  </backdrop>
6390  <backdrop name="dotmatrix492" element="dotmatrixdot" state="0">
6391    <bounds x="37" y="7" width="1" height="1" />
6392  </backdrop>
6393  <backdrop name="dotmatrix493" element="dotmatrixdot" state="0">
6394    <bounds x="38" y="7" width="1" height="1" />
6395  </backdrop>
6396  <backdrop name="dotmatrix494" element="dotmatrixdot" state="0">
6397    <bounds x="39" y="7" width="1" height="1" />
6398  </backdrop>
6399  <backdrop name="dotmatrix495" element="dotmatrixdot" state="0">
6400    <bounds x="40" y="7" width="1" height="1" />
6401  </backdrop>
6402  <backdrop name="dotmatrix496" element="dotmatrixdot" state="0">
6403    <bounds x="41" y="7" width="1" height="1" />
6404  </backdrop>
6405  <backdrop name="dotmatrix497" element="dotmatrixdot" state="0">
6406    <bounds x="42" y="7" width="1" height="1" />
6407  </backdrop>
6408  <backdrop name="dotmatrix498" element="dotmatrixdot" state="0">
6409    <bounds x="43" y="7" width="1" height="1" />
6410  </backdrop>
6411  <backdrop name="dotmatrix499" element="dotmatrixdot" state="0">
6412    <bounds x="44" y="7" width="1" height="1" />
6413  </backdrop>
6414  <backdrop name="dotmatrix500" element="dotmatrixdot" state="0">
6415    <bounds x="45" y="7" width="1" height="1" />
6416  </backdrop>
6417  <backdrop name="dotmatrix501" element="dotmatrixdot" state="0">
6418    <bounds x="46" y="7" width="1" height="1" />
6419  </backdrop>
6420  <backdrop name="dotmatrix502" element="dotmatrixdot" state="0">
6421    <bounds x="47" y="7" width="1" height="1" />
6422  </backdrop>
6423  <backdrop name="dotmatrix503" element="dotmatrixdot" state="0">
6424    <bounds x="48" y="7" width="1" height="1" />
6425  </backdrop>
6426  <backdrop name="dotmatrix504" element="dotmatrixdot" state="0">
6427    <bounds x="49" y="7" width="1" height="1" />
6428  </backdrop>
6429  <backdrop name="dotmatrix505" element="dotmatrixdot" state="0">
6430    <bounds x="50" y="7" width="1" height="1" />
6431  </backdrop>
6432  <backdrop name="dotmatrix506" element="dotmatrixdot" state="0">
6433    <bounds x="51" y="7" width="1" height="1" />
6434  </backdrop>
6435  <backdrop name="dotmatrix507" element="dotmatrixdot" state="0">
6436    <bounds x="52" y="7" width="1" height="1" />
6437  </backdrop>
6438  <backdrop name="dotmatrix508" element="dotmatrixdot" state="0">
6439    <bounds x="53" y="7" width="1" height="1" />
6440  </backdrop>
6441  <backdrop name="dotmatrix509" element="dotmatrixdot" state="0">
6442    <bounds x="54" y="7" width="1" height="1" />
6443  </backdrop>
6444  <backdrop name="dotmatrix510" element="dotmatrixdot" state="0">
6445    <bounds x="55" y="7" width="1" height="1" />
6446  </backdrop>
6447  <backdrop name="dotmatrix511" element="dotmatrixdot" state="0">
6448    <bounds x="56" y="7" width="1" height="1" />
6449  </backdrop>
6450  <backdrop name="dotmatrix512" element="dotmatrixdot" state="0">
6451    <bounds x="57" y="7" width="1" height="1" />
6452  </backdrop>
6453  <backdrop name="dotmatrix513" element="dotmatrixdot" state="0">
6454    <bounds x="58" y="7" width="1" height="1" />
6455  </backdrop>
6456  <backdrop name="dotmatrix514" element="dotmatrixdot" state="0">
6457    <bounds x="59" y="7" width="1" height="1" />
6458  </backdrop>
6459  <backdrop name="dotmatrix515" element="dotmatrixdot" state="0">
6460    <bounds x="60" y="7" width="1" height="1" />
6461  </backdrop>
6462  <backdrop name="dotmatrix516" element="dotmatrixdot" state="0">
6463    <bounds x="61" y="7" width="1" height="1" />
6464  </backdrop>
6465  <backdrop name="dotmatrix517" element="dotmatrixdot" state="0">
6466    <bounds x="62" y="7" width="1" height="1" />
6467  </backdrop>
6468  <backdrop name="dotmatrix518" element="dotmatrixdot" state="0">
6469    <bounds x="63" y="7" width="1" height="1" />
6470  </backdrop>
6471  <backdrop name="dotmatrix519" element="dotmatrixdot" state="0">
6472    <bounds x="64" y="7" width="1" height="1" />
6473  </backdrop>
6474  <backdrop name="dotmatrix520" element="dotmatrixdot" state="0">
6475    <bounds x="0" y="8" width="1" height="1" />
6476  </backdrop>
6477  <backdrop name="dotmatrix521" element="dotmatrixdot" state="0">
6478    <bounds x="1" y="8" width="1" height="1" />
6479  </backdrop>
6480  <backdrop name="dotmatrix522" element="dotmatrixdot" state="0">
6481    <bounds x="2" y="8" width="1" height="1" />
6482  </backdrop>
6483  <backdrop name="dotmatrix523" element="dotmatrixdot" state="0">
6484    <bounds x="3" y="8" width="1" height="1" />
6485  </backdrop>
6486  <backdrop name="dotmatrix524" element="dotmatrixdot" state="0">
6487    <bounds x="4" y="8" width="1" height="1" />
6488  </backdrop>
6489  <backdrop name="dotmatrix525" element="dotmatrixdot" state="0">
6490    <bounds x="5" y="8" width="1" height="1" />
6491  </backdrop>
6492  <backdrop name="dotmatrix526" element="dotmatrixdot" state="0">
6493    <bounds x="6" y="8" width="1" height="1" />
6494  </backdrop>
6495  <backdrop name="dotmatrix527" element="dotmatrixdot" state="0">
6496    <bounds x="7" y="8" width="1" height="1" />
6497  </backdrop>
6498  <backdrop name="dotmatrix528" element="dotmatrixdot" state="0">
6499    <bounds x="8" y="8" width="1" height="1" />
6500  </backdrop>
6501  <backdrop name="dotmatrix529" element="dotmatrixdot" state="0">
6502    <bounds x="9" y="8" width="1" height="1" />
6503  </backdrop>
6504  <backdrop name="dotmatrix530" element="dotmatrixdot" state="0">
6505    <bounds x="10" y="8" width="1" height="1" />
6506  </backdrop>
6507  <backdrop name="dotmatrix531" element="dotmatrixdot" state="0">
6508    <bounds x="11" y="8" width="1" height="1" />
6509  </backdrop>
6510  <backdrop name="dotmatrix532" element="dotmatrixdot" state="0">
6511    <bounds x="12" y="8" width="1" height="1" />
6512  </backdrop>
6513  <backdrop name="dotmatrix533" element="dotmatrixdot" state="0">
6514    <bounds x="13" y="8" width="1" height="1" />
6515  </backdrop>
6516  <backdrop name="dotmatrix534" element="dotmatrixdot" state="0">
6517    <bounds x="14" y="8" width="1" height="1" />
6518  </backdrop>
6519  <backdrop name="dotmatrix535" element="dotmatrixdot" state="0">
6520    <bounds x="15" y="8" width="1" height="1" />
6521  </backdrop>
6522  <backdrop name="dotmatrix536" element="dotmatrixdot" state="0">
6523    <bounds x="16" y="8" width="1" height="1" />
6524  </backdrop>
6525  <backdrop name="dotmatrix537" element="dotmatrixdot" state="0">
6526    <bounds x="17" y="8" width="1" height="1" />
6527  </backdrop>
6528  <backdrop name="dotmatrix538" element="dotmatrixdot" state="0">
6529    <bounds x="18" y="8" width="1" height="1" />
6530  </backdrop>
6531  <backdrop name="dotmatrix539" element="dotmatrixdot" state="0">
6532    <bounds x="19" y="8" width="1" height="1" />
6533  </backdrop>
6534  <backdrop name="dotmatrix540" element="dotmatrixdot" state="0">
6535    <bounds x="20" y="8" width="1" height="1" />
6536  </backdrop>
6537  <backdrop name="dotmatrix541" element="dotmatrixdot" state="0">
6538    <bounds x="21" y="8" width="1" height="1" />
6539  </backdrop>
6540  <backdrop name="dotmatrix542" element="dotmatrixdot" state="0">
6541    <bounds x="22" y="8" width="1" height="1" />
6542  </backdrop>
6543  <backdrop name="dotmatrix543" element="dotmatrixdot" state="0">
6544    <bounds x="23" y="8" width="1" height="1" />
6545  </backdrop>
6546  <backdrop name="dotmatrix544" element="dotmatrixdot" state="0">
6547    <bounds x="24" y="8" width="1" height="1" />
6548  </backdrop>
6549  <backdrop name="dotmatrix545" element="dotmatrixdot" state="0">
6550    <bounds x="25" y="8" width="1" height="1" />
6551  </backdrop>
6552  <backdrop name="dotmatrix546" element="dotmatrixdot" state="0">
6553    <bounds x="26" y="8" width="1" height="1" />
6554  </backdrop>
6555  <backdrop name="dotmatrix547" element="dotmatrixdot" state="0">
6556    <bounds x="27" y="8" width="1" height="1" />
6557  </backdrop>
6558  <backdrop name="dotmatrix548" element="dotmatrixdot" state="0">
6559    <bounds x="28" y="8" width="1" height="1" />
6560  </backdrop>
6561  <backdrop name="dotmatrix549" element="dotmatrixdot" state="0">
6562    <bounds x="29" y="8" width="1" height="1" />
6563  </backdrop>
6564  <backdrop name="dotmatrix550" element="dotmatrixdot" state="0">
6565    <bounds x="30" y="8" width="1" height="1" />
6566  </backdrop>
6567  <backdrop name="dotmatrix551" element="dotmatrixdot" state="0">
6568    <bounds x="31" y="8" width="1" height="1" />
6569  </backdrop>
6570  <backdrop name="dotmatrix552" element="dotmatrixdot" state="0">
6571    <bounds x="32" y="8" width="1" height="1" />
6572  </backdrop>
6573  <backdrop name="dotmatrix553" element="dotmatrixdot" state="0">
6574    <bounds x="33" y="8" width="1" height="1" />
6575  </backdrop>
6576  <backdrop name="dotmatrix554" element="dotmatrixdot" state="0">
6577    <bounds x="34" y="8" width="1" height="1" />
6578  </backdrop>
6579  <backdrop name="dotmatrix555" element="dotmatrixdot" state="0">
6580    <bounds x="35" y="8" width="1" height="1" />
6581  </backdrop>
6582  <backdrop name="dotmatrix556" element="dotmatrixdot" state="0">
6583    <bounds x="36" y="8" width="1" height="1" />
6584  </backdrop>
6585  <backdrop name="dotmatrix557" element="dotmatrixdot" state="0">
6586    <bounds x="37" y="8" width="1" height="1" />
6587  </backdrop>
6588  <backdrop name="dotmatrix558" element="dotmatrixdot" state="0">
6589    <bounds x="38" y="8" width="1" height="1" />
6590  </backdrop>
6591  <backdrop name="dotmatrix559" element="dotmatrixdot" state="0">
6592    <bounds x="39" y="8" width="1" height="1" />
6593  </backdrop>
6594  <backdrop name="dotmatrix560" element="dotmatrixdot" state="0">
6595    <bounds x="40" y="8" width="1" height="1" />
6596  </backdrop>
6597  <backdrop name="dotmatrix561" element="dotmatrixdot" state="0">
6598    <bounds x="41" y="8" width="1" height="1" />
6599  </backdrop>
6600  <backdrop name="dotmatrix562" element="dotmatrixdot" state="0">
6601    <bounds x="42" y="8" width="1" height="1" />
6602  </backdrop>
6603  <backdrop name="dotmatrix563" element="dotmatrixdot" state="0">
6604    <bounds x="43" y="8" width="1" height="1" />
6605  </backdrop>
6606  <backdrop name="dotmatrix564" element="dotmatrixdot" state="0">
6607    <bounds x="44" y="8" width="1" height="1" />
6608  </backdrop>
6609  <backdrop name="dotmatrix565" element="dotmatrixdot" state="0">
6610    <bounds x="45" y="8" width="1" height="1" />
6611  </backdrop>
6612  <backdrop name="dotmatrix566" element="dotmatrixdot" state="0">
6613    <bounds x="46" y="8" width="1" height="1" />
6614  </backdrop>
6615  <backdrop name="dotmatrix567" element="dotmatrixdot" state="0">
6616    <bounds x="47" y="8" width="1" height="1" />
6617  </backdrop>
6618  <backdrop name="dotmatrix568" element="dotmatrixdot" state="0">
6619    <bounds x="48" y="8" width="1" height="1" />
6620  </backdrop>
6621  <backdrop name="dotmatrix569" element="dotmatrixdot" state="0">
6622    <bounds x="49" y="8" width="1" height="1" />
6623  </backdrop>
6624  <backdrop name="dotmatrix570" element="dotmatrixdot" state="0">
6625    <bounds x="50" y="8" width="1" height="1" />
6626  </backdrop>
6627  <backdrop name="dotmatrix571" element="dotmatrixdot" state="0">
6628    <bounds x="51" y="8" width="1" height="1" />
6629  </backdrop>
6630  <backdrop name="dotmatrix572" element="dotmatrixdot" state="0">
6631    <bounds x="52" y="8" width="1" height="1" />
6632  </backdrop>
6633  <backdrop name="dotmatrix573" element="dotmatrixdot" state="0">
6634    <bounds x="53" y="8" width="1" height="1" />
6635  </backdrop>
6636  <backdrop name="dotmatrix574" element="dotmatrixdot" state="0">
6637    <bounds x="54" y="8" width="1" height="1" />
6638  </backdrop>
6639  <backdrop name="dotmatrix575" element="dotmatrixdot" state="0">
6640    <bounds x="55" y="8" width="1" height="1" />
6641  </backdrop>
6642  <backdrop name="dotmatrix576" element="dotmatrixdot" state="0">
6643    <bounds x="56" y="8" width="1" height="1" />
6644  </backdrop>
6645  <backdrop name="dotmatrix577" element="dotmatrixdot" state="0">
6646    <bounds x="57" y="8" width="1" height="1" />
6647  </backdrop>
6648  <backdrop name="dotmatrix578" element="dotmatrixdot" state="0">
6649    <bounds x="58" y="8" width="1" height="1" />
6650  </backdrop>
6651  <backdrop name="dotmatrix579" element="dotmatrixdot" state="0">
6652    <bounds x="59" y="8" width="1" height="1" />
6653  </backdrop>
6654  <backdrop name="dotmatrix580" element="dotmatrixdot" state="0">
6655    <bounds x="60" y="8" width="1" height="1" />
6656  </backdrop>
6657  <backdrop name="dotmatrix581" element="dotmatrixdot" state="0">
6658    <bounds x="61" y="8" width="1" height="1" />
6659  </backdrop>
6660  <backdrop name="dotmatrix582" element="dotmatrixdot" state="0">
6661    <bounds x="62" y="8" width="1" height="1" />
6662  </backdrop>
6663  <backdrop name="dotmatrix583" element="dotmatrixdot" state="0">
6664    <bounds x="63" y="8" width="1" height="1" />
6665  </backdrop>
6666  <backdrop name="dotmatrix584" element="dotmatrixdot" state="0">
6667    <bounds x="64" y="8" width="1" height="1" />
6668  </backdrop>
6669  <backdrop name="dotmatrix585" element="dotmatrixdot" state="0">
6670    <bounds x="0" y="9" width="1" height="1" />
6671  </backdrop>
6672  <backdrop name="dotmatrix586" element="dotmatrixdot" state="0">
6673    <bounds x="1" y="9" width="1" height="1" />
6674  </backdrop>
6675  <backdrop name="dotmatrix587" element="dotmatrixdot" state="0">
6676    <bounds x="2" y="9" width="1" height="1" />
6677  </backdrop>
6678  <backdrop name="dotmatrix588" element="dotmatrixdot" state="0">
6679    <bounds x="3" y="9" width="1" height="1" />
6680  </backdrop>
6681  <backdrop name="dotmatrix589" element="dotmatrixdot" state="0">
6682    <bounds x="4" y="9" width="1" height="1" />
6683  </backdrop>
6684  <backdrop name="dotmatrix590" element="dotmatrixdot" state="0">
6685    <bounds x="5" y="9" width="1" height="1" />
6686  </backdrop>
6687  <backdrop name="dotmatrix591" element="dotmatrixdot" state="0">
6688    <bounds x="6" y="9" width="1" height="1" />
6689  </backdrop>
6690  <backdrop name="dotmatrix592" element="dotmatrixdot" state="0">
6691    <bounds x="7" y="9" width="1" height="1" />
6692  </backdrop>
6693  <backdrop name="dotmatrix593" element="dotmatrixdot" state="0">
6694    <bounds x="8" y="9" width="1" height="1" />
6695  </backdrop>
6696  <backdrop name="dotmatrix594" element="dotmatrixdot" state="0">
6697    <bounds x="9" y="9" width="1" height="1" />
6698  </backdrop>
6699  <backdrop name="dotmatrix595" element="dotmatrixdot" state="0">
6700    <bounds x="10" y="9" width="1" height="1" />
6701  </backdrop>
6702  <backdrop name="dotmatrix596" element="dotmatrixdot" state="0">
6703    <bounds x="11" y="9" width="1" height="1" />
6704  </backdrop>
6705  <backdrop name="dotmatrix597" element="dotmatrixdot" state="0">
6706    <bounds x="12" y="9" width="1" height="1" />
6707  </backdrop>
6708  <backdrop name="dotmatrix598" element="dotmatrixdot" state="0">
6709    <bounds x="13" y="9" width="1" height="1" />
6710  </backdrop>
6711  <backdrop name="dotmatrix599" element="dotmatrixdot" state="0">
6712    <bounds x="14" y="9" width="1" height="1" />
6713  </backdrop>
6714  <backdrop name="dotmatrix600" element="dotmatrixdot" state="0">
6715    <bounds x="15" y="9" width="1" height="1" />
6716  </backdrop>
6717  <backdrop name="dotmatrix601" element="dotmatrixdot" state="0">
6718    <bounds x="16" y="9" width="1" height="1" />
6719  </backdrop>
6720  <backdrop name="dotmatrix602" element="dotmatrixdot" state="0">
6721    <bounds x="17" y="9" width="1" height="1" />
6722  </backdrop>
6723  <backdrop name="dotmatrix603" element="dotmatrixdot" state="0">
6724    <bounds x="18" y="9" width="1" height="1" />
6725  </backdrop>
6726  <backdrop name="dotmatrix604" element="dotmatrixdot" state="0">
6727    <bounds x="19" y="9" width="1" height="1" />
6728  </backdrop>
6729  <backdrop name="dotmatrix605" element="dotmatrixdot" state="0">
6730    <bounds x="20" y="9" width="1" height="1" />
6731  </backdrop>
6732  <backdrop name="dotmatrix606" element="dotmatrixdot" state="0">
6733    <bounds x="21" y="9" width="1" height="1" />
6734  </backdrop>
6735  <backdrop name="dotmatrix607" element="dotmatrixdot" state="0">
6736    <bounds x="22" y="9" width="1" height="1" />
6737  </backdrop>
6738  <backdrop name="dotmatrix608" element="dotmatrixdot" state="0">
6739    <bounds x="23" y="9" width="1" height="1" />
6740  </backdrop>
6741  <backdrop name="dotmatrix609" element="dotmatrixdot" state="0">
6742    <bounds x="24" y="9" width="1" height="1" />
6743  </backdrop>
6744  <backdrop name="dotmatrix610" element="dotmatrixdot" state="0">
6745    <bounds x="25" y="9" width="1" height="1" />
6746  </backdrop>
6747  <backdrop name="dotmatrix611" element="dotmatrixdot" state="0">
6748    <bounds x="26" y="9" width="1" height="1" />
6749  </backdrop>
6750  <backdrop name="dotmatrix612" element="dotmatrixdot" state="0">
6751    <bounds x="27" y="9" width="1" height="1" />
6752  </backdrop>
6753  <backdrop name="dotmatrix613" element="dotmatrixdot" state="0">
6754    <bounds x="28" y="9" width="1" height="1" />
6755  </backdrop>
6756  <backdrop name="dotmatrix614" element="dotmatrixdot" state="0">
6757    <bounds x="29" y="9" width="1" height="1" />
6758  </backdrop>
6759  <backdrop name="dotmatrix615" element="dotmatrixdot" state="0">
6760    <bounds x="30" y="9" width="1" height="1" />
6761  </backdrop>
6762  <backdrop name="dotmatrix616" element="dotmatrixdot" state="0">
6763    <bounds x="31" y="9" width="1" height="1" />
6764  </backdrop>
6765  <backdrop name="dotmatrix617" element="dotmatrixdot" state="0">
6766    <bounds x="32" y="9" width="1" height="1" />
6767  </backdrop>
6768  <backdrop name="dotmatrix618" element="dotmatrixdot" state="0">
6769    <bounds x="33" y="9" width="1" height="1" />
6770  </backdrop>
6771  <backdrop name="dotmatrix619" element="dotmatrixdot" state="0">
6772    <bounds x="34" y="9" width="1" height="1" />
6773  </backdrop>
6774  <backdrop name="dotmatrix620" element="dotmatrixdot" state="0">
6775    <bounds x="35" y="9" width="1" height="1" />
6776  </backdrop>
6777  <backdrop name="dotmatrix621" element="dotmatrixdot" state="0">
6778    <bounds x="36" y="9" width="1" height="1" />
6779  </backdrop>
6780  <backdrop name="dotmatrix622" element="dotmatrixdot" state="0">
6781    <bounds x="37" y="9" width="1" height="1" />
6782  </backdrop>
6783  <backdrop name="dotmatrix623" element="dotmatrixdot" state="0">
6784    <bounds x="38" y="9" width="1" height="1" />
6785  </backdrop>
6786  <backdrop name="dotmatrix624" element="dotmatrixdot" state="0">
6787    <bounds x="39" y="9" width="1" height="1" />
6788  </backdrop>
6789  <backdrop name="dotmatrix625" element="dotmatrixdot" state="0">
6790    <bounds x="40" y="9" width="1" height="1" />
6791  </backdrop>
6792  <backdrop name="dotmatrix626" element="dotmatrixdot" state="0">
6793    <bounds x="41" y="9" width="1" height="1" />
6794  </backdrop>
6795  <backdrop name="dotmatrix627" element="dotmatrixdot" state="0">
6796    <bounds x="42" y="9" width="1" height="1" />
6797  </backdrop>
6798  <backdrop name="dotmatrix628" element="dotmatrixdot" state="0">
6799    <bounds x="43" y="9" width="1" height="1" />
6800  </backdrop>
6801  <backdrop name="dotmatrix629" element="dotmatrixdot" state="0">
6802    <bounds x="44" y="9" width="1" height="1" />
6803  </backdrop>
6804  <backdrop name="dotmatrix630" element="dotmatrixdot" state="0">
6805    <bounds x="45" y="9" width="1" height="1" />
6806  </backdrop>
6807  <backdrop name="dotmatrix631" element="dotmatrixdot" state="0">
6808    <bounds x="46" y="9" width="1" height="1" />
6809  </backdrop>
6810  <backdrop name="dotmatrix632" element="dotmatrixdot" state="0">
6811    <bounds x="47" y="9" width="1" height="1" />
6812  </backdrop>
6813  <backdrop name="dotmatrix633" element="dotmatrixdot" state="0">
6814    <bounds x="48" y="9" width="1" height="1" />
6815  </backdrop>
6816  <backdrop name="dotmatrix634" element="dotmatrixdot" state="0">
6817    <bounds x="49" y="9" width="1" height="1" />
6818  </backdrop>
6819  <backdrop name="dotmatrix635" element="dotmatrixdot" state="0">
6820    <bounds x="50" y="9" width="1" height="1" />
6821  </backdrop>
6822  <backdrop name="dotmatrix636" element="dotmatrixdot" state="0">
6823    <bounds x="51" y="9" width="1" height="1" />
6824  </backdrop>
6825  <backdrop name="dotmatrix637" element="dotmatrixdot" state="0">
6826    <bounds x="52" y="9" width="1" height="1" />
6827  </backdrop>
6828  <backdrop name="dotmatrix638" element="dotmatrixdot" state="0">
6829    <bounds x="53" y="9" width="1" height="1" />
6830  </backdrop>
6831  <backdrop name="dotmatrix639" element="dotmatrixdot" state="0">
6832    <bounds x="54" y="9" width="1" height="1" />
6833  </backdrop>
6834  <backdrop name="dotmatrix640" element="dotmatrixdot" state="0">
6835    <bounds x="55" y="9" width="1" height="1" />
6836  </backdrop>
6837  <backdrop name="dotmatrix641" element="dotmatrixdot" state="0">
6838    <bounds x="56" y="9" width="1" height="1" />
6839  </backdrop>
6840  <backdrop name="dotmatrix642" element="dotmatrixdot" state="0">
6841    <bounds x="57" y="9" width="1" height="1" />
6842  </backdrop>
6843  <backdrop name="dotmatrix643" element="dotmatrixdot" state="0">
6844    <bounds x="58" y="9" width="1" height="1" />
6845  </backdrop>
6846  <backdrop name="dotmatrix644" element="dotmatrixdot" state="0">
6847    <bounds x="59" y="9" width="1" height="1" />
6848  </backdrop>
6849  <backdrop name="dotmatrix645" element="dotmatrixdot" state="0">
6850    <bounds x="60" y="9" width="1" height="1" />
6851  </backdrop>
6852  <backdrop name="dotmatrix646" element="dotmatrixdot" state="0">
6853    <bounds x="61" y="9" width="1" height="1" />
6854  </backdrop>
6855  <backdrop name="dotmatrix647" element="dotmatrixdot" state="0">
6856    <bounds x="62" y="9" width="1" height="1" />
6857  </backdrop>
6858  <backdrop name="dotmatrix648" element="dotmatrixdot" state="0">
6859    <bounds x="63" y="9" width="1" height="1" />
6860  </backdrop>
6861  <backdrop name="dotmatrix649" element="dotmatrixdot" state="0">
6862    <bounds x="64" y="9" width="1" height="1" />
6863  </backdrop>
6864  <backdrop name="dotmatrix650" element="dotmatrixdot" state="0">
6865    <bounds x="0" y="10" width="1" height="1" />
6866  </backdrop>
6867  <backdrop name="dotmatrix651" element="dotmatrixdot" state="0">
6868    <bounds x="1" y="10" width="1" height="1" />
6869  </backdrop>
6870  <backdrop name="dotmatrix652" element="dotmatrixdot" state="0">
6871    <bounds x="2" y="10" width="1" height="1" />
6872  </backdrop>
6873  <backdrop name="dotmatrix653" element="dotmatrixdot" state="0">
6874    <bounds x="3" y="10" width="1" height="1" />
6875  </backdrop>
6876  <backdrop name="dotmatrix654" element="dotmatrixdot" state="0">
6877    <bounds x="4" y="10" width="1" height="1" />
6878  </backdrop>
6879  <backdrop name="dotmatrix655" element="dotmatrixdot" state="0">
6880    <bounds x="5" y="10" width="1" height="1" />
6881  </backdrop>
6882  <backdrop name="dotmatrix656" element="dotmatrixdot" state="0">
6883    <bounds x="6" y="10" width="1" height="1" />
6884  </backdrop>
6885  <backdrop name="dotmatrix657" element="dotmatrixdot" state="0">
6886    <bounds x="7" y="10" width="1" height="1" />
6887  </backdrop>
6888  <backdrop name="dotmatrix658" element="dotmatrixdot" state="0">
6889    <bounds x="8" y="10" width="1" height="1" />
6890  </backdrop>
6891  <backdrop name="dotmatrix659" element="dotmatrixdot" state="0">
6892    <bounds x="9" y="10" width="1" height="1" />
6893  </backdrop>
6894  <backdrop name="dotmatrix660" element="dotmatrixdot" state="0">
6895    <bounds x="10" y="10" width="1" height="1" />
6896  </backdrop>
6897  <backdrop name="dotmatrix661" element="dotmatrixdot" state="0">
6898    <bounds x="11" y="10" width="1" height="1" />
6899  </backdrop>
6900  <backdrop name="dotmatrix662" element="dotmatrixdot" state="0">
6901    <bounds x="12" y="10" width="1" height="1" />
6902  </backdrop>
6903  <backdrop name="dotmatrix663" element="dotmatrixdot" state="0">
6904    <bounds x="13" y="10" width="1" height="1" />
6905  </backdrop>
6906  <backdrop name="dotmatrix664" element="dotmatrixdot" state="0">
6907    <bounds x="14" y="10" width="1" height="1" />
6908  </backdrop>
6909  <backdrop name="dotmatrix665" element="dotmatrixdot" state="0">
6910    <bounds x="15" y="10" width="1" height="1" />
6911  </backdrop>
6912  <backdrop name="dotmatrix666" element="dotmatrixdot" state="0">
6913    <bounds x="16" y="10" width="1" height="1" />
6914  </backdrop>
6915  <backdrop name="dotmatrix667" element="dotmatrixdot" state="0">
6916    <bounds x="17" y="10" width="1" height="1" />
6917  </backdrop>
6918  <backdrop name="dotmatrix668" element="dotmatrixdot" state="0">
6919    <bounds x="18" y="10" width="1" height="1" />
6920  </backdrop>
6921  <backdrop name="dotmatrix669" element="dotmatrixdot" state="0">
6922    <bounds x="19" y="10" width="1" height="1" />
6923  </backdrop>
6924  <backdrop name="dotmatrix670" element="dotmatrixdot" state="0">
6925    <bounds x="20" y="10" width="1" height="1" />
6926  </backdrop>
6927  <backdrop name="dotmatrix671" element="dotmatrixdot" state="0">
6928    <bounds x="21" y="10" width="1" height="1" />
6929  </backdrop>
6930  <backdrop name="dotmatrix672" element="dotmatrixdot" state="0">
6931    <bounds x="22" y="10" width="1" height="1" />
6932  </backdrop>
6933  <backdrop name="dotmatrix673" element="dotmatrixdot" state="0">
6934    <bounds x="23" y="10" width="1" height="1" />
6935  </backdrop>
6936  <backdrop name="dotmatrix674" element="dotmatrixdot" state="0">
6937    <bounds x="24" y="10" width="1" height="1" />
6938  </backdrop>
6939  <backdrop name="dotmatrix675" element="dotmatrixdot" state="0">
6940    <bounds x="25" y="10" width="1" height="1" />
6941  </backdrop>
6942  <backdrop name="dotmatrix676" element="dotmatrixdot" state="0">
6943    <bounds x="26" y="10" width="1" height="1" />
6944  </backdrop>
6945  <backdrop name="dotmatrix677" element="dotmatrixdot" state="0">
6946    <bounds x="27" y="10" width="1" height="1" />
6947  </backdrop>
6948  <backdrop name="dotmatrix678" element="dotmatrixdot" state="0">
6949    <bounds x="28" y="10" width="1" height="1" />
6950  </backdrop>
6951  <backdrop name="dotmatrix679" element="dotmatrixdot" state="0">
6952    <bounds x="29" y="10" width="1" height="1" />
6953  </backdrop>
6954  <backdrop name="dotmatrix680" element="dotmatrixdot" state="0">
6955    <bounds x="30" y="10" width="1" height="1" />
6956  </backdrop>
6957  <backdrop name="dotmatrix681" element="dotmatrixdot" state="0">
6958    <bounds x="31" y="10" width="1" height="1" />
6959  </backdrop>
6960  <backdrop name="dotmatrix682" element="dotmatrixdot" state="0">
6961    <bounds x="32" y="10" width="1" height="1" />
6962  </backdrop>
6963  <backdrop name="dotmatrix683" element="dotmatrixdot" state="0">
6964    <bounds x="33" y="10" width="1" height="1" />
6965  </backdrop>
6966  <backdrop name="dotmatrix684" element="dotmatrixdot" state="0">
6967    <bounds x="34" y="10" width="1" height="1" />
6968  </backdrop>
6969  <backdrop name="dotmatrix685" element="dotmatrixdot" state="0">
6970    <bounds x="35" y="10" width="1" height="1" />
6971  </backdrop>
6972  <backdrop name="dotmatrix686" element="dotmatrixdot" state="0">
6973    <bounds x="36" y="10" width="1" height="1" />
6974  </backdrop>
6975  <backdrop name="dotmatrix687" element="dotmatrixdot" state="0">
6976    <bounds x="37" y="10" width="1" height="1" />
6977  </backdrop>
6978  <backdrop name="dotmatrix688" element="dotmatrixdot" state="0">
6979    <bounds x="38" y="10" width="1" height="1" />
6980  </backdrop>
6981  <backdrop name="dotmatrix689" element="dotmatrixdot" state="0">
6982    <bounds x="39" y="10" width="1" height="1" />
6983  </backdrop>
6984  <backdrop name="dotmatrix690" element="dotmatrixdot" state="0">
6985    <bounds x="40" y="10" width="1" height="1" />
6986  </backdrop>
6987  <backdrop name="dotmatrix691" element="dotmatrixdot" state="0">
6988    <bounds x="41" y="10" width="1" height="1" />
6989  </backdrop>
6990  <backdrop name="dotmatrix692" element="dotmatrixdot" state="0">
6991    <bounds x="42" y="10" width="1" height="1" />
6992  </backdrop>
6993  <backdrop name="dotmatrix693" element="dotmatrixdot" state="0">
6994    <bounds x="43" y="10" width="1" height="1" />
6995  </backdrop>
6996  <backdrop name="dotmatrix694" element="dotmatrixdot" state="0">
6997    <bounds x="44" y="10" width="1" height="1" />
6998  </backdrop>
6999  <backdrop name="dotmatrix695" element="dotmatrixdot" state="0">
7000    <bounds x="45" y="10" width="1" height="1" />
7001  </backdrop>
7002  <backdrop name="dotmatrix696" element="dotmatrixdot" state="0">
7003    <bounds x="46" y="10" width="1" height="1" />
7004  </backdrop>
7005  <backdrop name="dotmatrix697" element="dotmatrixdot" state="0">
7006    <bounds x="47" y="10" width="1" height="1" />
7007  </backdrop>
7008  <backdrop name="dotmatrix698" element="dotmatrixdot" state="0">
7009    <bounds x="48" y="10" width="1" height="1" />
7010  </backdrop>
7011  <backdrop name="dotmatrix699" element="dotmatrixdot" state="0">
7012    <bounds x="49" y="10" width="1" height="1" />
7013  </backdrop>
7014  <backdrop name="dotmatrix700" element="dotmatrixdot" state="0">
7015    <bounds x="50" y="10" width="1" height="1" />
7016  </backdrop>
7017  <backdrop name="dotmatrix701" element="dotmatrixdot" state="0">
7018    <bounds x="51" y="10" width="1" height="1" />
7019  </backdrop>
7020  <backdrop name="dotmatrix702" element="dotmatrixdot" state="0">
7021    <bounds x="52" y="10" width="1" height="1" />
7022  </backdrop>
7023  <backdrop name="dotmatrix703" element="dotmatrixdot" state="0">
7024    <bounds x="53" y="10" width="1" height="1" />
7025  </backdrop>
7026  <backdrop name="dotmatrix704" element="dotmatrixdot" state="0">
7027    <bounds x="54" y="10" width="1" height="1" />
7028  </backdrop>
7029  <backdrop name="dotmatrix705" element="dotmatrixdot" state="0">
7030    <bounds x="55" y="10" width="1" height="1" />
7031  </backdrop>
7032  <backdrop name="dotmatrix706" element="dotmatrixdot" state="0">
7033    <bounds x="56" y="10" width="1" height="1" />
7034  </backdrop>
7035  <backdrop name="dotmatrix707" element="dotmatrixdot" state="0">
7036    <bounds x="57" y="10" width="1" height="1" />
7037  </backdrop>
7038  <backdrop name="dotmatrix708" element="dotmatrixdot" state="0">
7039    <bounds x="58" y="10" width="1" height="1" />
7040  </backdrop>
7041  <backdrop name="dotmatrix709" element="dotmatrixdot" state="0">
7042    <bounds x="59" y="10" width="1" height="1" />
7043  </backdrop>
7044  <backdrop name="dotmatrix710" element="dotmatrixdot" state="0">
7045    <bounds x="60" y="10" width="1" height="1" />
7046  </backdrop>
7047  <backdrop name="dotmatrix711" element="dotmatrixdot" state="0">
7048    <bounds x="61" y="10" width="1" height="1" />
7049  </backdrop>
7050  <backdrop name="dotmatrix712" element="dotmatrixdot" state="0">
7051    <bounds x="62" y="10" width="1" height="1" />
7052  </backdrop>
7053  <backdrop name="dotmatrix713" element="dotmatrixdot" state="0">
7054    <bounds x="63" y="10" width="1" height="1" />
7055  </backdrop>
7056  <backdrop name="dotmatrix714" element="dotmatrixdot" state="0">
7057    <bounds x="64" y="10" width="1" height="1" />
7058  </backdrop>
7059  <backdrop name="dotmatrix715" element="dotmatrixdot" state="0">
7060    <bounds x="0" y="11" width="1" height="1" />
7061  </backdrop>
7062  <backdrop name="dotmatrix716" element="dotmatrixdot" state="0">
7063    <bounds x="1" y="11" width="1" height="1" />
7064  </backdrop>
7065  <backdrop name="dotmatrix717" element="dotmatrixdot" state="0">
7066    <bounds x="2" y="11" width="1" height="1" />
7067  </backdrop>
7068  <backdrop name="dotmatrix718" element="dotmatrixdot" state="0">
7069    <bounds x="3" y="11" width="1" height="1" />
7070  </backdrop>
7071  <backdrop name="dotmatrix719" element="dotmatrixdot" state="0">
7072    <bounds x="4" y="11" width="1" height="1" />
7073  </backdrop>
7074  <backdrop name="dotmatrix720" element="dotmatrixdot" state="0">
7075    <bounds x="5" y="11" width="1" height="1" />
7076  </backdrop>
7077  <backdrop name="dotmatrix721" element="dotmatrixdot" state="0">
7078    <bounds x="6" y="11" width="1" height="1" />
7079  </backdrop>
7080  <backdrop name="dotmatrix722" element="dotmatrixdot" state="0">
7081    <bounds x="7" y="11" width="1" height="1" />
7082  </backdrop>
7083  <backdrop name="dotmatrix723" element="dotmatrixdot" state="0">
7084    <bounds x="8" y="11" width="1" height="1" />
7085  </backdrop>
7086  <backdrop name="dotmatrix724" element="dotmatrixdot" state="0">
7087    <bounds x="9" y="11" width="1" height="1" />
7088  </backdrop>
7089  <backdrop name="dotmatrix725" element="dotmatrixdot" state="0">
7090    <bounds x="10" y="11" width="1" height="1" />
7091  </backdrop>
7092  <backdrop name="dotmatrix726" element="dotmatrixdot" state="0">
7093    <bounds x="11" y="11" width="1" height="1" />
7094  </backdrop>
7095  <backdrop name="dotmatrix727" element="dotmatrixdot" state="0">
7096    <bounds x="12" y="11" width="1" height="1" />
7097  </backdrop>
7098  <backdrop name="dotmatrix728" element="dotmatrixdot" state="0">
7099    <bounds x="13" y="11" width="1" height="1" />
7100  </backdrop>
7101  <backdrop name="dotmatrix729" element="dotmatrixdot" state="0">
7102    <bounds x="14" y="11" width="1" height="1" />
7103  </backdrop>
7104  <backdrop name="dotmatrix730" element="dotmatrixdot" state="0">
7105    <bounds x="15" y="11" width="1" height="1" />
7106  </backdrop>
7107  <backdrop name="dotmatrix731" element="dotmatrixdot" state="0">
7108    <bounds x="16" y="11" width="1" height="1" />
7109  </backdrop>
7110  <backdrop name="dotmatrix732" element="dotmatrixdot" state="0">
7111    <bounds x="17" y="11" width="1" height="1" />
7112  </backdrop>
7113  <backdrop name="dotmatrix733" element="dotmatrixdot" state="0">
7114    <bounds x="18" y="11" width="1" height="1" />
7115  </backdrop>
7116  <backdrop name="dotmatrix734" element="dotmatrixdot" state="0">
7117    <bounds x="19" y="11" width="1" height="1" />
7118  </backdrop>
7119  <backdrop name="dotmatrix735" element="dotmatrixdot" state="0">
7120    <bounds x="20" y="11" width="1" height="1" />
7121  </backdrop>
7122  <backdrop name="dotmatrix736" element="dotmatrixdot" state="0">
7123    <bounds x="21" y="11" width="1" height="1" />
7124  </backdrop>
7125  <backdrop name="dotmatrix737" element="dotmatrixdot" state="0">
7126    <bounds x="22" y="11" width="1" height="1" />
7127  </backdrop>
7128  <backdrop name="dotmatrix738" element="dotmatrixdot" state="0">
7129    <bounds x="23" y="11" width="1" height="1" />
7130  </backdrop>
7131  <backdrop name="dotmatrix739" element="dotmatrixdot" state="0">
7132    <bounds x="24" y="11" width="1" height="1" />
7133  </backdrop>
7134  <backdrop name="dotmatrix740" element="dotmatrixdot" state="0">
7135    <bounds x="25" y="11" width="1" height="1" />
7136  </backdrop>
7137  <backdrop name="dotmatrix741" element="dotmatrixdot" state="0">
7138    <bounds x="26" y="11" width="1" height="1" />
7139  </backdrop>
7140  <backdrop name="dotmatrix742" element="dotmatrixdot" state="0">
7141    <bounds x="27" y="11" width="1" height="1" />
7142  </backdrop>
7143  <backdrop name="dotmatrix743" element="dotmatrixdot" state="0">
7144    <bounds x="28" y="11" width="1" height="1" />
7145  </backdrop>
7146  <backdrop name="dotmatrix744" element="dotmatrixdot" state="0">
7147    <bounds x="29" y="11" width="1" height="1" />
7148  </backdrop>
7149  <backdrop name="dotmatrix745" element="dotmatrixdot" state="0">
7150    <bounds x="30" y="11" width="1" height="1" />
7151  </backdrop>
7152  <backdrop name="dotmatrix746" element="dotmatrixdot" state="0">
7153    <bounds x="31" y="11" width="1" height="1" />
7154  </backdrop>
7155  <backdrop name="dotmatrix747" element="dotmatrixdot" state="0">
7156    <bounds x="32" y="11" width="1" height="1" />
7157  </backdrop>
7158  <backdrop name="dotmatrix748" element="dotmatrixdot" state="0">
7159    <bounds x="33" y="11" width="1" height="1" />
7160  </backdrop>
7161  <backdrop name="dotmatrix749" element="dotmatrixdot" state="0">
7162    <bounds x="34" y="11" width="1" height="1" />
7163  </backdrop>
7164  <backdrop name="dotmatrix750" element="dotmatrixdot" state="0">
7165    <bounds x="35" y="11" width="1" height="1" />
7166  </backdrop>
7167  <backdrop name="dotmatrix751" element="dotmatrixdot" state="0">
7168    <bounds x="36" y="11" width="1" height="1" />
7169  </backdrop>
7170  <backdrop name="dotmatrix752" element="dotmatrixdot" state="0">
7171    <bounds x="37" y="11" width="1" height="1" />
7172  </backdrop>
7173  <backdrop name="dotmatrix753" element="dotmatrixdot" state="0">
7174    <bounds x="38" y="11" width="1" height="1" />
7175  </backdrop>
7176  <backdrop name="dotmatrix754" element="dotmatrixdot" state="0">
7177    <bounds x="39" y="11" width="1" height="1" />
7178  </backdrop>
7179  <backdrop name="dotmatrix755" element="dotmatrixdot" state="0">
7180    <bounds x="40" y="11" width="1" height="1" />
7181  </backdrop>
7182  <backdrop name="dotmatrix756" element="dotmatrixdot" state="0">
7183    <bounds x="41" y="11" width="1" height="1" />
7184  </backdrop>
7185  <backdrop name="dotmatrix757" element="dotmatrixdot" state="0">
7186    <bounds x="42" y="11" width="1" height="1" />
7187  </backdrop>
7188  <backdrop name="dotmatrix758" element="dotmatrixdot" state="0">
7189    <bounds x="43" y="11" width="1" height="1" />
7190  </backdrop>
7191  <backdrop name="dotmatrix759" element="dotmatrixdot" state="0">
7192    <bounds x="44" y="11" width="1" height="1" />
7193  </backdrop>
7194  <backdrop name="dotmatrix760" element="dotmatrixdot" state="0">
7195    <bounds x="45" y="11" width="1" height="1" />
7196  </backdrop>
7197  <backdrop name="dotmatrix761" element="dotmatrixdot" state="0">
7198    <bounds x="46" y="11" width="1" height="1" />
7199  </backdrop>
7200  <backdrop name="dotmatrix762" element="dotmatrixdot" state="0">
7201    <bounds x="47" y="11" width="1" height="1" />
7202  </backdrop>
7203  <backdrop name="dotmatrix763" element="dotmatrixdot" state="0">
7204    <bounds x="48" y="11" width="1" height="1" />
7205  </backdrop>
7206  <backdrop name="dotmatrix764" element="dotmatrixdot" state="0">
7207    <bounds x="49" y="11" width="1" height="1" />
7208  </backdrop>
7209  <backdrop name="dotmatrix765" element="dotmatrixdot" state="0">
7210    <bounds x="50" y="11" width="1" height="1" />
7211  </backdrop>
7212  <backdrop name="dotmatrix766" element="dotmatrixdot" state="0">
7213    <bounds x="51" y="11" width="1" height="1" />
7214  </backdrop>
7215  <backdrop name="dotmatrix767" element="dotmatrixdot" state="0">
7216    <bounds x="52" y="11" width="1" height="1" />
7217  </backdrop>
7218  <backdrop name="dotmatrix768" element="dotmatrixdot" state="0">
7219    <bounds x="53" y="11" width="1" height="1" />
7220  </backdrop>
7221  <backdrop name="dotmatrix769" element="dotmatrixdot" state="0">
7222    <bounds x="54" y="11" width="1" height="1" />
7223  </backdrop>
7224  <backdrop name="dotmatrix770" element="dotmatrixdot" state="0">
7225    <bounds x="55" y="11" width="1" height="1" />
7226  </backdrop>
7227  <backdrop name="dotmatrix771" element="dotmatrixdot" state="0">
7228    <bounds x="56" y="11" width="1" height="1" />
7229  </backdrop>
7230  <backdrop name="dotmatrix772" element="dotmatrixdot" state="0">
7231    <bounds x="57" y="11" width="1" height="1" />
7232  </backdrop>
7233  <backdrop name="dotmatrix773" element="dotmatrixdot" state="0">
7234    <bounds x="58" y="11" width="1" height="1" />
7235  </backdrop>
7236  <backdrop name="dotmatrix774" element="dotmatrixdot" state="0">
7237    <bounds x="59" y="11" width="1" height="1" />
7238  </backdrop>
7239  <backdrop name="dotmatrix775" element="dotmatrixdot" state="0">
7240    <bounds x="60" y="11" width="1" height="1" />
7241  </backdrop>
7242  <backdrop name="dotmatrix776" element="dotmatrixdot" state="0">
7243    <bounds x="61" y="11" width="1" height="1" />
7244  </backdrop>
7245  <backdrop name="dotmatrix777" element="dotmatrixdot" state="0">
7246    <bounds x="62" y="11" width="1" height="1" />
7247  </backdrop>
7248  <backdrop name="dotmatrix778" element="dotmatrixdot" state="0">
7249    <bounds x="63" y="11" width="1" height="1" />
7250  </backdrop>
7251  <backdrop name="dotmatrix779" element="dotmatrixdot" state="0">
7252    <bounds x="64" y="11" width="1" height="1" />
7253  </backdrop>
7254  <backdrop name="dotmatrix780" element="dotmatrixdot" state="0">
7255    <bounds x="0" y="12" width="1" height="1" />
7256  </backdrop>
7257  <backdrop name="dotmatrix781" element="dotmatrixdot" state="0">
7258    <bounds x="1" y="12" width="1" height="1" />
7259  </backdrop>
7260  <backdrop name="dotmatrix782" element="dotmatrixdot" state="0">
7261    <bounds x="2" y="12" width="1" height="1" />
7262  </backdrop>
7263  <backdrop name="dotmatrix783" element="dotmatrixdot" state="0">
7264    <bounds x="3" y="12" width="1" height="1" />
7265  </backdrop>
7266  <backdrop name="dotmatrix784" element="dotmatrixdot" state="0">
7267    <bounds x="4" y="12" width="1" height="1" />
7268  </backdrop>
7269  <backdrop name="dotmatrix785" element="dotmatrixdot" state="0">
7270    <bounds x="5" y="12" width="1" height="1" />
7271  </backdrop>
7272  <backdrop name="dotmatrix786" element="dotmatrixdot" state="0">
7273    <bounds x="6" y="12" width="1" height="1" />
7274  </backdrop>
7275  <backdrop name="dotmatrix787" element="dotmatrixdot" state="0">
7276    <bounds x="7" y="12" width="1" height="1" />
7277  </backdrop>
7278  <backdrop name="dotmatrix788" element="dotmatrixdot" state="0">
7279    <bounds x="8" y="12" width="1" height="1" />
7280  </backdrop>
7281  <backdrop name="dotmatrix789" element="dotmatrixdot" state="0">
7282    <bounds x="9" y="12" width="1" height="1" />
7283  </backdrop>
7284  <backdrop name="dotmatrix790" element="dotmatrixdot" state="0">
7285    <bounds x="10" y="12" width="1" height="1" />
7286  </backdrop>
7287  <backdrop name="dotmatrix791" element="dotmatrixdot" state="0">
7288    <bounds x="11" y="12" width="1" height="1" />
7289  </backdrop>
7290  <backdrop name="dotmatrix792" element="dotmatrixdot" state="0">
7291    <bounds x="12" y="12" width="1" height="1" />
7292  </backdrop>
7293  <backdrop name="dotmatrix793" element="dotmatrixdot" state="0">
7294    <bounds x="13" y="12" width="1" height="1" />
7295  </backdrop>
7296  <backdrop name="dotmatrix794" element="dotmatrixdot" state="0">
7297    <bounds x="14" y="12" width="1" height="1" />
7298  </backdrop>
7299  <backdrop name="dotmatrix795" element="dotmatrixdot" state="0">
7300    <bounds x="15" y="12" width="1" height="1" />
7301  </backdrop>
7302  <backdrop name="dotmatrix796" element="dotmatrixdot" state="0">
7303    <bounds x="16" y="12" width="1" height="1" />
7304  </backdrop>
7305  <backdrop name="dotmatrix797" element="dotmatrixdot" state="0">
7306    <bounds x="17" y="12" width="1" height="1" />
7307  </backdrop>
7308  <backdrop name="dotmatrix798" element="dotmatrixdot" state="0">
7309    <bounds x="18" y="12" width="1" height="1" />
7310  </backdrop>
7311  <backdrop name="dotmatrix799" element="dotmatrixdot" state="0">
7312    <bounds x="19" y="12" width="1" height="1" />
7313  </backdrop>
7314  <backdrop name="dotmatrix800" element="dotmatrixdot" state="0">
7315    <bounds x="20" y="12" width="1" height="1" />
7316  </backdrop>
7317  <backdrop name="dotmatrix801" element="dotmatrixdot" state="0">
7318    <bounds x="21" y="12" width="1" height="1" />
7319  </backdrop>
7320  <backdrop name="dotmatrix802" element="dotmatrixdot" state="0">
7321    <bounds x="22" y="12" width="1" height="1" />
7322  </backdrop>
7323  <backdrop name="dotmatrix803" element="dotmatrixdot" state="0">
7324    <bounds x="23" y="12" width="1" height="1" />
7325  </backdrop>
7326  <backdrop name="dotmatrix804" element="dotmatrixdot" state="0">
7327    <bounds x="24" y="12" width="1" height="1" />
7328  </backdrop>
7329  <backdrop name="dotmatrix805" element="dotmatrixdot" state="0">
7330    <bounds x="25" y="12" width="1" height="1" />
7331  </backdrop>
7332  <backdrop name="dotmatrix806" element="dotmatrixdot" state="0">
7333    <bounds x="26" y="12" width="1" height="1" />
7334  </backdrop>
7335  <backdrop name="dotmatrix807" element="dotmatrixdot" state="0">
7336    <bounds x="27" y="12" width="1" height="1" />
7337  </backdrop>
7338  <backdrop name="dotmatrix808" element="dotmatrixdot" state="0">
7339    <bounds x="28" y="12" width="1" height="1" />
7340  </backdrop>
7341  <backdrop name="dotmatrix809" element="dotmatrixdot" state="0">
7342    <bounds x="29" y="12" width="1" height="1" />
7343  </backdrop>
7344  <backdrop name="dotmatrix810" element="dotmatrixdot" state="0">
7345    <bounds x="30" y="12" width="1" height="1" />
7346  </backdrop>
7347  <backdrop name="dotmatrix811" element="dotmatrixdot" state="0">
7348    <bounds x="31" y="12" width="1" height="1" />
7349  </backdrop>
7350  <backdrop name="dotmatrix812" element="dotmatrixdot" state="0">
7351    <bounds x="32" y="12" width="1" height="1" />
7352  </backdrop>
7353  <backdrop name="dotmatrix813" element="dotmatrixdot" state="0">
7354    <bounds x="33" y="12" width="1" height="1" />
7355  </backdrop>
7356  <backdrop name="dotmatrix814" element="dotmatrixdot" state="0">
7357    <bounds x="34" y="12" width="1" height="1" />
7358  </backdrop>
7359  <backdrop name="dotmatrix815" element="dotmatrixdot" state="0">
7360    <bounds x="35" y="12" width="1" height="1" />
7361  </backdrop>
7362  <backdrop name="dotmatrix816" element="dotmatrixdot" state="0">
7363    <bounds x="36" y="12" width="1" height="1" />
7364  </backdrop>
7365  <backdrop name="dotmatrix817" element="dotmatrixdot" state="0">
7366    <bounds x="37" y="12" width="1" height="1" />
7367  </backdrop>
7368  <backdrop name="dotmatrix818" element="dotmatrixdot" state="0">
7369    <bounds x="38" y="12" width="1" height="1" />
7370  </backdrop>
7371  <backdrop name="dotmatrix819" element="dotmatrixdot" state="0">
7372    <bounds x="39" y="12" width="1" height="1" />
7373  </backdrop>
7374  <backdrop name="dotmatrix820" element="dotmatrixdot" state="0">
7375    <bounds x="40" y="12" width="1" height="1" />
7376  </backdrop>
7377  <backdrop name="dotmatrix821" element="dotmatrixdot" state="0">
7378    <bounds x="41" y="12" width="1" height="1" />
7379  </backdrop>
7380  <backdrop name="dotmatrix822" element="dotmatrixdot" state="0">
7381    <bounds x="42" y="12" width="1" height="1" />
7382  </backdrop>
7383  <backdrop name="dotmatrix823" element="dotmatrixdot" state="0">
7384    <bounds x="43" y="12" width="1" height="1" />
7385  </backdrop>
7386  <backdrop name="dotmatrix824" element="dotmatrixdot" state="0">
7387    <bounds x="44" y="12" width="1" height="1" />
7388  </backdrop>
7389  <backdrop name="dotmatrix825" element="dotmatrixdot" state="0">
7390    <bounds x="45" y="12" width="1" height="1" />
7391  </backdrop>
7392  <backdrop name="dotmatrix826" element="dotmatrixdot" state="0">
7393    <bounds x="46" y="12" width="1" height="1" />
7394  </backdrop>
7395  <backdrop name="dotmatrix827" element="dotmatrixdot" state="0">
7396    <bounds x="47" y="12" width="1" height="1" />
7397  </backdrop>
7398  <backdrop name="dotmatrix828" element="dotmatrixdot" state="0">
7399    <bounds x="48" y="12" width="1" height="1" />
7400  </backdrop>
7401  <backdrop name="dotmatrix829" element="dotmatrixdot" state="0">
7402    <bounds x="49" y="12" width="1" height="1" />
7403  </backdrop>
7404  <backdrop name="dotmatrix830" element="dotmatrixdot" state="0">
7405    <bounds x="50" y="12" width="1" height="1" />
7406  </backdrop>
7407  <backdrop name="dotmatrix831" element="dotmatrixdot" state="0">
7408    <bounds x="51" y="12" width="1" height="1" />
7409  </backdrop>
7410  <backdrop name="dotmatrix832" element="dotmatrixdot" state="0">
7411    <bounds x="52" y="12" width="1" height="1" />
7412  </backdrop>
7413  <backdrop name="dotmatrix833" element="dotmatrixdot" state="0">
7414    <bounds x="53" y="12" width="1" height="1" />
7415  </backdrop>
7416  <backdrop name="dotmatrix834" element="dotmatrixdot" state="0">
7417    <bounds x="54" y="12" width="1" height="1" />
7418  </backdrop>
7419  <backdrop name="dotmatrix835" element="dotmatrixdot" state="0">
7420    <bounds x="55" y="12" width="1" height="1" />
7421  </backdrop>
7422  <backdrop name="dotmatrix836" element="dotmatrixdot" state="0">
7423    <bounds x="56" y="12" width="1" height="1" />
7424  </backdrop>
7425  <backdrop name="dotmatrix837" element="dotmatrixdot" state="0">
7426    <bounds x="57" y="12" width="1" height="1" />
7427  </backdrop>
7428  <backdrop name="dotmatrix838" element="dotmatrixdot" state="0">
7429    <bounds x="58" y="12" width="1" height="1" />
7430  </backdrop>
7431  <backdrop name="dotmatrix839" element="dotmatrixdot" state="0">
7432    <bounds x="59" y="12" width="1" height="1" />
7433  </backdrop>
7434  <backdrop name="dotmatrix840" element="dotmatrixdot" state="0">
7435    <bounds x="60" y="12" width="1" height="1" />
7436  </backdrop>
7437  <backdrop name="dotmatrix841" element="dotmatrixdot" state="0">
7438    <bounds x="61" y="12" width="1" height="1" />
7439  </backdrop>
7440  <backdrop name="dotmatrix842" element="dotmatrixdot" state="0">
7441    <bounds x="62" y="12" width="1" height="1" />
7442  </backdrop>
7443  <backdrop name="dotmatrix843" element="dotmatrixdot" state="0">
7444    <bounds x="63" y="12" width="1" height="1" />
7445  </backdrop>
7446  <backdrop name="dotmatrix844" element="dotmatrixdot" state="0">
7447    <bounds x="64" y="12" width="1" height="1" />
7448  </backdrop>
7449  <backdrop name="dotmatrix845" element="dotmatrixdot" state="0">
7450    <bounds x="0" y="13" width="1" height="1" />
7451  </backdrop>
7452  <backdrop name="dotmatrix846" element="dotmatrixdot" state="0">
7453    <bounds x="1" y="13" width="1" height="1" />
7454  </backdrop>
7455  <backdrop name="dotmatrix847" element="dotmatrixdot" state="0">
7456    <bounds x="2" y="13" width="1" height="1" />
7457  </backdrop>
7458  <backdrop name="dotmatrix848" element="dotmatrixdot" state="0">
7459    <bounds x="3" y="13" width="1" height="1" />
7460  </backdrop>
7461  <backdrop name="dotmatrix849" element="dotmatrixdot" state="0">
7462    <bounds x="4" y="13" width="1" height="1" />
7463  </backdrop>
7464  <backdrop name="dotmatrix850" element="dotmatrixdot" state="0">
7465    <bounds x="5" y="13" width="1" height="1" />
7466  </backdrop>
7467  <backdrop name="dotmatrix851" element="dotmatrixdot" state="0">
7468    <bounds x="6" y="13" width="1" height="1" />
7469  </backdrop>
7470  <backdrop name="dotmatrix852" element="dotmatrixdot" state="0">
7471    <bounds x="7" y="13" width="1" height="1" />
7472  </backdrop>
7473  <backdrop name="dotmatrix853" element="dotmatrixdot" state="0">
7474    <bounds x="8" y="13" width="1" height="1" />
7475  </backdrop>
7476  <backdrop name="dotmatrix854" element="dotmatrixdot" state="0">
7477    <bounds x="9" y="13" width="1" height="1" />
7478  </backdrop>
7479  <backdrop name="dotmatrix855" element="dotmatrixdot" state="0">
7480    <bounds x="10" y="13" width="1" height="1" />
7481  </backdrop>
7482  <backdrop name="dotmatrix856" element="dotmatrixdot" state="0">
7483    <bounds x="11" y="13" width="1" height="1" />
7484  </backdrop>
7485  <backdrop name="dotmatrix857" element="dotmatrixdot" state="0">
7486    <bounds x="12" y="13" width="1" height="1" />
7487  </backdrop>
7488  <backdrop name="dotmatrix858" element="dotmatrixdot" state="0">
7489    <bounds x="13" y="13" width="1" height="1" />
7490  </backdrop>
7491  <backdrop name="dotmatrix859" element="dotmatrixdot" state="0">
7492    <bounds x="14" y="13" width="1" height="1" />
7493  </backdrop>
7494  <backdrop name="dotmatrix860" element="dotmatrixdot" state="0">
7495    <bounds x="15" y="13" width="1" height="1" />
7496  </backdrop>
7497  <backdrop name="dotmatrix861" element="dotmatrixdot" state="0">
7498    <bounds x="16" y="13" width="1" height="1" />
7499  </backdrop>
7500  <backdrop name="dotmatrix862" element="dotmatrixdot" state="0">
7501    <bounds x="17" y="13" width="1" height="1" />
7502  </backdrop>
7503  <backdrop name="dotmatrix863" element="dotmatrixdot" state="0">
7504    <bounds x="18" y="13" width="1" height="1" />
7505  </backdrop>
7506  <backdrop name="dotmatrix864" element="dotmatrixdot" state="0">
7507    <bounds x="19" y="13" width="1" height="1" />
7508  </backdrop>
7509  <backdrop name="dotmatrix865" element="dotmatrixdot" state="0">
7510    <bounds x="20" y="13" width="1" height="1" />
7511  </backdrop>
7512  <backdrop name="dotmatrix866" element="dotmatrixdot" state="0">
7513    <bounds x="21" y="13" width="1" height="1" />
7514  </backdrop>
7515  <backdrop name="dotmatrix867" element="dotmatrixdot" state="0">
7516    <bounds x="22" y="13" width="1" height="1" />
7517  </backdrop>
7518  <backdrop name="dotmatrix868" element="dotmatrixdot" state="0">
7519    <bounds x="23" y="13" width="1" height="1" />
7520  </backdrop>
7521  <backdrop name="dotmatrix869" element="dotmatrixdot" state="0">
7522    <bounds x="24" y="13" width="1" height="1" />
7523  </backdrop>
7524  <backdrop name="dotmatrix870" element="dotmatrixdot" state="0">
7525    <bounds x="25" y="13" width="1" height="1" />
7526  </backdrop>
7527  <backdrop name="dotmatrix871" element="dotmatrixdot" state="0">
7528    <bounds x="26" y="13" width="1" height="1" />
7529  </backdrop>
7530  <backdrop name="dotmatrix872" element="dotmatrixdot" state="0">
7531    <bounds x="27" y="13" width="1" height="1" />
7532  </backdrop>
7533  <backdrop name="dotmatrix873" element="dotmatrixdot" state="0">
7534    <bounds x="28" y="13" width="1" height="1" />
7535  </backdrop>
7536  <backdrop name="dotmatrix874" element="dotmatrixdot" state="0">
7537    <bounds x="29" y="13" width="1" height="1" />
7538  </backdrop>
7539  <backdrop name="dotmatrix875" element="dotmatrixdot" state="0">
7540    <bounds x="30" y="13" width="1" height="1" />
7541  </backdrop>
7542  <backdrop name="dotmatrix876" element="dotmatrixdot" state="0">
7543    <bounds x="31" y="13" width="1" height="1" />
7544  </backdrop>
7545  <backdrop name="dotmatrix877" element="dotmatrixdot" state="0">
7546    <bounds x="32" y="13" width="1" height="1" />
7547  </backdrop>
7548  <backdrop name="dotmatrix878" element="dotmatrixdot" state="0">
7549    <bounds x="33" y="13" width="1" height="1" />
7550  </backdrop>
7551  <backdrop name="dotmatrix879" element="dotmatrixdot" state="0">
7552    <bounds x="34" y="13" width="1" height="1" />
7553  </backdrop>
7554  <backdrop name="dotmatrix880" element="dotmatrixdot" state="0">
7555    <bounds x="35" y="13" width="1" height="1" />
7556  </backdrop>
7557  <backdrop name="dotmatrix881" element="dotmatrixdot" state="0">
7558    <bounds x="36" y="13" width="1" height="1" />
7559  </backdrop>
7560  <backdrop name="dotmatrix882" element="dotmatrixdot" state="0">
7561    <bounds x="37" y="13" width="1" height="1" />
7562  </backdrop>
7563  <backdrop name="dotmatrix883" element="dotmatrixdot" state="0">
7564    <bounds x="38" y="13" width="1" height="1" />
7565  </backdrop>
7566  <backdrop name="dotmatrix884" element="dotmatrixdot" state="0">
7567    <bounds x="39" y="13" width="1" height="1" />
7568  </backdrop>
7569  <backdrop name="dotmatrix885" element="dotmatrixdot" state="0">
7570    <bounds x="40" y="13" width="1" height="1" />
7571  </backdrop>
7572  <backdrop name="dotmatrix886" element="dotmatrixdot" state="0">
7573    <bounds x="41" y="13" width="1" height="1" />
7574  </backdrop>
7575  <backdrop name="dotmatrix887" element="dotmatrixdot" state="0">
7576    <bounds x="42" y="13" width="1" height="1" />
7577  </backdrop>
7578  <backdrop name="dotmatrix888" element="dotmatrixdot" state="0">
7579    <bounds x="43" y="13" width="1" height="1" />
7580  </backdrop>
7581  <backdrop name="dotmatrix889" element="dotmatrixdot" state="0">
7582    <bounds x="44" y="13" width="1" height="1" />
7583  </backdrop>
7584  <backdrop name="dotmatrix890" element="dotmatrixdot" state="0">
7585    <bounds x="45" y="13" width="1" height="1" />
7586  </backdrop>
7587  <backdrop name="dotmatrix891" element="dotmatrixdot" state="0">
7588    <bounds x="46" y="13" width="1" height="1" />
7589  </backdrop>
7590  <backdrop name="dotmatrix892" element="dotmatrixdot" state="0">
7591    <bounds x="47" y="13" width="1" height="1" />
7592  </backdrop>
7593  <backdrop name="dotmatrix893" element="dotmatrixdot" state="0">
7594    <bounds x="48" y="13" width="1" height="1" />
7595  </backdrop>
7596  <backdrop name="dotmatrix894" element="dotmatrixdot" state="0">
7597    <bounds x="49" y="13" width="1" height="1" />
7598  </backdrop>
7599  <backdrop name="dotmatrix895" element="dotmatrixdot" state="0">
7600    <bounds x="50" y="13" width="1" height="1" />
7601  </backdrop>
7602  <backdrop name="dotmatrix896" element="dotmatrixdot" state="0">
7603    <bounds x="51" y="13" width="1" height="1" />
7604  </backdrop>
7605  <backdrop name="dotmatrix897" element="dotmatrixdot" state="0">
7606    <bounds x="52" y="13" width="1" height="1" />
7607  </backdrop>
7608  <backdrop name="dotmatrix898" element="dotmatrixdot" state="0">
7609    <bounds x="53" y="13" width="1" height="1" />
7610  </backdrop>
7611  <backdrop name="dotmatrix899" element="dotmatrixdot" state="0">
7612    <bounds x="54" y="13" width="1" height="1" />
7613  </backdrop>
7614  <backdrop name="dotmatrix900" element="dotmatrixdot" state="0">
7615    <bounds x="55" y="13" width="1" height="1" />
7616  </backdrop>
7617  <backdrop name="dotmatrix901" element="dotmatrixdot" state="0">
7618    <bounds x="56" y="13" width="1" height="1" />
7619  </backdrop>
7620  <backdrop name="dotmatrix902" element="dotmatrixdot" state="0">
7621    <bounds x="57" y="13" width="1" height="1" />
7622  </backdrop>
7623  <backdrop name="dotmatrix903" element="dotmatrixdot" state="0">
7624    <bounds x="58" y="13" width="1" height="1" />
7625  </backdrop>
7626  <backdrop name="dotmatrix904" element="dotmatrixdot" state="0">
7627    <bounds x="59" y="13" width="1" height="1" />
7628  </backdrop>
7629  <backdrop name="dotmatrix905" element="dotmatrixdot" state="0">
7630    <bounds x="60" y="13" width="1" height="1" />
7631  </backdrop>
7632  <backdrop name="dotmatrix906" element="dotmatrixdot" state="0">
7633    <bounds x="61" y="13" width="1" height="1" />
7634  </backdrop>
7635  <backdrop name="dotmatrix907" element="dotmatrixdot" state="0">
7636    <bounds x="62" y="13" width="1" height="1" />
7637  </backdrop>
7638  <backdrop name="dotmatrix908" element="dotmatrixdot" state="0">
7639    <bounds x="63" y="13" width="1" height="1" />
7640  </backdrop>
7641  <backdrop name="dotmatrix909" element="dotmatrixdot" state="0">
7642    <bounds x="64" y="13" width="1" height="1" />
7643  </backdrop>
7644  <backdrop name="dotmatrix910" element="dotmatrixdot" state="0">
7645    <bounds x="0" y="14" width="1" height="1" />
7646  </backdrop>
7647  <backdrop name="dotmatrix911" element="dotmatrixdot" state="0">
7648    <bounds x="1" y="14" width="1" height="1" />
7649  </backdrop>
7650  <backdrop name="dotmatrix912" element="dotmatrixdot" state="0">
7651    <bounds x="2" y="14" width="1" height="1" />
7652  </backdrop>
7653  <backdrop name="dotmatrix913" element="dotmatrixdot" state="0">
7654    <bounds x="3" y="14" width="1" height="1" />
7655  </backdrop>
7656  <backdrop name="dotmatrix914" element="dotmatrixdot" state="0">
7657    <bounds x="4" y="14" width="1" height="1" />
7658  </backdrop>
7659  <backdrop name="dotmatrix915" element="dotmatrixdot" state="0">
7660    <bounds x="5" y="14" width="1" height="1" />
7661  </backdrop>
7662  <backdrop name="dotmatrix916" element="dotmatrixdot" state="0">
7663    <bounds x="6" y="14" width="1" height="1" />
7664  </backdrop>
7665  <backdrop name="dotmatrix917" element="dotmatrixdot" state="0">
7666    <bounds x="7" y="14" width="1" height="1" />
7667  </backdrop>
7668  <backdrop name="dotmatrix918" element="dotmatrixdot" state="0">
7669    <bounds x="8" y="14" width="1" height="1" />
7670  </backdrop>
7671  <backdrop name="dotmatrix919" element="dotmatrixdot" state="0">
7672    <bounds x="9" y="14" width="1" height="1" />
7673  </backdrop>
7674  <backdrop name="dotmatrix920" element="dotmatrixdot" state="0">
7675    <bounds x="10" y="14" width="1" height="1" />
7676  </backdrop>
7677  <backdrop name="dotmatrix921" element="dotmatrixdot" state="0">
7678    <bounds x="11" y="14" width="1" height="1" />
7679  </backdrop>
7680  <backdrop name="dotmatrix922" element="dotmatrixdot" state="0">
7681    <bounds x="12" y="14" width="1" height="1" />
7682  </backdrop>
7683  <backdrop name="dotmatrix923" element="dotmatrixdot" state="0">
7684    <bounds x="13" y="14" width="1" height="1" />
7685  </backdrop>
7686  <backdrop name="dotmatrix924" element="dotmatrixdot" state="0">
7687    <bounds x="14" y="14" width="1" height="1" />
7688  </backdrop>
7689  <backdrop name="dotmatrix925" element="dotmatrixdot" state="0">
7690    <bounds x="15" y="14" width="1" height="1" />
7691  </backdrop>
7692  <backdrop name="dotmatrix926" element="dotmatrixdot" state="0">
7693    <bounds x="16" y="14" width="1" height="1" />
7694  </backdrop>
7695  <backdrop name="dotmatrix927" element="dotmatrixdot" state="0">
7696    <bounds x="17" y="14" width="1" height="1" />
7697  </backdrop>
7698  <backdrop name="dotmatrix928" element="dotmatrixdot" state="0">
7699    <bounds x="18" y="14" width="1" height="1" />
7700  </backdrop>
7701  <backdrop name="dotmatrix929" element="dotmatrixdot" state="0">
7702    <bounds x="19" y="14" width="1" height="1" />
7703  </backdrop>
7704  <backdrop name="dotmatrix930" element="dotmatrixdot" state="0">
7705    <bounds x="20" y="14" width="1" height="1" />
7706  </backdrop>
7707  <backdrop name="dotmatrix931" element="dotmatrixdot" state="0">
7708    <bounds x="21" y="14" width="1" height="1" />
7709  </backdrop>
7710  <backdrop name="dotmatrix932" element="dotmatrixdot" state="0">
7711    <bounds x="22" y="14" width="1" height="1" />
7712  </backdrop>
7713  <backdrop name="dotmatrix933" element="dotmatrixdot" state="0">
7714    <bounds x="23" y="14" width="1" height="1" />
7715  </backdrop>
7716  <backdrop name="dotmatrix934" element="dotmatrixdot" state="0">
7717    <bounds x="24" y="14" width="1" height="1" />
7718  </backdrop>
7719  <backdrop name="dotmatrix935" element="dotmatrixdot" state="0">
7720    <bounds x="25" y="14" width="1" height="1" />
7721  </backdrop>
7722  <backdrop name="dotmatrix936" element="dotmatrixdot" state="0">
7723    <bounds x="26" y="14" width="1" height="1" />
7724  </backdrop>
7725  <backdrop name="dotmatrix937" element="dotmatrixdot" state="0">
7726    <bounds x="27" y="14" width="1" height="1" />
7727  </backdrop>
7728  <backdrop name="dotmatrix938" element="dotmatrixdot" state="0">
7729    <bounds x="28" y="14" width="1" height="1" />
7730  </backdrop>
7731  <backdrop name="dotmatrix939" element="dotmatrixdot" state="0">
7732    <bounds x="29" y="14" width="1" height="1" />
7733  </backdrop>
7734  <backdrop name="dotmatrix940" element="dotmatrixdot" state="0">
7735    <bounds x="30" y="14" width="1" height="1" />
7736  </backdrop>
7737  <backdrop name="dotmatrix941" element="dotmatrixdot" state="0">
7738    <bounds x="31" y="14" width="1" height="1" />
7739  </backdrop>
7740  <backdrop name="dotmatrix942" element="dotmatrixdot" state="0">
7741    <bounds x="32" y="14" width="1" height="1" />
7742  </backdrop>
7743  <backdrop name="dotmatrix943" element="dotmatrixdot" state="0">
7744    <bounds x="33" y="14" width="1" height="1" />
7745  </backdrop>
7746  <backdrop name="dotmatrix944" element="dotmatrixdot" state="0">
7747    <bounds x="34" y="14" width="1" height="1" />
7748  </backdrop>
7749  <backdrop name="dotmatrix945" element="dotmatrixdot" state="0">
7750    <bounds x="35" y="14" width="1" height="1" />
7751  </backdrop>
7752  <backdrop name="dotmatrix946" element="dotmatrixdot" state="0">
7753    <bounds x="36" y="14" width="1" height="1" />
7754  </backdrop>
7755  <backdrop name="dotmatrix947" element="dotmatrixdot" state="0">
7756    <bounds x="37" y="14" width="1" height="1" />
7757  </backdrop>
7758  <backdrop name="dotmatrix948" element="dotmatrixdot" state="0">
7759    <bounds x="38" y="14" width="1" height="1" />
7760  </backdrop>
7761  <backdrop name="dotmatrix949" element="dotmatrixdot" state="0">
7762    <bounds x="39" y="14" width="1" height="1" />
7763  </backdrop>
7764  <backdrop name="dotmatrix950" element="dotmatrixdot" state="0">
7765    <bounds x="40" y="14" width="1" height="1" />
7766  </backdrop>
7767  <backdrop name="dotmatrix951" element="dotmatrixdot" state="0">
7768    <bounds x="41" y="14" width="1" height="1" />
7769  </backdrop>
7770  <backdrop name="dotmatrix952" element="dotmatrixdot" state="0">
7771    <bounds x="42" y="14" width="1" height="1" />
7772  </backdrop>
7773  <backdrop name="dotmatrix953" element="dotmatrixdot" state="0">
7774    <bounds x="43" y="14" width="1" height="1" />
7775  </backdrop>
7776  <backdrop name="dotmatrix954" element="dotmatrixdot" state="0">
7777    <bounds x="44" y="14" width="1" height="1" />
7778  </backdrop>
7779  <backdrop name="dotmatrix955" element="dotmatrixdot" state="0">
7780    <bounds x="45" y="14" width="1" height="1" />
7781  </backdrop>
7782  <backdrop name="dotmatrix956" element="dotmatrixdot" state="0">
7783    <bounds x="46" y="14" width="1" height="1" />
7784  </backdrop>
7785  <backdrop name="dotmatrix957" element="dotmatrixdot" state="0">
7786    <bounds x="47" y="14" width="1" height="1" />
7787  </backdrop>
7788  <backdrop name="dotmatrix958" element="dotmatrixdot" state="0">
7789    <bounds x="48" y="14" width="1" height="1" />
7790  </backdrop>
7791  <backdrop name="dotmatrix959" element="dotmatrixdot" state="0">
7792    <bounds x="49" y="14" width="1" height="1" />
7793  </backdrop>
7794  <backdrop name="dotmatrix960" element="dotmatrixdot" state="0">
7795    <bounds x="50" y="14" width="1" height="1" />
7796  </backdrop>
7797  <backdrop name="dotmatrix961" element="dotmatrixdot" state="0">
7798    <bounds x="51" y="14" width="1" height="1" />
7799  </backdrop>
7800  <backdrop name="dotmatrix962" element="dotmatrixdot" state="0">
7801    <bounds x="52" y="14" width="1" height="1" />
7802  </backdrop>
7803  <backdrop name="dotmatrix963" element="dotmatrixdot" state="0">
7804    <bounds x="53" y="14" width="1" height="1" />
7805  </backdrop>
7806  <backdrop name="dotmatrix964" element="dotmatrixdot" state="0">
7807    <bounds x="54" y="14" width="1" height="1" />
7808  </backdrop>
7809  <backdrop name="dotmatrix965" element="dotmatrixdot" state="0">
7810    <bounds x="55" y="14" width="1" height="1" />
7811  </backdrop>
7812  <backdrop name="dotmatrix966" element="dotmatrixdot" state="0">
7813    <bounds x="56" y="14" width="1" height="1" />
7814  </backdrop>
7815  <backdrop name="dotmatrix967" element="dotmatrixdot" state="0">
7816    <bounds x="57" y="14" width="1" height="1" />
7817  </backdrop>
7818  <backdrop name="dotmatrix968" element="dotmatrixdot" state="0">
7819    <bounds x="58" y="14" width="1" height="1" />
7820  </backdrop>
7821  <backdrop name="dotmatrix969" element="dotmatrixdot" state="0">
7822    <bounds x="59" y="14" width="1" height="1" />
7823  </backdrop>
7824  <backdrop name="dotmatrix970" element="dotmatrixdot" state="0">
7825    <bounds x="60" y="14" width="1" height="1" />
7826  </backdrop>
7827  <backdrop name="dotmatrix971" element="dotmatrixdot" state="0">
7828    <bounds x="61" y="14" width="1" height="1" />
7829  </backdrop>
7830  <backdrop name="dotmatrix972" element="dotmatrixdot" state="0">
7831    <bounds x="62" y="14" width="1" height="1" />
7832  </backdrop>
7833  <backdrop name="dotmatrix973" element="dotmatrixdot" state="0">
7834    <bounds x="63" y="14" width="1" height="1" />
7835  </backdrop>
7836  <backdrop name="dotmatrix974" element="dotmatrixdot" state="0">
7837    <bounds x="64" y="14" width="1" height="1" />
7838  </backdrop>
7839  <backdrop name="dotmatrix975" element="dotmatrixdot" state="0">
7840    <bounds x="0" y="15" width="1" height="1" />
7841  </backdrop>
7842  <backdrop name="dotmatrix976" element="dotmatrixdot" state="0">
7843    <bounds x="1" y="15" width="1" height="1" />
7844  </backdrop>
7845  <backdrop name="dotmatrix977" element="dotmatrixdot" state="0">
7846    <bounds x="2" y="15" width="1" height="1" />
7847  </backdrop>
7848  <backdrop name="dotmatrix978" element="dotmatrixdot" state="0">
7849    <bounds x="3" y="15" width="1" height="1" />
7850  </backdrop>
7851  <backdrop name="dotmatrix979" element="dotmatrixdot" state="0">
7852    <bounds x="4" y="15" width="1" height="1" />
7853  </backdrop>
7854  <backdrop name="dotmatrix980" element="dotmatrixdot" state="0">
7855    <bounds x="5" y="15" width="1" height="1" />
7856  </backdrop>
7857  <backdrop name="dotmatrix981" element="dotmatrixdot" state="0">
7858    <bounds x="6" y="15" width="1" height="1" />
7859  </backdrop>
7860  <backdrop name="dotmatrix982" element="dotmatrixdot" state="0">
7861    <bounds x="7" y="15" width="1" height="1" />
7862  </backdrop>
7863  <backdrop name="dotmatrix983" element="dotmatrixdot" state="0">
7864    <bounds x="8" y="15" width="1" height="1" />
7865  </backdrop>
7866  <backdrop name="dotmatrix984" element="dotmatrixdot" state="0">
7867    <bounds x="9" y="15" width="1" height="1" />
7868  </backdrop>
7869  <backdrop name="dotmatrix985" element="dotmatrixdot" state="0">
7870    <bounds x="10" y="15" width="1" height="1" />
7871  </backdrop>
7872  <backdrop name="dotmatrix986" element="dotmatrixdot" state="0">
7873    <bounds x="11" y="15" width="1" height="1" />
7874  </backdrop>
7875  <backdrop name="dotmatrix987" element="dotmatrixdot" state="0">
7876    <bounds x="12" y="15" width="1" height="1" />
7877  </backdrop>
7878  <backdrop name="dotmatrix988" element="dotmatrixdot" state="0">
7879    <bounds x="13" y="15" width="1" height="1" />
7880  </backdrop>
7881  <backdrop name="dotmatrix989" element="dotmatrixdot" state="0">
7882    <bounds x="14" y="15" width="1" height="1" />
7883  </backdrop>
7884  <backdrop name="dotmatrix990" element="dotmatrixdot" state="0">
7885    <bounds x="15" y="15" width="1" height="1" />
7886  </backdrop>
7887  <backdrop name="dotmatrix991" element="dotmatrixdot" state="0">
7888    <bounds x="16" y="15" width="1" height="1" />
7889  </backdrop>
7890  <backdrop name="dotmatrix992" element="dotmatrixdot" state="0">
7891    <bounds x="17" y="15" width="1" height="1" />
7892  </backdrop>
7893  <backdrop name="dotmatrix993" element="dotmatrixdot" state="0">
7894    <bounds x="18" y="15" width="1" height="1" />
7895  </backdrop>
7896  <backdrop name="dotmatrix994" element="dotmatrixdot" state="0">
7897    <bounds x="19" y="15" width="1" height="1" />
7898  </backdrop>
7899  <backdrop name="dotmatrix995" element="dotmatrixdot" state="0">
7900    <bounds x="20" y="15" width="1" height="1" />
7901  </backdrop>
7902  <backdrop name="dotmatrix996" element="dotmatrixdot" state="0">
7903    <bounds x="21" y="15" width="1" height="1" />
7904  </backdrop>
7905  <backdrop name="dotmatrix997" element="dotmatrixdot" state="0">
7906    <bounds x="22" y="15" width="1" height="1" />
7907  </backdrop>
7908  <backdrop name="dotmatrix998" element="dotmatrixdot" state="0">
7909    <bounds x="23" y="15" width="1" height="1" />
7910  </backdrop>
7911  <backdrop name="dotmatrix999" element="dotmatrixdot" state="0">
7912    <bounds x="24" y="15" width="1" height="1" />
7913  </backdrop>
7914  <backdrop name="dotmatrix1000" element="dotmatrixdot" state="0">
7915    <bounds x="25" y="15" width="1" height="1" />
7916  </backdrop>
7917  <backdrop name="dotmatrix1001" element="dotmatrixdot" state="0">
7918    <bounds x="26" y="15" width="1" height="1" />
7919  </backdrop>
7920  <backdrop name="dotmatrix1002" element="dotmatrixdot" state="0">
7921    <bounds x="27" y="15" width="1" height="1" />
7922  </backdrop>
7923  <backdrop name="dotmatrix1003" element="dotmatrixdot" state="0">
7924    <bounds x="28" y="15" width="1" height="1" />
7925  </backdrop>
7926  <backdrop name="dotmatrix1004" element="dotmatrixdot" state="0">
7927    <bounds x="29" y="15" width="1" height="1" />
7928  </backdrop>
7929  <backdrop name="dotmatrix1005" element="dotmatrixdot" state="0">
7930    <bounds x="30" y="15" width="1" height="1" />
7931  </backdrop>
7932  <backdrop name="dotmatrix1006" element="dotmatrixdot" state="0">
7933    <bounds x="31" y="15" width="1" height="1" />
7934  </backdrop>
7935  <backdrop name="dotmatrix1007" element="dotmatrixdot" state="0">
7936    <bounds x="32" y="15" width="1" height="1" />
7937  </backdrop>
7938  <backdrop name="dotmatrix1008" element="dotmatrixdot" state="0">
7939    <bounds x="33" y="15" width="1" height="1" />
7940  </backdrop>
7941  <backdrop name="dotmatrix1009" element="dotmatrixdot" state="0">
7942    <bounds x="34" y="15" width="1" height="1" />
7943  </backdrop>
7944  <backdrop name="dotmatrix1010" element="dotmatrixdot" state="0">
7945    <bounds x="35" y="15" width="1" height="1" />
7946  </backdrop>
7947  <backdrop name="dotmatrix1011" element="dotmatrixdot" state="0">
7948    <bounds x="36" y="15" width="1" height="1" />
7949  </backdrop>
7950  <backdrop name="dotmatrix1012" element="dotmatrixdot" state="0">
7951    <bounds x="37" y="15" width="1" height="1" />
7952  </backdrop>
7953  <backdrop name="dotmatrix1013" element="dotmatrixdot" state="0">
7954    <bounds x="38" y="15" width="1" height="1" />
7955  </backdrop>
7956  <backdrop name="dotmatrix1014" element="dotmatrixdot" state="0">
7957    <bounds x="39" y="15" width="1" height="1" />
7958  </backdrop>
7959  <backdrop name="dotmatrix1015" element="dotmatrixdot" state="0">
7960    <bounds x="40" y="15" width="1" height="1" />
7961  </backdrop>
7962  <backdrop name="dotmatrix1016" element="dotmatrixdot" state="0">
7963    <bounds x="41" y="15" width="1" height="1" />
7964  </backdrop>
7965  <backdrop name="dotmatrix1017" element="dotmatrixdot" state="0">
7966    <bounds x="42" y="15" width="1" height="1" />
7967  </backdrop>
7968  <backdrop name="dotmatrix1018" element="dotmatrixdot" state="0">
7969    <bounds x="43" y="15" width="1" height="1" />
7970  </backdrop>
7971  <backdrop name="dotmatrix1019" element="dotmatrixdot" state="0">
7972    <bounds x="44" y="15" width="1" height="1" />
7973  </backdrop>
7974  <backdrop name="dotmatrix1020" element="dotmatrixdot" state="0">
7975    <bounds x="45" y="15" width="1" height="1" />
7976  </backdrop>
7977  <backdrop name="dotmatrix1021" element="dotmatrixdot" state="0">
7978    <bounds x="46" y="15" width="1" height="1" />
7979  </backdrop>
7980  <backdrop name="dotmatrix1022" element="dotmatrixdot" state="0">
7981    <bounds x="47" y="15" width="1" height="1" />
7982  </backdrop>
7983  <backdrop name="dotmatrix1023" element="dotmatrixdot" state="0">
7984    <bounds x="48" y="15" width="1" height="1" />
7985  </backdrop>
7986  <backdrop name="dotmatrix1024" element="dotmatrixdot" state="0">
7987    <bounds x="49" y="15" width="1" height="1" />
7988  </backdrop>
7989  <backdrop name="dotmatrix1025" element="dotmatrixdot" state="0">
7990    <bounds x="50" y="15" width="1" height="1" />
7991  </backdrop>
7992  <backdrop name="dotmatrix1026" element="dotmatrixdot" state="0">
7993    <bounds x="51" y="15" width="1" height="1" />
7994  </backdrop>
7995  <backdrop name="dotmatrix1027" element="dotmatrixdot" state="0">
7996    <bounds x="52" y="15" width="1" height="1" />
7997  </backdrop>
7998  <backdrop name="dotmatrix1028" element="dotmatrixdot" state="0">
7999    <bounds x="53" y="15" width="1" height="1" />
8000  </backdrop>
8001  <backdrop name="dotmatrix1029" element="dotmatrixdot" state="0">
8002    <bounds x="54" y="15" width="1" height="1" />
8003  </backdrop>
8004  <backdrop name="dotmatrix1030" element="dotmatrixdot" state="0">
8005    <bounds x="55" y="15" width="1" height="1" />
8006  </backdrop>
8007  <backdrop name="dotmatrix1031" element="dotmatrixdot" state="0">
8008    <bounds x="56" y="15" width="1" height="1" />
8009  </backdrop>
8010  <backdrop name="dotmatrix1032" element="dotmatrixdot" state="0">
8011    <bounds x="57" y="15" width="1" height="1" />
8012  </backdrop>
8013  <backdrop name="dotmatrix1033" element="dotmatrixdot" state="0">
8014    <bounds x="58" y="15" width="1" height="1" />
8015  </backdrop>
8016  <backdrop name="dotmatrix1034" element="dotmatrixdot" state="0">
8017    <bounds x="59" y="15" width="1" height="1" />
8018  </backdrop>
8019  <backdrop name="dotmatrix1035" element="dotmatrixdot" state="0">
8020    <bounds x="60" y="15" width="1" height="1" />
8021  </backdrop>
8022  <backdrop name="dotmatrix1036" element="dotmatrixdot" state="0">
8023    <bounds x="61" y="15" width="1" height="1" />
8024  </backdrop>
8025  <backdrop name="dotmatrix1037" element="dotmatrixdot" state="0">
8026    <bounds x="62" y="15" width="1" height="1" />
8027  </backdrop>
8028  <backdrop name="dotmatrix1038" element="dotmatrixdot" state="0">
8029    <bounds x="63" y="15" width="1" height="1" />
8030  </backdrop>
8031  <backdrop name="dotmatrix1039" element="dotmatrixdot" state="0">
8032    <bounds x="64" y="15" width="1" height="1" />
8033  </backdrop>
8034  <backdrop name="dotmatrix1040" element="dotmatrixdot" state="0">
8035    <bounds x="0" y="16" width="1" height="1" />
8036  </backdrop>
8037  <backdrop name="dotmatrix1041" element="dotmatrixdot" state="0">
8038    <bounds x="1" y="16" width="1" height="1" />
8039  </backdrop>
8040  <backdrop name="dotmatrix1042" element="dotmatrixdot" state="0">
8041    <bounds x="2" y="16" width="1" height="1" />
8042  </backdrop>
8043  <backdrop name="dotmatrix1043" element="dotmatrixdot" state="0">
8044    <bounds x="3" y="16" width="1" height="1" />
8045  </backdrop>
8046  <backdrop name="dotmatrix1044" element="dotmatrixdot" state="0">
8047    <bounds x="4" y="16" width="1" height="1" />
8048  </backdrop>
8049  <backdrop name="dotmatrix1045" element="dotmatrixdot" state="0">
8050    <bounds x="5" y="16" width="1" height="1" />
8051  </backdrop>
8052  <backdrop name="dotmatrix1046" element="dotmatrixdot" state="0">
8053    <bounds x="6" y="16" width="1" height="1" />
8054  </backdrop>
8055  <backdrop name="dotmatrix1047" element="dotmatrixdot" state="0">
8056    <bounds x="7" y="16" width="1" height="1" />
8057  </backdrop>
8058  <backdrop name="dotmatrix1048" element="dotmatrixdot" state="0">
8059    <bounds x="8" y="16" width="1" height="1" />
8060  </backdrop>
8061  <backdrop name="dotmatrix1049" element="dotmatrixdot" state="0">
8062    <bounds x="9" y="16" width="1" height="1" />
8063  </backdrop>
8064  <backdrop name="dotmatrix1050" element="dotmatrixdot" state="0">
8065    <bounds x="10" y="16" width="1" height="1" />
8066  </backdrop>
8067  <backdrop name="dotmatrix1051" element="dotmatrixdot" state="0">
8068    <bounds x="11" y="16" width="1" height="1" />
8069  </backdrop>
8070  <backdrop name="dotmatrix1052" element="dotmatrixdot" state="0">
8071    <bounds x="12" y="16" width="1" height="1" />
8072  </backdrop>
8073  <backdrop name="dotmatrix1053" element="dotmatrixdot" state="0">
8074    <bounds x="13" y="16" width="1" height="1" />
8075  </backdrop>
8076  <backdrop name="dotmatrix1054" element="dotmatrixdot" state="0">
8077    <bounds x="14" y="16" width="1" height="1" />
8078  </backdrop>
8079  <backdrop name="dotmatrix1055" element="dotmatrixdot" state="0">
8080    <bounds x="15" y="16" width="1" height="1" />
8081  </backdrop>
8082  <backdrop name="dotmatrix1056" element="dotmatrixdot" state="0">
8083    <bounds x="16" y="16" width="1" height="1" />
8084  </backdrop>
8085  <backdrop name="dotmatrix1057" element="dotmatrixdot" state="0">
8086    <bounds x="17" y="16" width="1" height="1" />
8087  </backdrop>
8088  <backdrop name="dotmatrix1058" element="dotmatrixdot" state="0">
8089    <bounds x="18" y="16" width="1" height="1" />
8090  </backdrop>
8091  <backdrop name="dotmatrix1059" element="dotmatrixdot" state="0">
8092    <bounds x="19" y="16" width="1" height="1" />
8093  </backdrop>
8094  <backdrop name="dotmatrix1060" element="dotmatrixdot" state="0">
8095    <bounds x="20" y="16" width="1" height="1" />
8096  </backdrop>
8097  <backdrop name="dotmatrix1061" element="dotmatrixdot" state="0">
8098    <bounds x="21" y="16" width="1" height="1" />
8099  </backdrop>
8100  <backdrop name="dotmatrix1062" element="dotmatrixdot" state="0">
8101    <bounds x="22" y="16" width="1" height="1" />
8102  </backdrop>
8103  <backdrop name="dotmatrix1063" element="dotmatrixdot" state="0">
8104    <bounds x="23" y="16" width="1" height="1" />
8105  </backdrop>
8106  <backdrop name="dotmatrix1064" element="dotmatrixdot" state="0">
8107    <bounds x="24" y="16" width="1" height="1" />
8108  </backdrop>
8109  <backdrop name="dotmatrix1065" element="dotmatrixdot" state="0">
8110    <bounds x="25" y="16" width="1" height="1" />
8111  </backdrop>
8112  <backdrop name="dotmatrix1066" element="dotmatrixdot" state="0">
8113    <bounds x="26" y="16" width="1" height="1" />
8114  </backdrop>
8115  <backdrop name="dotmatrix1067" element="dotmatrixdot" state="0">
8116    <bounds x="27" y="16" width="1" height="1" />
8117  </backdrop>
8118  <backdrop name="dotmatrix1068" element="dotmatrixdot" state="0">
8119    <bounds x="28" y="16" width="1" height="1" />
8120  </backdrop>
8121  <backdrop name="dotmatrix1069" element="dotmatrixdot" state="0">
8122    <bounds x="29" y="16" width="1" height="1" />
8123  </backdrop>
8124  <backdrop name="dotmatrix1070" element="dotmatrixdot" state="0">
8125    <bounds x="30" y="16" width="1" height="1" />
8126  </backdrop>
8127  <backdrop name="dotmatrix1071" element="dotmatrixdot" state="0">
8128    <bounds x="31" y="16" width="1" height="1" />
8129  </backdrop>
8130  <backdrop name="dotmatrix1072" element="dotmatrixdot" state="0">
8131    <bounds x="32" y="16" width="1" height="1" />
8132  </backdrop>
8133  <backdrop name="dotmatrix1073" element="dotmatrixdot" state="0">
8134    <bounds x="33" y="16" width="1" height="1" />
8135  </backdrop>
8136  <backdrop name="dotmatrix1074" element="dotmatrixdot" state="0">
8137    <bounds x="34" y="16" width="1" height="1" />
8138  </backdrop>
8139  <backdrop name="dotmatrix1075" element="dotmatrixdot" state="0">
8140    <bounds x="35" y="16" width="1" height="1" />
8141  </backdrop>
8142  <backdrop name="dotmatrix1076" element="dotmatrixdot" state="0">
8143    <bounds x="36" y="16" width="1" height="1" />
8144  </backdrop>
8145  <backdrop name="dotmatrix1077" element="dotmatrixdot" state="0">
8146    <bounds x="37" y="16" width="1" height="1" />
8147  </backdrop>
8148  <backdrop name="dotmatrix1078" element="dotmatrixdot" state="0">
8149    <bounds x="38" y="16" width="1" height="1" />
8150  </backdrop>
8151  <backdrop name="dotmatrix1079" element="dotmatrixdot" state="0">
8152    <bounds x="39" y="16" width="1" height="1" />
8153  </backdrop>
8154  <backdrop name="dotmatrix1080" element="dotmatrixdot" state="0">
8155    <bounds x="40" y="16" width="1" height="1" />
8156  </backdrop>
8157  <backdrop name="dotmatrix1081" element="dotmatrixdot" state="0">
8158    <bounds x="41" y="16" width="1" height="1" />
8159  </backdrop>
8160  <backdrop name="dotmatrix1082" element="dotmatrixdot" state="0">
8161    <bounds x="42" y="16" width="1" height="1" />
8162  </backdrop>
8163  <backdrop name="dotmatrix1083" element="dotmatrixdot" state="0">
8164    <bounds x="43" y="16" width="1" height="1" />
8165  </backdrop>
8166  <backdrop name="dotmatrix1084" element="dotmatrixdot" state="0">
8167    <bounds x="44" y="16" width="1" height="1" />
8168  </backdrop>
8169  <backdrop name="dotmatrix1085" element="dotmatrixdot" state="0">
8170    <bounds x="45" y="16" width="1" height="1" />
8171  </backdrop>
8172  <backdrop name="dotmatrix1086" element="dotmatrixdot" state="0">
8173    <bounds x="46" y="16" width="1" height="1" />
8174  </backdrop>
8175  <backdrop name="dotmatrix1087" element="dotmatrixdot" state="0">
8176    <bounds x="47" y="16" width="1" height="1" />
8177  </backdrop>
8178  <backdrop name="dotmatrix1088" element="dotmatrixdot" state="0">
8179    <bounds x="48" y="16" width="1" height="1" />
8180  </backdrop>
8181  <backdrop name="dotmatrix1089" element="dotmatrixdot" state="0">
8182    <bounds x="49" y="16" width="1" height="1" />
8183  </backdrop>
8184  <backdrop name="dotmatrix1090" element="dotmatrixdot" state="0">
8185    <bounds x="50" y="16" width="1" height="1" />
8186  </backdrop>
8187  <backdrop name="dotmatrix1091" element="dotmatrixdot" state="0">
8188    <bounds x="51" y="16" width="1" height="1" />
8189  </backdrop>
8190  <backdrop name="dotmatrix1092" element="dotmatrixdot" state="0">
8191    <bounds x="52" y="16" width="1" height="1" />
8192  </backdrop>
8193  <backdrop name="dotmatrix1093" element="dotmatrixdot" state="0">
8194    <bounds x="53" y="16" width="1" height="1" />
8195  </backdrop>
8196  <backdrop name="dotmatrix1094" element="dotmatrixdot" state="0">
8197    <bounds x="54" y="16" width="1" height="1" />
8198  </backdrop>
8199  <backdrop name="dotmatrix1095" element="dotmatrixdot" state="0">
8200    <bounds x="55" y="16" width="1" height="1" />
8201  </backdrop>
8202  <backdrop name="dotmatrix1096" element="dotmatrixdot" state="0">
8203    <bounds x="56" y="16" width="1" height="1" />
8204  </backdrop>
8205  <backdrop name="dotmatrix1097" element="dotmatrixdot" state="0">
8206    <bounds x="57" y="16" width="1" height="1" />
8207  </backdrop>
8208  <backdrop name="dotmatrix1098" element="dotmatrixdot" state="0">
8209    <bounds x="58" y="16" width="1" height="1" />
8210  </backdrop>
8211  <backdrop name="dotmatrix1099" element="dotmatrixdot" state="0">
8212    <bounds x="59" y="16" width="1" height="1" />
8213  </backdrop>
8214  <backdrop name="dotmatrix1100" element="dotmatrixdot" state="0">
8215    <bounds x="60" y="16" width="1" height="1" />
8216  </backdrop>
8217  <backdrop name="dotmatrix1101" element="dotmatrixdot" state="0">
8218    <bounds x="61" y="16" width="1" height="1" />
8219  </backdrop>
8220  <backdrop name="dotmatrix1102" element="dotmatrixdot" state="0">
8221    <bounds x="62" y="16" width="1" height="1" />
8222  </backdrop>
8223  <backdrop name="dotmatrix1103" element="dotmatrixdot" state="0">
8224    <bounds x="63" y="16" width="1" height="1" />
8225  </backdrop>
8226  <backdrop name="dotmatrix1104" element="dotmatrixdot" state="0">
8227    <bounds x="64" y="16" width="1" height="1" />
8228  </backdrop>
8229  <backdrop name="dotmatrix1105" element="dotmatrixdot" state="0">
8230    <bounds x="0" y="17" width="1" height="1" />
8231  </backdrop>
8232  <backdrop name="dotmatrix1106" element="dotmatrixdot" state="0">
8233    <bounds x="1" y="17" width="1" height="1" />
8234  </backdrop>
8235  <backdrop name="dotmatrix1107" element="dotmatrixdot" state="0">
8236    <bounds x="2" y="17" width="1" height="1" />
8237  </backdrop>
8238  <backdrop name="dotmatrix1108" element="dotmatrixdot" state="0">
8239    <bounds x="3" y="17" width="1" height="1" />
8240  </backdrop>
8241  <backdrop name="dotmatrix1109" element="dotmatrixdot" state="0">
8242    <bounds x="4" y="17" width="1" height="1" />
8243  </backdrop>
8244  <backdrop name="dotmatrix1110" element="dotmatrixdot" state="0">
8245    <bounds x="5" y="17" width="1" height="1" />
8246  </backdrop>
8247  <backdrop name="dotmatrix1111" element="dotmatrixdot" state="0">
8248    <bounds x="6" y="17" width="1" height="1" />
8249  </backdrop>
8250  <backdrop name="dotmatrix1112" element="dotmatrixdot" state="0">
8251    <bounds x="7" y="17" width="1" height="1" />
8252  </backdrop>
8253  <backdrop name="dotmatrix1113" element="dotmatrixdot" state="0">
8254    <bounds x="8" y="17" width="1" height="1" />
8255  </backdrop>
8256  <backdrop name="dotmatrix1114" element="dotmatrixdot" state="0">
8257    <bounds x="9" y="17" width="1" height="1" />
8258  </backdrop>
8259  <backdrop name="dotmatrix1115" element="dotmatrixdot" state="0">
8260    <bounds x="10" y="17" width="1" height="1" />
8261  </backdrop>
8262  <backdrop name="dotmatrix1116" element="dotmatrixdot" state="0">
8263    <bounds x="11" y="17" width="1" height="1" />
8264  </backdrop>
8265  <backdrop name="dotmatrix1117" element="dotmatrixdot" state="0">
8266    <bounds x="12" y="17" width="1" height="1" />
8267  </backdrop>
8268  <backdrop name="dotmatrix1118" element="dotmatrixdot" state="0">
8269    <bounds x="13" y="17" width="1" height="1" />
8270  </backdrop>
8271  <backdrop name="dotmatrix1119" element="dotmatrixdot" state="0">
8272    <bounds x="14" y="17" width="1" height="1" />
8273  </backdrop>
8274  <backdrop name="dotmatrix1120" element="dotmatrixdot" state="0">
8275    <bounds x="15" y="17" width="1" height="1" />
8276  </backdrop>
8277  <backdrop name="dotmatrix1121" element="dotmatrixdot" state="0">
8278    <bounds x="16" y="17" width="1" height="1" />
8279  </backdrop>
8280  <backdrop name="dotmatrix1122" element="dotmatrixdot" state="0">
8281    <bounds x="17" y="17" width="1" height="1" />
8282  </backdrop>
8283  <backdrop name="dotmatrix1123" element="dotmatrixdot" state="0">
8284    <bounds x="18" y="17" width="1" height="1" />
8285  </backdrop>
8286  <backdrop name="dotmatrix1124" element="dotmatrixdot" state="0">
8287    <bounds x="19" y="17" width="1" height="1" />
8288  </backdrop>
8289  <backdrop name="dotmatrix1125" element="dotmatrixdot" state="0">
8290    <bounds x="20" y="17" width="1" height="1" />
8291  </backdrop>
8292  <backdrop name="dotmatrix1126" element="dotmatrixdot" state="0">
8293    <bounds x="21" y="17" width="1" height="1" />
8294  </backdrop>
8295  <backdrop name="dotmatrix1127" element="dotmatrixdot" state="0">
8296    <bounds x="22" y="17" width="1" height="1" />
8297  </backdrop>
8298  <backdrop name="dotmatrix1128" element="dotmatrixdot" state="0">
8299    <bounds x="23" y="17" width="1" height="1" />
8300  </backdrop>
8301  <backdrop name="dotmatrix1129" element="dotmatrixdot" state="0">
8302    <bounds x="24" y="17" width="1" height="1" />
8303  </backdrop>
8304  <backdrop name="dotmatrix1130" element="dotmatrixdot" state="0">
8305    <bounds x="25" y="17" width="1" height="1" />
8306  </backdrop>
8307  <backdrop name="dotmatrix1131" element="dotmatrixdot" state="0">
8308    <bounds x="26" y="17" width="1" height="1" />
8309  </backdrop>
8310  <backdrop name="dotmatrix1132" element="dotmatrixdot" state="0">
8311    <bounds x="27" y="17" width="1" height="1" />
8312  </backdrop>
8313  <backdrop name="dotmatrix1133" element="dotmatrixdot" state="0">
8314    <bounds x="28" y="17" width="1" height="1" />
8315  </backdrop>
8316  <backdrop name="dotmatrix1134" element="dotmatrixdot" state="0">
8317    <bounds x="29" y="17" width="1" height="1" />
8318  </backdrop>
8319  <backdrop name="dotmatrix1135" element="dotmatrixdot" state="0">
8320    <bounds x="30" y="17" width="1" height="1" />
8321  </backdrop>
8322  <backdrop name="dotmatrix1136" element="dotmatrixdot" state="0">
8323    <bounds x="31" y="17" width="1" height="1" />
8324  </backdrop>
8325  <backdrop name="dotmatrix1137" element="dotmatrixdot" state="0">
8326    <bounds x="32" y="17" width="1" height="1" />
8327  </backdrop>
8328  <backdrop name="dotmatrix1138" element="dotmatrixdot" state="0">
8329    <bounds x="33" y="17" width="1" height="1" />
8330  </backdrop>
8331  <backdrop name="dotmatrix1139" element="dotmatrixdot" state="0">
8332    <bounds x="34" y="17" width="1" height="1" />
8333  </backdrop>
8334  <backdrop name="dotmatrix1140" element="dotmatrixdot" state="0">
8335    <bounds x="35" y="17" width="1" height="1" />
8336  </backdrop>
8337  <backdrop name="dotmatrix1141" element="dotmatrixdot" state="0">
8338    <bounds x="36" y="17" width="1" height="1" />
8339  </backdrop>
8340  <backdrop name="dotmatrix1142" element="dotmatrixdot" state="0">
8341    <bounds x="37" y="17" width="1" height="1" />
8342  </backdrop>
8343  <backdrop name="dotmatrix1143" element="dotmatrixdot" state="0">
8344    <bounds x="38" y="17" width="1" height="1" />
8345  </backdrop>
8346  <backdrop name="dotmatrix1144" element="dotmatrixdot" state="0">
8347    <bounds x="39" y="17" width="1" height="1" />
8348  </backdrop>
8349  <backdrop name="dotmatrix1145" element="dotmatrixdot" state="0">
8350    <bounds x="40" y="17" width="1" height="1" />
8351  </backdrop>
8352  <backdrop name="dotmatrix1146" element="dotmatrixdot" state="0">
8353    <bounds x="41" y="17" width="1" height="1" />
8354  </backdrop>
8355  <backdrop name="dotmatrix1147" element="dotmatrixdot" state="0">
8356    <bounds x="42" y="17" width="1" height="1" />
8357  </backdrop>
8358  <backdrop name="dotmatrix1148" element="dotmatrixdot" state="0">
8359    <bounds x="43" y="17" width="1" height="1" />
8360  </backdrop>
8361  <backdrop name="dotmatrix1149" element="dotmatrixdot" state="0">
8362    <bounds x="44" y="17" width="1" height="1" />
8363  </backdrop>
8364  <backdrop name="dotmatrix1150" element="dotmatrixdot" state="0">
8365    <bounds x="45" y="17" width="1" height="1" />
8366  </backdrop>
8367  <backdrop name="dotmatrix1151" element="dotmatrixdot" state="0">
8368    <bounds x="46" y="17" width="1" height="1" />
8369  </backdrop>
8370  <backdrop name="dotmatrix1152" element="dotmatrixdot" state="0">
8371    <bounds x="47" y="17" width="1" height="1" />
8372  </backdrop>
8373  <backdrop name="dotmatrix1153" element="dotmatrixdot" state="0">
8374    <bounds x="48" y="17" width="1" height="1" />
8375  </backdrop>
8376  <backdrop name="dotmatrix1154" element="dotmatrixdot" state="0">
8377    <bounds x="49" y="17" width="1" height="1" />
8378  </backdrop>
8379  <backdrop name="dotmatrix1155" element="dotmatrixdot" state="0">
8380    <bounds x="50" y="17" width="1" height="1" />
8381  </backdrop>
8382  <backdrop name="dotmatrix1156" element="dotmatrixdot" state="0">
8383    <bounds x="51" y="17" width="1" height="1" />
8384  </backdrop>
8385  <backdrop name="dotmatrix1157" element="dotmatrixdot" state="0">
8386    <bounds x="52" y="17" width="1" height="1" />
8387  </backdrop>
8388  <backdrop name="dotmatrix1158" element="dotmatrixdot" state="0">
8389    <bounds x="53" y="17" width="1" height="1" />
8390  </backdrop>
8391  <backdrop name="dotmatrix1159" element="dotmatrixdot" state="0">
8392    <bounds x="54" y="17" width="1" height="1" />
8393  </backdrop>
8394  <backdrop name="dotmatrix1160" element="dotmatrixdot" state="0">
8395    <bounds x="55" y="17" width="1" height="1" />
8396  </backdrop>
8397  <backdrop name="dotmatrix1161" element="dotmatrixdot" state="0">
8398    <bounds x="56" y="17" width="1" height="1" />
8399  </backdrop>
8400  <backdrop name="dotmatrix1162" element="dotmatrixdot" state="0">
8401    <bounds x="57" y="17" width="1" height="1" />
8402  </backdrop>
8403  <backdrop name="dotmatrix1163" element="dotmatrixdot" state="0">
8404    <bounds x="58" y="17" width="1" height="1" />
8405  </backdrop>
8406  <backdrop name="dotmatrix1164" element="dotmatrixdot" state="0">
8407    <bounds x="59" y="17" width="1" height="1" />
8408  </backdrop>
8409  <backdrop name="dotmatrix1165" element="dotmatrixdot" state="0">
8410    <bounds x="60" y="17" width="1" height="1" />
8411  </backdrop>
8412  <backdrop name="dotmatrix1166" element="dotmatrixdot" state="0">
8413    <bounds x="61" y="17" width="1" height="1" />
8414  </backdrop>
8415  <backdrop name="dotmatrix1167" element="dotmatrixdot" state="0">
8416    <bounds x="62" y="17" width="1" height="1" />
8417  </backdrop>
8418  <backdrop name="dotmatrix1168" element="dotmatrixdot" state="0">
8419    <bounds x="63" y="17" width="1" height="1" />
8420  </backdrop>
8421  <backdrop name="dotmatrix1169" element="dotmatrixdot" state="0">
8422    <bounds x="64" y="17" width="1" height="1" />
8423  </backdrop>
8424  <backdrop name="dotmatrix1170" element="dotmatrixdot" state="0">
8425    <bounds x="0" y="18" width="1" height="1" />
8426  </backdrop>
8427  <backdrop name="dotmatrix1171" element="dotmatrixdot" state="0">
8428    <bounds x="1" y="18" width="1" height="1" />
8429  </backdrop>
8430  <backdrop name="dotmatrix1172" element="dotmatrixdot" state="0">
8431    <bounds x="2" y="18" width="1" height="1" />
8432  </backdrop>
8433  <backdrop name="dotmatrix1173" element="dotmatrixdot" state="0">
8434    <bounds x="3" y="18" width="1" height="1" />
8435  </backdrop>
8436  <backdrop name="dotmatrix1174" element="dotmatrixdot" state="0">
8437    <bounds x="4" y="18" width="1" height="1" />
8438  </backdrop>
8439  <backdrop name="dotmatrix1175" element="dotmatrixdot" state="0">
8440    <bounds x="5" y="18" width="1" height="1" />
8441  </backdrop>
8442  <backdrop name="dotmatrix1176" element="dotmatrixdot" state="0">
8443    <bounds x="6" y="18" width="1" height="1" />
8444  </backdrop>
8445  <backdrop name="dotmatrix1177" element="dotmatrixdot" state="0">
8446    <bounds x="7" y="18" width="1" height="1" />
8447  </backdrop>
8448  <backdrop name="dotmatrix1178" element="dotmatrixdot" state="0">
8449    <bounds x="8" y="18" width="1" height="1" />
8450  </backdrop>
8451  <backdrop name="dotmatrix1179" element="dotmatrixdot" state="0">
8452    <bounds x="9" y="18" width="1" height="1" />
8453  </backdrop>
8454  <backdrop name="dotmatrix1180" element="dotmatrixdot" state="0">
8455    <bounds x="10" y="18" width="1" height="1" />
8456  </backdrop>
8457  <backdrop name="dotmatrix1181" element="dotmatrixdot" state="0">
8458    <bounds x="11" y="18" width="1" height="1" />
8459  </backdrop>
8460  <backdrop name="dotmatrix1182" element="dotmatrixdot" state="0">
8461    <bounds x="12" y="18" width="1" height="1" />
8462  </backdrop>
8463  <backdrop name="dotmatrix1183" element="dotmatrixdot" state="0">
8464    <bounds x="13" y="18" width="1" height="1" />
8465  </backdrop>
8466  <backdrop name="dotmatrix1184" element="dotmatrixdot" state="0">
8467    <bounds x="14" y="18" width="1" height="1" />
8468  </backdrop>
8469  <backdrop name="dotmatrix1185" element="dotmatrixdot" state="0">
8470    <bounds x="15" y="18" width="1" height="1" />
8471  </backdrop>
8472  <backdrop name="dotmatrix1186" element="dotmatrixdot" state="0">
8473    <bounds x="16" y="18" width="1" height="1" />
8474  </backdrop>
8475  <backdrop name="dotmatrix1187" element="dotmatrixdot" state="0">
8476    <bounds x="17" y="18" width="1" height="1" />
8477  </backdrop>
8478  <backdrop name="dotmatrix1188" element="dotmatrixdot" state="0">
8479    <bounds x="18" y="18" width="1" height="1" />
8480  </backdrop>
8481  <backdrop name="dotmatrix1189" element="dotmatrixdot" state="0">
8482    <bounds x="19" y="18" width="1" height="1" />
8483  </backdrop>
8484  <backdrop name="dotmatrix1190" element="dotmatrixdot" state="0">
8485    <bounds x="20" y="18" width="1" height="1" />
8486  </backdrop>
8487  <backdrop name="dotmatrix1191" element="dotmatrixdot" state="0">
8488    <bounds x="21" y="18" width="1" height="1" />
8489  </backdrop>
8490  <backdrop name="dotmatrix1192" element="dotmatrixdot" state="0">
8491    <bounds x="22" y="18" width="1" height="1" />
8492  </backdrop>
8493  <backdrop name="dotmatrix1193" element="dotmatrixdot" state="0">
8494    <bounds x="23" y="18" width="1" height="1" />
8495  </backdrop>
8496  <backdrop name="dotmatrix1194" element="dotmatrixdot" state="0">
8497    <bounds x="24" y="18" width="1" height="1" />
8498  </backdrop>
8499  <backdrop name="dotmatrix1195" element="dotmatrixdot" state="0">
8500    <bounds x="25" y="18" width="1" height="1" />
8501  </backdrop>
8502  <backdrop name="dotmatrix1196" element="dotmatrixdot" state="0">
8503    <bounds x="26" y="18" width="1" height="1" />
8504  </backdrop>
8505  <backdrop name="dotmatrix1197" element="dotmatrixdot" state="0">
8506    <bounds x="27" y="18" width="1" height="1" />
8507  </backdrop>
8508  <backdrop name="dotmatrix1198" element="dotmatrixdot" state="0">
8509    <bounds x="28" y="18" width="1" height="1" />
8510  </backdrop>
8511  <backdrop name="dotmatrix1199" element="dotmatrixdot" state="0">
8512    <bounds x="29" y="18" width="1" height="1" />
8513  </backdrop>
8514  <backdrop name="dotmatrix1200" element="dotmatrixdot" state="0">
8515    <bounds x="30" y="18" width="1" height="1" />
8516  </backdrop>
8517  <backdrop name="dotmatrix1201" element="dotmatrixdot" state="0">
8518    <bounds x="31" y="18" width="1" height="1" />
8519  </backdrop>
8520  <backdrop name="dotmatrix1202" element="dotmatrixdot" state="0">
8521    <bounds x="32" y="18" width="1" height="1" />
8522  </backdrop>
8523  <backdrop name="dotmatrix1203" element="dotmatrixdot" state="0">
8524    <bounds x="33" y="18" width="1" height="1" />
8525  </backdrop>
8526  <backdrop name="dotmatrix1204" element="dotmatrixdot" state="0">
8527    <bounds x="34" y="18" width="1" height="1" />
8528  </backdrop>
8529  <backdrop name="dotmatrix1205" element="dotmatrixdot" state="0">
8530    <bounds x="35" y="18" width="1" height="1" />
8531  </backdrop>
8532  <backdrop name="dotmatrix1206" element="dotmatrixdot" state="0">
8533    <bounds x="36" y="18" width="1" height="1" />
8534  </backdrop>
8535  <backdrop name="dotmatrix1207" element="dotmatrixdot" state="0">
8536    <bounds x="37" y="18" width="1" height="1" />
8537  </backdrop>
8538  <backdrop name="dotmatrix1208" element="dotmatrixdot" state="0">
8539    <bounds x="38" y="18" width="1" height="1" />
8540  </backdrop>
8541  <backdrop name="dotmatrix1209" element="dotmatrixdot" state="0">
8542    <bounds x="39" y="18" width="1" height="1" />
8543  </backdrop>
8544  <backdrop name="dotmatrix1210" element="dotmatrixdot" state="0">
8545    <bounds x="40" y="18" width="1" height="1" />
8546  </backdrop>
8547  <backdrop name="dotmatrix1211" element="dotmatrixdot" state="0">
8548    <bounds x="41" y="18" width="1" height="1" />
8549  </backdrop>
8550  <backdrop name="dotmatrix1212" element="dotmatrixdot" state="0">
8551    <bounds x="42" y="18" width="1" height="1" />
8552  </backdrop>
8553  <backdrop name="dotmatrix1213" element="dotmatrixdot" state="0">
8554    <bounds x="43" y="18" width="1" height="1" />
8555  </backdrop>
8556  <backdrop name="dotmatrix1214" element="dotmatrixdot" state="0">
8557    <bounds x="44" y="18" width="1" height="1" />
8558  </backdrop>
8559  <backdrop name="dotmatrix1215" element="dotmatrixdot" state="0">
8560    <bounds x="45" y="18" width="1" height="1" />
8561  </backdrop>
8562  <backdrop name="dotmatrix1216" element="dotmatrixdot" state="0">
8563    <bounds x="46" y="18" width="1" height="1" />
8564  </backdrop>
8565  <backdrop name="dotmatrix1217" element="dotmatrixdot" state="0">
8566    <bounds x="47" y="18" width="1" height="1" />
8567  </backdrop>
8568  <backdrop name="dotmatrix1218" element="dotmatrixdot" state="0">
8569    <bounds x="48" y="18" width="1" height="1" />
8570  </backdrop>
8571  <backdrop name="dotmatrix1219" element="dotmatrixdot" state="0">
8572    <bounds x="49" y="18" width="1" height="1" />
8573  </backdrop>
8574  <backdrop name="dotmatrix1220" element="dotmatrixdot" state="0">
8575    <bounds x="50" y="18" width="1" height="1" />
8576  </backdrop>
8577  <backdrop name="dotmatrix1221" element="dotmatrixdot" state="0">
8578    <bounds x="51" y="18" width="1" height="1" />
8579  </backdrop>
8580  <backdrop name="dotmatrix1222" element="dotmatrixdot" state="0">
8581    <bounds x="52" y="18" width="1" height="1" />
8582  </backdrop>
8583  <backdrop name="dotmatrix1223" element="dotmatrixdot" state="0">
8584    <bounds x="53" y="18" width="1" height="1" />
8585  </backdrop>
8586  <backdrop name="dotmatrix1224" element="dotmatrixdot" state="0">
8587    <bounds x="54" y="18" width="1" height="1" />
8588  </backdrop>
8589  <backdrop name="dotmatrix1225" element="dotmatrixdot" state="0">
8590    <bounds x="55" y="18" width="1" height="1" />
8591  </backdrop>
8592  <backdrop name="dotmatrix1226" element="dotmatrixdot" state="0">
8593    <bounds x="56" y="18" width="1" height="1" />
8594  </backdrop>
8595  <backdrop name="dotmatrix1227" element="dotmatrixdot" state="0">
8596    <bounds x="57" y="18" width="1" height="1" />
8597  </backdrop>
8598  <backdrop name="dotmatrix1228" element="dotmatrixdot" state="0">
8599    <bounds x="58" y="18" width="1" height="1" />
8600  </backdrop>
8601  <backdrop name="dotmatrix1229" element="dotmatrixdot" state="0">
8602    <bounds x="59" y="18" width="1" height="1" />
8603  </backdrop>
8604  <backdrop name="dotmatrix1230" element="dotmatrixdot" state="0">
8605    <bounds x="60" y="18" width="1" height="1" />
8606  </backdrop>
8607  <backdrop name="dotmatrix1231" element="dotmatrixdot" state="0">
8608    <bounds x="61" y="18" width="1" height="1" />
8609  </backdrop>
8610  <backdrop name="dotmatrix1232" element="dotmatrixdot" state="0">
8611    <bounds x="62" y="18" width="1" height="1" />
8612  </backdrop>
8613  <backdrop name="dotmatrix1233" element="dotmatrixdot" state="0">
8614    <bounds x="63" y="18" width="1" height="1" />
8615  </backdrop>
8616  <backdrop name="dotmatrix1234" element="dotmatrixdot" state="0">
8617    <bounds x="64" y="18" width="1" height="1" />
8618  </backdrop>
8619  <backdrop name="dotmatrix1235" element="dotmatrixdot" state="0">
8620    <bounds x="0" y="19" width="1" height="1" />
8621  </backdrop>
8622  <backdrop name="dotmatrix1236" element="dotmatrixdot" state="0">
8623    <bounds x="1" y="19" width="1" height="1" />
8624  </backdrop>
8625  <backdrop name="dotmatrix1237" element="dotmatrixdot" state="0">
8626    <bounds x="2" y="19" width="1" height="1" />
8627  </backdrop>
8628  <backdrop name="dotmatrix1238" element="dotmatrixdot" state="0">
8629    <bounds x="3" y="19" width="1" height="1" />
8630  </backdrop>
8631  <backdrop name="dotmatrix1239" element="dotmatrixdot" state="0">
8632    <bounds x="4" y="19" width="1" height="1" />
8633  </backdrop>
8634  <backdrop name="dotmatrix1240" element="dotmatrixdot" state="0">
8635    <bounds x="5" y="19" width="1" height="1" />
8636  </backdrop>
8637  <backdrop name="dotmatrix1241" element="dotmatrixdot" state="0">
8638    <bounds x="6" y="19" width="1" height="1" />
8639  </backdrop>
8640  <backdrop name="dotmatrix1242" element="dotmatrixdot" state="0">
8641    <bounds x="7" y="19" width="1" height="1" />
8642  </backdrop>
8643  <backdrop name="dotmatrix1243" element="dotmatrixdot" state="0">
8644    <bounds x="8" y="19" width="1" height="1" />
8645  </backdrop>
8646  <backdrop name="dotmatrix1244" element="dotmatrixdot" state="0">
8647    <bounds x="9" y="19" width="1" height="1" />
8648  </backdrop>
8649  <backdrop name="dotmatrix1245" element="dotmatrixdot" state="0">
8650    <bounds x="10" y="19" width="1" height="1" />
8651  </backdrop>
8652  <backdrop name="dotmatrix1246" element="dotmatrixdot" state="0">
8653    <bounds x="11" y="19" width="1" height="1" />
8654  </backdrop>
8655  <backdrop name="dotmatrix1247" element="dotmatrixdot" state="0">
8656    <bounds x="12" y="19" width="1" height="1" />
8657  </backdrop>
8658  <backdrop name="dotmatrix1248" element="dotmatrixdot" state="0">
8659    <bounds x="13" y="19" width="1" height="1" />
8660  </backdrop>
8661  <backdrop name="dotmatrix1249" element="dotmatrixdot" state="0">
8662    <bounds x="14" y="19" width="1" height="1" />
8663  </backdrop>
8664  <backdrop name="dotmatrix1250" element="dotmatrixdot" state="0">
8665    <bounds x="15" y="19" width="1" height="1" />
8666  </backdrop>
8667  <backdrop name="dotmatrix1251" element="dotmatrixdot" state="0">
8668    <bounds x="16" y="19" width="1" height="1" />
8669  </backdrop>
8670  <backdrop name="dotmatrix1252" element="dotmatrixdot" state="0">
8671    <bounds x="17" y="19" width="1" height="1" />
8672  </backdrop>
8673  <backdrop name="dotmatrix1253" element="dotmatrixdot" state="0">
8674    <bounds x="18" y="19" width="1" height="1" />
8675  </backdrop>
8676  <backdrop name="dotmatrix1254" element="dotmatrixdot" state="0">
8677    <bounds x="19" y="19" width="1" height="1" />
8678  </backdrop>
8679  <backdrop name="dotmatrix1255" element="dotmatrixdot" state="0">
8680    <bounds x="20" y="19" width="1" height="1" />
8681  </backdrop>
8682  <backdrop name="dotmatrix1256" element="dotmatrixdot" state="0">
8683    <bounds x="21" y="19" width="1" height="1" />
8684  </backdrop>
8685  <backdrop name="dotmatrix1257" element="dotmatrixdot" state="0">
8686    <bounds x="22" y="19" width="1" height="1" />
8687  </backdrop>
8688  <backdrop name="dotmatrix1258" element="dotmatrixdot" state="0">
8689    <bounds x="23" y="19" width="1" height="1" />
8690  </backdrop>
8691  <backdrop name="dotmatrix1259" element="dotmatrixdot" state="0">
8692    <bounds x="24" y="19" width="1" height="1" />
8693  </backdrop>
8694  <backdrop name="dotmatrix1260" element="dotmatrixdot" state="0">
8695    <bounds x="25" y="19" width="1" height="1" />
8696  </backdrop>
8697  <backdrop name="dotmatrix1261" element="dotmatrixdot" state="0">
8698    <bounds x="26" y="19" width="1" height="1" />
8699  </backdrop>
8700  <backdrop name="dotmatrix1262" element="dotmatrixdot" state="0">
8701    <bounds x="27" y="19" width="1" height="1" />
8702  </backdrop>
8703  <backdrop name="dotmatrix1263" element="dotmatrixdot" state="0">
8704    <bounds x="28" y="19" width="1" height="1" />
8705  </backdrop>
8706  <backdrop name="dotmatrix1264" element="dotmatrixdot" state="0">
8707    <bounds x="29" y="19" width="1" height="1" />
8708  </backdrop>
8709  <backdrop name="dotmatrix1265" element="dotmatrixdot" state="0">
8710    <bounds x="30" y="19" width="1" height="1" />
8711  </backdrop>
8712  <backdrop name="dotmatrix1266" element="dotmatrixdot" state="0">
8713    <bounds x="31" y="19" width="1" height="1" />
8714  </backdrop>
8715  <backdrop name="dotmatrix1267" element="dotmatrixdot" state="0">
8716    <bounds x="32" y="19" width="1" height="1" />
8717  </backdrop>
8718  <backdrop name="dotmatrix1268" element="dotmatrixdot" state="0">
8719    <bounds x="33" y="19" width="1" height="1" />
8720  </backdrop>
8721  <backdrop name="dotmatrix1269" element="dotmatrixdot" state="0">
8722    <bounds x="34" y="19" width="1" height="1" />
8723  </backdrop>
8724  <backdrop name="dotmatrix1270" element="dotmatrixdot" state="0">
8725    <bounds x="35" y="19" width="1" height="1" />
8726  </backdrop>
8727  <backdrop name="dotmatrix1271" element="dotmatrixdot" state="0">
8728    <bounds x="36" y="19" width="1" height="1" />
8729  </backdrop>
8730  <backdrop name="dotmatrix1272" element="dotmatrixdot" state="0">
8731    <bounds x="37" y="19" width="1" height="1" />
8732  </backdrop>
8733  <backdrop name="dotmatrix1273" element="dotmatrixdot" state="0">
8734    <bounds x="38" y="19" width="1" height="1" />
8735  </backdrop>
8736  <backdrop name="dotmatrix1274" element="dotmatrixdot" state="0">
8737    <bounds x="39" y="19" width="1" height="1" />
8738  </backdrop>
8739  <backdrop name="dotmatrix1275" element="dotmatrixdot" state="0">
8740    <bounds x="40" y="19" width="1" height="1" />
8741  </backdrop>
8742  <backdrop name="dotmatrix1276" element="dotmatrixdot" state="0">
8743    <bounds x="41" y="19" width="1" height="1" />
8744  </backdrop>
8745  <backdrop name="dotmatrix1277" element="dotmatrixdot" state="0">
8746    <bounds x="42" y="19" width="1" height="1" />
8747  </backdrop>
8748  <backdrop name="dotmatrix1278" element="dotmatrixdot" state="0">
8749    <bounds x="43" y="19" width="1" height="1" />
8750  </backdrop>
8751  <backdrop name="dotmatrix1279" element="dotmatrixdot" state="0">
8752    <bounds x="44" y="19" width="1" height="1" />
8753  </backdrop>
8754  <backdrop name="dotmatrix1280" element="dotmatrixdot" state="0">
8755    <bounds x="45" y="19" width="1" height="1" />
8756  </backdrop>
8757  <backdrop name="dotmatrix1281" element="dotmatrixdot" state="0">
8758    <bounds x="46" y="19" width="1" height="1" />
8759  </backdrop>
8760  <backdrop name="dotmatrix1282" element="dotmatrixdot" state="0">
8761    <bounds x="47" y="19" width="1" height="1" />
8762  </backdrop>
8763  <backdrop name="dotmatrix1283" element="dotmatrixdot" state="0">
8764    <bounds x="48" y="19" width="1" height="1" />
8765  </backdrop>
8766  <backdrop name="dotmatrix1284" element="dotmatrixdot" state="0">
8767    <bounds x="49" y="19" width="1" height="1" />
8768  </backdrop>
8769  <backdrop name="dotmatrix1285" element="dotmatrixdot" state="0">
8770    <bounds x="50" y="19" width="1" height="1" />
8771  </backdrop>
8772  <backdrop name="dotmatrix1286" element="dotmatrixdot" state="0">
8773    <bounds x="51" y="19" width="1" height="1" />
8774  </backdrop>
8775  <backdrop name="dotmatrix1287" element="dotmatrixdot" state="0">
8776    <bounds x="52" y="19" width="1" height="1" />
8777  </backdrop>
8778  <backdrop name="dotmatrix1288" element="dotmatrixdot" state="0">
8779    <bounds x="53" y="19" width="1" height="1" />
8780  </backdrop>
8781  <backdrop name="dotmatrix1289" element="dotmatrixdot" state="0">
8782    <bounds x="54" y="19" width="1" height="1" />
8783  </backdrop>
8784  <backdrop name="dotmatrix1290" element="dotmatrixdot" state="0">
8785    <bounds x="55" y="19" width="1" height="1" />
8786  </backdrop>
8787  <backdrop name="dotmatrix1291" element="dotmatrixdot" state="0">
8788    <bounds x="56" y="19" width="1" height="1" />
8789  </backdrop>
8790  <backdrop name="dotmatrix1292" element="dotmatrixdot" state="0">
8791    <bounds x="57" y="19" width="1" height="1" />
8792  </backdrop>
8793  <backdrop name="dotmatrix1293" element="dotmatrixdot" state="0">
8794    <bounds x="58" y="19" width="1" height="1" />
8795  </backdrop>
8796  <backdrop name="dotmatrix1294" element="dotmatrixdot" state="0">
8797    <bounds x="59" y="19" width="1" height="1" />
8798  </backdrop>
8799  <backdrop name="dotmatrix1295" element="dotmatrixdot" state="0">
8800    <bounds x="60" y="19" width="1" height="1" />
8801  </backdrop>
8802  <backdrop name="dotmatrix1296" element="dotmatrixdot" state="0">
8803    <bounds x="61" y="19" width="1" height="1" />
8804  </backdrop>
8805  <backdrop name="dotmatrix1297" element="dotmatrixdot" state="0">
8806    <bounds x="62" y="19" width="1" height="1" />
8807  </backdrop>
8808  <backdrop name="dotmatrix1298" element="dotmatrixdot" state="0">
8809    <bounds x="63" y="19" width="1" height="1" />
8810  </backdrop>
8811  <backdrop name="dotmatrix1299" element="dotmatrixdot" state="0">
8812    <bounds x="64" y="19" width="1" height="1" />
8813  </backdrop>
8814  <backdrop name="dotmatrix1300" element="dotmatrixdot" state="0">
8815    <bounds x="0" y="20" width="1" height="1" />
8816  </backdrop>
8817  <backdrop name="dotmatrix1301" element="dotmatrixdot" state="0">
8818    <bounds x="1" y="20" width="1" height="1" />
8819  </backdrop>
8820  <backdrop name="dotmatrix1302" element="dotmatrixdot" state="0">
8821    <bounds x="2" y="20" width="1" height="1" />
8822  </backdrop>
8823  <backdrop name="dotmatrix1303" element="dotmatrixdot" state="0">
8824    <bounds x="3" y="20" width="1" height="1" />
8825  </backdrop>
8826  <backdrop name="dotmatrix1304" element="dotmatrixdot" state="0">
8827    <bounds x="4" y="20" width="1" height="1" />
8828  </backdrop>
8829  <backdrop name="dotmatrix1305" element="dotmatrixdot" state="0">
8830    <bounds x="5" y="20" width="1" height="1" />
8831  </backdrop>
8832  <backdrop name="dotmatrix1306" element="dotmatrixdot" state="0">
8833    <bounds x="6" y="20" width="1" height="1" />
8834  </backdrop>
8835  <backdrop name="dotmatrix1307" element="dotmatrixdot" state="0">
8836    <bounds x="7" y="20" width="1" height="1" />
8837  </backdrop>
8838  <backdrop name="dotmatrix1308" element="dotmatrixdot" state="0">
8839    <bounds x="8" y="20" width="1" height="1" />
8840  </backdrop>
8841  <backdrop name="dotmatrix1309" element="dotmatrixdot" state="0">
8842    <bounds x="9" y="20" width="1" height="1" />
8843  </backdrop>
8844  <backdrop name="dotmatrix1310" element="dotmatrixdot" state="0">
8845    <bounds x="10" y="20" width="1" height="1" />
8846  </backdrop>
8847  <backdrop name="dotmatrix1311" element="dotmatrixdot" state="0">
8848    <bounds x="11" y="20" width="1" height="1" />
8849  </backdrop>
8850  <backdrop name="dotmatrix1312" element="dotmatrixdot" state="0">
8851    <bounds x="12" y="20" width="1" height="1" />
8852  </backdrop>
8853  <backdrop name="dotmatrix1313" element="dotmatrixdot" state="0">
8854    <bounds x="13" y="20" width="1" height="1" />
8855  </backdrop>
8856  <backdrop name="dotmatrix1314" element="dotmatrixdot" state="0">
8857    <bounds x="14" y="20" width="1" height="1" />
8858  </backdrop>
8859  <backdrop name="dotmatrix1315" element="dotmatrixdot" state="0">
8860    <bounds x="15" y="20" width="1" height="1" />
8861  </backdrop>
8862  <backdrop name="dotmatrix1316" element="dotmatrixdot" state="0">
8863    <bounds x="16" y="20" width="1" height="1" />
8864  </backdrop>
8865  <backdrop name="dotmatrix1317" element="dotmatrixdot" state="0">
8866    <bounds x="17" y="20" width="1" height="1" />
8867  </backdrop>
8868  <backdrop name="dotmatrix1318" element="dotmatrixdot" state="0">
8869    <bounds x="18" y="20" width="1" height="1" />
8870  </backdrop>
8871  <backdrop name="dotmatrix1319" element="dotmatrixdot" state="0">
8872    <bounds x="19" y="20" width="1" height="1" />
8873  </backdrop>
8874  <backdrop name="dotmatrix1320" element="dotmatrixdot" state="0">
8875    <bounds x="20" y="20" width="1" height="1" />
8876  </backdrop>
8877  <backdrop name="dotmatrix1321" element="dotmatrixdot" state="0">
8878    <bounds x="21" y="20" width="1" height="1" />
8879  </backdrop>
8880  <backdrop name="dotmatrix1322" element="dotmatrixdot" state="0">
8881    <bounds x="22" y="20" width="1" height="1" />
8882  </backdrop>
8883  <backdrop name="dotmatrix1323" element="dotmatrixdot" state="0">
8884    <bounds x="23" y="20" width="1" height="1" />
8885  </backdrop>
8886  <backdrop name="dotmatrix1324" element="dotmatrixdot" state="0">
8887    <bounds x="24" y="20" width="1" height="1" />
8888  </backdrop>
8889  <backdrop name="dotmatrix1325" element="dotmatrixdot" state="0">
8890    <bounds x="25" y="20" width="1" height="1" />
8891  </backdrop>
8892  <backdrop name="dotmatrix1326" element="dotmatrixdot" state="0">
8893    <bounds x="26" y="20" width="1" height="1" />
8894  </backdrop>
8895  <backdrop name="dotmatrix1327" element="dotmatrixdot" state="0">
8896    <bounds x="27" y="20" width="1" height="1" />
8897  </backdrop>
8898  <backdrop name="dotmatrix1328" element="dotmatrixdot" state="0">
8899    <bounds x="28" y="20" width="1" height="1" />
8900  </backdrop>
8901  <backdrop name="dotmatrix1329" element="dotmatrixdot" state="0">
8902    <bounds x="29" y="20" width="1" height="1" />
8903  </backdrop>
8904  <backdrop name="dotmatrix1330" element="dotmatrixdot" state="0">
8905    <bounds x="30" y="20" width="1" height="1" />
8906  </backdrop>
8907  <backdrop name="dotmatrix1331" element="dotmatrixdot" state="0">
8908    <bounds x="31" y="20" width="1" height="1" />
8909  </backdrop>
8910  <backdrop name="dotmatrix1332" element="dotmatrixdot" state="0">
8911    <bounds x="32" y="20" width="1" height="1" />
8912  </backdrop>
8913  <backdrop name="dotmatrix1333" element="dotmatrixdot" state="0">
8914    <bounds x="33" y="20" width="1" height="1" />
8915  </backdrop>
8916  <backdrop name="dotmatrix1334" element="dotmatrixdot" state="0">
8917    <bounds x="34" y="20" width="1" height="1" />
8918  </backdrop>
8919  <backdrop name="dotmatrix1335" element="dotmatrixdot" state="0">
8920    <bounds x="35" y="20" width="1" height="1" />
8921  </backdrop>
8922  <backdrop name="dotmatrix1336" element="dotmatrixdot" state="0">
8923    <bounds x="36" y="20" width="1" height="1" />
8924  </backdrop>
8925  <backdrop name="dotmatrix1337" element="dotmatrixdot" state="0">
8926    <bounds x="37" y="20" width="1" height="1" />
8927  </backdrop>
8928  <backdrop name="dotmatrix1338" element="dotmatrixdot" state="0">
8929    <bounds x="38" y="20" width="1" height="1" />
8930  </backdrop>
8931  <backdrop name="dotmatrix1339" element="dotmatrixdot" state="0">
8932    <bounds x="39" y="20" width="1" height="1" />
8933  </backdrop>
8934  <backdrop name="dotmatrix1340" element="dotmatrixdot" state="0">
8935    <bounds x="40" y="20" width="1" height="1" />
8936  </backdrop>
8937  <backdrop name="dotmatrix1341" element="dotmatrixdot" state="0">
8938    <bounds x="41" y="20" width="1" height="1" />
8939  </backdrop>
8940  <backdrop name="dotmatrix1342" element="dotmatrixdot" state="0">
8941    <bounds x="42" y="20" width="1" height="1" />
8942  </backdrop>
8943  <backdrop name="dotmatrix1343" element="dotmatrixdot" state="0">
8944    <bounds x="43" y="20" width="1" height="1" />
8945  </backdrop>
8946  <backdrop name="dotmatrix1344" element="dotmatrixdot" state="0">
8947    <bounds x="44" y="20" width="1" height="1" />
8948  </backdrop>
8949  <backdrop name="dotmatrix1345" element="dotmatrixdot" state="0">
8950    <bounds x="45" y="20" width="1" height="1" />
8951  </backdrop>
8952  <backdrop name="dotmatrix1346" element="dotmatrixdot" state="0">
8953    <bounds x="46" y="20" width="1" height="1" />
8954  </backdrop>
8955  <backdrop name="dotmatrix1347" element="dotmatrixdot" state="0">
8956    <bounds x="47" y="20" width="1" height="1" />
8957  </backdrop>
8958  <backdrop name="dotmatrix1348" element="dotmatrixdot" state="0">
8959    <bounds x="48" y="20" width="1" height="1" />
8960  </backdrop>
8961  <backdrop name="dotmatrix1349" element="dotmatrixdot" state="0">
8962    <bounds x="49" y="20" width="1" height="1" />
8963  </backdrop>
8964  <backdrop name="dotmatrix1350" element="dotmatrixdot" state="0">
8965    <bounds x="50" y="20" width="1" height="1" />
8966  </backdrop>
8967  <backdrop name="dotmatrix1351" element="dotmatrixdot" state="0">
8968    <bounds x="51" y="20" width="1" height="1" />
8969  </backdrop>
8970  <backdrop name="dotmatrix1352" element="dotmatrixdot" state="0">
8971    <bounds x="52" y="20" width="1" height="1" />
8972  </backdrop>
8973  <backdrop name="dotmatrix1353" element="dotmatrixdot" state="0">
8974    <bounds x="53" y="20" width="1" height="1" />
8975  </backdrop>
8976  <backdrop name="dotmatrix1354" element="dotmatrixdot" state="0">
8977    <bounds x="54" y="20" width="1" height="1" />
8978  </backdrop>
8979  <backdrop name="dotmatrix1355" element="dotmatrixdot" state="0">
8980    <bounds x="55" y="20" width="1" height="1" />
8981  </backdrop>
8982  <backdrop name="dotmatrix1356" element="dotmatrixdot" state="0">
8983    <bounds x="56" y="20" width="1" height="1" />
8984  </backdrop>
8985  <backdrop name="dotmatrix1357" element="dotmatrixdot" state="0">
8986    <bounds x="57" y="20" width="1" height="1" />
8987  </backdrop>
8988  <backdrop name="dotmatrix1358" element="dotmatrixdot" state="0">
8989    <bounds x="58" y="20" width="1" height="1" />
8990  </backdrop>
8991  <backdrop name="dotmatrix1359" element="dotmatrixdot" state="0">
8992    <bounds x="59" y="20" width="1" height="1" />
8993  </backdrop>
8994  <backdrop name="dotmatrix1360" element="dotmatrixdot" state="0">
8995    <bounds x="60" y="20" width="1" height="1" />
8996  </backdrop>
8997  <backdrop name="dotmatrix1361" element="dotmatrixdot" state="0">
8998    <bounds x="61" y="20" width="1" height="1" />
8999  </backdrop>
9000  <backdrop name="dotmatrix1362" element="dotmatrixdot" state="0">
9001    <bounds x="62" y="20" width="1" height="1" />
9002  </backdrop>
9003  <backdrop name="dotmatrix1363" element="dotmatrixdot" state="0">
9004    <bounds x="63" y="20" width="1" height="1" />
9005  </backdrop>
9006  <backdrop name="dotmatrix1364" element="dotmatrixdot" state="0">
9007    <bounds x="64" y="20" width="1" height="1" />
9008  </backdrop>
9009   </view>
9010</mamelayout>
trunk/src/mame/layout/jpmsru.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/jpmmps.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/bfmsys85.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="lamp0" element="matrixlamp" state="0">
95         <bounds x="0" y="0" width="7" height="7"/>
96      </backdrop>
97      <backdrop name="lamp1" element="matrixlamp" state="0">
98         <bounds x="8" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp2" element="matrixlamp" state="0">
101         <bounds x="16" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp3" element="matrixlamp" state="0">
104         <bounds x="24" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp4" element="matrixlamp" state="0">
107         <bounds x="32" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp5" element="matrixlamp" state="0">
110         <bounds x="40" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp6" element="matrixlamp" state="0">
113         <bounds x="48" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp7" element="matrixlamp" state="0">
116         <bounds x="56" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp8" element="matrixlamp" state="0">
119         <bounds x="64" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp9" element="matrixlamp" state="0">
122         <bounds x="72" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp10" element="matrixlamp" state="0">
125         <bounds x="80" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp11" element="matrixlamp" state="0">
128         <bounds x="88" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp12" element="matrixlamp" state="0">
131         <bounds x="96" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp13" element="matrixlamp" state="0">
134         <bounds x="104" y="0" width="7" height="7"/>
135      </backdrop>
136      <backdrop name="lamp14" element="matrixlamp" state="0">
137         <bounds x="112" y="0" width="7" height="7"/>
138      </backdrop>
139      <backdrop name="lamp15" element="matrixlamp" state="0">
140         <bounds x="120" y="0" width="7" height="7"/>
141      </backdrop>
142      <backdrop name="lamp16" element="matrixlamp" state="0">
143         <bounds x="0" y="8" width="7" height="7"/>
144      </backdrop>
145      <backdrop name="lamp17" element="matrixlamp" state="0">
146         <bounds x="8" y="8" width="7" height="7"/>
147      </backdrop>
148      <backdrop name="lamp18" element="matrixlamp" state="0">
149         <bounds x="16" y="8" width="7" height="7"/>
150      </backdrop>
151      <backdrop name="lamp19" element="matrixlamp" state="0">
152         <bounds x="24" y="8" width="7" height="7"/>
153      </backdrop>
154      <backdrop name="lamp20" element="matrixlamp" state="0">
155         <bounds x="32" y="8" width="7" height="7"/>
156      </backdrop>
157      <backdrop name="lamp21" element="matrixlamp" state="0">
158         <bounds x="40" y="8" width="7" height="7"/>
159      </backdrop>
160      <backdrop name="lamp22" element="matrixlamp" state="0">
161         <bounds x="48" y="8" width="7" height="7"/>
162      </backdrop>
163      <backdrop name="lamp23" element="matrixlamp" state="0">
164         <bounds x="56" y="8" width="7" height="7"/>
165      </backdrop>
166      <backdrop name="lamp24" element="matrixlamp" state="0">
167         <bounds x="64" y="8" width="7" height="7"/>
168      </backdrop>
169      <backdrop name="lamp25" element="matrixlamp" state="0">
170         <bounds x="72" y="8" width="7" height="7"/>
171      </backdrop>
172      <backdrop name="lamp26" element="matrixlamp" state="0">
173         <bounds x="80" y="8" width="7" height="7"/>
174      </backdrop>
175      <backdrop name="lamp27" element="matrixlamp" state="0">
176         <bounds x="88" y="8" width="7" height="7"/>
177      </backdrop>
178      <backdrop name="lamp28" element="matrixlamp" state="0">
179         <bounds x="96" y="8" width="7" height="7"/>
180      </backdrop>
181      <backdrop name="lamp29" element="matrixlamp" state="0">
182         <bounds x="104" y="8" width="7" height="7"/>
183      </backdrop>
184      <backdrop name="lamp30" element="matrixlamp" state="0">
185         <bounds x="112" y="8" width="7" height="7"/>
186      </backdrop>
187      <backdrop name="lamp31" element="matrixlamp" state="0">
188         <bounds x="120" y="8" width="7" height="7"/>
189      </backdrop>
190      <backdrop name="lamp32" element="matrixlamp" state="0">
191         <bounds x="0" y="16" width="7" height="7"/>
192      </backdrop>
193      <backdrop name="lamp33" element="matrixlamp" state="0">
194         <bounds x="8" y="16" width="7" height="7"/>
195      </backdrop>
196      <backdrop name="lamp34" element="matrixlamp" state="0">
197         <bounds x="16" y="16" width="7" height="7"/>
198      </backdrop>
199      <backdrop name="lamp35" element="matrixlamp" state="0">
200         <bounds x="24" y="16" width="7" height="7"/>
201      </backdrop>
202      <backdrop name="lamp36" element="matrixlamp" state="0">
203         <bounds x="32" y="16" width="7" height="7"/>
204      </backdrop>
205      <backdrop name="lamp37" element="matrixlamp" state="0">
206         <bounds x="40" y="16" width="7" height="7"/>
207      </backdrop>
208      <backdrop name="lamp38" element="matrixlamp" state="0">
209         <bounds x="48" y="16" width="7" height="7"/>
210      </backdrop>
211      <backdrop name="lamp39" element="matrixlamp" state="0">
212         <bounds x="56" y="16" width="7" height="7"/>
213      </backdrop>
214      <backdrop name="lamp40" element="matrixlamp" state="0">
215         <bounds x="64" y="16" width="7" height="7"/>
216      </backdrop>
217      <backdrop name="lamp41" element="matrixlamp" state="0">
218         <bounds x="72" y="16" width="7" height="7"/>
219      </backdrop>
220      <backdrop name="lamp42" element="matrixlamp" state="0">
221         <bounds x="80" y="16" width="7" height="7"/>
222      </backdrop>
223      <backdrop name="lamp43" element="matrixlamp" state="0">
224         <bounds x="88" y="16" width="7" height="7"/>
225      </backdrop>
226      <backdrop name="lamp44" element="matrixlamp" state="0">
227         <bounds x="96" y="16" width="7" height="7"/>
228      </backdrop>
229      <backdrop name="lamp45" element="matrixlamp" state="0">
230         <bounds x="104" y="16" width="7" height="7"/>
231      </backdrop>
232      <backdrop name="lamp46" element="matrixlamp" state="0">
233         <bounds x="112" y="16" width="7" height="7"/>
234      </backdrop>
235      <backdrop name="lamp47" element="matrixlamp" state="0">
236         <bounds x="120" y="16" width="7" height="7"/>
237      </backdrop>
238      <backdrop name="lamp48" element="matrixlamp" state="0">
239         <bounds x="0" y="24" width="7" height="7"/>
240      </backdrop>
241      <backdrop name="lamp49" element="matrixlamp" state="0">
242         <bounds x="8" y="24" width="7" height="7"/>
243      </backdrop>
244      <backdrop name="lamp50" element="matrixlamp" state="0">
245         <bounds x="16" y="24" width="7" height="7"/>
246      </backdrop>
247      <backdrop name="lamp51" element="matrixlamp" state="0">
248         <bounds x="24" y="24" width="7" height="7"/>
249      </backdrop>
250      <backdrop name="lamp52" element="matrixlamp" state="0">
251         <bounds x="32" y="24" width="7" height="7"/>
252      </backdrop>
253      <backdrop name="lamp53" element="matrixlamp" state="0">
254         <bounds x="40" y="24" width="7" height="7"/>
255      </backdrop>
256      <backdrop name="lamp54" element="matrixlamp" state="0">
257         <bounds x="48" y="24" width="7" height="7"/>
258      </backdrop>
259      <backdrop name="lamp55" element="matrixlamp" state="0">
260         <bounds x="56" y="24" width="7" height="7"/>
261      </backdrop>
262      <backdrop name="lamp56" element="matrixlamp" state="0">
263         <bounds x="64" y="24" width="7" height="7"/>
264      </backdrop>
265      <backdrop name="lamp57" element="matrixlamp" state="0">
266         <bounds x="72" y="24" width="7" height="7"/>
267      </backdrop>
268      <backdrop name="lamp58" element="matrixlamp" state="0">
269         <bounds x="80" y="24" width="7" height="7"/>
270      </backdrop>
271      <backdrop name="lamp59" element="matrixlamp" state="0">
272         <bounds x="88" y="24" width="7" height="7"/>
273      </backdrop>
274      <backdrop name="lamp60" element="matrixlamp" state="0">
275         <bounds x="96" y="24" width="7" height="7"/>
276      </backdrop>
277      <backdrop name="lamp61" element="matrixlamp" state="0">
278         <bounds x="104" y="24" width="7" height="7"/>
279      </backdrop>
280      <backdrop name="lamp62" element="matrixlamp" state="0">
281         <bounds x="112" y="24" width="7" height="7"/>
282      </backdrop>
283      <backdrop name="lamp63" element="matrixlamp" state="0">
284         <bounds x="120" y="24" width="7" height="7"/>
285      </backdrop>
286      <backdrop name="lamp64" element="matrixlamp" state="0">
287         <bounds x="0" y="32" width="7" height="7"/>
288      </backdrop>
289      <backdrop name="lamp65" element="matrixlamp" state="0">
290         <bounds x="8" y="32" width="7" height="7"/>
291      </backdrop>
292      <backdrop name="lamp66" element="matrixlamp" state="0">
293         <bounds x="16" y="32" width="7" height="7"/>
294      </backdrop>
295      <backdrop name="lamp67" element="matrixlamp" state="0">
296         <bounds x="24" y="32" width="7" height="7"/>
297      </backdrop>
298      <backdrop name="lamp68" element="matrixlamp" state="0">
299         <bounds x="32" y="32" width="7" height="7"/>
300      </backdrop>
301      <backdrop name="lamp69" element="matrixlamp" state="0">
302         <bounds x="40" y="32" width="7" height="7"/>
303      </backdrop>
304      <backdrop name="lamp70" element="matrixlamp" state="0">
305         <bounds x="48" y="32" width="7" height="7"/>
306      </backdrop>
307      <backdrop name="lamp71" element="matrixlamp" state="0">
308         <bounds x="56" y="32" width="7" height="7"/>
309      </backdrop>
310      <backdrop name="lamp72" element="matrixlamp" state="0">
311         <bounds x="64" y="32" width="7" height="7"/>
312      </backdrop>
313      <backdrop name="lamp73" element="matrixlamp" state="0">
314         <bounds x="72" y="32" width="7" height="7"/>
315      </backdrop>
316      <backdrop name="lamp74" element="matrixlamp" state="0">
317         <bounds x="80" y="32" width="7" height="7"/>
318      </backdrop>
319      <backdrop name="lamp75" element="matrixlamp" state="0">
320         <bounds x="88" y="32" width="7" height="7"/>
321      </backdrop>
322      <backdrop name="lamp76" element="matrixlamp" state="0">
323         <bounds x="96" y="32" width="7" height="7"/>
324      </backdrop>
325      <backdrop name="lamp77" element="matrixlamp" state="0">
326         <bounds x="104" y="32" width="7" height="7"/>
327      </backdrop>
328      <backdrop name="lamp78" element="matrixlamp" state="0">
329         <bounds x="112" y="32" width="7" height="7"/>
330      </backdrop>
331      <backdrop name="lamp79" element="matrixlamp" state="0">
332         <bounds x="120" y="32" width="7" height="7"/>
333      </backdrop>
334      <backdrop name="lamp80" element="matrixlamp" state="0">
335         <bounds x="0" y="40" width="7" height="7"/>
336      </backdrop>
337      <backdrop name="lamp81" element="matrixlamp" state="0">
338         <bounds x="8" y="40" width="7" height="7"/>
339      </backdrop>
340      <backdrop name="lamp82" element="matrixlamp" state="0">
341         <bounds x="16" y="40" width="7" height="7"/>
342      </backdrop>
343      <backdrop name="lamp83" element="matrixlamp" state="0">
344         <bounds x="24" y="40" width="7" height="7"/>
345      </backdrop>
346      <backdrop name="lamp84" element="matrixlamp" state="0">
347         <bounds x="32" y="40" width="7" height="7"/>
348      </backdrop>
349      <backdrop name="lamp85" element="matrixlamp" state="0">
350         <bounds x="40" y="40" width="7" height="7"/>
351      </backdrop>
352      <backdrop name="lamp86" element="matrixlamp" state="0">
353         <bounds x="48" y="40" width="7" height="7"/>
354      </backdrop>
355      <backdrop name="lamp87" element="matrixlamp" state="0">
356         <bounds x="56" y="40" width="7" height="7"/>
357      </backdrop>
358      <backdrop name="lamp88" element="matrixlamp" state="0">
359         <bounds x="64" y="40" width="7" height="7"/>
360      </backdrop>
361      <backdrop name="lamp89" element="matrixlamp" state="0">
362         <bounds x="72" y="40" width="7" height="7"/>
363      </backdrop>
364      <backdrop name="lamp90" element="matrixlamp" state="0">
365         <bounds x="80" y="40" width="7" height="7"/>
366      </backdrop>
367      <backdrop name="lamp91" element="matrixlamp" state="0">
368         <bounds x="88" y="40" width="7" height="7"/>
369      </backdrop>
370      <backdrop name="lamp92" element="matrixlamp" state="0">
371         <bounds x="96" y="40" width="7" height="7"/>
372      </backdrop>
373      <backdrop name="lamp93" element="matrixlamp" state="0">
374         <bounds x="104" y="40" width="7" height="7"/>
375      </backdrop>
376      <backdrop name="lamp94" element="matrixlamp" state="0">
377         <bounds x="112" y="40" width="7" height="7"/>
378      </backdrop>
379      <backdrop name="lamp95" element="matrixlamp" state="0">
380         <bounds x="120" y="40" width="7" height="7"/>
381      </backdrop>
382      <backdrop name="lamp96" element="matrixlamp" state="0">
383         <bounds x="0" y="48" width="7" height="7"/>
384      </backdrop>
385      <backdrop name="lamp97" element="matrixlamp" state="0">
386         <bounds x="8" y="48" width="7" height="7"/>
387      </backdrop>
388      <backdrop name="lamp98" element="matrixlamp" state="0">
389         <bounds x="16" y="48" width="7" height="7"/>
390      </backdrop>
391      <backdrop name="lamp99" element="matrixlamp" state="0">
392         <bounds x="24" y="48" width="7" height="7"/>
393      </backdrop>
394      <backdrop name="lamp100" element="matrixlamp" state="0">
395         <bounds x="32" y="48" width="7" height="7"/>
396      </backdrop>
397      <backdrop name="lamp101" element="matrixlamp" state="0">
398         <bounds x="40" y="48" width="7" height="7"/>
399      </backdrop>
400      <backdrop name="lamp102" element="matrixlamp" state="0">
401         <bounds x="48" y="48" width="7" height="7"/>
402      </backdrop>
403      <backdrop name="lamp103" element="matrixlamp" state="0">
404         <bounds x="56" y="48" width="7" height="7"/>
405      </backdrop>
406      <backdrop name="lamp104" element="matrixlamp" state="0">
407         <bounds x="64" y="48" width="7" height="7"/>
408      </backdrop>
409      <backdrop name="lamp105" element="matrixlamp" state="0">
410         <bounds x="72" y="48" width="7" height="7"/>
411      </backdrop>
412      <backdrop name="lamp106" element="matrixlamp" state="0">
413         <bounds x="80" y="48" width="7" height="7"/>
414      </backdrop>
415      <backdrop name="lamp107" element="matrixlamp" state="0">
416         <bounds x="88" y="48" width="7" height="7"/>
417      </backdrop>
418      <backdrop name="lamp108" element="matrixlamp" state="0">
419         <bounds x="96" y="48" width="7" height="7"/>
420      </backdrop>
421      <backdrop name="lamp109" element="matrixlamp" state="0">
422         <bounds x="104" y="48" width="7" height="7"/>
423      </backdrop>
424      <backdrop name="lamp110" element="matrixlamp" state="0">
425         <bounds x="112" y="48" width="7" height="7"/>
426      </backdrop>
427      <backdrop name="lamp111" element="matrixlamp" state="0">
428         <bounds x="120" y="48" width="7" height="7"/>
429      </backdrop>
430      <backdrop name="lamp112" element="matrixlamp" state="0">
431         <bounds x="0" y="56" width="7" height="7"/>
432      </backdrop>
433      <backdrop name="lamp113" element="matrixlamp" state="0">
434         <bounds x="8" y="56" width="7" height="7"/>
435      </backdrop>
436      <backdrop name="lamp114" element="matrixlamp" state="0">
437         <bounds x="16" y="56" width="7" height="7"/>
438      </backdrop>
439      <backdrop name="lamp115" element="matrixlamp" state="0">
440         <bounds x="24" y="56" width="7" height="7"/>
441      </backdrop>
442      <backdrop name="lamp116" element="matrixlamp" state="0">
443         <bounds x="32" y="56" width="7" height="7"/>
444      </backdrop>
445      <backdrop name="lamp117" element="matrixlamp" state="0">
446         <bounds x="40" y="56" width="7" height="7"/>
447      </backdrop>
448      <backdrop name="lamp118" element="matrixlamp" state="0">
449         <bounds x="48" y="56" width="7" height="7"/>
450      </backdrop>
451      <backdrop name="lamp119" element="matrixlamp" state="0">
452         <bounds x="56" y="56" width="7" height="7"/>
453      </backdrop>
454      <backdrop name="lamp120" element="matrixlamp" state="0">
455         <bounds x="64" y="56" width="7" height="7"/>
456      </backdrop>
457      <backdrop name="lamp121" element="matrixlamp" state="0">
458         <bounds x="72" y="56" width="7" height="7"/>
459      </backdrop>
460      <backdrop name="lamp122" element="matrixlamp" state="0">
461         <bounds x="80" y="56" width="7" height="7"/>
462      </backdrop>
463      <backdrop name="lamp123" element="matrixlamp" state="0">
464         <bounds x="88" y="56" width="7" height="7"/>
465      </backdrop>
466      <backdrop name="lamp124" element="matrixlamp" state="0">
467         <bounds x="96" y="56" width="7" height="7"/>
468      </backdrop>
469      <backdrop name="lamp125" element="matrixlamp" state="0">
470         <bounds x="104" y="56" width="7" height="7"/>
471      </backdrop>
472      <backdrop name="lamp126" element="matrixlamp" state="0">
473         <bounds x="112" y="56" width="7" height="7"/>
474      </backdrop>
475      <backdrop name="lamp127" element="matrixlamp" state="0">
476         <bounds x="120" y="56" width="7" height="7"/>
477      </backdrop>
478   </view>
479   <view name="VFD Display Output Only">
480      <backdrop name="vfd0" element="vfd0" state="0">
481         <bounds x="10" y="200" width="9" height="17"/>
482      </backdrop>
483      <backdrop name="vfd1" element="vfd0" state="0">
484         <bounds x="19" y="200" width="9" height="17"/>
485      </backdrop>
486      <backdrop name="vfd2" element="vfd0" state="0">
487         <bounds x="28" y="200" width="9" height="17"/>
488      </backdrop>
489      <backdrop name="vfd3" element="vfd0" state="0">
490         <bounds x="37" y="200" width="9" height="17"/>
491      </backdrop>
492      <backdrop name="vfd4" element="vfd0" state="0">
493         <bounds x="46" y="200" width="9" height="17"/>
494      </backdrop>
495      <backdrop name="vfd5" element="vfd0" state="0">
496         <bounds x="55" y="200" width="9" height="17"/>
497      </backdrop>
498      <backdrop name="vfd6" element="vfd0" state="0">
499         <bounds x="64" y="200" width="9" height="17"/>
500      </backdrop>
501      <backdrop name="vfd7" element="vfd0" state="0">
502         <bounds x="73" y="200" width="9" height="17"/>
503      </backdrop>
504      <backdrop name="vfd8" element="vfd0" state="0">
505         <bounds x="82" y="200" width="9" height="17"/>
506      </backdrop>
507      <backdrop name="vfd9" element="vfd0" state="0">
508         <bounds x="91" y="200" width="9" height="17"/>
509      </backdrop>
510      <backdrop name="vfd10" element="vfd0" state="0">
511         <bounds x="100" y="200" width="9" height="17"/>
512      </backdrop>
513      <backdrop name="vfd11" element="vfd0" state="0">
514         <bounds x="109" y="200" width="9" height="17"/>
515      </backdrop>
516      <backdrop name="vfd12" element="vfd0" state="0">
517         <bounds x="118" y="200" width="9" height="17"/>
518      </backdrop>
519      <backdrop name="vfd13" element="vfd0" state="0">
520         <bounds x="127" y="200" width="9" height="17"/>
521      </backdrop>
522      <backdrop name="vfd14" element="vfd0" state="0">
523         <bounds x="136" y="200" width="9" height="17"/>
524      </backdrop>
525      <backdrop name="vfd15" element="vfd0" state="0">
526         <bounds x="145" y="200" width="9" height="17"/>
527      </backdrop>
528   </view>
529</mamelayout>
530
trunk/src/mame/layout/mpu3.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/maygay1b.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/proconn.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/sc2_dmd.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3  <element name="matrixlamp">
4   <rect state ="0">
5      <bounds x="0" y="0" width="7" height="7" />
6      <color red="0.7" green="0.7" blue="0.7" />
7   </rect>
8   <rect state ="1">
9      <bounds x="0" y="0" width="7" height="7" />
10      <color red="0.0" green="0.0" blue="1.0" />
11   </rect>
12   <rect state ="2">
13      <bounds x="0" y="0" width="7" height="7" />
14      <color red="0.0" green="1.0" blue="0.0" />
15   </rect>
16  </element>
17  <element name="dotmatrixdot">
18   <dotmatrixdot>
19      <color red="1.0" green="0" blue="0" />
20   </dotmatrixdot>
21   </element>
22   <element name="Steppers" defstate="0">
23       <simplecounter maxstate="999" digits="3">
24      <color red="1.0" green="1.0" blue="1.0" />
25      <bounds x="0" y="0" width="1" height="1" />
26      </simplecounter>
27   </element>
28
29  <view name="AWP Simulated Video (Reels, Dots and Lamp Matrix)">
30  <backdrop name="dotmatrix0" element="dotmatrixdot" state="0">
31    <bounds x="0" y="0" width="1" height="1" />
32  </backdrop>
33  <backdrop name="dotmatrix1" element="dotmatrixdot" state="0">
34    <bounds x="1" y="0" width="1" height="1" />
35  </backdrop>
36  <backdrop name="dotmatrix2" element="dotmatrixdot" state="0">
37    <bounds x="2" y="0" width="1" height="1" />
38  </backdrop>
39  <backdrop name="dotmatrix3" element="dotmatrixdot" state="0">
40    <bounds x="3" y="0" width="1" height="1" />
41  </backdrop>
42  <backdrop name="dotmatrix4" element="dotmatrixdot" state="0">
43    <bounds x="4" y="0" width="1" height="1" />
44  </backdrop>
45  <backdrop name="dotmatrix5" element="dotmatrixdot" state="0">
46    <bounds x="5" y="0" width="1" height="1" />
47  </backdrop>
48  <backdrop name="dotmatrix6" element="dotmatrixdot" state="0">
49    <bounds x="6" y="0" width="1" height="1" />
50  </backdrop>
51  <backdrop name="dotmatrix7" element="dotmatrixdot" state="0">
52    <bounds x="7" y="0" width="1" height="1" />
53  </backdrop>
54  <backdrop name="dotmatrix8" element="dotmatrixdot" state="0">
55    <bounds x="8" y="0" width="1" height="1" />
56  </backdrop>
57  <backdrop name="dotmatrix9" element="dotmatrixdot" state="0">
58    <bounds x="9" y="0" width="1" height="1" />
59  </backdrop>
60  <backdrop name="dotmatrix10" element="dotmatrixdot" state="0">
61    <bounds x="10" y="0" width="1" height="1" />
62  </backdrop>
63  <backdrop name="dotmatrix11" element="dotmatrixdot" state="0">
64    <bounds x="11" y="0" width="1" height="1" />
65  </backdrop>
66  <backdrop name="dotmatrix12" element="dotmatrixdot" state="0">
67    <bounds x="12" y="0" width="1" height="1" />
68  </backdrop>
69  <backdrop name="dotmatrix13" element="dotmatrixdot" state="0">
70    <bounds x="13" y="0" width="1" height="1" />
71  </backdrop>
72  <backdrop name="dotmatrix14" element="dotmatrixdot" state="0">
73    <bounds x="14" y="0" width="1" height="1" />
74  </backdrop>
75  <backdrop name="dotmatrix15" element="dotmatrixdot" state="0">
76    <bounds x="15" y="0" width="1" height="1" />
77  </backdrop>
78  <backdrop name="dotmatrix16" element="dotmatrixdot" state="0">
79    <bounds x="16" y="0" width="1" height="1" />
80  </backdrop>
81  <backdrop name="dotmatrix17" element="dotmatrixdot" state="0">
82    <bounds x="17" y="0" width="1" height="1" />
83  </backdrop>
84  <backdrop name="dotmatrix18" element="dotmatrixdot" state="0">
85    <bounds x="18" y="0" width="1" height="1" />
86  </backdrop>
87  <backdrop name="dotmatrix19" element="dotmatrixdot" state="0">
88    <bounds x="19" y="0" width="1" height="1" />
89  </backdrop>
90  <backdrop name="dotmatrix20" element="dotmatrixdot" state="0">
91    <bounds x="20" y="0" width="1" height="1" />
92  </backdrop>
93  <backdrop name="dotmatrix21" element="dotmatrixdot" state="0">
94    <bounds x="21" y="0" width="1" height="1" />
95  </backdrop>
96  <backdrop name="dotmatrix22" element="dotmatrixdot" state="0">
97    <bounds x="22" y="0" width="1" height="1" />
98  </backdrop>
99  <backdrop name="dotmatrix23" element="dotmatrixdot" state="0">
100    <bounds x="23" y="0" width="1" height="1" />
101  </backdrop>
102  <backdrop name="dotmatrix24" element="dotmatrixdot" state="0">
103    <bounds x="24" y="0" width="1" height="1" />
104  </backdrop>
105  <backdrop name="dotmatrix25" element="dotmatrixdot" state="0">
106    <bounds x="25" y="0" width="1" height="1" />
107  </backdrop>
108  <backdrop name="dotmatrix26" element="dotmatrixdot" state="0">
109    <bounds x="26" y="0" width="1" height="1" />
110  </backdrop>
111  <backdrop name="dotmatrix27" element="dotmatrixdot" state="0">
112    <bounds x="27" y="0" width="1" height="1" />
113  </backdrop>
114  <backdrop name="dotmatrix28" element="dotmatrixdot" state="0">
115    <bounds x="28" y="0" width="1" height="1" />
116  </backdrop>
117  <backdrop name="dotmatrix29" element="dotmatrixdot" state="0">
118    <bounds x="29" y="0" width="1" height="1" />
119  </backdrop>
120  <backdrop name="dotmatrix30" element="dotmatrixdot" state="0">
121    <bounds x="30" y="0" width="1" height="1" />
122  </backdrop>
123  <backdrop name="dotmatrix31" element="dotmatrixdot" state="0">
124    <bounds x="31" y="0" width="1" height="1" />
125  </backdrop>
126  <backdrop name="dotmatrix32" element="dotmatrixdot" state="0">
127    <bounds x="32" y="0" width="1" height="1" />
128  </backdrop>
129  <backdrop name="dotmatrix33" element="dotmatrixdot" state="0">
130    <bounds x="33" y="0" width="1" height="1" />
131  </backdrop>
132  <backdrop name="dotmatrix34" element="dotmatrixdot" state="0">
133    <bounds x="34" y="0" width="1" height="1" />
134  </backdrop>
135  <backdrop name="dotmatrix35" element="dotmatrixdot" state="0">
136    <bounds x="35" y="0" width="1" height="1" />
137  </backdrop>
138  <backdrop name="dotmatrix36" element="dotmatrixdot" state="0">
139    <bounds x="36" y="0" width="1" height="1" />
140  </backdrop>
141  <backdrop name="dotmatrix37" element="dotmatrixdot" state="0">
142    <bounds x="37" y="0" width="1" height="1" />
143  </backdrop>
144  <backdrop name="dotmatrix38" element="dotmatrixdot" state="0">
145    <bounds x="38" y="0" width="1" height="1" />
146  </backdrop>
147  <backdrop name="dotmatrix39" element="dotmatrixdot" state="0">
148    <bounds x="39" y="0" width="1" height="1" />
149  </backdrop>
150  <backdrop name="dotmatrix40" element="dotmatrixdot" state="0">
151    <bounds x="40" y="0" width="1" height="1" />
152  </backdrop>
153  <backdrop name="dotmatrix41" element="dotmatrixdot" state="0">
154    <bounds x="41" y="0" width="1" height="1" />
155  </backdrop>
156  <backdrop name="dotmatrix42" element="dotmatrixdot" state="0">
157    <bounds x="42" y="0" width="1" height="1" />
158  </backdrop>
159  <backdrop name="dotmatrix43" element="dotmatrixdot" state="0">
160    <bounds x="43" y="0" width="1" height="1" />
161  </backdrop>
162  <backdrop name="dotmatrix44" element="dotmatrixdot" state="0">
163    <bounds x="44" y="0" width="1" height="1" />
164  </backdrop>
165  <backdrop name="dotmatrix45" element="dotmatrixdot" state="0">
166    <bounds x="45" y="0" width="1" height="1" />
167  </backdrop>
168  <backdrop name="dotmatrix46" element="dotmatrixdot" state="0">
169    <bounds x="46" y="0" width="1" height="1" />
170  </backdrop>
171  <backdrop name="dotmatrix47" element="dotmatrixdot" state="0">
172    <bounds x="47" y="0" width="1" height="1" />
173  </backdrop>
174  <backdrop name="dotmatrix48" element="dotmatrixdot" state="0">
175    <bounds x="48" y="0" width="1" height="1" />
176  </backdrop>
177  <backdrop name="dotmatrix49" element="dotmatrixdot" state="0">
178    <bounds x="49" y="0" width="1" height="1" />
179  </backdrop>
180  <backdrop name="dotmatrix50" element="dotmatrixdot" state="0">
181    <bounds x="50" y="0" width="1" height="1" />
182  </backdrop>
183  <backdrop name="dotmatrix51" element="dotmatrixdot" state="0">
184    <bounds x="51" y="0" width="1" height="1" />
185  </backdrop>
186  <backdrop name="dotmatrix52" element="dotmatrixdot" state="0">
187    <bounds x="52" y="0" width="1" height="1" />
188  </backdrop>
189  <backdrop name="dotmatrix53" element="dotmatrixdot" state="0">
190    <bounds x="53" y="0" width="1" height="1" />
191  </backdrop>
192  <backdrop name="dotmatrix54" element="dotmatrixdot" state="0">
193    <bounds x="54" y="0" width="1" height="1" />
194  </backdrop>
195  <backdrop name="dotmatrix55" element="dotmatrixdot" state="0">
196    <bounds x="55" y="0" width="1" height="1" />
197  </backdrop>
198  <backdrop name="dotmatrix56" element="dotmatrixdot" state="0">
199    <bounds x="56" y="0" width="1" height="1" />
200  </backdrop>
201  <backdrop name="dotmatrix57" element="dotmatrixdot" state="0">
202    <bounds x="57" y="0" width="1" height="1" />
203  </backdrop>
204  <backdrop name="dotmatrix58" element="dotmatrixdot" state="0">
205    <bounds x="58" y="0" width="1" height="1" />
206  </backdrop>
207  <backdrop name="dotmatrix59" element="dotmatrixdot" state="0">
208    <bounds x="59" y="0" width="1" height="1" />
209  </backdrop>
210  <backdrop name="dotmatrix60" element="dotmatrixdot" state="0">
211    <bounds x="60" y="0" width="1" height="1" />
212  </backdrop>
213  <backdrop name="dotmatrix61" element="dotmatrixdot" state="0">
214    <bounds x="61" y="0" width="1" height="1" />
215  </backdrop>
216  <backdrop name="dotmatrix62" element="dotmatrixdot" state="0">
217    <bounds x="62" y="0" width="1" height="1" />
218  </backdrop>
219  <backdrop name="dotmatrix63" element="dotmatrixdot" state="0">
220    <bounds x="63" y="0" width="1" height="1" />
221  </backdrop>
222  <backdrop name="dotmatrix64" element="dotmatrixdot" state="0">
223    <bounds x="64" y="0" width="1" height="1" />
224  </backdrop>
225  <backdrop name="dotmatrix65" element="dotmatrixdot" state="0">
226    <bounds x="0" y="1" width="1" height="1" />
227  </backdrop>
228  <backdrop name="dotmatrix66" element="dotmatrixdot" state="0">
229    <bounds x="1" y="1" width="1" height="1" />
230  </backdrop>
231  <backdrop name="dotmatrix67" element="dotmatrixdot" state="0">
232    <bounds x="2" y="1" width="1" height="1" />
233  </backdrop>
234  <backdrop name="dotmatrix68" element="dotmatrixdot" state="0">
235    <bounds x="3" y="1" width="1" height="1" />
236  </backdrop>
237  <backdrop name="dotmatrix69" element="dotmatrixdot" state="0">
238    <bounds x="4" y="1" width="1" height="1" />
239  </backdrop>
240  <backdrop name="dotmatrix70" element="dotmatrixdot" state="0">
241    <bounds x="5" y="1" width="1" height="1" />
242  </backdrop>
243  <backdrop name="dotmatrix71" element="dotmatrixdot" state="0">
244    <bounds x="6" y="1" width="1" height="1" />
245  </backdrop>
246  <backdrop name="dotmatrix72" element="dotmatrixdot" state="0">
247    <bounds x="7" y="1" width="1" height="1" />
248  </backdrop>
249  <backdrop name="dotmatrix73" element="dotmatrixdot" state="0">
250    <bounds x="8" y="1" width="1" height="1" />
251  </backdrop>
252  <backdrop name="dotmatrix74" element="dotmatrixdot" state="0">
253    <bounds x="9" y="1" width="1" height="1" />
254  </backdrop>
255  <backdrop name="dotmatrix75" element="dotmatrixdot" state="0">
256    <bounds x="10" y="1" width="1" height="1" />
257  </backdrop>
258  <backdrop name="dotmatrix76" element="dotmatrixdot" state="0">
259    <bounds x="11" y="1" width="1" height="1" />
260  </backdrop>
261  <backdrop name="dotmatrix77" element="dotmatrixdot" state="0">
262    <bounds x="12" y="1" width="1" height="1" />
263  </backdrop>
264  <backdrop name="dotmatrix78" element="dotmatrixdot" state="0">
265    <bounds x="13" y="1" width="1" height="1" />
266  </backdrop>
267  <backdrop name="dotmatrix79" element="dotmatrixdot" state="0">
268    <bounds x="14" y="1" width="1" height="1" />
269  </backdrop>
270  <backdrop name="dotmatrix80" element="dotmatrixdot" state="0">
271    <bounds x="15" y="1" width="1" height="1" />
272  </backdrop>
273  <backdrop name="dotmatrix81" element="dotmatrixdot" state="0">
274    <bounds x="16" y="1" width="1" height="1" />
275  </backdrop>
276  <backdrop name="dotmatrix82" element="dotmatrixdot" state="0">
277    <bounds x="17" y="1" width="1" height="1" />
278  </backdrop>
279  <backdrop name="dotmatrix83" element="dotmatrixdot" state="0">
280    <bounds x="18" y="1" width="1" height="1" />
281  </backdrop>
282  <backdrop name="dotmatrix84" element="dotmatrixdot" state="0">
283    <bounds x="19" y="1" width="1" height="1" />
284  </backdrop>
285  <backdrop name="dotmatrix85" element="dotmatrixdot" state="0">
286    <bounds x="20" y="1" width="1" height="1" />
287  </backdrop>
288  <backdrop name="dotmatrix86" element="dotmatrixdot" state="0">
289    <bounds x="21" y="1" width="1" height="1" />
290  </backdrop>
291  <backdrop name="dotmatrix87" element="dotmatrixdot" state="0">
292    <bounds x="22" y="1" width="1" height="1" />
293  </backdrop>
294  <backdrop name="dotmatrix88" element="dotmatrixdot" state="0">
295    <bounds x="23" y="1" width="1" height="1" />
296  </backdrop>
297  <backdrop name="dotmatrix89" element="dotmatrixdot" state="0">
298    <bounds x="24" y="1" width="1" height="1" />
299  </backdrop>
300  <backdrop name="dotmatrix90" element="dotmatrixdot" state="0">
301    <bounds x="25" y="1" width="1" height="1" />
302  </backdrop>
303  <backdrop name="dotmatrix91" element="dotmatrixdot" state="0">
304    <bounds x="26" y="1" width="1" height="1" />
305  </backdrop>
306  <backdrop name="dotmatrix92" element="dotmatrixdot" state="0">
307    <bounds x="27" y="1" width="1" height="1" />
308  </backdrop>
309  <backdrop name="dotmatrix93" element="dotmatrixdot" state="0">
310    <bounds x="28" y="1" width="1" height="1" />
311  </backdrop>
312  <backdrop name="dotmatrix94" element="dotmatrixdot" state="0">
313    <bounds x="29" y="1" width="1" height="1" />
314  </backdrop>
315  <backdrop name="dotmatrix95" element="dotmatrixdot" state="0">
316    <bounds x="30" y="1" width="1" height="1" />
317  </backdrop>
318  <backdrop name="dotmatrix96" element="dotmatrixdot" state="0">
319    <bounds x="31" y="1" width="1" height="1" />
320  </backdrop>
321  <backdrop name="dotmatrix97" element="dotmatrixdot" state="0">
322    <bounds x="32" y="1" width="1" height="1" />
323  </backdrop>
324  <backdrop name="dotmatrix98" element="dotmatrixdot" state="0">
325    <bounds x="33" y="1" width="1" height="1" />
326  </backdrop>
327  <backdrop name="dotmatrix99" element="dotmatrixdot" state="0">
328    <bounds x="34" y="1" width="1" height="1" />
329  </backdrop>
330  <backdrop name="dotmatrix100" element="dotmatrixdot" state="0">
331    <bounds x="35" y="1" width="1" height="1" />
332  </backdrop>
333  <backdrop name="dotmatrix101" element="dotmatrixdot" state="0">
334    <bounds x="36" y="1" width="1" height="1" />
335  </backdrop>
336  <backdrop name="dotmatrix102" element="dotmatrixdot" state="0">
337    <bounds x="37" y="1" width="1" height="1" />
338  </backdrop>
339  <backdrop name="dotmatrix103" element="dotmatrixdot" state="0">
340    <bounds x="38" y="1" width="1" height="1" />
341  </backdrop>
342  <backdrop name="dotmatrix104" element="dotmatrixdot" state="0">
343    <bounds x="39" y="1" width="1" height="1" />
344  </backdrop>
345  <backdrop name="dotmatrix105" element="dotmatrixdot" state="0">
346    <bounds x="40" y="1" width="1" height="1" />
347  </backdrop>
348  <backdrop name="dotmatrix106" element="dotmatrixdot" state="0">
349    <bounds x="41" y="1" width="1" height="1" />
350  </backdrop>
351  <backdrop name="dotmatrix107" element="dotmatrixdot" state="0">
352    <bounds x="42" y="1" width="1" height="1" />
353  </backdrop>
354  <backdrop name="dotmatrix108" element="dotmatrixdot" state="0">
355    <bounds x="43" y="1" width="1" height="1" />
356  </backdrop>
357  <backdrop name="dotmatrix109" element="dotmatrixdot" state="0">
358    <bounds x="44" y="1" width="1" height="1" />
359  </backdrop>
360  <backdrop name="dotmatrix110" element="dotmatrixdot" state="0">
361    <bounds x="45" y="1" width="1" height="1" />
362  </backdrop>
363  <backdrop name="dotmatrix111" element="dotmatrixdot" state="0">
364    <bounds x="46" y="1" width="1" height="1" />
365  </backdrop>
366  <backdrop name="dotmatrix112" element="dotmatrixdot" state="0">
367    <bounds x="47" y="1" width="1" height="1" />
368  </backdrop>
369  <backdrop name="dotmatrix113" element="dotmatrixdot" state="0">
370    <bounds x="48" y="1" width="1" height="1" />
371  </backdrop>
372  <backdrop name="dotmatrix114" element="dotmatrixdot" state="0">
373    <bounds x="49" y="1" width="1" height="1" />
374  </backdrop>
375  <backdrop name="dotmatrix115" element="dotmatrixdot" state="0">
376    <bounds x="50" y="1" width="1" height="1" />
377  </backdrop>
378  <backdrop name="dotmatrix116" element="dotmatrixdot" state="0">
379    <bounds x="51" y="1" width="1" height="1" />
380  </backdrop>
381  <backdrop name="dotmatrix117" element="dotmatrixdot" state="0">
382    <bounds x="52" y="1" width="1" height="1" />
383  </backdrop>
384  <backdrop name="dotmatrix118" element="dotmatrixdot" state="0">
385    <bounds x="53" y="1" width="1" height="1" />
386  </backdrop>
387  <backdrop name="dotmatrix119" element="dotmatrixdot" state="0">
388    <bounds x="54" y="1" width="1" height="1" />
389  </backdrop>
390  <backdrop name="dotmatrix120" element="dotmatrixdot" state="0">
391    <bounds x="55" y="1" width="1" height="1" />
392  </backdrop>
393  <backdrop name="dotmatrix121" element="dotmatrixdot" state="0">
394    <bounds x="56" y="1" width="1" height="1" />
395  </backdrop>
396  <backdrop name="dotmatrix122" element="dotmatrixdot" state="0">
397    <bounds x="57" y="1" width="1" height="1" />
398  </backdrop>
399  <backdrop name="dotmatrix123" element="dotmatrixdot" state="0">
400    <bounds x="58" y="1" width="1" height="1" />
401  </backdrop>
402  <backdrop name="dotmatrix124" element="dotmatrixdot" state="0">
403    <bounds x="59" y="1" width="1" height="1" />
404  </backdrop>
405  <backdrop name="dotmatrix125" element="dotmatrixdot" state="0">
406    <bounds x="60" y="1" width="1" height="1" />
407  </backdrop>
408  <backdrop name="dotmatrix126" element="dotmatrixdot" state="0">
409    <bounds x="61" y="1" width="1" height="1" />
410  </backdrop>
411  <backdrop name="dotmatrix127" element="dotmatrixdot" state="0">
412    <bounds x="62" y="1" width="1" height="1" />
413  </backdrop>
414  <backdrop name="dotmatrix128" element="dotmatrixdot" state="0">
415    <bounds x="63" y="1" width="1" height="1" />
416  </backdrop>
417  <backdrop name="dotmatrix129" element="dotmatrixdot" state="0">
418    <bounds x="64" y="1" width="1" height="1" />
419  </backdrop>
420  <backdrop name="dotmatrix130" element="dotmatrixdot" state="0">
421    <bounds x="0" y="2" width="1" height="1" />
422  </backdrop>
423  <backdrop name="dotmatrix131" element="dotmatrixdot" state="0">
424    <bounds x="1" y="2" width="1" height="1" />
425  </backdrop>
426  <backdrop name="dotmatrix132" element="dotmatrixdot" state="0">
427    <bounds x="2" y="2" width="1" height="1" />
428  </backdrop>
429  <backdrop name="dotmatrix133" element="dotmatrixdot" state="0">
430    <bounds x="3" y="2" width="1" height="1" />
431  </backdrop>
432  <backdrop name="dotmatrix134" element="dotmatrixdot" state="0">
433    <bounds x="4" y="2" width="1" height="1" />
434  </backdrop>
435  <backdrop name="dotmatrix135" element="dotmatrixdot" state="0">
436    <bounds x="5" y="2" width="1" height="1" />
437  </backdrop>
438  <backdrop name="dotmatrix136" element="dotmatrixdot" state="0">
439    <bounds x="6" y="2" width="1" height="1" />
440  </backdrop>
441  <backdrop name="dotmatrix137" element="dotmatrixdot" state="0">
442    <bounds x="7" y="2" width="1" height="1" />
443  </backdrop>
444  <backdrop name="dotmatrix138" element="dotmatrixdot" state="0">
445    <bounds x="8" y="2" width="1" height="1" />
446  </backdrop>
447  <backdrop name="dotmatrix139" element="dotmatrixdot" state="0">
448    <bounds x="9" y="2" width="1" height="1" />
449  </backdrop>
450  <backdrop name="dotmatrix140" element="dotmatrixdot" state="0">
451    <bounds x="10" y="2" width="1" height="1" />
452  </backdrop>
453  <backdrop name="dotmatrix141" element="dotmatrixdot" state="0">
454    <bounds x="11" y="2" width="1" height="1" />
455  </backdrop>
456  <backdrop name="dotmatrix142" element="dotmatrixdot" state="0">
457    <bounds x="12" y="2" width="1" height="1" />
458  </backdrop>
459  <backdrop name="dotmatrix143" element="dotmatrixdot" state="0">
460    <bounds x="13" y="2" width="1" height="1" />
461  </backdrop>
462  <backdrop name="dotmatrix144" element="dotmatrixdot" state="0">
463    <bounds x="14" y="2" width="1" height="1" />
464  </backdrop>
465  <backdrop name="dotmatrix145" element="dotmatrixdot" state="0">
466    <bounds x="15" y="2" width="1" height="1" />
467  </backdrop>
468  <backdrop name="dotmatrix146" element="dotmatrixdot" state="0">
469    <bounds x="16" y="2" width="1" height="1" />
470  </backdrop>
471  <backdrop name="dotmatrix147" element="dotmatrixdot" state="0">
472    <bounds x="17" y="2" width="1" height="1" />
473  </backdrop>
474  <backdrop name="dotmatrix148" element="dotmatrixdot" state="0">
475    <bounds x="18" y="2" width="1" height="1" />
476  </backdrop>
477  <backdrop name="dotmatrix149" element="dotmatrixdot" state="0">
478    <bounds x="19" y="2" width="1" height="1" />
479  </backdrop>
480  <backdrop name="dotmatrix150" element="dotmatrixdot" state="0">
481    <bounds x="20" y="2" width="1" height="1" />
482  </backdrop>
483  <backdrop name="dotmatrix151" element="dotmatrixdot" state="0">
484    <bounds x="21" y="2" width="1" height="1" />
485  </backdrop>
486  <backdrop name="dotmatrix152" element="dotmatrixdot" state="0">
487    <bounds x="22" y="2" width="1" height="1" />
488  </backdrop>
489  <backdrop name="dotmatrix153" element="dotmatrixdot" state="0">
490    <bounds x="23" y="2" width="1" height="1" />
491  </backdrop>
492  <backdrop name="dotmatrix154" element="dotmatrixdot" state="0">
493    <bounds x="24" y="2" width="1" height="1" />
494  </backdrop>
495  <backdrop name="dotmatrix155" element="dotmatrixdot" state="0">
496    <bounds x="25" y="2" width="1" height="1" />
497  </backdrop>
498  <backdrop name="dotmatrix156" element="dotmatrixdot" state="0">
499    <bounds x="26" y="2" width="1" height="1" />
500  </backdrop>
501  <backdrop name="dotmatrix157" element="dotmatrixdot" state="0">
502    <bounds x="27" y="2" width="1" height="1" />
503  </backdrop>
504  <backdrop name="dotmatrix158" element="dotmatrixdot" state="0">
505    <bounds x="28" y="2" width="1" height="1" />
506  </backdrop>
507  <backdrop name="dotmatrix159" element="dotmatrixdot" state="0">
508    <bounds x="29" y="2" width="1" height="1" />
509  </backdrop>
510  <backdrop name="dotmatrix160" element="dotmatrixdot" state="0">
511    <bounds x="30" y="2" width="1" height="1" />
512  </backdrop>
513  <backdrop name="dotmatrix161" element="dotmatrixdot" state="0">
514    <bounds x="31" y="2" width="1" height="1" />
515  </backdrop>
516  <backdrop name="dotmatrix162" element="dotmatrixdot" state="0">
517    <bounds x="32" y="2" width="1" height="1" />
518  </backdrop>
519  <backdrop name="dotmatrix163" element="dotmatrixdot" state="0">
520    <bounds x="33" y="2" width="1" height="1" />
521  </backdrop>
522  <backdrop name="dotmatrix164" element="dotmatrixdot" state="0">
523    <bounds x="34" y="2" width="1" height="1" />
524  </backdrop>
525  <backdrop name="dotmatrix165" element="dotmatrixdot" state="0">
526    <bounds x="35" y="2" width="1" height="1" />
527  </backdrop>
528  <backdrop name="dotmatrix166" element="dotmatrixdot" state="0">
529    <bounds x="36" y="2" width="1" height="1" />
530  </backdrop>
531  <backdrop name="dotmatrix167" element="dotmatrixdot" state="0">
532    <bounds x="37" y="2" width="1" height="1" />
533  </backdrop>
534  <backdrop name="dotmatrix168" element="dotmatrixdot" state="0">
535    <bounds x="38" y="2" width="1" height="1" />
536  </backdrop>
537  <backdrop name="dotmatrix169" element="dotmatrixdot" state="0">
538    <bounds x="39" y="2" width="1" height="1" />
539  </backdrop>
540  <backdrop name="dotmatrix170" element="dotmatrixdot" state="0">
541    <bounds x="40" y="2" width="1" height="1" />
542  </backdrop>
543  <backdrop name="dotmatrix171" element="dotmatrixdot" state="0">
544    <bounds x="41" y="2" width="1" height="1" />
545  </backdrop>
546  <backdrop name="dotmatrix172" element="dotmatrixdot" state="0">
547    <bounds x="42" y="2" width="1" height="1" />
548  </backdrop>
549  <backdrop name="dotmatrix173" element="dotmatrixdot" state="0">
550    <bounds x="43" y="2" width="1" height="1" />
551  </backdrop>
552  <backdrop name="dotmatrix174" element="dotmatrixdot" state="0">
553    <bounds x="44" y="2" width="1" height="1" />
554  </backdrop>
555  <backdrop name="dotmatrix175" element="dotmatrixdot" state="0">
556    <bounds x="45" y="2" width="1" height="1" />
557  </backdrop>
558  <backdrop name="dotmatrix176" element="dotmatrixdot" state="0">
559    <bounds x="46" y="2" width="1" height="1" />
560  </backdrop>
561  <backdrop name="dotmatrix177" element="dotmatrixdot" state="0">
562    <bounds x="47" y="2" width="1" height="1" />
563  </backdrop>
564  <backdrop name="dotmatrix178" element="dotmatrixdot" state="0">
565    <bounds x="48" y="2" width="1" height="1" />
566  </backdrop>
567  <backdrop name="dotmatrix179" element="dotmatrixdot" state="0">
568    <bounds x="49" y="2" width="1" height="1" />
569  </backdrop>
570  <backdrop name="dotmatrix180" element="dotmatrixdot" state="0">
571    <bounds x="50" y="2" width="1" height="1" />
572  </backdrop>
573  <backdrop name="dotmatrix181" element="dotmatrixdot" state="0">
574    <bounds x="51" y="2" width="1" height="1" />
575  </backdrop>
576  <backdrop name="dotmatrix182" element="dotmatrixdot" state="0">
577    <bounds x="52" y="2" width="1" height="1" />
578  </backdrop>
579  <backdrop name="dotmatrix183" element="dotmatrixdot" state="0">
580    <bounds x="53" y="2" width="1" height="1" />
581  </backdrop>
582  <backdrop name="dotmatrix184" element="dotmatrixdot" state="0">
583    <bounds x="54" y="2" width="1" height="1" />
584  </backdrop>
585  <backdrop name="dotmatrix185" element="dotmatrixdot" state="0">
586    <bounds x="55" y="2" width="1" height="1" />
587  </backdrop>
588  <backdrop name="dotmatrix186" element="dotmatrixdot" state="0">
589    <bounds x="56" y="2" width="1" height="1" />
590  </backdrop>
591  <backdrop name="dotmatrix187" element="dotmatrixdot" state="0">
592    <bounds x="57" y="2" width="1" height="1" />
593  </backdrop>
594  <backdrop name="dotmatrix188" element="dotmatrixdot" state="0">
595    <bounds x="58" y="2" width="1" height="1" />
596  </backdrop>
597  <backdrop name="dotmatrix189" element="dotmatrixdot" state="0">
598    <bounds x="59" y="2" width="1" height="1" />
599  </backdrop>
600  <backdrop name="dotmatrix190" element="dotmatrixdot" state="0">
601    <bounds x="60" y="2" width="1" height="1" />
602  </backdrop>
603  <backdrop name="dotmatrix191" element="dotmatrixdot" state="0">
604    <bounds x="61" y="2" width="1" height="1" />
605  </backdrop>
606  <backdrop name="dotmatrix192" element="dotmatrixdot" state="0">
607    <bounds x="62" y="2" width="1" height="1" />
608  </backdrop>
609  <backdrop name="dotmatrix193" element="dotmatrixdot" state="0">
610    <bounds x="63" y="2" width="1" height="1" />
611  </backdrop>
612  <backdrop name="dotmatrix194" element="dotmatrixdot" state="0">
613    <bounds x="64" y="2" width="1" height="1" />
614  </backdrop>
615  <backdrop name="dotmatrix195" element="dotmatrixdot" state="0">
616    <bounds x="0" y="3" width="1" height="1" />
617  </backdrop>
618  <backdrop name="dotmatrix196" element="dotmatrixdot" state="0">
619    <bounds x="1" y="3" width="1" height="1" />
620  </backdrop>
621  <backdrop name="dotmatrix197" element="dotmatrixdot" state="0">
622    <bounds x="2" y="3" width="1" height="1" />
623  </backdrop>
624  <backdrop name="dotmatrix198" element="dotmatrixdot" state="0">
625    <bounds x="3" y="3" width="1" height="1" />
626  </backdrop>
627  <backdrop name="dotmatrix199" element="dotmatrixdot" state="0">
628    <bounds x="4" y="3" width="1" height="1" />
629  </backdrop>
630  <backdrop name="dotmatrix200" element="dotmatrixdot" state="0">
631    <bounds x="5" y="3" width="1" height="1" />
632  </backdrop>
633  <backdrop name="dotmatrix201" element="dotmatrixdot" state="0">
634    <bounds x="6" y="3" width="1" height="1" />
635  </backdrop>
636  <backdrop name="dotmatrix202" element="dotmatrixdot" state="0">
637    <bounds x="7" y="3" width="1" height="1" />
638  </backdrop>
639  <backdrop name="dotmatrix203" element="dotmatrixdot" state="0">
640    <bounds x="8" y="3" width="1" height="1" />
641  </backdrop>
642  <backdrop name="dotmatrix204" element="dotmatrixdot" state="0">
643    <bounds x="9" y="3" width="1" height="1" />
644  </backdrop>
645  <backdrop name="dotmatrix205" element="dotmatrixdot" state="0">
646    <bounds x="10" y="3" width="1" height="1" />
647  </backdrop>
648  <backdrop name="dotmatrix206" element="dotmatrixdot" state="0">
649    <bounds x="11" y="3" width="1" height="1" />
650  </backdrop>
651  <backdrop name="dotmatrix207" element="dotmatrixdot" state="0">
652    <bounds x="12" y="3" width="1" height="1" />
653  </backdrop>
654  <backdrop name="dotmatrix208" element="dotmatrixdot" state="0">
655    <bounds x="13" y="3" width="1" height="1" />
656  </backdrop>
657  <backdrop name="dotmatrix209" element="dotmatrixdot" state="0">
658    <bounds x="14" y="3" width="1" height="1" />
659  </backdrop>
660  <backdrop name="dotmatrix210" element="dotmatrixdot" state="0">
661    <bounds x="15" y="3" width="1" height="1" />
662  </backdrop>
663  <backdrop name="dotmatrix211" element="dotmatrixdot" state="0">
664    <bounds x="16" y="3" width="1" height="1" />
665  </backdrop>
666  <backdrop name="dotmatrix212" element="dotmatrixdot" state="0">
667    <bounds x="17" y="3" width="1" height="1" />
668  </backdrop>
669  <backdrop name="dotmatrix213" element="dotmatrixdot" state="0">
670    <bounds x="18" y="3" width="1" height="1" />
671  </backdrop>
672  <backdrop name="dotmatrix214" element="dotmatrixdot" state="0">
673    <bounds x="19" y="3" width="1" height="1" />
674  </backdrop>
675  <backdrop name="dotmatrix215" element="dotmatrixdot" state="0">
676    <bounds x="20" y="3" width="1" height="1" />
677  </backdrop>
678  <backdrop name="dotmatrix216" element="dotmatrixdot" state="0">
679    <bounds x="21" y="3" width="1" height="1" />
680  </backdrop>
681  <backdrop name="dotmatrix217" element="dotmatrixdot" state="0">
682    <bounds x="22" y="3" width="1" height="1" />
683  </backdrop>
684  <backdrop name="dotmatrix218" element="dotmatrixdot" state="0">
685    <bounds x="23" y="3" width="1" height="1" />
686  </backdrop>
687  <backdrop name="dotmatrix219" element="dotmatrixdot" state="0">
688    <bounds x="24" y="3" width="1" height="1" />
689  </backdrop>
690  <backdrop name="dotmatrix220" element="dotmatrixdot" state="0">
691    <bounds x="25" y="3" width="1" height="1" />
692  </backdrop>
693  <backdrop name="dotmatrix221" element="dotmatrixdot" state="0">
694    <bounds x="26" y="3" width="1" height="1" />
695  </backdrop>
696  <backdrop name="dotmatrix222" element="dotmatrixdot" state="0">
697    <bounds x="27" y="3" width="1" height="1" />
698  </backdrop>
699  <backdrop name="dotmatrix223" element="dotmatrixdot" state="0">
700    <bounds x="28" y="3" width="1" height="1" />
701  </backdrop>
702  <backdrop name="dotmatrix224" element="dotmatrixdot" state="0">
703    <bounds x="29" y="3" width="1" height="1" />
704  </backdrop>
705  <backdrop name="dotmatrix225" element="dotmatrixdot" state="0">
706    <bounds x="30" y="3" width="1" height="1" />
707  </backdrop>
708  <backdrop name="dotmatrix226" element="dotmatrixdot" state="0">
709    <bounds x="31" y="3" width="1" height="1" />
710  </backdrop>
711  <backdrop name="dotmatrix227" element="dotmatrixdot" state="0">
712    <bounds x="32" y="3" width="1" height="1" />
713  </backdrop>
714  <backdrop name="dotmatrix228" element="dotmatrixdot" state="0">
715    <bounds x="33" y="3" width="1" height="1" />
716  </backdrop>
717  <backdrop name="dotmatrix229" element="dotmatrixdot" state="0">
718    <bounds x="34" y="3" width="1" height="1" />
719  </backdrop>
720  <backdrop name="dotmatrix230" element="dotmatrixdot" state="0">
721    <bounds x="35" y="3" width="1" height="1" />
722  </backdrop>
723  <backdrop name="dotmatrix231" element="dotmatrixdot" state="0">
724    <bounds x="36" y="3" width="1" height="1" />
725  </backdrop>
726  <backdrop name="dotmatrix232" element="dotmatrixdot" state="0">
727    <bounds x="37" y="3" width="1" height="1" />
728  </backdrop>
729  <backdrop name="dotmatrix233" element="dotmatrixdot" state="0">
730    <bounds x="38" y="3" width="1" height="1" />
731  </backdrop>
732  <backdrop name="dotmatrix234" element="dotmatrixdot" state="0">
733    <bounds x="39" y="3" width="1" height="1" />
734  </backdrop>
735  <backdrop name="dotmatrix235" element="dotmatrixdot" state="0">
736    <bounds x="40" y="3" width="1" height="1" />
737  </backdrop>
738  <backdrop name="dotmatrix236" element="dotmatrixdot" state="0">
739    <bounds x="41" y="3" width="1" height="1" />
740  </backdrop>
741  <backdrop name="dotmatrix237" element="dotmatrixdot" state="0">
742    <bounds x="42" y="3" width="1" height="1" />
743  </backdrop>
744  <backdrop name="dotmatrix238" element="dotmatrixdot" state="0">
745    <bounds x="43" y="3" width="1" height="1" />
746  </backdrop>
747  <backdrop name="dotmatrix239" element="dotmatrixdot" state="0">
748    <bounds x="44" y="3" width="1" height="1" />
749  </backdrop>
750  <backdrop name="dotmatrix240" element="dotmatrixdot" state="0">
751    <bounds x="45" y="3" width="1" height="1" />
752  </backdrop>
753  <backdrop name="dotmatrix241" element="dotmatrixdot" state="0">
754    <bounds x="46" y="3" width="1" height="1" />
755  </backdrop>
756  <backdrop name="dotmatrix242" element="dotmatrixdot" state="0">
757    <bounds x="47" y="3" width="1" height="1" />
758  </backdrop>
759  <backdrop name="dotmatrix243" element="dotmatrixdot" state="0">
760    <bounds x="48" y="3" width="1" height="1" />
761  </backdrop>
762  <backdrop name="dotmatrix244" element="dotmatrixdot" state="0">
763    <bounds x="49" y="3" width="1" height="1" />
764  </backdrop>
765  <backdrop name="dotmatrix245" element="dotmatrixdot" state="0">
766    <bounds x="50" y="3" width="1" height="1" />
767  </backdrop>
768  <backdrop name="dotmatrix246" element="dotmatrixdot" state="0">
769    <bounds x="51" y="3" width="1" height="1" />
770  </backdrop>
771  <backdrop name="dotmatrix247" element="dotmatrixdot" state="0">
772    <bounds x="52" y="3" width="1" height="1" />
773  </backdrop>
774  <backdrop name="dotmatrix248" element="dotmatrixdot" state="0">
775    <bounds x="53" y="3" width="1" height="1" />
776  </backdrop>
777  <backdrop name="dotmatrix249" element="dotmatrixdot" state="0">
778    <bounds x="54" y="3" width="1" height="1" />
779  </backdrop>
780  <backdrop name="dotmatrix250" element="dotmatrixdot" state="0">
781    <bounds x="55" y="3" width="1" height="1" />
782  </backdrop>
783  <backdrop name="dotmatrix251" element="dotmatrixdot" state="0">
784    <bounds x="56" y="3" width="1" height="1" />
785  </backdrop>
786  <backdrop name="dotmatrix252" element="dotmatrixdot" state="0">
787    <bounds x="57" y="3" width="1" height="1" />
788  </backdrop>
789  <backdrop name="dotmatrix253" element="dotmatrixdot" state="0">
790    <bounds x="58" y="3" width="1" height="1" />
791  </backdrop>
792  <backdrop name="dotmatrix254" element="dotmatrixdot" state="0">
793    <bounds x="59" y="3" width="1" height="1" />
794  </backdrop>
795  <backdrop name="dotmatrix255" element="dotmatrixdot" state="0">
796    <bounds x="60" y="3" width="1" height="1" />
797  </backdrop>
798  <backdrop name="dotmatrix256" element="dotmatrixdot" state="0">
799    <bounds x="61" y="3" width="1" height="1" />
800  </backdrop>
801  <backdrop name="dotmatrix257" element="dotmatrixdot" state="0">
802    <bounds x="62" y="3" width="1" height="1" />
803  </backdrop>
804  <backdrop name="dotmatrix258" element="dotmatrixdot" state="0">
805    <bounds x="63" y="3" width="1" height="1" />
806  </backdrop>
807  <backdrop name="dotmatrix259" element="dotmatrixdot" state="0">
808    <bounds x="64" y="3" width="1" height="1" />
809  </backdrop>
810  <backdrop name="dotmatrix260" element="dotmatrixdot" state="0">
811    <bounds x="0" y="4" width="1" height="1" />
812  </backdrop>
813  <backdrop name="dotmatrix261" element="dotmatrixdot" state="0">
814    <bounds x="1" y="4" width="1" height="1" />
815  </backdrop>
816  <backdrop name="dotmatrix262" element="dotmatrixdot" state="0">
817    <bounds x="2" y="4" width="1" height="1" />
818  </backdrop>
819  <backdrop name="dotmatrix263" element="dotmatrixdot" state="0">
820    <bounds x="3" y="4" width="1" height="1" />
821  </backdrop>
822  <backdrop name="dotmatrix264" element="dotmatrixdot" state="0">
823    <bounds x="4" y="4" width="1" height="1" />
824  </backdrop>
825  <backdrop name="dotmatrix265" element="dotmatrixdot" state="0">
826    <bounds x="5" y="4" width="1" height="1" />
827  </backdrop>
828  <backdrop name="dotmatrix266" element="dotmatrixdot" state="0">
829    <bounds x="6" y="4" width="1" height="1" />
830  </backdrop>
831  <backdrop name="dotmatrix267" element="dotmatrixdot" state="0">
832    <bounds x="7" y="4" width="1" height="1" />
833  </backdrop>
834  <backdrop name="dotmatrix268" element="dotmatrixdot" state="0">
835    <bounds x="8" y="4" width="1" height="1" />
836  </backdrop>
837  <backdrop name="dotmatrix269" element="dotmatrixdot" state="0">
838    <bounds x="9" y="4" width="1" height="1" />
839  </backdrop>
840  <backdrop name="dotmatrix270" element="dotmatrixdot" state="0">
841    <bounds x="10" y="4" width="1" height="1" />
842  </backdrop>
843  <backdrop name="dotmatrix271" element="dotmatrixdot" state="0">
844    <bounds x="11" y="4" width="1" height="1" />
845  </backdrop>
846  <backdrop name="dotmatrix272" element="dotmatrixdot" state="0">
847    <bounds x="12" y="4" width="1" height="1" />
848  </backdrop>
849  <backdrop name="dotmatrix273" element="dotmatrixdot" state="0">
850    <bounds x="13" y="4" width="1" height="1" />
851  </backdrop>
852  <backdrop name="dotmatrix274" element="dotmatrixdot" state="0">
853    <bounds x="14" y="4" width="1" height="1" />
854  </backdrop>
855  <backdrop name="dotmatrix275" element="dotmatrixdot" state="0">
856    <bounds x="15" y="4" width="1" height="1" />
857  </backdrop>
858  <backdrop name="dotmatrix276" element="dotmatrixdot" state="0">
859    <bounds x="16" y="4" width="1" height="1" />
860  </backdrop>
861  <backdrop name="dotmatrix277" element="dotmatrixdot" state="0">
862    <bounds x="17" y="4" width="1" height="1" />
863  </backdrop>
864  <backdrop name="dotmatrix278" element="dotmatrixdot" state="0">
865    <bounds x="18" y="4" width="1" height="1" />
866  </backdrop>
867  <backdrop name="dotmatrix279" element="dotmatrixdot" state="0">
868    <bounds x="19" y="4" width="1" height="1" />
869  </backdrop>
870  <backdrop name="dotmatrix280" element="dotmatrixdot" state="0">
871    <bounds x="20" y="4" width="1" height="1" />
872  </backdrop>
873  <backdrop name="dotmatrix281" element="dotmatrixdot" state="0">
874    <bounds x="21" y="4" width="1" height="1" />
875  </backdrop>
876  <backdrop name="dotmatrix282" element="dotmatrixdot" state="0">
877    <bounds x="22" y="4" width="1" height="1" />
878  </backdrop>
879  <backdrop name="dotmatrix283" element="dotmatrixdot" state="0">
880    <bounds x="23" y="4" width="1" height="1" />
881  </backdrop>
882  <backdrop name="dotmatrix284" element="dotmatrixdot" state="0">
883    <bounds x="24" y="4" width="1" height="1" />
884  </backdrop>
885  <backdrop name="dotmatrix285" element="dotmatrixdot" state="0">
886    <bounds x="25" y="4" width="1" height="1" />
887  </backdrop>
888  <backdrop name="dotmatrix286" element="dotmatrixdot" state="0">
889    <bounds x="26" y="4" width="1" height="1" />
890  </backdrop>
891  <backdrop name="dotmatrix287" element="dotmatrixdot" state="0">
892    <bounds x="27" y="4" width="1" height="1" />
893  </backdrop>
894  <backdrop name="dotmatrix288" element="dotmatrixdot" state="0">
895    <bounds x="28" y="4" width="1" height="1" />
896  </backdrop>
897  <backdrop name="dotmatrix289" element="dotmatrixdot" state="0">
898    <bounds x="29" y="4" width="1" height="1" />
899  </backdrop>
900  <backdrop name="dotmatrix290" element="dotmatrixdot" state="0">
901    <bounds x="30" y="4" width="1" height="1" />
902  </backdrop>
903  <backdrop name="dotmatrix291" element="dotmatrixdot" state="0">
904    <bounds x="31" y="4" width="1" height="1" />
905  </backdrop>
906  <backdrop name="dotmatrix292" element="dotmatrixdot" state="0">
907    <bounds x="32" y="4" width="1" height="1" />
908  </backdrop>
909  <backdrop name="dotmatrix293" element="dotmatrixdot" state="0">
910    <bounds x="33" y="4" width="1" height="1" />
911  </backdrop>
912  <backdrop name="dotmatrix294" element="dotmatrixdot" state="0">
913    <bounds x="34" y="4" width="1" height="1" />
914  </backdrop>
915  <backdrop name="dotmatrix295" element="dotmatrixdot" state="0">
916    <bounds x="35" y="4" width="1" height="1" />
917  </backdrop>
918  <backdrop name="dotmatrix296" element="dotmatrixdot" state="0">
919    <bounds x="36" y="4" width="1" height="1" />
920  </backdrop>
921  <backdrop name="dotmatrix297" element="dotmatrixdot" state="0">
922    <bounds x="37" y="4" width="1" height="1" />
923  </backdrop>
924  <backdrop name="dotmatrix298" element="dotmatrixdot" state="0">
925    <bounds x="38" y="4" width="1" height="1" />
926  </backdrop>
927  <backdrop name="dotmatrix299" element="dotmatrixdot" state="0">
928    <bounds x="39" y="4" width="1" height="1" />
929  </backdrop>
930  <backdrop name="dotmatrix300" element="dotmatrixdot" state="0">
931    <bounds x="40" y="4" width="1" height="1" />
932  </backdrop>
933  <backdrop name="dotmatrix301" element="dotmatrixdot" state="0">
934    <bounds x="41" y="4" width="1" height="1" />
935  </backdrop>
936  <backdrop name="dotmatrix302" element="dotmatrixdot" state="0">
937    <bounds x="42" y="4" width="1" height="1" />
938  </backdrop>
939  <backdrop name="dotmatrix303" element="dotmatrixdot" state="0">
940    <bounds x="43" y="4" width="1" height="1" />
941  </backdrop>
942  <backdrop name="dotmatrix304" element="dotmatrixdot" state="0">
943    <bounds x="44" y="4" width="1" height="1" />
944  </backdrop>
945  <backdrop name="dotmatrix305" element="dotmatrixdot" state="0">
946    <bounds x="45" y="4" width="1" height="1" />
947  </backdrop>
948  <backdrop name="dotmatrix306" element="dotmatrixdot" state="0">
949    <bounds x="46" y="4" width="1" height="1" />
950  </backdrop>
951  <backdrop name="dotmatrix307" element="dotmatrixdot" state="0">
952    <bounds x="47" y="4" width="1" height="1" />
953  </backdrop>
954  <backdrop name="dotmatrix308" element="dotmatrixdot" state="0">
955    <bounds x="48" y="4" width="1" height="1" />
956  </backdrop>
957  <backdrop name="dotmatrix309" element="dotmatrixdot" state="0">
958    <bounds x="49" y="4" width="1" height="1" />
959  </backdrop>
960  <backdrop name="dotmatrix310" element="dotmatrixdot" state="0">
961    <bounds x="50" y="4" width="1" height="1" />
962  </backdrop>
963  <backdrop name="dotmatrix311" element="dotmatrixdot" state="0">
964    <bounds x="51" y="4" width="1" height="1" />
965  </backdrop>
966  <backdrop name="dotmatrix312" element="dotmatrixdot" state="0">
967    <bounds x="52" y="4" width="1" height="1" />
968  </backdrop>
969  <backdrop name="dotmatrix313" element="dotmatrixdot" state="0">
970    <bounds x="53" y="4" width="1" height="1" />
971  </backdrop>
972  <backdrop name="dotmatrix314" element="dotmatrixdot" state="0">
973    <bounds x="54" y="4" width="1" height="1" />
974  </backdrop>
975  <backdrop name="dotmatrix315" element="dotmatrixdot" state="0">
976    <bounds x="55" y="4" width="1" height="1" />
977  </backdrop>
978  <backdrop name="dotmatrix316" element="dotmatrixdot" state="0">
979    <bounds x="56" y="4" width="1" height="1" />
980  </backdrop>
981  <backdrop name="dotmatrix317" element="dotmatrixdot" state="0">
982    <bounds x="57" y="4" width="1" height="1" />
983  </backdrop>
984  <backdrop name="dotmatrix318" element="dotmatrixdot" state="0">
985    <bounds x="58" y="4" width="1" height="1" />
986  </backdrop>
987  <backdrop name="dotmatrix319" element="dotmatrixdot" state="0">
988    <bounds x="59" y="4" width="1" height="1" />
989  </backdrop>
990  <backdrop name="dotmatrix320" element="dotmatrixdot" state="0">
991    <bounds x="60" y="4" width="1" height="1" />
992  </backdrop>
993  <backdrop name="dotmatrix321" element="dotmatrixdot" state="0">
994    <bounds x="61" y="4" width="1" height="1" />
995  </backdrop>
996  <backdrop name="dotmatrix322" element="dotmatrixdot" state="0">
997    <bounds x="62" y="4" width="1" height="1" />
998  </backdrop>
999  <backdrop name="dotmatrix323" element="dotmatrixdot" state="0">
1000    <bounds x="63" y="4" width="1" height="1" />
1001  </backdrop>
1002  <backdrop name="dotmatrix324" element="dotmatrixdot" state="0">
1003    <bounds x="64" y="4" width="1" height="1" />
1004  </backdrop>
1005  <backdrop name="dotmatrix325" element="dotmatrixdot" state="0">
1006    <bounds x="0" y="5" width="1" height="1" />
1007  </backdrop>
1008  <backdrop name="dotmatrix326" element="dotmatrixdot" state="0">
1009    <bounds x="1" y="5" width="1" height="1" />
1010  </backdrop>
1011  <backdrop name="dotmatrix327" element="dotmatrixdot" state="0">
1012    <bounds x="2" y="5" width="1" height="1" />
1013  </backdrop>
1014  <backdrop name="dotmatrix328" element="dotmatrixdot" state="0">
1015    <bounds x="3" y="5" width="1" height="1" />
1016  </backdrop>
1017  <backdrop name="dotmatrix329" element="dotmatrixdot" state="0">
1018    <bounds x="4" y="5" width="1" height="1" />
1019  </backdrop>
1020  <backdrop name="dotmatrix330" element="dotmatrixdot" state="0">
1021    <bounds x="5" y="5" width="1" height="1" />
1022  </backdrop>
1023  <backdrop name="dotmatrix331" element="dotmatrixdot" state="0">
1024    <bounds x="6" y="5" width="1" height="1" />
1025  </backdrop>
1026  <backdrop name="dotmatrix332" element="dotmatrixdot" state="0">
1027    <bounds x="7" y="5" width="1" height="1" />
1028  </backdrop>
1029  <backdrop name="dotmatrix333" element="dotmatrixdot" state="0">
1030    <bounds x="8" y="5" width="1" height="1" />
1031  </backdrop>
1032  <backdrop name="dotmatrix334" element="dotmatrixdot" state="0">
1033    <bounds x="9" y="5" width="1" height="1" />
1034  </backdrop>
1035  <backdrop name="dotmatrix335" element="dotmatrixdot" state="0">
1036    <bounds x="10" y="5" width="1" height="1" />
1037  </backdrop>
1038  <backdrop name="dotmatrix336" element="dotmatrixdot" state="0">
1039    <bounds x="11" y="5" width="1" height="1" />
1040  </backdrop>
1041  <backdrop name="dotmatrix337" element="dotmatrixdot" state="0">
1042    <bounds x="12" y="5" width="1" height="1" />
1043  </backdrop>
1044  <backdrop name="dotmatrix338" element="dotmatrixdot" state="0">
1045    <bounds x="13" y="5" width="1" height="1" />
1046  </backdrop>
1047  <backdrop name="dotmatrix339" element="dotmatrixdot" state="0">
1048    <bounds x="14" y="5" width="1" height="1" />
1049  </backdrop>
1050  <backdrop name="dotmatrix340" element="dotmatrixdot" state="0">
1051    <bounds x="15" y="5" width="1" height="1" />
1052  </backdrop>
1053  <backdrop name="dotmatrix341" element="dotmatrixdot" state="0">
1054    <bounds x="16" y="5" width="1" height="1" />
1055  </backdrop>
1056  <backdrop name="dotmatrix342" element="dotmatrixdot" state="0">
1057    <bounds x="17" y="5" width="1" height="1" />
1058  </backdrop>
1059  <backdrop name="dotmatrix343" element="dotmatrixdot" state="0">
1060    <bounds x="18" y="5" width="1" height="1" />
1061  </backdrop>
1062  <backdrop name="dotmatrix344" element="dotmatrixdot" state="0">
1063    <bounds x="19" y="5" width="1" height="1" />
1064  </backdrop>
1065  <backdrop name="dotmatrix345" element="dotmatrixdot" state="0">
1066    <bounds x="20" y="5" width="1" height="1" />
1067  </backdrop>
1068  <backdrop name="dotmatrix346" element="dotmatrixdot" state="0">
1069    <bounds x="21" y="5" width="1" height="1" />
1070  </backdrop>
1071  <backdrop name="dotmatrix347" element="dotmatrixdot" state="0">
1072    <bounds x="22" y="5" width="1" height="1" />
1073  </backdrop>
1074  <backdrop name="dotmatrix348" element="dotmatrixdot" state="0">
1075    <bounds x="23" y="5" width="1" height="1" />
1076  </backdrop>
1077  <backdrop name="dotmatrix349" element="dotmatrixdot" state="0">
1078    <bounds x="24" y="5" width="1" height="1" />
1079  </backdrop>
1080  <backdrop name="dotmatrix350" element="dotmatrixdot" state="0">
1081    <bounds x="25" y="5" width="1" height="1" />
1082  </backdrop>
1083  <backdrop name="dotmatrix351" element="dotmatrixdot" state="0">
1084    <bounds x="26" y="5" width="1" height="1" />
1085  </backdrop>
1086  <backdrop name="dotmatrix352" element="dotmatrixdot" state="0">
1087    <bounds x="27" y="5" width="1" height="1" />
1088  </backdrop>
1089  <backdrop name="dotmatrix353" element="dotmatrixdot" state="0">
1090    <bounds x="28" y="5" width="1" height="1" />
1091  </backdrop>
1092  <backdrop name="dotmatrix354" element="dotmatrixdot" state="0">
1093    <bounds x="29" y="5" width="1" height="1" />
1094  </backdrop>
1095  <backdrop name="dotmatrix355" element="dotmatrixdot" state="0">
1096    <bounds x="30" y="5" width="1" height="1" />
1097  </backdrop>
1098  <backdrop name="dotmatrix356" element="dotmatrixdot" state="0">
1099    <bounds x="31" y="5" width="1" height="1" />
1100  </backdrop>
1101  <backdrop name="dotmatrix357" element="dotmatrixdot" state="0">
1102    <bounds x="32" y="5" width="1" height="1" />
1103  </backdrop>
1104  <backdrop name="dotmatrix358" element="dotmatrixdot" state="0">
1105    <bounds x="33" y="5" width="1" height="1" />
1106  </backdrop>
1107  <backdrop name="dotmatrix359" element="dotmatrixdot" state="0">
1108    <bounds x="34" y="5" width="1" height="1" />
1109  </backdrop>
1110  <backdrop name="dotmatrix360" element="dotmatrixdot" state="0">
1111    <bounds x="35" y="5" width="1" height="1" />
1112  </backdrop>
1113  <backdrop name="dotmatrix361" element="dotmatrixdot" state="0">
1114    <bounds x="36" y="5" width="1" height="1" />
1115  </backdrop>
1116  <backdrop name="dotmatrix362" element="dotmatrixdot" state="0">
1117    <bounds x="37" y="5" width="1" height="1" />
1118  </backdrop>
1119  <backdrop name="dotmatrix363" element="dotmatrixdot" state="0">
1120    <bounds x="38" y="5" width="1" height="1" />
1121  </backdrop>
1122  <backdrop name="dotmatrix364" element="dotmatrixdot" state="0">
1123    <bounds x="39" y="5" width="1" height="1" />
1124  </backdrop>
1125  <backdrop name="dotmatrix365" element="dotmatrixdot" state="0">
1126    <bounds x="40" y="5" width="1" height="1" />
1127  </backdrop>
1128  <backdrop name="dotmatrix366" element="dotmatrixdot" state="0">
1129    <bounds x="41" y="5" width="1" height="1" />
1130  </backdrop>
1131  <backdrop name="dotmatrix367" element="dotmatrixdot" state="0">
1132    <bounds x="42" y="5" width="1" height="1" />
1133  </backdrop>
1134  <backdrop name="dotmatrix368" element="dotmatrixdot" state="0">
1135    <bounds x="43" y="5" width="1" height="1" />
1136  </backdrop>
1137  <backdrop name="dotmatrix369" element="dotmatrixdot" state="0">
1138    <bounds x="44" y="5" width="1" height="1" />
1139  </backdrop>
1140  <backdrop name="dotmatrix370" element="dotmatrixdot" state="0">
1141    <bounds x="45" y="5" width="1" height="1" />
1142  </backdrop>
1143  <backdrop name="dotmatrix371" element="dotmatrixdot" state="0">
1144    <bounds x="46" y="5" width="1" height="1" />
1145  </backdrop>
1146  <backdrop name="dotmatrix372" element="dotmatrixdot" state="0">
1147    <bounds x="47" y="5" width="1" height="1" />
1148  </backdrop>
1149  <backdrop name="dotmatrix373" element="dotmatrixdot" state="0">
1150    <bounds x="48" y="5" width="1" height="1" />
1151  </backdrop>
1152  <backdrop name="dotmatrix374" element="dotmatrixdot" state="0">
1153    <bounds x="49" y="5" width="1" height="1" />
1154  </backdrop>
1155  <backdrop name="dotmatrix375" element="dotmatrixdot" state="0">
1156    <bounds x="50" y="5" width="1" height="1" />
1157  </backdrop>
1158  <backdrop name="dotmatrix376" element="dotmatrixdot" state="0">
1159    <bounds x="51" y="5" width="1" height="1" />
1160  </backdrop>
1161  <backdrop name="dotmatrix377" element="dotmatrixdot" state="0">
1162    <bounds x="52" y="5" width="1" height="1" />
1163  </backdrop>
1164  <backdrop name="dotmatrix378" element="dotmatrixdot" state="0">
1165    <bounds x="53" y="5" width="1" height="1" />
1166  </backdrop>
1167  <backdrop name="dotmatrix379" element="dotmatrixdot" state="0">
1168    <bounds x="54" y="5" width="1" height="1" />
1169  </backdrop>
1170  <backdrop name="dotmatrix380" element="dotmatrixdot" state="0">
1171    <bounds x="55" y="5" width="1" height="1" />
1172  </backdrop>
1173  <backdrop name="dotmatrix381" element="dotmatrixdot" state="0">
1174    <bounds x="56" y="5" width="1" height="1" />
1175  </backdrop>
1176  <backdrop name="dotmatrix382" element="dotmatrixdot" state="0">
1177    <bounds x="57" y="5" width="1" height="1" />
1178  </backdrop>
1179  <backdrop name="dotmatrix383" element="dotmatrixdot" state="0">
1180    <bounds x="58" y="5" width="1" height="1" />
1181  </backdrop>
1182  <backdrop name="dotmatrix384" element="dotmatrixdot" state="0">
1183    <bounds x="59" y="5" width="1" height="1" />
1184  </backdrop>
1185  <backdrop name="dotmatrix385" element="dotmatrixdot" state="0">
1186    <bounds x="60" y="5" width="1" height="1" />
1187  </backdrop>
1188  <backdrop name="dotmatrix386" element="dotmatrixdot" state="0">
1189    <bounds x="61" y="5" width="1" height="1" />
1190  </backdrop>
1191  <backdrop name="dotmatrix387" element="dotmatrixdot" state="0">
1192    <bounds x="62" y="5" width="1" height="1" />
1193  </backdrop>
1194  <backdrop name="dotmatrix388" element="dotmatrixdot" state="0">
1195    <bounds x="63" y="5" width="1" height="1" />
1196  </backdrop>
1197  <backdrop name="dotmatrix389" element="dotmatrixdot" state="0">
1198    <bounds x="64" y="5" width="1" height="1" />
1199  </backdrop>
1200  <backdrop name="dotmatrix390" element="dotmatrixdot" state="0">
1201    <bounds x="0" y="6" width="1" height="1" />
1202  </backdrop>
1203  <backdrop name="dotmatrix391" element="dotmatrixdot" state="0">
1204    <bounds x="1" y="6" width="1" height="1" />
1205  </backdrop>
1206  <backdrop name="dotmatrix392" element="dotmatrixdot" state="0">
1207    <bounds x="2" y="6" width="1" height="1" />
1208  </backdrop>
1209  <backdrop name="dotmatrix393" element="dotmatrixdot" state="0">
1210    <bounds x="3" y="6" width="1" height="1" />
1211  </backdrop>
1212  <backdrop name="dotmatrix394" element="dotmatrixdot" state="0">
1213    <bounds x="4" y="6" width="1" height="1" />
1214  </backdrop>
1215  <backdrop name="dotmatrix395" element="dotmatrixdot" state="0">
1216    <bounds x="5" y="6" width="1" height="1" />
1217  </backdrop>
1218  <backdrop name="dotmatrix396" element="dotmatrixdot" state="0">
1219    <bounds x="6" y="6" width="1" height="1" />
1220  </backdrop>
1221  <backdrop name="dotmatrix397" element="dotmatrixdot" state="0">
1222    <bounds x="7" y="6" width="1" height="1" />
1223  </backdrop>
1224  <backdrop name="dotmatrix398" element="dotmatrixdot" state="0">
1225    <bounds x="8" y="6" width="1" height="1" />
1226  </backdrop>
1227  <backdrop name="dotmatrix399" element="dotmatrixdot" state="0">
1228    <bounds x="9" y="6" width="1" height="1" />
1229  </backdrop>
1230  <backdrop name="dotmatrix400" element="dotmatrixdot" state="0">
1231    <bounds x="10" y="6" width="1" height="1" />
1232  </backdrop>
1233  <backdrop name="dotmatrix401" element="dotmatrixdot" state="0">
1234    <bounds x="11" y="6" width="1" height="1" />
1235  </backdrop>
1236  <backdrop name="dotmatrix402" element="dotmatrixdot" state="0">
1237    <bounds x="12" y="6" width="1" height="1" />
1238  </backdrop>
1239  <backdrop name="dotmatrix403" element="dotmatrixdot" state="0">
1240    <bounds x="13" y="6" width="1" height="1" />
1241  </backdrop>
1242  <backdrop name="dotmatrix404" element="dotmatrixdot" state="0">
1243    <bounds x="14" y="6" width="1" height="1" />
1244  </backdrop>
1245  <backdrop name="dotmatrix405" element="dotmatrixdot" state="0">
1246    <bounds x="15" y="6" width="1" height="1" />
1247  </backdrop>
1248  <backdrop name="dotmatrix406" element="dotmatrixdot" state="0">
1249    <bounds x="16" y="6" width="1" height="1" />
1250  </backdrop>
1251  <backdrop name="dotmatrix407" element="dotmatrixdot" state="0">
1252    <bounds x="17" y="6" width="1" height="1" />
1253  </backdrop>
1254  <backdrop name="dotmatrix408" element="dotmatrixdot" state="0">
1255    <bounds x="18" y="6" width="1" height="1" />
1256  </backdrop>
1257  <backdrop name="dotmatrix409" element="dotmatrixdot" state="0">
1258    <bounds x="19" y="6" width="1" height="1" />
1259  </backdrop>
1260  <backdrop name="dotmatrix410" element="dotmatrixdot" state="0">
1261    <bounds x="20" y="6" width="1" height="1" />
1262  </backdrop>
1263  <backdrop name="dotmatrix411" element="dotmatrixdot" state="0">
1264    <bounds x="21" y="6" width="1" height="1" />
1265  </backdrop>
1266  <backdrop name="dotmatrix412" element="dotmatrixdot" state="0">
1267    <bounds x="22" y="6" width="1" height="1" />
1268  </backdrop>
1269  <backdrop name="dotmatrix413" element="dotmatrixdot" state="0">
1270    <bounds x="23" y="6" width="1" height="1" />
1271  </backdrop>
1272  <backdrop name="dotmatrix414" element="dotmatrixdot" state="0">
1273    <bounds x="24" y="6" width="1" height="1" />
1274  </backdrop>
1275  <backdrop name="dotmatrix415" element="dotmatrixdot" state="0">
1276    <bounds x="25" y="6" width="1" height="1" />
1277  </backdrop>
1278  <backdrop name="dotmatrix416" element="dotmatrixdot" state="0">
1279    <bounds x="26" y="6" width="1" height="1" />
1280  </backdrop>
1281  <backdrop name="dotmatrix417" element="dotmatrixdot" state="0">
1282    <bounds x="27" y="6" width="1" height="1" />
1283  </backdrop>
1284  <backdrop name="dotmatrix418" element="dotmatrixdot" state="0">
1285    <bounds x="28" y="6" width="1" height="1" />
1286  </backdrop>
1287  <backdrop name="dotmatrix419" element="dotmatrixdot" state="0">
1288    <bounds x="29" y="6" width="1" height="1" />
1289  </backdrop>
1290  <backdrop name="dotmatrix420" element="dotmatrixdot" state="0">
1291    <bounds x="30" y="6" width="1" height="1" />
1292  </backdrop>
1293  <backdrop name="dotmatrix421" element="dotmatrixdot" state="0">
1294    <bounds x="31" y="6" width="1" height="1" />
1295  </backdrop>
1296  <backdrop name="dotmatrix422" element="dotmatrixdot" state="0">
1297    <bounds x="32" y="6" width="1" height="1" />
1298  </backdrop>
1299  <backdrop name="dotmatrix423" element="dotmatrixdot" state="0">
1300    <bounds x="33" y="6" width="1" height="1" />
1301  </backdrop>
1302  <backdrop name="dotmatrix424" element="dotmatrixdot" state="0">
1303    <bounds x="34" y="6" width="1" height="1" />
1304  </backdrop>
1305  <backdrop name="dotmatrix425" element="dotmatrixdot" state="0">
1306    <bounds x="35" y="6" width="1" height="1" />
1307  </backdrop>
1308  <backdrop name="dotmatrix426" element="dotmatrixdot" state="0">
1309    <bounds x="36" y="6" width="1" height="1" />
1310  </backdrop>
1311  <backdrop name="dotmatrix427" element="dotmatrixdot" state="0">
1312    <bounds x="37" y="6" width="1" height="1" />
1313  </backdrop>
1314  <backdrop name="dotmatrix428" element="dotmatrixdot" state="0">
1315    <bounds x="38" y="6" width="1" height="1" />
1316  </backdrop>
1317  <backdrop name="dotmatrix429" element="dotmatrixdot" state="0">
1318    <bounds x="39" y="6" width="1" height="1" />
1319  </backdrop>
1320  <backdrop name="dotmatrix430" element="dotmatrixdot" state="0">
1321    <bounds x="40" y="6" width="1" height="1" />
1322  </backdrop>
1323  <backdrop name="dotmatrix431" element="dotmatrixdot" state="0">
1324    <bounds x="41" y="6" width="1" height="1" />
1325  </backdrop>
1326  <backdrop name="dotmatrix432" element="dotmatrixdot" state="0">
1327    <bounds x="42" y="6" width="1" height="1" />
1328  </backdrop>
1329  <backdrop name="dotmatrix433" element="dotmatrixdot" state="0">
1330    <bounds x="43" y="6" width="1" height="1" />
1331  </backdrop>
1332  <backdrop name="dotmatrix434" element="dotmatrixdot" state="0">
1333    <bounds x="44" y="6" width="1" height="1" />
1334  </backdrop>
1335  <backdrop name="dotmatrix435" element="dotmatrixdot" state="0">
1336    <bounds x="45" y="6" width="1" height="1" />
1337  </backdrop>
1338  <backdrop name="dotmatrix436" element="dotmatrixdot" state="0">
1339    <bounds x="46" y="6" width="1" height="1" />
1340  </backdrop>
1341  <backdrop name="dotmatrix437" element="dotmatrixdot" state="0">
1342    <bounds x="47" y="6" width="1" height="1" />
1343  </backdrop>
1344  <backdrop name="dotmatrix438" element="dotmatrixdot" state="0">
1345    <bounds x="48" y="6" width="1" height="1" />
1346  </backdrop>
1347  <backdrop name="dotmatrix439" element="dotmatrixdot" state="0">
1348    <bounds x="49" y="6" width="1" height="1" />
1349  </backdrop>
1350  <backdrop name="dotmatrix440" element="dotmatrixdot" state="0">
1351    <bounds x="50" y="6" width="1" height="1" />
1352  </backdrop>
1353  <backdrop name="dotmatrix441" element="dotmatrixdot" state="0">
1354    <bounds x="51" y="6" width="1" height="1" />
1355  </backdrop>
1356  <backdrop name="dotmatrix442" element="dotmatrixdot" state="0">
1357    <bounds x="52" y="6" width="1" height="1" />
1358  </backdrop>
1359  <backdrop name="dotmatrix443" element="dotmatrixdot" state="0">
1360    <bounds x="53" y="6" width="1" height="1" />
1361  </backdrop>
1362  <backdrop name="dotmatrix444" element="dotmatrixdot" state="0">
1363    <bounds x="54" y="6" width="1" height="1" />
1364  </backdrop>
1365  <backdrop name="dotmatrix445" element="dotmatrixdot" state="0">
1366    <bounds x="55" y="6" width="1" height="1" />
1367  </backdrop>
1368  <backdrop name="dotmatrix446" element="dotmatrixdot" state="0">
1369    <bounds x="56" y="6" width="1" height="1" />
1370  </backdrop>
1371  <backdrop name="dotmatrix447" element="dotmatrixdot" state="0">
1372    <bounds x="57" y="6" width="1" height="1" />
1373  </backdrop>
1374  <backdrop name="dotmatrix448" element="dotmatrixdot" state="0">
1375    <bounds x="58" y="6" width="1" height="1" />
1376  </backdrop>
1377  <backdrop name="dotmatrix449" element="dotmatrixdot" state="0">
1378    <bounds x="59" y="6" width="1" height="1" />
1379  </backdrop>
1380  <backdrop name="dotmatrix450" element="dotmatrixdot" state="0">
1381    <bounds x="60" y="6" width="1" height="1" />
1382  </backdrop>
1383  <backdrop name="dotmatrix451" element="dotmatrixdot" state="0">
1384    <bounds x="61" y="6" width="1" height="1" />
1385  </backdrop>
1386  <backdrop name="dotmatrix452" element="dotmatrixdot" state="0">
1387    <bounds x="62" y="6" width="1" height="1" />
1388  </backdrop>
1389  <backdrop name="dotmatrix453" element="dotmatrixdot" state="0">
1390    <bounds x="63" y="6" width="1" height="1" />
1391  </backdrop>
1392  <backdrop name="dotmatrix454" element="dotmatrixdot" state="0">
1393    <bounds x="64" y="6" width="1" height="1" />
1394  </backdrop>
1395  <backdrop name="dotmatrix455" element="dotmatrixdot" state="0">
1396    <bounds x="0" y="7" width="1" height="1" />
1397  </backdrop>
1398  <backdrop name="dotmatrix456" element="dotmatrixdot" state="0">
1399    <bounds x="1" y="7" width="1" height="1" />
1400  </backdrop>
1401  <backdrop name="dotmatrix457" element="dotmatrixdot" state="0">
1402    <bounds x="2" y="7" width="1" height="1" />
1403  </backdrop>
1404  <backdrop name="dotmatrix458" element="dotmatrixdot" state="0">
1405    <bounds x="3" y="7" width="1" height="1" />
1406  </backdrop>
1407  <backdrop name="dotmatrix459" element="dotmatrixdot" state="0">
1408    <bounds x="4" y="7" width="1" height="1" />
1409  </backdrop>
1410  <backdrop name="dotmatrix460" element="dotmatrixdot" state="0">
1411    <bounds x="5" y="7" width="1" height="1" />
1412  </backdrop>
1413  <backdrop name="dotmatrix461" element="dotmatrixdot" state="0">
1414    <bounds x="6" y="7" width="1" height="1" />
1415  </backdrop>
1416  <backdrop name="dotmatrix462" element="dotmatrixdot" state="0">
1417    <bounds x="7" y="7" width="1" height="1" />
1418  </backdrop>
1419  <backdrop name="dotmatrix463" element="dotmatrixdot" state="0">
1420    <bounds x="8" y="7" width="1" height="1" />
1421  </backdrop>
1422  <backdrop name="dotmatrix464" element="dotmatrixdot" state="0">
1423    <bounds x="9" y="7" width="1" height="1" />
1424  </backdrop>
1425  <backdrop name="dotmatrix465" element="dotmatrixdot" state="0">
1426    <bounds x="10" y="7" width="1" height="1" />
1427  </backdrop>
1428  <backdrop name="dotmatrix466" element="dotmatrixdot" state="0">
1429    <bounds x="11" y="7" width="1" height="1" />
1430  </backdrop>
1431  <backdrop name="dotmatrix467" element="dotmatrixdot" state="0">
1432    <bounds x="12" y="7" width="1" height="1" />
1433  </backdrop>
1434  <backdrop name="dotmatrix468" element="dotmatrixdot" state="0">
1435    <bounds x="13" y="7" width="1" height="1" />
1436  </backdrop>
1437  <backdrop name="dotmatrix469" element="dotmatrixdot" state="0">
1438    <bounds x="14" y="7" width="1" height="1" />
1439  </backdrop>
1440  <backdrop name="dotmatrix470" element="dotmatrixdot" state="0">
1441    <bounds x="15" y="7" width="1" height="1" />
1442  </backdrop>
1443  <backdrop name="dotmatrix471" element="dotmatrixdot" state="0">
1444    <bounds x="16" y="7" width="1" height="1" />
1445  </backdrop>
1446  <backdrop name="dotmatrix472" element="dotmatrixdot" state="0">
1447    <bounds x="17" y="7" width="1" height="1" />
1448  </backdrop>
1449  <backdrop name="dotmatrix473" element="dotmatrixdot" state="0">
1450    <bounds x="18" y="7" width="1" height="1" />
1451  </backdrop>
1452  <backdrop name="dotmatrix474" element="dotmatrixdot" state="0">
1453    <bounds x="19" y="7" width="1" height="1" />
1454  </backdrop>
1455  <backdrop name="dotmatrix475" element="dotmatrixdot" state="0">
1456    <bounds x="20" y="7" width="1" height="1" />
1457  </backdrop>
1458  <backdrop name="dotmatrix476" element="dotmatrixdot" state="0">
1459    <bounds x="21" y="7" width="1" height="1" />
1460  </backdrop>
1461  <backdrop name="dotmatrix477" element="dotmatrixdot" state="0">
1462    <bounds x="22" y="7" width="1" height="1" />
1463  </backdrop>
1464  <backdrop name="dotmatrix478" element="dotmatrixdot" state="0">
1465    <bounds x="23" y="7" width="1" height="1" />
1466  </backdrop>
1467  <backdrop name="dotmatrix479" element="dotmatrixdot" state="0">
1468    <bounds x="24" y="7" width="1" height="1" />
1469  </backdrop>
1470  <backdrop name="dotmatrix480" element="dotmatrixdot" state="0">
1471    <bounds x="25" y="7" width="1" height="1" />
1472  </backdrop>
1473  <backdrop name="dotmatrix481" element="dotmatrixdot" state="0">
1474    <bounds x="26" y="7" width="1" height="1" />
1475  </backdrop>
1476  <backdrop name="dotmatrix482" element="dotmatrixdot" state="0">
1477    <bounds x="27" y="7" width="1" height="1" />
1478  </backdrop>
1479  <backdrop name="dotmatrix483" element="dotmatrixdot" state="0">
1480    <bounds x="28" y="7" width="1" height="1" />
1481  </backdrop>
1482  <backdrop name="dotmatrix484" element="dotmatrixdot" state="0">
1483    <bounds x="29" y="7" width="1" height="1" />
1484  </backdrop>
1485  <backdrop name="dotmatrix485" element="dotmatrixdot" state="0">
1486    <bounds x="30" y="7" width="1" height="1" />
1487  </backdrop>
1488  <backdrop name="dotmatrix486" element="dotmatrixdot" state="0">
1489    <bounds x="31" y="7" width="1" height="1" />
1490  </backdrop>
1491  <backdrop name="dotmatrix487" element="dotmatrixdot" state="0">
1492    <bounds x="32" y="7" width="1" height="1" />
1493  </backdrop>
1494  <backdrop name="dotmatrix488" element="dotmatrixdot" state="0">
1495    <bounds x="33" y="7" width="1" height="1" />
1496  </backdrop>
1497  <backdrop name="dotmatrix489" element="dotmatrixdot" state="0">
1498    <bounds x="34" y="7" width="1" height="1" />
1499  </backdrop>
1500  <backdrop name="dotmatrix490" element="dotmatrixdot" state="0">
1501    <bounds x="35" y="7" width="1" height="1" />
1502  </backdrop>
1503  <backdrop name="dotmatrix491" element="dotmatrixdot" state="0">
1504    <bounds x="36" y="7" width="1" height="1" />
1505  </backdrop>
1506  <backdrop name="dotmatrix492" element="dotmatrixdot" state="0">
1507    <bounds x="37" y="7" width="1" height="1" />
1508  </backdrop>
1509  <backdrop name="dotmatrix493" element="dotmatrixdot" state="0">
1510    <bounds x="38" y="7" width="1" height="1" />
1511  </backdrop>
1512  <backdrop name="dotmatrix494" element="dotmatrixdot" state="0">
1513    <bounds x="39" y="7" width="1" height="1" />
1514  </backdrop>
1515  <backdrop name="dotmatrix495" element="dotmatrixdot" state="0">
1516    <bounds x="40" y="7" width="1" height="1" />
1517  </backdrop>
1518  <backdrop name="dotmatrix496" element="dotmatrixdot" state="0">
1519    <bounds x="41" y="7" width="1" height="1" />
1520  </backdrop>
1521  <backdrop name="dotmatrix497" element="dotmatrixdot" state="0">
1522    <bounds x="42" y="7" width="1" height="1" />
1523  </backdrop>
1524  <backdrop name="dotmatrix498" element="dotmatrixdot" state="0">
1525    <bounds x="43" y="7" width="1" height="1" />
1526  </backdrop>
1527  <backdrop name="dotmatrix499" element="dotmatrixdot" state="0">
1528    <bounds x="44" y="7" width="1" height="1" />
1529  </backdrop>
1530  <backdrop name="dotmatrix500" element="dotmatrixdot" state="0">
1531    <bounds x="45" y="7" width="1" height="1" />
1532  </backdrop>
1533  <backdrop name="dotmatrix501" element="dotmatrixdot" state="0">
1534    <bounds x="46" y="7" width="1" height="1" />
1535  </backdrop>
1536  <backdrop name="dotmatrix502" element="dotmatrixdot" state="0">
1537    <bounds x="47" y="7" width="1" height="1" />
1538  </backdrop>
1539  <backdrop name="dotmatrix503" element="dotmatrixdot" state="0">
1540    <bounds x="48" y="7" width="1" height="1" />
1541  </backdrop>
1542  <backdrop name="dotmatrix504" element="dotmatrixdot" state="0">
1543    <bounds x="49" y="7" width="1" height="1" />
1544  </backdrop>
1545  <backdrop name="dotmatrix505" element="dotmatrixdot" state="0">
1546    <bounds x="50" y="7" width="1" height="1" />
1547  </backdrop>
1548  <backdrop name="dotmatrix506" element="dotmatrixdot" state="0">
1549    <bounds x="51" y="7" width="1" height="1" />
1550  </backdrop>
1551  <backdrop name="dotmatrix507" element="dotmatrixdot" state="0">
1552    <bounds x="52" y="7" width="1" height="1" />
1553  </backdrop>
1554  <backdrop name="dotmatrix508" element="dotmatrixdot" state="0">
1555    <bounds x="53" y="7" width="1" height="1" />
1556  </backdrop>
1557  <backdrop name="dotmatrix509" element="dotmatrixdot" state="0">
1558    <bounds x="54" y="7" width="1" height="1" />
1559  </backdrop>
1560  <backdrop name="dotmatrix510" element="dotmatrixdot" state="0">
1561    <bounds x="55" y="7" width="1" height="1" />
1562  </backdrop>
1563  <backdrop name="dotmatrix511" element="dotmatrixdot" state="0">
1564    <bounds x="56" y="7" width="1" height="1" />
1565  </backdrop>
1566  <backdrop name="dotmatrix512" element="dotmatrixdot" state="0">
1567    <bounds x="57" y="7" width="1" height="1" />
1568  </backdrop>
1569  <backdrop name="dotmatrix513" element="dotmatrixdot" state="0">
1570    <bounds x="58" y="7" width="1" height="1" />
1571  </backdrop>
1572  <backdrop name="dotmatrix514" element="dotmatrixdot" state="0">
1573    <bounds x="59" y="7" width="1" height="1" />
1574  </backdrop>
1575  <backdrop name="dotmatrix515" element="dotmatrixdot" state="0">
1576    <bounds x="60" y="7" width="1" height="1" />
1577  </backdrop>
1578  <backdrop name="dotmatrix516" element="dotmatrixdot" state="0">
1579    <bounds x="61" y="7" width="1" height="1" />
1580  </backdrop>
1581  <backdrop name="dotmatrix517" element="dotmatrixdot" state="0">
1582    <bounds x="62" y="7" width="1" height="1" />
1583  </backdrop>
1584  <backdrop name="dotmatrix518" element="dotmatrixdot" state="0">
1585    <bounds x="63" y="7" width="1" height="1" />
1586  </backdrop>
1587  <backdrop name="dotmatrix519" element="dotmatrixdot" state="0">
1588    <bounds x="64" y="7" width="1" height="1" />
1589  </backdrop>
1590  <backdrop name="dotmatrix520" element="dotmatrixdot" state="0">
1591    <bounds x="0" y="8" width="1" height="1" />
1592  </backdrop>
1593  <backdrop name="dotmatrix521" element="dotmatrixdot" state="0">
1594    <bounds x="1" y="8" width="1" height="1" />
1595  </backdrop>
1596  <backdrop name="dotmatrix522" element="dotmatrixdot" state="0">
1597    <bounds x="2" y="8" width="1" height="1" />
1598  </backdrop>
1599  <backdrop name="dotmatrix523" element="dotmatrixdot" state="0">
1600    <bounds x="3" y="8" width="1" height="1" />
1601  </backdrop>
1602  <backdrop name="dotmatrix524" element="dotmatrixdot" state="0">
1603    <bounds x="4" y="8" width="1" height="1" />
1604  </backdrop>
1605  <backdrop name="dotmatrix525" element="dotmatrixdot" state="0">
1606    <bounds x="5" y="8" width="1" height="1" />
1607  </backdrop>
1608  <backdrop name="dotmatrix526" element="dotmatrixdot" state="0">
1609    <bounds x="6" y="8" width="1" height="1" />
1610  </backdrop>
1611  <backdrop name="dotmatrix527" element="dotmatrixdot" state="0">
1612    <bounds x="7" y="8" width="1" height="1" />
1613  </backdrop>
1614  <backdrop name="dotmatrix528" element="dotmatrixdot" state="0">
1615    <bounds x="8" y="8" width="1" height="1" />
1616  </backdrop>
1617  <backdrop name="dotmatrix529" element="dotmatrixdot" state="0">
1618    <bounds x="9" y="8" width="1" height="1" />
1619  </backdrop>
1620  <backdrop name="dotmatrix530" element="dotmatrixdot" state="0">
1621    <bounds x="10" y="8" width="1" height="1" />
1622  </backdrop>
1623  <backdrop name="dotmatrix531" element="dotmatrixdot" state="0">
1624    <bounds x="11" y="8" width="1" height="1" />
1625  </backdrop>
1626  <backdrop name="dotmatrix532" element="dotmatrixdot" state="0">
1627    <bounds x="12" y="8" width="1" height="1" />
1628  </backdrop>
1629  <backdrop name="dotmatrix533" element="dotmatrixdot" state="0">
1630    <bounds x="13" y="8" width="1" height="1" />
1631  </backdrop>
1632  <backdrop name="dotmatrix534" element="dotmatrixdot" state="0">
1633    <bounds x="14" y="8" width="1" height="1" />
1634  </backdrop>
1635  <backdrop name="dotmatrix535" element="dotmatrixdot" state="0">
1636    <bounds x="15" y="8" width="1" height="1" />
1637  </backdrop>
1638  <backdrop name="dotmatrix536" element="dotmatrixdot" state="0">
1639    <bounds x="16" y="8" width="1" height="1" />
1640  </backdrop>
1641  <backdrop name="dotmatrix537" element="dotmatrixdot" state="0">
1642    <bounds x="17" y="8" width="1" height="1" />
1643  </backdrop>
1644  <backdrop name="dotmatrix538" element="dotmatrixdot" state="0">
1645    <bounds x="18" y="8" width="1" height="1" />
1646  </backdrop>
1647  <backdrop name="dotmatrix539" element="dotmatrixdot" state="0">
1648    <bounds x="19" y="8" width="1" height="1" />
1649  </backdrop>
1650  <backdrop name="dotmatrix540" element="dotmatrixdot" state="0">
1651    <bounds x="20" y="8" width="1" height="1" />
1652  </backdrop>
1653  <backdrop name="dotmatrix541" element="dotmatrixdot" state="0">
1654    <bounds x="21" y="8" width="1" height="1" />
1655  </backdrop>
1656  <backdrop name="dotmatrix542" element="dotmatrixdot" state="0">
1657    <bounds x="22" y="8" width="1" height="1" />
1658  </backdrop>
1659  <backdrop name="dotmatrix543" element="dotmatrixdot" state="0">
1660    <bounds x="23" y="8" width="1" height="1" />
1661  </backdrop>
1662  <backdrop name="dotmatrix544" element="dotmatrixdot" state="0">
1663    <bounds x="24" y="8" width="1" height="1" />
1664  </backdrop>
1665  <backdrop name="dotmatrix545" element="dotmatrixdot" state="0">
1666    <bounds x="25" y="8" width="1" height="1" />
1667  </backdrop>
1668  <backdrop name="dotmatrix546" element="dotmatrixdot" state="0">
1669    <bounds x="26" y="8" width="1" height="1" />
1670  </backdrop>
1671  <backdrop name="dotmatrix547" element="dotmatrixdot" state="0">
1672    <bounds x="27" y="8" width="1" height="1" />
1673  </backdrop>
1674  <backdrop name="dotmatrix548" element="dotmatrixdot" state="0">
1675    <bounds x="28" y="8" width="1" height="1" />
1676  </backdrop>
1677  <backdrop name="dotmatrix549" element="dotmatrixdot" state="0">
1678    <bounds x="29" y="8" width="1" height="1" />
1679  </backdrop>
1680  <backdrop name="dotmatrix550" element="dotmatrixdot" state="0">
1681    <bounds x="30" y="8" width="1" height="1" />
1682  </backdrop>
1683  <backdrop name="dotmatrix551" element="dotmatrixdot" state="0">
1684    <bounds x="31" y="8" width="1" height="1" />
1685  </backdrop>
1686  <backdrop name="dotmatrix552" element="dotmatrixdot" state="0">
1687    <bounds x="32" y="8" width="1" height="1" />
1688  </backdrop>
1689  <backdrop name="dotmatrix553" element="dotmatrixdot" state="0">
1690    <bounds x="33" y="8" width="1" height="1" />
1691  </backdrop>
1692  <backdrop name="dotmatrix554" element="dotmatrixdot" state="0">
1693    <bounds x="34" y="8" width="1" height="1" />
1694  </backdrop>
1695  <backdrop name="dotmatrix555" element="dotmatrixdot" state="0">
1696    <bounds x="35" y="8" width="1" height="1" />
1697  </backdrop>
1698  <backdrop name="dotmatrix556" element="dotmatrixdot" state="0">
1699    <bounds x="36" y="8" width="1" height="1" />
1700  </backdrop>
1701  <backdrop name="dotmatrix557" element="dotmatrixdot" state="0">
1702    <bounds x="37" y="8" width="1" height="1" />
1703  </backdrop>
1704  <backdrop name="dotmatrix558" element="dotmatrixdot" state="0">
1705    <bounds x="38" y="8" width="1" height="1" />
1706  </backdrop>
1707  <backdrop name="dotmatrix559" element="dotmatrixdot" state="0">
1708    <bounds x="39" y="8" width="1" height="1" />
1709  </backdrop>
1710  <backdrop name="dotmatrix560" element="dotmatrixdot" state="0">
1711    <bounds x="40" y="8" width="1" height="1" />
1712  </backdrop>
1713  <backdrop name="dotmatrix561" element="dotmatrixdot" state="0">
1714    <bounds x="41" y="8" width="1" height="1" />
1715  </backdrop>
1716  <backdrop name="dotmatrix562" element="dotmatrixdot" state="0">
1717    <bounds x="42" y="8" width="1" height="1" />
1718  </backdrop>
1719  <backdrop name="dotmatrix563" element="dotmatrixdot" state="0">
1720    <bounds x="43" y="8" width="1" height="1" />
1721  </backdrop>
1722  <backdrop name="dotmatrix564" element="dotmatrixdot" state="0">
1723    <bounds x="44" y="8" width="1" height="1" />
1724  </backdrop>
1725  <backdrop name="dotmatrix565" element="dotmatrixdot" state="0">
1726    <bounds x="45" y="8" width="1" height="1" />
1727  </backdrop>
1728  <backdrop name="dotmatrix566" element="dotmatrixdot" state="0">
1729    <bounds x="46" y="8" width="1" height="1" />
1730  </backdrop>
1731  <backdrop name="dotmatrix567" element="dotmatrixdot" state="0">
1732    <bounds x="47" y="8" width="1" height="1" />
1733  </backdrop>
1734  <backdrop name="dotmatrix568" element="dotmatrixdot" state="0">
1735    <bounds x="48" y="8" width="1" height="1" />
1736  </backdrop>
1737  <backdrop name="dotmatrix569" element="dotmatrixdot" state="0">
1738    <bounds x="49" y="8" width="1" height="1" />
1739  </backdrop>
1740  <backdrop name="dotmatrix570" element="dotmatrixdot" state="0">
1741    <bounds x="50" y="8" width="1" height="1" />
1742  </backdrop>
1743  <backdrop name="dotmatrix571" element="dotmatrixdot" state="0">
1744    <bounds x="51" y="8" width="1" height="1" />
1745  </backdrop>
1746  <backdrop name="dotmatrix572" element="dotmatrixdot" state="0">
1747    <bounds x="52" y="8" width="1" height="1" />
1748  </backdrop>
1749  <backdrop name="dotmatrix573" element="dotmatrixdot" state="0">
1750    <bounds x="53" y="8" width="1" height="1" />
1751  </backdrop>
1752  <backdrop name="dotmatrix574" element="dotmatrixdot" state="0">
1753    <bounds x="54" y="8" width="1" height="1" />
1754  </backdrop>
1755  <backdrop name="dotmatrix575" element="dotmatrixdot" state="0">
1756    <bounds x="55" y="8" width="1" height="1" />
1757  </backdrop>
1758  <backdrop name="dotmatrix576" element="dotmatrixdot" state="0">
1759    <bounds x="56" y="8" width="1" height="1" />
1760  </backdrop>
1761  <backdrop name="dotmatrix577" element="dotmatrixdot" state="0">
1762    <bounds x="57" y="8" width="1" height="1" />
1763  </backdrop>
1764  <backdrop name="dotmatrix578" element="dotmatrixdot" state="0">
1765    <bounds x="58" y="8" width="1" height="1" />
1766  </backdrop>
1767  <backdrop name="dotmatrix579" element="dotmatrixdot" state="0">
1768    <bounds x="59" y="8" width="1" height="1" />
1769  </backdrop>
1770  <backdrop name="dotmatrix580" element="dotmatrixdot" state="0">
1771    <bounds x="60" y="8" width="1" height="1" />
1772  </backdrop>
1773  <backdrop name="dotmatrix581" element="dotmatrixdot" state="0">
1774    <bounds x="61" y="8" width="1" height="1" />
1775  </backdrop>
1776  <backdrop name="dotmatrix582" element="dotmatrixdot" state="0">
1777    <bounds x="62" y="8" width="1" height="1" />
1778  </backdrop>
1779  <backdrop name="dotmatrix583" element="dotmatrixdot" state="0">
1780    <bounds x="63" y="8" width="1" height="1" />
1781  </backdrop>
1782  <backdrop name="dotmatrix584" element="dotmatrixdot" state="0">
1783    <bounds x="64" y="8" width="1" height="1" />
1784  </backdrop>
1785  <backdrop name="dotmatrix585" element="dotmatrixdot" state="0">
1786    <bounds x="0" y="9" width="1" height="1" />
1787  </backdrop>
1788  <backdrop name="dotmatrix586" element="dotmatrixdot" state="0">
1789    <bounds x="1" y="9" width="1" height="1" />
1790  </backdrop>
1791  <backdrop name="dotmatrix587" element="dotmatrixdot" state="0">
1792    <bounds x="2" y="9" width="1" height="1" />
1793  </backdrop>
1794  <backdrop name="dotmatrix588" element="dotmatrixdot" state="0">
1795    <bounds x="3" y="9" width="1" height="1" />
1796  </backdrop>
1797  <backdrop name="dotmatrix589" element="dotmatrixdot" state="0">
1798    <bounds x="4" y="9" width="1" height="1" />
1799  </backdrop>
1800  <backdrop name="dotmatrix590" element="dotmatrixdot" state="0">
1801    <bounds x="5" y="9" width="1" height="1" />
1802  </backdrop>
1803  <backdrop name="dotmatrix591" element="dotmatrixdot" state="0">
1804    <bounds x="6" y="9" width="1" height="1" />
1805  </backdrop>
1806  <backdrop name="dotmatrix592" element="dotmatrixdot" state="0">
1807    <bounds x="7" y="9" width="1" height="1" />
1808  </backdrop>
1809  <backdrop name="dotmatrix593" element="dotmatrixdot" state="0">
1810    <bounds x="8" y="9" width="1" height="1" />
1811  </backdrop>
1812  <backdrop name="dotmatrix594" element="dotmatrixdot" state="0">
1813    <bounds x="9" y="9" width="1" height="1" />
1814  </backdrop>
1815  <backdrop name="dotmatrix595" element="dotmatrixdot" state="0">
1816    <bounds x="10" y="9" width="1" height="1" />
1817  </backdrop>
1818  <backdrop name="dotmatrix596" element="dotmatrixdot" state="0">
1819    <bounds x="11" y="9" width="1" height="1" />
1820  </backdrop>
1821  <backdrop name="dotmatrix597" element="dotmatrixdot" state="0">
1822    <bounds x="12" y="9" width="1" height="1" />
1823  </backdrop>
1824  <backdrop name="dotmatrix598" element="dotmatrixdot" state="0">
1825    <bounds x="13" y="9" width="1" height="1" />
1826  </backdrop>
1827  <backdrop name="dotmatrix599" element="dotmatrixdot" state="0">
1828    <bounds x="14" y="9" width="1" height="1" />
1829  </backdrop>
1830  <backdrop name="dotmatrix600" element="dotmatrixdot" state="0">
1831    <bounds x="15" y="9" width="1" height="1" />
1832  </backdrop>
1833  <backdrop name="dotmatrix601" element="dotmatrixdot" state="0">
1834    <bounds x="16" y="9" width="1" height="1" />
1835  </backdrop>
1836  <backdrop name="dotmatrix602" element="dotmatrixdot" state="0">
1837    <bounds x="17" y="9" width="1" height="1" />
1838  </backdrop>
1839  <backdrop name="dotmatrix603" element="dotmatrixdot" state="0">
1840    <bounds x="18" y="9" width="1" height="1" />
1841  </backdrop>
1842  <backdrop name="dotmatrix604" element="dotmatrixdot" state="0">
1843    <bounds x="19" y="9" width="1" height="1" />
1844  </backdrop>
1845  <backdrop name="dotmatrix605" element="dotmatrixdot" state="0">
1846    <bounds x="20" y="9" width="1" height="1" />
1847  </backdrop>
1848  <backdrop name="dotmatrix606" element="dotmatrixdot" state="0">
1849    <bounds x="21" y="9" width="1" height="1" />
1850  </backdrop>
1851  <backdrop name="dotmatrix607" element="dotmatrixdot" state="0">
1852    <bounds x="22" y="9" width="1" height="1" />
1853  </backdrop>
1854  <backdrop name="dotmatrix608" element="dotmatrixdot" state="0">
1855    <bounds x="23" y="9" width="1" height="1" />
1856  </backdrop>
1857  <backdrop name="dotmatrix609" element="dotmatrixdot" state="0">
1858    <bounds x="24" y="9" width="1" height="1" />
1859  </backdrop>
1860  <backdrop name="dotmatrix610" element="dotmatrixdot" state="0">
1861    <bounds x="25" y="9" width="1" height="1" />
1862  </backdrop>
1863  <backdrop name="dotmatrix611" element="dotmatrixdot" state="0">
1864    <bounds x="26" y="9" width="1" height="1" />
1865  </backdrop>
1866  <backdrop name="dotmatrix612" element="dotmatrixdot" state="0">
1867    <bounds x="27" y="9" width="1" height="1" />
1868  </backdrop>
1869  <backdrop name="dotmatrix613" element="dotmatrixdot" state="0">
1870    <bounds x="28" y="9" width="1" height="1" />
1871  </backdrop>
1872  <backdrop name="dotmatrix614" element="dotmatrixdot" state="0">
1873    <bounds x="29" y="9" width="1" height="1" />
1874  </backdrop>
1875  <backdrop name="dotmatrix615" element="dotmatrixdot" state="0">
1876    <bounds x="30" y="9" width="1" height="1" />
1877  </backdrop>
1878  <backdrop name="dotmatrix616" element="dotmatrixdot" state="0">
1879    <bounds x="31" y="9" width="1" height="1" />
1880  </backdrop>
1881  <backdrop name="dotmatrix617" element="dotmatrixdot" state="0">
1882    <bounds x="32" y="9" width="1" height="1" />
1883  </backdrop>
1884  <backdrop name="dotmatrix618" element="dotmatrixdot" state="0">
1885    <bounds x="33" y="9" width="1" height="1" />
1886  </backdrop>
1887  <backdrop name="dotmatrix619" element="dotmatrixdot" state="0">
1888    <bounds x="34" y="9" width="1" height="1" />
1889  </backdrop>
1890  <backdrop name="dotmatrix620" element="dotmatrixdot" state="0">
1891    <bounds x="35" y="9" width="1" height="1" />
1892  </backdrop>
1893  <backdrop name="dotmatrix621" element="dotmatrixdot" state="0">
1894    <bounds x="36" y="9" width="1" height="1" />
1895  </backdrop>
1896  <backdrop name="dotmatrix622" element="dotmatrixdot" state="0">
1897    <bounds x="37" y="9" width="1" height="1" />
1898  </backdrop>
1899  <backdrop name="dotmatrix623" element="dotmatrixdot" state="0">
1900    <bounds x="38" y="9" width="1" height="1" />
1901  </backdrop>
1902  <backdrop name="dotmatrix624" element="dotmatrixdot" state="0">
1903    <bounds x="39" y="9" width="1" height="1" />
1904  </backdrop>
1905  <backdrop name="dotmatrix625" element="dotmatrixdot" state="0">
1906    <bounds x="40" y="9" width="1" height="1" />
1907  </backdrop>
1908  <backdrop name="dotmatrix626" element="dotmatrixdot" state="0">
1909    <bounds x="41" y="9" width="1" height="1" />
1910  </backdrop>
1911  <backdrop name="dotmatrix627" element="dotmatrixdot" state="0">
1912    <bounds x="42" y="9" width="1" height="1" />
1913  </backdrop>
1914  <backdrop name="dotmatrix628" element="dotmatrixdot" state="0">
1915    <bounds x="43" y="9" width="1" height="1" />
1916  </backdrop>
1917  <backdrop name="dotmatrix629" element="dotmatrixdot" state="0">
1918    <bounds x="44" y="9" width="1" height="1" />
1919  </backdrop>
1920  <backdrop name="dotmatrix630" element="dotmatrixdot" state="0">
1921    <bounds x="45" y="9" width="1" height="1" />
1922  </backdrop>
1923  <backdrop name="dotmatrix631" element="dotmatrixdot" state="0">
1924    <bounds x="46" y="9" width="1" height="1" />
1925  </backdrop>
1926  <backdrop name="dotmatrix632" element="dotmatrixdot" state="0">
1927    <bounds x="47" y="9" width="1" height="1" />
1928  </backdrop>
1929  <backdrop name="dotmatrix633" element="dotmatrixdot" state="0">
1930    <bounds x="48" y="9" width="1" height="1" />
1931  </backdrop>
1932  <backdrop name="dotmatrix634" element="dotmatrixdot" state="0">
1933    <bounds x="49" y="9" width="1" height="1" />
1934  </backdrop>
1935  <backdrop name="dotmatrix635" element="dotmatrixdot" state="0">
1936    <bounds x="50" y="9" width="1" height="1" />
1937  </backdrop>
1938  <backdrop name="dotmatrix636" element="dotmatrixdot" state="0">
1939    <bounds x="51" y="9" width="1" height="1" />
1940  </backdrop>
1941  <backdrop name="dotmatrix637" element="dotmatrixdot" state="0">
1942    <bounds x="52" y="9" width="1" height="1" />
1943  </backdrop>
1944  <backdrop name="dotmatrix638" element="dotmatrixdot" state="0">
1945    <bounds x="53" y="9" width="1" height="1" />
1946  </backdrop>
1947  <backdrop name="dotmatrix639" element="dotmatrixdot" state="0">
1948    <bounds x="54" y="9" width="1" height="1" />
1949  </backdrop>
1950  <backdrop name="dotmatrix640" element="dotmatrixdot" state="0">
1951    <bounds x="55" y="9" width="1" height="1" />
1952  </backdrop>
1953  <backdrop name="dotmatrix641" element="dotmatrixdot" state="0">
1954    <bounds x="56" y="9" width="1" height="1" />
1955  </backdrop>
1956  <backdrop name="dotmatrix642" element="dotmatrixdot" state="0">
1957    <bounds x="57" y="9" width="1" height="1" />
1958  </backdrop>
1959  <backdrop name="dotmatrix643" element="dotmatrixdot" state="0">
1960    <bounds x="58" y="9" width="1" height="1" />
1961  </backdrop>
1962  <backdrop name="dotmatrix644" element="dotmatrixdot" state="0">
1963    <bounds x="59" y="9" width="1" height="1" />
1964  </backdrop>
1965  <backdrop name="dotmatrix645" element="dotmatrixdot" state="0">
1966    <bounds x="60" y="9" width="1" height="1" />
1967  </backdrop>
1968  <backdrop name="dotmatrix646" element="dotmatrixdot" state="0">
1969    <bounds x="61" y="9" width="1" height="1" />
1970  </backdrop>
1971  <backdrop name="dotmatrix647" element="dotmatrixdot" state="0">
1972    <bounds x="62" y="9" width="1" height="1" />
1973  </backdrop>
1974  <backdrop name="dotmatrix648" element="dotmatrixdot" state="0">
1975    <bounds x="63" y="9" width="1" height="1" />
1976  </backdrop>
1977  <backdrop name="dotmatrix649" element="dotmatrixdot" state="0">
1978    <bounds x="64" y="9" width="1" height="1" />
1979  </backdrop>
1980  <backdrop name="dotmatrix650" element="dotmatrixdot" state="0">
1981    <bounds x="0" y="10" width="1" height="1" />
1982  </backdrop>
1983  <backdrop name="dotmatrix651" element="dotmatrixdot" state="0">
1984    <bounds x="1" y="10" width="1" height="1" />
1985  </backdrop>
1986  <backdrop name="dotmatrix652" element="dotmatrixdot" state="0">
1987    <bounds x="2" y="10" width="1" height="1" />
1988  </backdrop>
1989  <backdrop name="dotmatrix653" element="dotmatrixdot" state="0">
1990    <bounds x="3" y="10" width="1" height="1" />
1991  </backdrop>
1992  <backdrop name="dotmatrix654" element="dotmatrixdot" state="0">
1993    <bounds x="4" y="10" width="1" height="1" />
1994  </backdrop>
1995  <backdrop name="dotmatrix655" element="dotmatrixdot" state="0">
1996    <bounds x="5" y="10" width="1" height="1" />
1997  </backdrop>
1998  <backdrop name="dotmatrix656" element="dotmatrixdot" state="0">
1999    <bounds x="6" y="10" width="1" height="1" />
2000  </backdrop>
2001  <backdrop name="dotmatrix657" element="dotmatrixdot" state="0">
2002    <bounds x="7" y="10" width="1" height="1" />
2003  </backdrop>
2004  <backdrop name="dotmatrix658" element="dotmatrixdot" state="0">
2005    <bounds x="8" y="10" width="1" height="1" />
2006  </backdrop>
2007  <backdrop name="dotmatrix659" element="dotmatrixdot" state="0">
2008    <bounds x="9" y="10" width="1" height="1" />
2009  </backdrop>
2010  <backdrop name="dotmatrix660" element="dotmatrixdot" state="0">
2011    <bounds x="10" y="10" width="1" height="1" />
2012  </backdrop>
2013  <backdrop name="dotmatrix661" element="dotmatrixdot" state="0">
2014    <bounds x="11" y="10" width="1" height="1" />
2015  </backdrop>
2016  <backdrop name="dotmatrix662" element="dotmatrixdot" state="0">
2017    <bounds x="12" y="10" width="1" height="1" />
2018  </backdrop>
2019  <backdrop name="dotmatrix663" element="dotmatrixdot" state="0">
2020    <bounds x="13" y="10" width="1" height="1" />
2021  </backdrop>
2022  <backdrop name="dotmatrix664" element="dotmatrixdot" state="0">
2023    <bounds x="14" y="10" width="1" height="1" />
2024  </backdrop>
2025  <backdrop name="dotmatrix665" element="dotmatrixdot" state="0">
2026    <bounds x="15" y="10" width="1" height="1" />
2027  </backdrop>
2028  <backdrop name="dotmatrix666" element="dotmatrixdot" state="0">
2029    <bounds x="16" y="10" width="1" height="1" />
2030  </backdrop>
2031  <backdrop name="dotmatrix667" element="dotmatrixdot" state="0">
2032    <bounds x="17" y="10" width="1" height="1" />
2033  </backdrop>
2034  <backdrop name="dotmatrix668" element="dotmatrixdot" state="0">
2035    <bounds x="18" y="10" width="1" height="1" />
2036  </backdrop>
2037  <backdrop name="dotmatrix669" element="dotmatrixdot" state="0">
2038    <bounds x="19" y="10" width="1" height="1" />
2039  </backdrop>
2040  <backdrop name="dotmatrix670" element="dotmatrixdot" state="0">
2041    <bounds x="20" y="10" width="1" height="1" />
2042  </backdrop>
2043  <backdrop name="dotmatrix671" element="dotmatrixdot" state="0">
2044    <bounds x="21" y="10" width="1" height="1" />
2045  </backdrop>
2046  <backdrop name="dotmatrix672" element="dotmatrixdot" state="0">
2047    <bounds x="22" y="10" width="1" height="1" />
2048  </backdrop>
2049  <backdrop name="dotmatrix673" element="dotmatrixdot" state="0">
2050    <bounds x="23" y="10" width="1" height="1" />
2051  </backdrop>
2052  <backdrop name="dotmatrix674" element="dotmatrixdot" state="0">
2053    <bounds x="24" y="10" width="1" height="1" />
2054  </backdrop>
2055  <backdrop name="dotmatrix675" element="dotmatrixdot" state="0">
2056    <bounds x="25" y="10" width="1" height="1" />
2057  </backdrop>
2058  <backdrop name="dotmatrix676" element="dotmatrixdot" state="0">
2059    <bounds x="26" y="10" width="1" height="1" />
2060  </backdrop>
2061  <backdrop name="dotmatrix677" element="dotmatrixdot" state="0">
2062    <bounds x="27" y="10" width="1" height="1" />
2063  </backdrop>
2064  <backdrop name="dotmatrix678" element="dotmatrixdot" state="0">
2065    <bounds x="28" y="10" width="1" height="1" />
2066  </backdrop>
2067  <backdrop name="dotmatrix679" element="dotmatrixdot" state="0">
2068    <bounds x="29" y="10" width="1" height="1" />
2069  </backdrop>
2070  <backdrop name="dotmatrix680" element="dotmatrixdot" state="0">
2071    <bounds x="30" y="10" width="1" height="1" />
2072  </backdrop>
2073  <backdrop name="dotmatrix681" element="dotmatrixdot" state="0">
2074    <bounds x="31" y="10" width="1" height="1" />
2075  </backdrop>
2076  <backdrop name="dotmatrix682" element="dotmatrixdot" state="0">
2077    <bounds x="32" y="10" width="1" height="1" />
2078  </backdrop>
2079  <backdrop name="dotmatrix683" element="dotmatrixdot" state="0">
2080    <bounds x="33" y="10" width="1" height="1" />
2081  </backdrop>
2082  <backdrop name="dotmatrix684" element="dotmatrixdot" state="0">
2083    <bounds x="34" y="10" width="1" height="1" />
2084  </backdrop>
2085  <backdrop name="dotmatrix685" element="dotmatrixdot" state="0">
2086    <bounds x="35" y="10" width="1" height="1" />
2087  </backdrop>
2088  <backdrop name="dotmatrix686" element="dotmatrixdot" state="0">
2089    <bounds x="36" y="10" width="1" height="1" />
2090  </backdrop>
2091  <backdrop name="dotmatrix687" element="dotmatrixdot" state="0">
2092    <bounds x="37" y="10" width="1" height="1" />
2093  </backdrop>
2094  <backdrop name="dotmatrix688" element="dotmatrixdot" state="0">
2095    <bounds x="38" y="10" width="1" height="1" />
2096  </backdrop>
2097  <backdrop name="dotmatrix689" element="dotmatrixdot" state="0">
2098    <bounds x="39" y="10" width="1" height="1" />
2099  </backdrop>
2100  <backdrop name="dotmatrix690" element="dotmatrixdot" state="0">
2101    <bounds x="40" y="10" width="1" height="1" />
2102  </backdrop>
2103  <backdrop name="dotmatrix691" element="dotmatrixdot" state="0">
2104    <bounds x="41" y="10" width="1" height="1" />
2105  </backdrop>
2106  <backdrop name="dotmatrix692" element="dotmatrixdot" state="0">
2107    <bounds x="42" y="10" width="1" height="1" />
2108  </backdrop>
2109  <backdrop name="dotmatrix693" element="dotmatrixdot" state="0">
2110    <bounds x="43" y="10" width="1" height="1" />
2111  </backdrop>
2112  <backdrop name="dotmatrix694" element="dotmatrixdot" state="0">
2113    <bounds x="44" y="10" width="1" height="1" />
2114  </backdrop>
2115  <backdrop name="dotmatrix695" element="dotmatrixdot" state="0">
2116    <bounds x="45" y="10" width="1" height="1" />
2117  </backdrop>
2118  <backdrop name="dotmatrix696" element="dotmatrixdot" state="0">
2119    <bounds x="46" y="10" width="1" height="1" />
2120  </backdrop>
2121  <backdrop name="dotmatrix697" element="dotmatrixdot" state="0">
2122    <bounds x="47" y="10" width="1" height="1" />
2123  </backdrop>
2124  <backdrop name="dotmatrix698" element="dotmatrixdot" state="0">
2125    <bounds x="48" y="10" width="1" height="1" />
2126  </backdrop>
2127  <backdrop name="dotmatrix699" element="dotmatrixdot" state="0">
2128    <bounds x="49" y="10" width="1" height="1" />
2129  </backdrop>
2130  <backdrop name="dotmatrix700" element="dotmatrixdot" state="0">
2131    <bounds x="50" y="10" width="1" height="1" />
2132  </backdrop>
2133  <backdrop name="dotmatrix701" element="dotmatrixdot" state="0">
2134    <bounds x="51" y="10" width="1" height="1" />
2135  </backdrop>
2136  <backdrop name="dotmatrix702" element="dotmatrixdot" state="0">
2137    <bounds x="52" y="10" width="1" height="1" />
2138  </backdrop>
2139  <backdrop name="dotmatrix703" element="dotmatrixdot" state="0">
2140    <bounds x="53" y="10" width="1" height="1" />
2141  </backdrop>
2142  <backdrop name="dotmatrix704" element="dotmatrixdot" state="0">
2143    <bounds x="54" y="10" width="1" height="1" />
2144  </backdrop>
2145  <backdrop name="dotmatrix705" element="dotmatrixdot" state="0">
2146    <bounds x="55" y="10" width="1" height="1" />
2147  </backdrop>
2148  <backdrop name="dotmatrix706" element="dotmatrixdot" state="0">
2149    <bounds x="56" y="10" width="1" height="1" />
2150  </backdrop>
2151  <backdrop name="dotmatrix707" element="dotmatrixdot" state="0">
2152    <bounds x="57" y="10" width="1" height="1" />
2153  </backdrop>
2154  <backdrop name="dotmatrix708" element="dotmatrixdot" state="0">
2155    <bounds x="58" y="10" width="1" height="1" />
2156  </backdrop>
2157  <backdrop name="dotmatrix709" element="dotmatrixdot" state="0">
2158    <bounds x="59" y="10" width="1" height="1" />
2159  </backdrop>
2160  <backdrop name="dotmatrix710" element="dotmatrixdot" state="0">
2161    <bounds x="60" y="10" width="1" height="1" />
2162  </backdrop>
2163  <backdrop name="dotmatrix711" element="dotmatrixdot" state="0">
2164    <bounds x="61" y="10" width="1" height="1" />
2165  </backdrop>
2166  <backdrop name="dotmatrix712" element="dotmatrixdot" state="0">
2167    <bounds x="62" y="10" width="1" height="1" />
2168  </backdrop>
2169  <backdrop name="dotmatrix713" element="dotmatrixdot" state="0">
2170    <bounds x="63" y="10" width="1" height="1" />
2171  </backdrop>
2172  <backdrop name="dotmatrix714" element="dotmatrixdot" state="0">
2173    <bounds x="64" y="10" width="1" height="1" />
2174  </backdrop>
2175  <backdrop name="dotmatrix715" element="dotmatrixdot" state="0">
2176    <bounds x="0" y="11" width="1" height="1" />
2177  </backdrop>
2178  <backdrop name="dotmatrix716" element="dotmatrixdot" state="0">
2179    <bounds x="1" y="11" width="1" height="1" />
2180  </backdrop>
2181  <backdrop name="dotmatrix717" element="dotmatrixdot" state="0">
2182    <bounds x="2" y="11" width="1" height="1" />
2183  </backdrop>
2184  <backdrop name="dotmatrix718" element="dotmatrixdot" state="0">
2185    <bounds x="3" y="11" width="1" height="1" />
2186  </backdrop>
2187  <backdrop name="dotmatrix719" element="dotmatrixdot" state="0">
2188    <bounds x="4" y="11" width="1" height="1" />
2189  </backdrop>
2190  <backdrop name="dotmatrix720" element="dotmatrixdot" state="0">
2191    <bounds x="5" y="11" width="1" height="1" />
2192  </backdrop>
2193  <backdrop name="dotmatrix721" element="dotmatrixdot" state="0">
2194    <bounds x="6" y="11" width="1" height="1" />
2195  </backdrop>
2196  <backdrop name="dotmatrix722" element="dotmatrixdot" state="0">
2197    <bounds x="7" y="11" width="1" height="1" />
2198  </backdrop>
2199  <backdrop name="dotmatrix723" element="dotmatrixdot" state="0">
2200    <bounds x="8" y="11" width="1" height="1" />
2201  </backdrop>
2202  <backdrop name="dotmatrix724" element="dotmatrixdot" state="0">
2203    <bounds x="9" y="11" width="1" height="1" />
2204  </backdrop>
2205  <backdrop name="dotmatrix725" element="dotmatrixdot" state="0">
2206    <bounds x="10" y="11" width="1" height="1" />
2207  </backdrop>
2208  <backdrop name="dotmatrix726" element="dotmatrixdot" state="0">
2209    <bounds x="11" y="11" width="1" height="1" />
2210  </backdrop>
2211  <backdrop name="dotmatrix727" element="dotmatrixdot" state="0">
2212    <bounds x="12" y="11" width="1" height="1" />
2213  </backdrop>
2214  <backdrop name="dotmatrix728" element="dotmatrixdot" state="0">
2215    <bounds x="13" y="11" width="1" height="1" />
2216  </backdrop>
2217  <backdrop name="dotmatrix729" element="dotmatrixdot" state="0">
2218    <bounds x="14" y="11" width="1" height="1" />
2219  </backdrop>
2220  <backdrop name="dotmatrix730" element="dotmatrixdot" state="0">
2221    <bounds x="15" y="11" width="1" height="1" />
2222  </backdrop>
2223  <backdrop name="dotmatrix731" element="dotmatrixdot" state="0">
2224    <bounds x="16" y="11" width="1" height="1" />
2225  </backdrop>
2226  <backdrop name="dotmatrix732" element="dotmatrixdot" state="0">
2227    <bounds x="17" y="11" width="1" height="1" />
2228  </backdrop>
2229  <backdrop name="dotmatrix733" element="dotmatrixdot" state="0">
2230    <bounds x="18" y="11" width="1" height="1" />
2231  </backdrop>
2232  <backdrop name="dotmatrix734" element="dotmatrixdot" state="0">
2233    <bounds x="19" y="11" width="1" height="1" />
2234  </backdrop>
2235  <backdrop name="dotmatrix735" element="dotmatrixdot" state="0">
2236    <bounds x="20" y="11" width="1" height="1" />
2237  </backdrop>
2238  <backdrop name="dotmatrix736" element="dotmatrixdot" state="0">
2239    <bounds x="21" y="11" width="1" height="1" />
2240  </backdrop>
2241  <backdrop name="dotmatrix737" element="dotmatrixdot" state="0">
2242    <bounds x="22" y="11" width="1" height="1" />
2243  </backdrop>
2244  <backdrop name="dotmatrix738" element="dotmatrixdot" state="0">
2245    <bounds x="23" y="11" width="1" height="1" />
2246  </backdrop>
2247  <backdrop name="dotmatrix739" element="dotmatrixdot" state="0">
2248    <bounds x="24" y="11" width="1" height="1" />
2249  </backdrop>
2250  <backdrop name="dotmatrix740" element="dotmatrixdot" state="0">
2251    <bounds x="25" y="11" width="1" height="1" />
2252  </backdrop>
2253  <backdrop name="dotmatrix741" element="dotmatrixdot" state="0">
2254    <bounds x="26" y="11" width="1" height="1" />
2255  </backdrop>
2256  <backdrop name="dotmatrix742" element="dotmatrixdot" state="0">
2257    <bounds x="27" y="11" width="1" height="1" />
2258  </backdrop>
2259  <backdrop name="dotmatrix743" element="dotmatrixdot" state="0">
2260    <bounds x="28" y="11" width="1" height="1" />
2261  </backdrop>
2262  <backdrop name="dotmatrix744" element="dotmatrixdot" state="0">
2263    <bounds x="29" y="11" width="1" height="1" />
2264  </backdrop>
2265  <backdrop name="dotmatrix745" element="dotmatrixdot" state="0">
2266    <bounds x="30" y="11" width="1" height="1" />
2267  </backdrop>
2268  <backdrop name="dotmatrix746" element="dotmatrixdot" state="0">
2269    <bounds x="31" y="11" width="1" height="1" />
2270  </backdrop>
2271  <backdrop name="dotmatrix747" element="dotmatrixdot" state="0">
2272    <bounds x="32" y="11" width="1" height="1" />
2273  </backdrop>
2274  <backdrop name="dotmatrix748" element="dotmatrixdot" state="0">
2275    <bounds x="33" y="11" width="1" height="1" />
2276  </backdrop>
2277  <backdrop name="dotmatrix749" element="dotmatrixdot" state="0">
2278    <bounds x="34" y="11" width="1" height="1" />
2279  </backdrop>
2280  <backdrop name="dotmatrix750" element="dotmatrixdot" state="0">
2281    <bounds x="35" y="11" width="1" height="1" />
2282  </backdrop>
2283  <backdrop name="dotmatrix751" element="dotmatrixdot" state="0">
2284    <bounds x="36" y="11" width="1" height="1" />
2285  </backdrop>
2286  <backdrop name="dotmatrix752" element="dotmatrixdot" state="0">
2287    <bounds x="37" y="11" width="1" height="1" />
2288  </backdrop>
2289  <backdrop name="dotmatrix753" element="dotmatrixdot" state="0">
2290    <bounds x="38" y="11" width="1" height="1" />
2291  </backdrop>
2292  <backdrop name="dotmatrix754" element="dotmatrixdot" state="0">
2293    <bounds x="39" y="11" width="1" height="1" />
2294  </backdrop>
2295  <backdrop name="dotmatrix755" element="dotmatrixdot" state="0">
2296    <bounds x="40" y="11" width="1" height="1" />
2297  </backdrop>
2298  <backdrop name="dotmatrix756" element="dotmatrixdot" state="0">
2299    <bounds x="41" y="11" width="1" height="1" />
2300  </backdrop>
2301  <backdrop name="dotmatrix757" element="dotmatrixdot" state="0">
2302    <bounds x="42" y="11" width="1" height="1" />
2303  </backdrop>
2304  <backdrop name="dotmatrix758" element="dotmatrixdot" state="0">
2305    <bounds x="43" y="11" width="1" height="1" />
2306  </backdrop>
2307  <backdrop name="dotmatrix759" element="dotmatrixdot" state="0">
2308    <bounds x="44" y="11" width="1" height="1" />
2309  </backdrop>
2310  <backdrop name="dotmatrix760" element="dotmatrixdot" state="0">
2311    <bounds x="45" y="11" width="1" height="1" />
2312  </backdrop>
2313  <backdrop name="dotmatrix761" element="dotmatrixdot" state="0">
2314    <bounds x="46" y="11" width="1" height="1" />
2315  </backdrop>
2316  <backdrop name="dotmatrix762" element="dotmatrixdot" state="0">
2317    <bounds x="47" y="11" width="1" height="1" />
2318  </backdrop>
2319  <backdrop name="dotmatrix763" element="dotmatrixdot" state="0">
2320    <bounds x="48" y="11" width="1" height="1" />
2321  </backdrop>
2322  <backdrop name="dotmatrix764" element="dotmatrixdot" state="0">
2323    <bounds x="49" y="11" width="1" height="1" />
2324  </backdrop>
2325  <backdrop name="dotmatrix765" element="dotmatrixdot" state="0">
2326    <bounds x="50" y="11" width="1" height="1" />
2327  </backdrop>
2328  <backdrop name="dotmatrix766" element="dotmatrixdot" state="0">
2329    <bounds x="51" y="11" width="1" height="1" />
2330  </backdrop>
2331  <backdrop name="dotmatrix767" element="dotmatrixdot" state="0">
2332    <bounds x="52" y="11" width="1" height="1" />
2333  </backdrop>
2334  <backdrop name="dotmatrix768" element="dotmatrixdot" state="0">
2335    <bounds x="53" y="11" width="1" height="1" />
2336  </backdrop>
2337  <backdrop name="dotmatrix769" element="dotmatrixdot" state="0">
2338    <bounds x="54" y="11" width="1" height="1" />
2339  </backdrop>
2340  <backdrop name="dotmatrix770" element="dotmatrixdot" state="0">
2341    <bounds x="55" y="11" width="1" height="1" />
2342  </backdrop>
2343  <backdrop name="dotmatrix771" element="dotmatrixdot" state="0">
2344    <bounds x="56" y="11" width="1" height="1" />
2345  </backdrop>
2346  <backdrop name="dotmatrix772" element="dotmatrixdot" state="0">
2347    <bounds x="57" y="11" width="1" height="1" />
2348  </backdrop>
2349  <backdrop name="dotmatrix773" element="dotmatrixdot" state="0">
2350    <bounds x="58" y="11" width="1" height="1" />
2351  </backdrop>
2352  <backdrop name="dotmatrix774" element="dotmatrixdot" state="0">
2353    <bounds x="59" y="11" width="1" height="1" />
2354  </backdrop>
2355  <backdrop name="dotmatrix775" element="dotmatrixdot" state="0">
2356    <bounds x="60" y="11" width="1" height="1" />
2357  </backdrop>
2358  <backdrop name="dotmatrix776" element="dotmatrixdot" state="0">
2359    <bounds x="61" y="11" width="1" height="1" />
2360  </backdrop>
2361  <backdrop name="dotmatrix777" element="dotmatrixdot" state="0">
2362    <bounds x="62" y="11" width="1" height="1" />
2363  </backdrop>
2364  <backdrop name="dotmatrix778" element="dotmatrixdot" state="0">
2365    <bounds x="63" y="11" width="1" height="1" />
2366  </backdrop>
2367  <backdrop name="dotmatrix779" element="dotmatrixdot" state="0">
2368    <bounds x="64" y="11" width="1" height="1" />
2369  </backdrop>
2370  <backdrop name="dotmatrix780" element="dotmatrixdot" state="0">
2371    <bounds x="0" y="12" width="1" height="1" />
2372  </backdrop>
2373  <backdrop name="dotmatrix781" element="dotmatrixdot" state="0">
2374    <bounds x="1" y="12" width="1" height="1" />
2375  </backdrop>
2376  <backdrop name="dotmatrix782" element="dotmatrixdot" state="0">
2377    <bounds x="2" y="12" width="1" height="1" />
2378  </backdrop>
2379  <backdrop name="dotmatrix783" element="dotmatrixdot" state="0">
2380    <bounds x="3" y="12" width="1" height="1" />
2381  </backdrop>
2382  <backdrop name="dotmatrix784" element="dotmatrixdot" state="0">
2383    <bounds x="4" y="12" width="1" height="1" />
2384  </backdrop>
2385  <backdrop name="dotmatrix785" element="dotmatrixdot" state="0">
2386    <bounds x="5" y="12" width="1" height="1" />
2387  </backdrop>
2388  <backdrop name="dotmatrix786" element="dotmatrixdot" state="0">
2389    <bounds x="6" y="12" width="1" height="1" />
2390  </backdrop>
2391  <backdrop name="dotmatrix787" element="dotmatrixdot" state="0">
2392    <bounds x="7" y="12" width="1" height="1" />
2393  </backdrop>
2394  <backdrop name="dotmatrix788" element="dotmatrixdot" state="0">
2395    <bounds x="8" y="12" width="1" height="1" />
2396  </backdrop>
2397  <backdrop name="dotmatrix789" element="dotmatrixdot" state="0">
2398    <bounds x="9" y="12" width="1" height="1" />
2399  </backdrop>
2400  <backdrop name="dotmatrix790" element="dotmatrixdot" state="0">
2401    <bounds x="10" y="12" width="1" height="1" />
2402  </backdrop>
2403  <backdrop name="dotmatrix791" element="dotmatrixdot" state="0">
2404    <bounds x="11" y="12" width="1" height="1" />
2405  </backdrop>
2406  <backdrop name="dotmatrix792" element="dotmatrixdot" state="0">
2407    <bounds x="12" y="12" width="1" height="1" />
2408  </backdrop>
2409  <backdrop name="dotmatrix793" element="dotmatrixdot" state="0">
2410    <bounds x="13" y="12" width="1" height="1" />
2411  </backdrop>
2412  <backdrop name="dotmatrix794" element="dotmatrixdot" state="0">
2413    <bounds x="14" y="12" width="1" height="1" />
2414  </backdrop>
2415  <backdrop name="dotmatrix795" element="dotmatrixdot" state="0">
2416    <bounds x="15" y="12" width="1" height="1" />
2417  </backdrop>
2418  <backdrop name="dotmatrix796" element="dotmatrixdot" state="0">
2419    <bounds x="16" y="12" width="1" height="1" />
2420  </backdrop>
2421  <backdrop name="dotmatrix797" element="dotmatrixdot" state="0">
2422    <bounds x="17" y="12" width="1" height="1" />
2423  </backdrop>
2424  <backdrop name="dotmatrix798" element="dotmatrixdot" state="0">
2425    <bounds x="18" y="12" width="1" height="1" />
2426  </backdrop>
2427  <backdrop name="dotmatrix799" element="dotmatrixdot" state="0">
2428    <bounds x="19" y="12" width="1" height="1" />
2429  </backdrop>
2430  <backdrop name="dotmatrix800" element="dotmatrixdot" state="0">
2431    <bounds x="20" y="12" width="1" height="1" />
2432  </backdrop>
2433  <backdrop name="dotmatrix801" element="dotmatrixdot" state="0">
2434    <bounds x="21" y="12" width="1" height="1" />
2435  </backdrop>
2436  <backdrop name="dotmatrix802" element="dotmatrixdot" state="0">
2437    <bounds x="22" y="12" width="1" height="1" />
2438  </backdrop>
2439  <backdrop name="dotmatrix803" element="dotmatrixdot" state="0">
2440    <bounds x="23" y="12" width="1" height="1" />
2441  </backdrop>
2442  <backdrop name="dotmatrix804" element="dotmatrixdot" state="0">
2443    <bounds x="24" y="12" width="1" height="1" />
2444  </backdrop>
2445  <backdrop name="dotmatrix805" element="dotmatrixdot" state="0">
2446    <bounds x="25" y="12" width="1" height="1" />
2447  </backdrop>
2448  <backdrop name="dotmatrix806" element="dotmatrixdot" state="0">
2449    <bounds x="26" y="12" width="1" height="1" />
2450  </backdrop>
2451  <backdrop name="dotmatrix807" element="dotmatrixdot" state="0">
2452    <bounds x="27" y="12" width="1" height="1" />
2453  </backdrop>
2454  <backdrop name="dotmatrix808" element="dotmatrixdot" state="0">
2455    <bounds x="28" y="12" width="1" height="1" />
2456  </backdrop>
2457  <backdrop name="dotmatrix809" element="dotmatrixdot" state="0">
2458    <bounds x="29" y="12" width="1" height="1" />
2459  </backdrop>
2460  <backdrop name="dotmatrix810" element="dotmatrixdot" state="0">
2461    <bounds x="30" y="12" width="1" height="1" />
2462  </backdrop>
2463  <backdrop name="dotmatrix811" element="dotmatrixdot" state="0">
2464    <bounds x="31" y="12" width="1" height="1" />
2465  </backdrop>
2466  <backdrop name="dotmatrix812" element="dotmatrixdot" state="0">
2467    <bounds x="32" y="12" width="1" height="1" />
2468  </backdrop>
2469  <backdrop name="dotmatrix813" element="dotmatrixdot" state="0">
2470    <bounds x="33" y="12" width="1" height="1" />
2471  </backdrop>
2472  <backdrop name="dotmatrix814" element="dotmatrixdot" state="0">
2473    <bounds x="34" y="12" width="1" height="1" />
2474  </backdrop>
2475  <backdrop name="dotmatrix815" element="dotmatrixdot" state="0">
2476    <bounds x="35" y="12" width="1" height="1" />
2477  </backdrop>
2478  <backdrop name="dotmatrix816" element="dotmatrixdot" state="0">
2479    <bounds x="36" y="12" width="1" height="1" />
2480  </backdrop>
2481  <backdrop name="dotmatrix817" element="dotmatrixdot" state="0">
2482    <bounds x="37" y="12" width="1" height="1" />
2483  </backdrop>
2484  <backdrop name="dotmatrix818" element="dotmatrixdot" state="0">
2485    <bounds x="38" y="12" width="1" height="1" />
2486  </backdrop>
2487  <backdrop name="dotmatrix819" element="dotmatrixdot" state="0">
2488    <bounds x="39" y="12" width="1" height="1" />
2489  </backdrop>
2490  <backdrop name="dotmatrix820" element="dotmatrixdot" state="0">
2491    <bounds x="40" y="12" width="1" height="1" />
2492  </backdrop>
2493  <backdrop name="dotmatrix821" element="dotmatrixdot" state="0">
2494    <bounds x="41" y="12" width="1" height="1" />
2495  </backdrop>
2496  <backdrop name="dotmatrix822" element="dotmatrixdot" state="0">
2497    <bounds x="42" y="12" width="1" height="1" />
2498  </backdrop>
2499  <backdrop name="dotmatrix823" element="dotmatrixdot" state="0">
2500    <bounds x="43" y="12" width="1" height="1" />
2501  </backdrop>
2502  <backdrop name="dotmatrix824" element="dotmatrixdot" state="0">
2503    <bounds x="44" y="12" width="1" height="1" />
2504  </backdrop>
2505  <backdrop name="dotmatrix825" element="dotmatrixdot" state="0">
2506    <bounds x="45" y="12" width="1" height="1" />
2507  </backdrop>
2508  <backdrop name="dotmatrix826" element="dotmatrixdot" state="0">
2509    <bounds x="46" y="12" width="1" height="1" />
2510  </backdrop>
2511  <backdrop name="dotmatrix827" element="dotmatrixdot" state="0">
2512    <bounds x="47" y="12" width="1" height="1" />
2513  </backdrop>
2514  <backdrop name="dotmatrix828" element="dotmatrixdot" state="0">
2515    <bounds x="48" y="12" width="1" height="1" />
2516  </backdrop>
2517  <backdrop name="dotmatrix829" element="dotmatrixdot" state="0">
2518    <bounds x="49" y="12" width="1" height="1" />
2519  </backdrop>
2520  <backdrop name="dotmatrix830" element="dotmatrixdot" state="0">
2521    <bounds x="50" y="12" width="1" height="1" />
2522  </backdrop>
2523  <backdrop name="dotmatrix831" element="dotmatrixdot" state="0">
2524    <bounds x="51" y="12" width="1" height="1" />
2525  </backdrop>
2526  <backdrop name="dotmatrix832" element="dotmatrixdot" state="0">
2527    <bounds x="52" y="12" width="1" height="1" />
2528  </backdrop>
2529  <backdrop name="dotmatrix833" element="dotmatrixdot" state="0">
2530    <bounds x="53" y="12" width="1" height="1" />
2531  </backdrop>
2532  <backdrop name="dotmatrix834" element="dotmatrixdot" state="0">
2533    <bounds x="54" y="12" width="1" height="1" />
2534  </backdrop>
2535  <backdrop name="dotmatrix835" element="dotmatrixdot" state="0">
2536    <bounds x="55" y="12" width="1" height="1" />
2537  </backdrop>
2538  <backdrop name="dotmatrix836" element="dotmatrixdot" state="0">
2539    <bounds x="56" y="12" width="1" height="1" />
2540  </backdrop>
2541  <backdrop name="dotmatrix837" element="dotmatrixdot" state="0">
2542    <bounds x="57" y="12" width="1" height="1" />
2543  </backdrop>
2544  <backdrop name="dotmatrix838" element="dotmatrixdot" state="0">
2545    <bounds x="58" y="12" width="1" height="1" />
2546  </backdrop>
2547  <backdrop name="dotmatrix839" element="dotmatrixdot" state="0">
2548    <bounds x="59" y="12" width="1" height="1" />
2549  </backdrop>
2550  <backdrop name="dotmatrix840" element="dotmatrixdot" state="0">
2551    <bounds x="60" y="12" width="1" height="1" />
2552  </backdrop>
2553  <backdrop name="dotmatrix841" element="dotmatrixdot" state="0">
2554    <bounds x="61" y="12" width="1" height="1" />
2555  </backdrop>
2556  <backdrop name="dotmatrix842" element="dotmatrixdot" state="0">
2557    <bounds x="62" y="12" width="1" height="1" />
2558  </backdrop>
2559  <backdrop name="dotmatrix843" element="dotmatrixdot" state="0">
2560    <bounds x="63" y="12" width="1" height="1" />
2561  </backdrop>
2562  <backdrop name="dotmatrix844" element="dotmatrixdot" state="0">
2563    <bounds x="64" y="12" width="1" height="1" />
2564  </backdrop>
2565  <backdrop name="dotmatrix845" element="dotmatrixdot" state="0">
2566    <bounds x="0" y="13" width="1" height="1" />
2567  </backdrop>
2568  <backdrop name="dotmatrix846" element="dotmatrixdot" state="0">
2569    <bounds x="1" y="13" width="1" height="1" />
2570  </backdrop>
2571  <backdrop name="dotmatrix847" element="dotmatrixdot" state="0">
2572    <bounds x="2" y="13" width="1" height="1" />
2573  </backdrop>
2574  <backdrop name="dotmatrix848" element="dotmatrixdot" state="0">
2575    <bounds x="3" y="13" width="1" height="1" />
2576  </backdrop>
2577  <backdrop name="dotmatrix849" element="dotmatrixdot" state="0">
2578    <bounds x="4" y="13" width="1" height="1" />
2579  </backdrop>
2580  <backdrop name="dotmatrix850" element="dotmatrixdot" state="0">
2581    <bounds x="5" y="13" width="1" height="1" />
2582  </backdrop>
2583  <backdrop name="dotmatrix851" element="dotmatrixdot" state="0">
2584    <bounds x="6" y="13" width="1" height="1" />
2585  </backdrop>
2586  <backdrop name="dotmatrix852" element="dotmatrixdot" state="0">
2587    <bounds x="7" y="13" width="1" height="1" />
2588  </backdrop>
2589  <backdrop name="dotmatrix853" element="dotmatrixdot" state="0">
2590    <bounds x="8" y="13" width="1" height="1" />
2591  </backdrop>
2592  <backdrop name="dotmatrix854" element="dotmatrixdot" state="0">
2593    <bounds x="9" y="13" width="1" height="1" />
2594  </backdrop>
2595  <backdrop name="dotmatrix855" element="dotmatrixdot" state="0">
2596    <bounds x="10" y="13" width="1" height="1" />
2597  </backdrop>
2598  <backdrop name="dotmatrix856" element="dotmatrixdot" state="0">
2599    <bounds x="11" y="13" width="1" height="1" />
2600  </backdrop>
2601  <backdrop name="dotmatrix857" element="dotmatrixdot" state="0">
2602    <bounds x="12" y="13" width="1" height="1" />
2603  </backdrop>
2604  <backdrop name="dotmatrix858" element="dotmatrixdot" state="0">
2605    <bounds x="13" y="13" width="1" height="1" />
2606  </backdrop>
2607  <backdrop name="dotmatrix859" element="dotmatrixdot" state="0">
2608    <bounds x="14" y="13" width="1" height="1" />
2609  </backdrop>
2610  <backdrop name="dotmatrix860" element="dotmatrixdot" state="0">
2611    <bounds x="15" y="13" width="1" height="1" />
2612  </backdrop>
2613  <backdrop name="dotmatrix861" element="dotmatrixdot" state="0">
2614    <bounds x="16" y="13" width="1" height="1" />
2615  </backdrop>
2616  <backdrop name="dotmatrix862" element="dotmatrixdot" state="0">
2617    <bounds x="17" y="13" width="1" height="1" />
2618  </backdrop>
2619  <backdrop name="dotmatrix863" element="dotmatrixdot" state="0">
2620    <bounds x="18" y="13" width="1" height="1" />
2621  </backdrop>
2622  <backdrop name="dotmatrix864" element="dotmatrixdot" state="0">
2623    <bounds x="19" y="13" width="1" height="1" />
2624  </backdrop>
2625  <backdrop name="dotmatrix865" element="dotmatrixdot" state="0">
2626    <bounds x="20" y="13" width="1" height="1" />
2627  </backdrop>
2628  <backdrop name="dotmatrix866" element="dotmatrixdot" state="0">
2629    <bounds x="21" y="13" width="1" height="1" />
2630  </backdrop>
2631  <backdrop name="dotmatrix867" element="dotmatrixdot" state="0">
2632    <bounds x="22" y="13" width="1" height="1" />
2633  </backdrop>
2634  <backdrop name="dotmatrix868" element="dotmatrixdot" state="0">
2635    <bounds x="23" y="13" width="1" height="1" />
2636  </backdrop>
2637  <backdrop name="dotmatrix869" element="dotmatrixdot" state="0">
2638    <bounds x="24" y="13" width="1" height="1" />
2639  </backdrop>
2640  <backdrop name="dotmatrix870" element="dotmatrixdot" state="0">
2641    <bounds x="25" y="13" width="1" height="1" />
2642  </backdrop>
2643  <backdrop name="dotmatrix871" element="dotmatrixdot" state="0">
2644    <bounds x="26" y="13" width="1" height="1" />
2645  </backdrop>
2646  <backdrop name="dotmatrix872" element="dotmatrixdot" state="0">
2647    <bounds x="27" y="13" width="1" height="1" />
2648  </backdrop>
2649  <backdrop name="dotmatrix873" element="dotmatrixdot" state="0">
2650    <bounds x="28" y="13" width="1" height="1" />
2651  </backdrop>
2652  <backdrop name="dotmatrix874" element="dotmatrixdot" state="0">
2653    <bounds x="29" y="13" width="1" height="1" />
2654  </backdrop>
2655  <backdrop name="dotmatrix875" element="dotmatrixdot" state="0">
2656    <bounds x="30" y="13" width="1" height="1" />
2657  </backdrop>
2658  <backdrop name="dotmatrix876" element="dotmatrixdot" state="0">
2659    <bounds x="31" y="13" width="1" height="1" />
2660  </backdrop>
2661  <backdrop name="dotmatrix877" element="dotmatrixdot" state="0">
2662    <bounds x="32" y="13" width="1" height="1" />
2663  </backdrop>
2664  <backdrop name="dotmatrix878" element="dotmatrixdot" state="0">
2665    <bounds x="33" y="13" width="1" height="1" />
2666  </backdrop>
2667  <backdrop name="dotmatrix879" element="dotmatrixdot" state="0">
2668    <bounds x="34" y="13" width="1" height="1" />
2669  </backdrop>
2670  <backdrop name="dotmatrix880" element="dotmatrixdot" state="0">
2671    <bounds x="35" y="13" width="1" height="1" />
2672  </backdrop>
2673  <backdrop name="dotmatrix881" element="dotmatrixdot" state="0">
2674    <bounds x="36" y="13" width="1" height="1" />
2675  </backdrop>
2676  <backdrop name="dotmatrix882" element="dotmatrixdot" state="0">
2677    <bounds x="37" y="13" width="1" height="1" />
2678  </backdrop>
2679  <backdrop name="dotmatrix883" element="dotmatrixdot" state="0">
2680    <bounds x="38" y="13" width="1" height="1" />
2681  </backdrop>
2682  <backdrop name="dotmatrix884" element="dotmatrixdot" state="0">
2683    <bounds x="39" y="13" width="1" height="1" />
2684  </backdrop>
2685  <backdrop name="dotmatrix885" element="dotmatrixdot" state="0">
2686    <bounds x="40" y="13" width="1" height="1" />
2687  </backdrop>
2688  <backdrop name="dotmatrix886" element="dotmatrixdot" state="0">
2689    <bounds x="41" y="13" width="1" height="1" />
2690  </backdrop>
2691  <backdrop name="dotmatrix887" element="dotmatrixdot" state="0">
2692    <bounds x="42" y="13" width="1" height="1" />
2693  </backdrop>
2694  <backdrop name="dotmatrix888" element="dotmatrixdot" state="0">
2695    <bounds x="43" y="13" width="1" height="1" />
2696  </backdrop>
2697  <backdrop name="dotmatrix889" element="dotmatrixdot" state="0">
2698    <bounds x="44" y="13" width="1" height="1" />
2699  </backdrop>
2700  <backdrop name="dotmatrix890" element="dotmatrixdot" state="0">
2701    <bounds x="45" y="13" width="1" height="1" />
2702  </backdrop>
2703  <backdrop name="dotmatrix891" element="dotmatrixdot" state="0">
2704    <bounds x="46" y="13" width="1" height="1" />
2705  </backdrop>
2706  <backdrop name="dotmatrix892" element="dotmatrixdot" state="0">
2707    <bounds x="47" y="13" width="1" height="1" />
2708  </backdrop>
2709  <backdrop name="dotmatrix893" element="dotmatrixdot" state="0">
2710    <bounds x="48" y="13" width="1" height="1" />
2711  </backdrop>
2712  <backdrop name="dotmatrix894" element="dotmatrixdot" state="0">
2713    <bounds x="49" y="13" width="1" height="1" />
2714  </backdrop>
2715  <backdrop name="dotmatrix895" element="dotmatrixdot" state="0">
2716    <bounds x="50" y="13" width="1" height="1" />
2717  </backdrop>
2718  <backdrop name="dotmatrix896" element="dotmatrixdot" state="0">
2719    <bounds x="51" y="13" width="1" height="1" />
2720  </backdrop>
2721  <backdrop name="dotmatrix897" element="dotmatrixdot" state="0">
2722    <bounds x="52" y="13" width="1" height="1" />
2723  </backdrop>
2724  <backdrop name="dotmatrix898" element="dotmatrixdot" state="0">
2725    <bounds x="53" y="13" width="1" height="1" />
2726  </backdrop>
2727  <backdrop name="dotmatrix899" element="dotmatrixdot" state="0">
2728    <bounds x="54" y="13" width="1" height="1" />
2729  </backdrop>
2730  <backdrop name="dotmatrix900" element="dotmatrixdot" state="0">
2731    <bounds x="55" y="13" width="1" height="1" />
2732  </backdrop>
2733  <backdrop name="dotmatrix901" element="dotmatrixdot" state="0">
2734    <bounds x="56" y="13" width="1" height="1" />
2735  </backdrop>
2736  <backdrop name="dotmatrix902" element="dotmatrixdot" state="0">
2737    <bounds x="57" y="13" width="1" height="1" />
2738  </backdrop>
2739  <backdrop name="dotmatrix903" element="dotmatrixdot" state="0">
2740    <bounds x="58" y="13" width="1" height="1" />
2741  </backdrop>
2742  <backdrop name="dotmatrix904" element="dotmatrixdot" state="0">
2743    <bounds x="59" y="13" width="1" height="1" />
2744  </backdrop>
2745  <backdrop name="dotmatrix905" element="dotmatrixdot" state="0">
2746    <bounds x="60" y="13" width="1" height="1" />
2747  </backdrop>
2748  <backdrop name="dotmatrix906" element="dotmatrixdot" state="0">
2749    <bounds x="61" y="13" width="1" height="1" />
2750  </backdrop>
2751  <backdrop name="dotmatrix907" element="dotmatrixdot" state="0">
2752    <bounds x="62" y="13" width="1" height="1" />
2753  </backdrop>
2754  <backdrop name="dotmatrix908" element="dotmatrixdot" state="0">
2755    <bounds x="63" y="13" width="1" height="1" />
2756  </backdrop>
2757  <backdrop name="dotmatrix909" element="dotmatrixdot" state="0">
2758    <bounds x="64" y="13" width="1" height="1" />
2759  </backdrop>
2760  <backdrop name="dotmatrix910" element="dotmatrixdot" state="0">
2761    <bounds x="0" y="14" width="1" height="1" />
2762  </backdrop>
2763  <backdrop name="dotmatrix911" element="dotmatrixdot" state="0">
2764    <bounds x="1" y="14" width="1" height="1" />
2765  </backdrop>
2766  <backdrop name="dotmatrix912" element="dotmatrixdot" state="0">
2767    <bounds x="2" y="14" width="1" height="1" />
2768  </backdrop>
2769  <backdrop name="dotmatrix913" element="dotmatrixdot" state="0">
2770    <bounds x="3" y="14" width="1" height="1" />
2771  </backdrop>
2772  <backdrop name="dotmatrix914" element="dotmatrixdot" state="0">
2773    <bounds x="4" y="14" width="1" height="1" />
2774  </backdrop>
2775  <backdrop name="dotmatrix915" element="dotmatrixdot" state="0">
2776    <bounds x="5" y="14" width="1" height="1" />
2777  </backdrop>
2778  <backdrop name="dotmatrix916" element="dotmatrixdot" state="0">
2779    <bounds x="6" y="14" width="1" height="1" />
2780  </backdrop>
2781  <backdrop name="dotmatrix917" element="dotmatrixdot" state="0">
2782    <bounds x="7" y="14" width="1" height="1" />
2783  </backdrop>
2784  <backdrop name="dotmatrix918" element="dotmatrixdot" state="0">
2785    <bounds x="8" y="14" width="1" height="1" />
2786  </backdrop>
2787  <backdrop name="dotmatrix919" element="dotmatrixdot" state="0">
2788    <bounds x="9" y="14" width="1" height="1" />
2789  </backdrop>
2790  <backdrop name="dotmatrix920" element="dotmatrixdot" state="0">
2791    <bounds x="10" y="14" width="1" height="1" />
2792  </backdrop>
2793  <backdrop name="dotmatrix921" element="dotmatrixdot" state="0">
2794    <bounds x="11" y="14" width="1" height="1" />
2795  </backdrop>
2796  <backdrop name="dotmatrix922" element="dotmatrixdot" state="0">
2797    <bounds x="12" y="14" width="1" height="1" />
2798  </backdrop>
2799  <backdrop name="dotmatrix923" element="dotmatrixdot" state="0">
2800    <bounds x="13" y="14" width="1" height="1" />
2801  </backdrop>
2802  <backdrop name="dotmatrix924" element="dotmatrixdot" state="0">
2803    <bounds x="14" y="14" width="1" height="1" />
2804  </backdrop>
2805  <backdrop name="dotmatrix925" element="dotmatrixdot" state="0">
2806    <bounds x="15" y="14" width="1" height="1" />
2807  </backdrop>
2808  <backdrop name="dotmatrix926" element="dotmatrixdot" state="0">
2809    <bounds x="16" y="14" width="1" height="1" />
2810  </backdrop>
2811  <backdrop name="dotmatrix927" element="dotmatrixdot" state="0">
2812    <bounds x="17" y="14" width="1" height="1" />
2813  </backdrop>
2814  <backdrop name="dotmatrix928" element="dotmatrixdot" state="0">
2815    <bounds x="18" y="14" width="1" height="1" />
2816  </backdrop>
2817  <backdrop name="dotmatrix929" element="dotmatrixdot" state="0">
2818    <bounds x="19" y="14" width="1" height="1" />
2819  </backdrop>
2820  <backdrop name="dotmatrix930" element="dotmatrixdot" state="0">
2821    <bounds x="20" y="14" width="1" height="1" />
2822  </backdrop>
2823  <backdrop name="dotmatrix931" element="dotmatrixdot" state="0">
2824    <bounds x="21" y="14" width="1" height="1" />
2825  </backdrop>
2826  <backdrop name="dotmatrix932" element="dotmatrixdot" state="0">
2827    <bounds x="22" y="14" width="1" height="1" />
2828  </backdrop>
2829  <backdrop name="dotmatrix933" element="dotmatrixdot" state="0">
2830    <bounds x="23" y="14" width="1" height="1" />
2831  </backdrop>
2832  <backdrop name="dotmatrix934" element="dotmatrixdot" state="0">
2833    <bounds x="24" y="14" width="1" height="1" />
2834  </backdrop>
2835  <backdrop name="dotmatrix935" element="dotmatrixdot" state="0">
2836    <bounds x="25" y="14" width="1" height="1" />
2837  </backdrop>
2838  <backdrop name="dotmatrix936" element="dotmatrixdot" state="0">
2839    <bounds x="26" y="14" width="1" height="1" />
2840  </backdrop>
2841  <backdrop name="dotmatrix937" element="dotmatrixdot" state="0">
2842    <bounds x="27" y="14" width="1" height="1" />
2843  </backdrop>
2844  <backdrop name="dotmatrix938" element="dotmatrixdot" state="0">
2845    <bounds x="28" y="14" width="1" height="1" />
2846  </backdrop>
2847  <backdrop name="dotmatrix939" element="dotmatrixdot" state="0">
2848    <bounds x="29" y="14" width="1" height="1" />
2849  </backdrop>
2850  <backdrop name="dotmatrix940" element="dotmatrixdot" state="0">
2851    <bounds x="30" y="14" width="1" height="1" />
2852  </backdrop>
2853  <backdrop name="dotmatrix941" element="dotmatrixdot" state="0">
2854    <bounds x="31" y="14" width="1" height="1" />
2855  </backdrop>
2856  <backdrop name="dotmatrix942" element="dotmatrixdot" state="0">
2857    <bounds x="32" y="14" width="1" height="1" />
2858  </backdrop>
2859  <backdrop name="dotmatrix943" element="dotmatrixdot" state="0">
2860    <bounds x="33" y="14" width="1" height="1" />
2861  </backdrop>
2862  <backdrop name="dotmatrix944" element="dotmatrixdot" state="0">
2863    <bounds x="34" y="14" width="1" height="1" />
2864  </backdrop>
2865  <backdrop name="dotmatrix945" element="dotmatrixdot" state="0">
2866    <bounds x="35" y="14" width="1" height="1" />
2867  </backdrop>
2868  <backdrop name="dotmatrix946" element="dotmatrixdot" state="0">
2869    <bounds x="36" y="14" width="1" height="1" />
2870  </backdrop>
2871  <backdrop name="dotmatrix947" element="dotmatrixdot" state="0">
2872    <bounds x="37" y="14" width="1" height="1" />
2873  </backdrop>
2874  <backdrop name="dotmatrix948" element="dotmatrixdot" state="0">
2875    <bounds x="38" y="14" width="1" height="1" />
2876  </backdrop>
2877  <backdrop name="dotmatrix949" element="dotmatrixdot" state="0">
2878    <bounds x="39" y="14" width="1" height="1" />
2879  </backdrop>
2880  <backdrop name="dotmatrix950" element="dotmatrixdot" state="0">
2881    <bounds x="40" y="14" width="1" height="1" />
2882  </backdrop>
2883  <backdrop name="dotmatrix951" element="dotmatrixdot" state="0">
2884    <bounds x="41" y="14" width="1" height="1" />
2885  </backdrop>
2886  <backdrop name="dotmatrix952" element="dotmatrixdot" state="0">
2887    <bounds x="42" y="14" width="1" height="1" />
2888  </backdrop>
2889  <backdrop name="dotmatrix953" element="dotmatrixdot" state="0">
2890    <bounds x="43" y="14" width="1" height="1" />
2891  </backdrop>
2892  <backdrop name="dotmatrix954" element="dotmatrixdot" state="0">
2893    <bounds x="44" y="14" width="1" height="1" />
2894  </backdrop>
2895  <backdrop name="dotmatrix955" element="dotmatrixdot" state="0">
2896    <bounds x="45" y="14" width="1" height="1" />
2897  </backdrop>
2898  <backdrop name="dotmatrix956" element="dotmatrixdot" state="0">
2899    <bounds x="46" y="14" width="1" height="1" />
2900  </backdrop>
2901  <backdrop name="dotmatrix957" element="dotmatrixdot" state="0">
2902    <bounds x="47" y="14" width="1" height="1" />
2903  </backdrop>
2904  <backdrop name="dotmatrix958" element="dotmatrixdot" state="0">
2905    <bounds x="48" y="14" width="1" height="1" />
2906  </backdrop>
2907  <backdrop name="dotmatrix959" element="dotmatrixdot" state="0">
2908    <bounds x="49" y="14" width="1" height="1" />
2909  </backdrop>
2910  <backdrop name="dotmatrix960" element="dotmatrixdot" state="0">
2911    <bounds x="50" y="14" width="1" height="1" />
2912  </backdrop>
2913  <backdrop name="dotmatrix961" element="dotmatrixdot" state="0">
2914    <bounds x="51" y="14" width="1" height="1" />
2915  </backdrop>
2916  <backdrop name="dotmatrix962" element="dotmatrixdot" state="0">
2917    <bounds x="52" y="14" width="1" height="1" />
2918  </backdrop>
2919  <backdrop name="dotmatrix963" element="dotmatrixdot" state="0">
2920    <bounds x="53" y="14" width="1" height="1" />
2921  </backdrop>
2922  <backdrop name="dotmatrix964" element="dotmatrixdot" state="0">
2923    <bounds x="54" y="14" width="1" height="1" />
2924  </backdrop>
2925  <backdrop name="dotmatrix965" element="dotmatrixdot" state="0">
2926    <bounds x="55" y="14" width="1" height="1" />
2927  </backdrop>
2928  <backdrop name="dotmatrix966" element="dotmatrixdot" state="0">
2929    <bounds x="56" y="14" width="1" height="1" />
2930  </backdrop>
2931  <backdrop name="dotmatrix967" element="dotmatrixdot" state="0">
2932    <bounds x="57" y="14" width="1" height="1" />
2933  </backdrop>
2934  <backdrop name="dotmatrix968" element="dotmatrixdot" state="0">
2935    <bounds x="58" y="14" width="1" height="1" />
2936  </backdrop>
2937  <backdrop name="dotmatrix969" element="dotmatrixdot" state="0">
2938    <bounds x="59" y="14" width="1" height="1" />
2939  </backdrop>
2940  <backdrop name="dotmatrix970" element="dotmatrixdot" state="0">
2941    <bounds x="60" y="14" width="1" height="1" />
2942  </backdrop>
2943  <backdrop name="dotmatrix971" element="dotmatrixdot" state="0">
2944    <bounds x="61" y="14" width="1" height="1" />
2945  </backdrop>
2946  <backdrop name="dotmatrix972" element="dotmatrixdot" state="0">
2947    <bounds x="62" y="14" width="1" height="1" />
2948  </backdrop>
2949  <backdrop name="dotmatrix973" element="dotmatrixdot" state="0">
2950    <bounds x="63" y="14" width="1" height="1" />
2951  </backdrop>
2952  <backdrop name="dotmatrix974" element="dotmatrixdot" state="0">
2953    <bounds x="64" y="14" width="1" height="1" />
2954  </backdrop>
2955  <backdrop name="dotmatrix975" element="dotmatrixdot" state="0">
2956    <bounds x="0" y="15" width="1" height="1" />
2957  </backdrop>
2958  <backdrop name="dotmatrix976" element="dotmatrixdot" state="0">
2959    <bounds x="1" y="15" width="1" height="1" />
2960  </backdrop>
2961  <backdrop name="dotmatrix977" element="dotmatrixdot" state="0">
2962    <bounds x="2" y="15" width="1" height="1" />
2963  </backdrop>
2964  <backdrop name="dotmatrix978" element="dotmatrixdot" state="0">
2965    <bounds x="3" y="15" width="1" height="1" />
2966  </backdrop>
2967  <backdrop name="dotmatrix979" element="dotmatrixdot" state="0">
2968    <bounds x="4" y="15" width="1" height="1" />
2969  </backdrop>
2970  <backdrop name="dotmatrix980" element="dotmatrixdot" state="0">
2971    <bounds x="5" y="15" width="1" height="1" />
2972  </backdrop>
2973  <backdrop name="dotmatrix981" element="dotmatrixdot" state="0">
2974    <bounds x="6" y="15" width="1" height="1" />
2975  </backdrop>
2976  <backdrop name="dotmatrix982" element="dotmatrixdot" state="0">
2977    <bounds x="7" y="15" width="1" height="1" />
2978  </backdrop>
2979  <backdrop name="dotmatrix983" element="dotmatrixdot" state="0">
2980    <bounds x="8" y="15" width="1" height="1" />
2981  </backdrop>
2982  <backdrop name="dotmatrix984" element="dotmatrixdot" state="0">
2983    <bounds x="9" y="15" width="1" height="1" />
2984  </backdrop>
2985  <backdrop name="dotmatrix985" element="dotmatrixdot" state="0">
2986    <bounds x="10" y="15" width="1" height="1" />
2987  </backdrop>
2988  <backdrop name="dotmatrix986" element="dotmatrixdot" state="0">
2989    <bounds x="11" y="15" width="1" height="1" />
2990  </backdrop>
2991  <backdrop name="dotmatrix987" element="dotmatrixdot" state="0">
2992    <bounds x="12" y="15" width="1" height="1" />
2993  </backdrop>
2994  <backdrop name="dotmatrix988" element="dotmatrixdot" state="0">
2995    <bounds x="13" y="15" width="1" height="1" />
2996  </backdrop>
2997  <backdrop name="dotmatrix989" element="dotmatrixdot" state="0">
2998    <bounds x="14" y="15" width="1" height="1" />
2999  </backdrop>
3000  <backdrop name="dotmatrix990" element="dotmatrixdot" state="0">
3001    <bounds x="15" y="15" width="1" height="1" />
3002  </backdrop>
3003  <backdrop name="dotmatrix991" element="dotmatrixdot" state="0">
3004    <bounds x="16" y="15" width="1" height="1" />
3005  </backdrop>
3006  <backdrop name="dotmatrix992" element="dotmatrixdot" state="0">
3007    <bounds x="17" y="15" width="1" height="1" />
3008  </backdrop>
3009  <backdrop name="dotmatrix993" element="dotmatrixdot" state="0">
3010    <bounds x="18" y="15" width="1" height="1" />
3011  </backdrop>
3012  <backdrop name="dotmatrix994" element="dotmatrixdot" state="0">
3013    <bounds x="19" y="15" width="1" height="1" />
3014  </backdrop>
3015  <backdrop name="dotmatrix995" element="dotmatrixdot" state="0">
3016    <bounds x="20" y="15" width="1" height="1" />
3017  </backdrop>
3018  <backdrop name="dotmatrix996" element="dotmatrixdot" state="0">
3019    <bounds x="21" y="15" width="1" height="1" />
3020  </backdrop>
3021  <backdrop name="dotmatrix997" element="dotmatrixdot" state="0">
3022    <bounds x="22" y="15" width="1" height="1" />
3023  </backdrop>
3024  <backdrop name="dotmatrix998" element="dotmatrixdot" state="0">
3025    <bounds x="23" y="15" width="1" height="1" />
3026  </backdrop>
3027  <backdrop name="dotmatrix999" element="dotmatrixdot" state="0">
3028    <bounds x="24" y="15" width="1" height="1" />
3029  </backdrop>
3030  <backdrop name="dotmatrix1000" element="dotmatrixdot" state="0">
3031    <bounds x="25" y="15" width="1" height="1" />
3032  </backdrop>
3033  <backdrop name="dotmatrix1001" element="dotmatrixdot" state="0">
3034    <bounds x="26" y="15" width="1" height="1" />
3035  </backdrop>
3036  <backdrop name="dotmatrix1002" element="dotmatrixdot" state="0">
3037    <bounds x="27" y="15" width="1" height="1" />
3038  </backdrop>
3039  <backdrop name="dotmatrix1003" element="dotmatrixdot" state="0">
3040    <bounds x="28" y="15" width="1" height="1" />
3041  </backdrop>
3042  <backdrop name="dotmatrix1004" element="dotmatrixdot" state="0">
3043    <bounds x="29" y="15" width="1" height="1" />
3044  </backdrop>
3045  <backdrop name="dotmatrix1005" element="dotmatrixdot" state="0">
3046    <bounds x="30" y="15" width="1" height="1" />
3047  </backdrop>
3048  <backdrop name="dotmatrix1006" element="dotmatrixdot" state="0">
3049    <bounds x="31" y="15" width="1" height="1" />
3050  </backdrop>
3051  <backdrop name="dotmatrix1007" element="dotmatrixdot" state="0">
3052    <bounds x="32" y="15" width="1" height="1" />
3053  </backdrop>
3054  <backdrop name="dotmatrix1008" element="dotmatrixdot" state="0">
3055    <bounds x="33" y="15" width="1" height="1" />
3056  </backdrop>
3057  <backdrop name="dotmatrix1009" element="dotmatrixdot" state="0">
3058    <bounds x="34" y="15" width="1" height="1" />
3059  </backdrop>
3060  <backdrop name="dotmatrix1010" element="dotmatrixdot" state="0">
3061    <bounds x="35" y="15" width="1" height="1" />
3062  </backdrop>
3063  <backdrop name="dotmatrix1011" element="dotmatrixdot" state="0">
3064    <bounds x="36" y="15" width="1" height="1" />
3065  </backdrop>
3066  <backdrop name="dotmatrix1012" element="dotmatrixdot" state="0">
3067    <bounds x="37" y="15" width="1" height="1" />
3068  </backdrop>
3069  <backdrop name="dotmatrix1013" element="dotmatrixdot" state="0">
3070    <bounds x="38" y="15" width="1" height="1" />
3071  </backdrop>
3072  <backdrop name="dotmatrix1014" element="dotmatrixdot" state="0">
3073    <bounds x="39" y="15" width="1" height="1" />
3074  </backdrop>
3075  <backdrop name="dotmatrix1015" element="dotmatrixdot" state="0">
3076    <bounds x="40" y="15" width="1" height="1" />
3077  </backdrop>
3078  <backdrop name="dotmatrix1016" element="dotmatrixdot" state="0">
3079    <bounds x="41" y="15" width="1" height="1" />
3080  </backdrop>
3081  <backdrop name="dotmatrix1017" element="dotmatrixdot" state="0">
3082    <bounds x="42" y="15" width="1" height="1" />
3083  </backdrop>
3084  <backdrop name="dotmatrix1018" element="dotmatrixdot" state="0">
3085    <bounds x="43" y="15" width="1" height="1" />
3086  </backdrop>
3087  <backdrop name="dotmatrix1019" element="dotmatrixdot" state="0">
3088    <bounds x="44" y="15" width="1" height="1" />
3089  </backdrop>
3090  <backdrop name="dotmatrix1020" element="dotmatrixdot" state="0">
3091    <bounds x="45" y="15" width="1" height="1" />
3092  </backdrop>
3093  <backdrop name="dotmatrix1021" element="dotmatrixdot" state="0">
3094    <bounds x="46" y="15" width="1" height="1" />
3095  </backdrop>
3096  <backdrop name="dotmatrix1022" element="dotmatrixdot" state="0">
3097    <bounds x="47" y="15" width="1" height="1" />
3098  </backdrop>
3099  <backdrop name="dotmatrix1023" element="dotmatrixdot" state="0">
3100    <bounds x="48" y="15" width="1" height="1" />
3101  </backdrop>
3102  <backdrop name="dotmatrix1024" element="dotmatrixdot" state="0">
3103    <bounds x="49" y="15" width="1" height="1" />
3104  </backdrop>
3105  <backdrop name="dotmatrix1025" element="dotmatrixdot" state="0">
3106    <bounds x="50" y="15" width="1" height="1" />
3107  </backdrop>
3108  <backdrop name="dotmatrix1026" element="dotmatrixdot" state="0">
3109    <bounds x="51" y="15" width="1" height="1" />
3110  </backdrop>
3111  <backdrop name="dotmatrix1027" element="dotmatrixdot" state="0">
3112    <bounds x="52" y="15" width="1" height="1" />
3113  </backdrop>
3114  <backdrop name="dotmatrix1028" element="dotmatrixdot" state="0">
3115    <bounds x="53" y="15" width="1" height="1" />
3116  </backdrop>
3117  <backdrop name="dotmatrix1029" element="dotmatrixdot" state="0">
3118    <bounds x="54" y="15" width="1" height="1" />
3119  </backdrop>
3120  <backdrop name="dotmatrix1030" element="dotmatrixdot" state="0">
3121    <bounds x="55" y="15" width="1" height="1" />
3122  </backdrop>
3123  <backdrop name="dotmatrix1031" element="dotmatrixdot" state="0">
3124    <bounds x="56" y="15" width="1" height="1" />
3125  </backdrop>
3126  <backdrop name="dotmatrix1032" element="dotmatrixdot" state="0">
3127    <bounds x="57" y="15" width="1" height="1" />
3128  </backdrop>
3129  <backdrop name="dotmatrix1033" element="dotmatrixdot" state="0">
3130    <bounds x="58" y="15" width="1" height="1" />
3131  </backdrop>
3132  <backdrop name="dotmatrix1034" element="dotmatrixdot" state="0">
3133    <bounds x="59" y="15" width="1" height="1" />
3134  </backdrop>
3135  <backdrop name="dotmatrix1035" element="dotmatrixdot" state="0">
3136    <bounds x="60" y="15" width="1" height="1" />
3137  </backdrop>
3138  <backdrop name="dotmatrix1036" element="dotmatrixdot" state="0">
3139    <bounds x="61" y="15" width="1" height="1" />
3140  </backdrop>
3141  <backdrop name="dotmatrix1037" element="dotmatrixdot" state="0">
3142    <bounds x="62" y="15" width="1" height="1" />
3143  </backdrop>
3144  <backdrop name="dotmatrix1038" element="dotmatrixdot" state="0">
3145    <bounds x="63" y="15" width="1" height="1" />
3146  </backdrop>
3147  <backdrop name="dotmatrix1039" element="dotmatrixdot" state="0">
3148    <bounds x="64" y="15" width="1" height="1" />
3149  </backdrop>
3150  <backdrop name="dotmatrix1040" element="dotmatrixdot" state="0">
3151    <bounds x="0" y="16" width="1" height="1" />
3152  </backdrop>
3153  <backdrop name="dotmatrix1041" element="dotmatrixdot" state="0">
3154    <bounds x="1" y="16" width="1" height="1" />
3155  </backdrop>
3156  <backdrop name="dotmatrix1042" element="dotmatrixdot" state="0">
3157    <bounds x="2" y="16" width="1" height="1" />
3158  </backdrop>
3159  <backdrop name="dotmatrix1043" element="dotmatrixdot" state="0">
3160    <bounds x="3" y="16" width="1" height="1" />
3161  </backdrop>
3162  <backdrop name="dotmatrix1044" element="dotmatrixdot" state="0">
3163    <bounds x="4" y="16" width="1" height="1" />
3164  </backdrop>
3165  <backdrop name="dotmatrix1045" element="dotmatrixdot" state="0">
3166    <bounds x="5" y="16" width="1" height="1" />
3167  </backdrop>
3168  <backdrop name="dotmatrix1046" element="dotmatrixdot" state="0">
3169    <bounds x="6" y="16" width="1" height="1" />
3170  </backdrop>
3171  <backdrop name="dotmatrix1047" element="dotmatrixdot" state="0">
3172    <bounds x="7" y="16" width="1" height="1" />
3173  </backdrop>
3174  <backdrop name="dotmatrix1048" element="dotmatrixdot" state="0">
3175    <bounds x="8" y="16" width="1" height="1" />
3176  </backdrop>
3177  <backdrop name="dotmatrix1049" element="dotmatrixdot" state="0">
3178    <bounds x="9" y="16" width="1" height="1" />
3179  </backdrop>
3180  <backdrop name="dotmatrix1050" element="dotmatrixdot" state="0">
3181    <bounds x="10" y="16" width="1" height="1" />
3182  </backdrop>
3183  <backdrop name="dotmatrix1051" element="dotmatrixdot" state="0">
3184    <bounds x="11" y="16" width="1" height="1" />
3185  </backdrop>
3186  <backdrop name="dotmatrix1052" element="dotmatrixdot" state="0">
3187    <bounds x="12" y="16" width="1" height="1" />
3188  </backdrop>
3189  <backdrop name="dotmatrix1053" element="dotmatrixdot" state="0">
3190    <bounds x="13" y="16" width="1" height="1" />
3191  </backdrop>
3192  <backdrop name="dotmatrix1054" element="dotmatrixdot" state="0">
3193    <bounds x="14" y="16" width="1" height="1" />
3194  </backdrop>
3195  <backdrop name="dotmatrix1055" element="dotmatrixdot" state="0">
3196    <bounds x="15" y="16" width="1" height="1" />
3197  </backdrop>
3198  <backdrop name="dotmatrix1056" element="dotmatrixdot" state="0">
3199    <bounds x="16" y="16" width="1" height="1" />
3200  </backdrop>
3201  <backdrop name="dotmatrix1057" element="dotmatrixdot" state="0">
3202    <bounds x="17" y="16" width="1" height="1" />
3203  </backdrop>
3204  <backdrop name="dotmatrix1058" element="dotmatrixdot" state="0">
3205    <bounds x="18" y="16" width="1" height="1" />
3206  </backdrop>
3207  <backdrop name="dotmatrix1059" element="dotmatrixdot" state="0">
3208    <bounds x="19" y="16" width="1" height="1" />
3209  </backdrop>
3210  <backdrop name="dotmatrix1060" element="dotmatrixdot" state="0">
3211    <bounds x="20" y="16" width="1" height="1" />
3212  </backdrop>
3213  <backdrop name="dotmatrix1061" element="dotmatrixdot" state="0">
3214    <bounds x="21" y="16" width="1" height="1" />
3215  </backdrop>
3216  <backdrop name="dotmatrix1062" element="dotmatrixdot" state="0">
3217    <bounds x="22" y="16" width="1" height="1" />
3218  </backdrop>
3219  <backdrop name="dotmatrix1063" element="dotmatrixdot" state="0">
3220    <bounds x="23" y="16" width="1" height="1" />
3221  </backdrop>
3222  <backdrop name="dotmatrix1064" element="dotmatrixdot" state="0">
3223    <bounds x="24" y="16" width="1" height="1" />
3224  </backdrop>
3225  <backdrop name="dotmatrix1065" element="dotmatrixdot" state="0">
3226    <bounds x="25" y="16" width="1" height="1" />
3227  </backdrop>
3228  <backdrop name="dotmatrix1066" element="dotmatrixdot" state="0">
3229    <bounds x="26" y="16" width="1" height="1" />
3230  </backdrop>
3231  <backdrop name="dotmatrix1067" element="dotmatrixdot" state="0">
3232    <bounds x="27" y="16" width="1" height="1" />
3233  </backdrop>
3234  <backdrop name="dotmatrix1068" element="dotmatrixdot" state="0">
3235    <bounds x="28" y="16" width="1" height="1" />
3236  </backdrop>
3237  <backdrop name="dotmatrix1069" element="dotmatrixdot" state="0">
3238    <bounds x="29" y="16" width="1" height="1" />
3239  </backdrop>
3240  <backdrop name="dotmatrix1070" element="dotmatrixdot" state="0">
3241    <bounds x="30" y="16" width="1" height="1" />
3242  </backdrop>
3243  <backdrop name="dotmatrix1071" element="dotmatrixdot" state="0">
3244    <bounds x="31" y="16" width="1" height="1" />
3245  </backdrop>
3246  <backdrop name="dotmatrix1072" element="dotmatrixdot" state="0">
3247    <bounds x="32" y="16" width="1" height="1" />
3248  </backdrop>
3249  <backdrop name="dotmatrix1073" element="dotmatrixdot" state="0">
3250    <bounds x="33" y="16" width="1" height="1" />
3251  </backdrop>
3252  <backdrop name="dotmatrix1074" element="dotmatrixdot" state="0">
3253    <bounds x="34" y="16" width="1" height="1" />
3254  </backdrop>
3255  <backdrop name="dotmatrix1075" element="dotmatrixdot" state="0">
3256    <bounds x="35" y="16" width="1" height="1" />
3257  </backdrop>
3258  <backdrop name="dotmatrix1076" element="dotmatrixdot" state="0">
3259    <bounds x="36" y="16" width="1" height="1" />
3260  </backdrop>
3261  <backdrop name="dotmatrix1077" element="dotmatrixdot" state="0">
3262    <bounds x="37" y="16" width="1" height="1" />
3263  </backdrop>
3264  <backdrop name="dotmatrix1078" element="dotmatrixdot" state="0">
3265    <bounds x="38" y="16" width="1" height="1" />
3266  </backdrop>
3267  <backdrop name="dotmatrix1079" element="dotmatrixdot" state="0">
3268    <bounds x="39" y="16" width="1" height="1" />
3269  </backdrop>
3270  <backdrop name="dotmatrix1080" element="dotmatrixdot" state="0">
3271    <bounds x="40" y="16" width="1" height="1" />
3272  </backdrop>
3273  <backdrop name="dotmatrix1081" element="dotmatrixdot" state="0">
3274    <bounds x="41" y="16" width="1" height="1" />
3275  </backdrop>
3276  <backdrop name="dotmatrix1082" element="dotmatrixdot" state="0">
3277    <bounds x="42" y="16" width="1" height="1" />
3278  </backdrop>
3279  <backdrop name="dotmatrix1083" element="dotmatrixdot" state="0">
3280    <bounds x="43" y="16" width="1" height="1" />
3281  </backdrop>
3282  <backdrop name="dotmatrix1084" element="dotmatrixdot" state="0">
3283    <bounds x="44" y="16" width="1" height="1" />
3284  </backdrop>
3285  <backdrop name="dotmatrix1085" element="dotmatrixdot" state="0">
3286    <bounds x="45" y="16" width="1" height="1" />
3287  </backdrop>
3288  <backdrop name="dotmatrix1086" element="dotmatrixdot" state="0">
3289    <bounds x="46" y="16" width="1" height="1" />
3290  </backdrop>
3291  <backdrop name="dotmatrix1087" element="dotmatrixdot" state="0">
3292    <bounds x="47" y="16" width="1" height="1" />
3293  </backdrop>
3294  <backdrop name="dotmatrix1088" element="dotmatrixdot" state="0">
3295    <bounds x="48" y="16" width="1" height="1" />
3296  </backdrop>
3297  <backdrop name="dotmatrix1089" element="dotmatrixdot" state="0">
3298    <bounds x="49" y="16" width="1" height="1" />
3299  </backdrop>
3300  <backdrop name="dotmatrix1090" element="dotmatrixdot" state="0">
3301    <bounds x="50" y="16" width="1" height="1" />
3302  </backdrop>
3303  <backdrop name="dotmatrix1091" element="dotmatrixdot" state="0">
3304    <bounds x="51" y="16" width="1" height="1" />
3305  </backdrop>
3306  <backdrop name="dotmatrix1092" element="dotmatrixdot" state="0">
3307    <bounds x="52" y="16" width="1" height="1" />
3308  </backdrop>
3309  <backdrop name="dotmatrix1093" element="dotmatrixdot" state="0">
3310    <bounds x="53" y="16" width="1" height="1" />
3311  </backdrop>
3312  <backdrop name="dotmatrix1094" element="dotmatrixdot" state="0">
3313    <bounds x="54" y="16" width="1" height="1" />
3314  </backdrop>
3315  <backdrop name="dotmatrix1095" element="dotmatrixdot" state="0">
3316    <bounds x="55" y="16" width="1" height="1" />
3317  </backdrop>
3318  <backdrop name="dotmatrix1096" element="dotmatrixdot" state="0">
3319    <bounds x="56" y="16" width="1" height="1" />
3320  </backdrop>
3321  <backdrop name="dotmatrix1097" element="dotmatrixdot" state="0">
3322    <bounds x="57" y="16" width="1" height="1" />
3323  </backdrop>
3324  <backdrop name="dotmatrix1098" element="dotmatrixdot" state="0">
3325    <bounds x="58" y="16" width="1" height="1" />
3326  </backdrop>
3327  <backdrop name="dotmatrix1099" element="dotmatrixdot" state="0">
3328    <bounds x="59" y="16" width="1" height="1" />
3329  </backdrop>
3330  <backdrop name="dotmatrix1100" element="dotmatrixdot" state="0">
3331    <bounds x="60" y="16" width="1" height="1" />
3332  </backdrop>
3333  <backdrop name="dotmatrix1101" element="dotmatrixdot" state="0">
3334    <bounds x="61" y="16" width="1" height="1" />
3335  </backdrop>
3336  <backdrop name="dotmatrix1102" element="dotmatrixdot" state="0">
3337    <bounds x="62" y="16" width="1" height="1" />
3338  </backdrop>
3339  <backdrop name="dotmatrix1103" element="dotmatrixdot" state="0">
3340    <bounds x="63" y="16" width="1" height="1" />
3341  </backdrop>
3342  <backdrop name="dotmatrix1104" element="dotmatrixdot" state="0">
3343    <bounds x="64" y="16" width="1" height="1" />
3344  </backdrop>
3345  <backdrop name="dotmatrix1105" element="dotmatrixdot" state="0">
3346    <bounds x="0" y="17" width="1" height="1" />
3347  </backdrop>
3348  <backdrop name="dotmatrix1106" element="dotmatrixdot" state="0">
3349    <bounds x="1" y="17" width="1" height="1" />
3350  </backdrop>
3351  <backdrop name="dotmatrix1107" element="dotmatrixdot" state="0">
3352    <bounds x="2" y="17" width="1" height="1" />
3353  </backdrop>
3354  <backdrop name="dotmatrix1108" element="dotmatrixdot" state="0">
3355    <bounds x="3" y="17" width="1" height="1" />
3356  </backdrop>
3357  <backdrop name="dotmatrix1109" element="dotmatrixdot" state="0">
3358    <bounds x="4" y="17" width="1" height="1" />
3359  </backdrop>
3360  <backdrop name="dotmatrix1110" element="dotmatrixdot" state="0">
3361    <bounds x="5" y="17" width="1" height="1" />
3362  </backdrop>
3363  <backdrop name="dotmatrix1111" element="dotmatrixdot" state="0">
3364    <bounds x="6" y="17" width="1" height="1" />
3365  </backdrop>
3366  <backdrop name="dotmatrix1112" element="dotmatrixdot" state="0">
3367    <bounds x="7" y="17" width="1" height="1" />
3368  </backdrop>
3369  <backdrop name="dotmatrix1113" element="dotmatrixdot" state="0">
3370    <bounds x="8" y="17" width="1" height="1" />
3371  </backdrop>
3372  <backdrop name="dotmatrix1114" element="dotmatrixdot" state="0">
3373    <bounds x="9" y="17" width="1" height="1" />
3374  </backdrop>
3375  <backdrop name="dotmatrix1115" element="dotmatrixdot" state="0">
3376    <bounds x="10" y="17" width="1" height="1" />
3377  </backdrop>
3378  <backdrop name="dotmatrix1116" element="dotmatrixdot" state="0">
3379    <bounds x="11" y="17" width="1" height="1" />
3380  </backdrop>
3381  <backdrop name="dotmatrix1117" element="dotmatrixdot" state="0">
3382    <bounds x="12" y="17" width="1" height="1" />
3383  </backdrop>
3384  <backdrop name="dotmatrix1118" element="dotmatrixdot" state="0">
3385    <bounds x="13" y="17" width="1" height="1" />
3386  </backdrop>
3387  <backdrop name="dotmatrix1119" element="dotmatrixdot" state="0">
3388    <bounds x="14" y="17" width="1" height="1" />
3389  </backdrop>
3390  <backdrop name="dotmatrix1120" element="dotmatrixdot" state="0">
3391    <bounds x="15" y="17" width="1" height="1" />
3392  </backdrop>
3393  <backdrop name="dotmatrix1121" element="dotmatrixdot" state="0">
3394    <bounds x="16" y="17" width="1" height="1" />
3395  </backdrop>
3396  <backdrop name="dotmatrix1122" element="dotmatrixdot" state="0">
3397    <bounds x="17" y="17" width="1" height="1" />
3398  </backdrop>
3399  <backdrop name="dotmatrix1123" element="dotmatrixdot" state="0">
3400    <bounds x="18" y="17" width="1" height="1" />
3401  </backdrop>
3402  <backdrop name="dotmatrix1124" element="dotmatrixdot" state="0">
3403    <bounds x="19" y="17" width="1" height="1" />
3404  </backdrop>
3405  <backdrop name="dotmatrix1125" element="dotmatrixdot" state="0">
3406    <bounds x="20" y="17" width="1" height="1" />
3407  </backdrop>
3408  <backdrop name="dotmatrix1126" element="dotmatrixdot" state="0">
3409    <bounds x="21" y="17" width="1" height="1" />
3410  </backdrop>
3411  <backdrop name="dotmatrix1127" element="dotmatrixdot" state="0">
3412    <bounds x="22" y="17" width="1" height="1" />
3413  </backdrop>
3414  <backdrop name="dotmatrix1128" element="dotmatrixdot" state="0">
3415    <bounds x="23" y="17" width="1" height="1" />
3416  </backdrop>
3417  <backdrop name="dotmatrix1129" element="dotmatrixdot" state="0">
3418    <bounds x="24" y="17" width="1" height="1" />
3419  </backdrop>
3420  <backdrop name="dotmatrix1130" element="dotmatrixdot" state="0">
3421    <bounds x="25" y="17" width="1" height="1" />
3422  </backdrop>
3423  <backdrop name="dotmatrix1131" element="dotmatrixdot" state="0">
3424    <bounds x="26" y="17" width="1" height="1" />
3425  </backdrop>
3426  <backdrop name="dotmatrix1132" element="dotmatrixdot" state="0">
3427    <bounds x="27" y="17" width="1" height="1" />
3428  </backdrop>
3429  <backdrop name="dotmatrix1133" element="dotmatrixdot" state="0">
3430    <bounds x="28" y="17" width="1" height="1" />
3431  </backdrop>
3432  <backdrop name="dotmatrix1134" element="dotmatrixdot" state="0">
3433    <bounds x="29" y="17" width="1" height="1" />
3434  </backdrop>
3435  <backdrop name="dotmatrix1135" element="dotmatrixdot" state="0">
3436    <bounds x="30" y="17" width="1" height="1" />
3437  </backdrop>
3438  <backdrop name="dotmatrix1136" element="dotmatrixdot" state="0">
3439    <bounds x="31" y="17" width="1" height="1" />
3440  </backdrop>
3441  <backdrop name="dotmatrix1137" element="dotmatrixdot" state="0">
3442    <bounds x="32" y="17" width="1" height="1" />
3443  </backdrop>
3444  <backdrop name="dotmatrix1138" element="dotmatrixdot" state="0">
3445    <bounds x="33" y="17" width="1" height="1" />
3446  </backdrop>
3447  <backdrop name="dotmatrix1139" element="dotmatrixdot" state="0">
3448    <bounds x="34" y="17" width="1" height="1" />
3449  </backdrop>
3450  <backdrop name="dotmatrix1140" element="dotmatrixdot" state="0">
3451    <bounds x="35" y="17" width="1" height="1" />
3452  </backdrop>
3453  <backdrop name="dotmatrix1141" element="dotmatrixdot" state="0">
3454    <bounds x="36" y="17" width="1" height="1" />
3455  </backdrop>
3456  <backdrop name="dotmatrix1142" element="dotmatrixdot" state="0">
3457    <bounds x="37" y="17" width="1" height="1" />
3458  </backdrop>
3459  <backdrop name="dotmatrix1143" element="dotmatrixdot" state="0">
3460    <bounds x="38" y="17" width="1" height="1" />
3461  </backdrop>
3462  <backdrop name="dotmatrix1144" element="dotmatrixdot" state="0">
3463    <bounds x="39" y="17" width="1" height="1" />
3464  </backdrop>
3465  <backdrop name="dotmatrix1145" element="dotmatrixdot" state="0">
3466    <bounds x="40" y="17" width="1" height="1" />
3467  </backdrop>
3468  <backdrop name="dotmatrix1146" element="dotmatrixdot" state="0">
3469    <bounds x="41" y="17" width="1" height="1" />
3470  </backdrop>
3471  <backdrop name="dotmatrix1147" element="dotmatrixdot" state="0">
3472    <bounds x="42" y="17" width="1" height="1" />
3473  </backdrop>
3474  <backdrop name="dotmatrix1148" element="dotmatrixdot" state="0">
3475    <bounds x="43" y="17" width="1" height="1" />
3476  </backdrop>
3477  <backdrop name="dotmatrix1149" element="dotmatrixdot" state="0">
3478    <bounds x="44" y="17" width="1" height="1" />
3479  </backdrop>
3480  <backdrop name="dotmatrix1150" element="dotmatrixdot" state="0">
3481    <bounds x="45" y="17" width="1" height="1" />
3482  </backdrop>
3483  <backdrop name="dotmatrix1151" element="dotmatrixdot" state="0">
3484    <bounds x="46" y="17" width="1" height="1" />
3485  </backdrop>
3486  <backdrop name="dotmatrix1152" element="dotmatrixdot" state="0">
3487    <bounds x="47" y="17" width="1" height="1" />
3488  </backdrop>
3489  <backdrop name="dotmatrix1153" element="dotmatrixdot" state="0">
3490    <bounds x="48" y="17" width="1" height="1" />
3491  </backdrop>
3492  <backdrop name="dotmatrix1154" element="dotmatrixdot" state="0">
3493    <bounds x="49" y="17" width="1" height="1" />
3494  </backdrop>
3495  <backdrop name="dotmatrix1155" element="dotmatrixdot" state="0">
3496    <bounds x="50" y="17" width="1" height="1" />
3497  </backdrop>
3498  <backdrop name="dotmatrix1156" element="dotmatrixdot" state="0">
3499    <bounds x="51" y="17" width="1" height="1" />
3500  </backdrop>
3501  <backdrop name="dotmatrix1157" element="dotmatrixdot" state="0">
3502    <bounds x="52" y="17" width="1" height="1" />
3503  </backdrop>
3504  <backdrop name="dotmatrix1158" element="dotmatrixdot" state="0">
3505    <bounds x="53" y="17" width="1" height="1" />
3506  </backdrop>
3507  <backdrop name="dotmatrix1159" element="dotmatrixdot" state="0">
3508    <bounds x="54" y="17" width="1" height="1" />
3509  </backdrop>
3510  <backdrop name="dotmatrix1160" element="dotmatrixdot" state="0">
3511    <bounds x="55" y="17" width="1" height="1" />
3512  </backdrop>
3513  <backdrop name="dotmatrix1161" element="dotmatrixdot" state="0">
3514    <bounds x="56" y="17" width="1" height="1" />
3515  </backdrop>
3516  <backdrop name="dotmatrix1162" element="dotmatrixdot" state="0">
3517    <bounds x="57" y="17" width="1" height="1" />
3518  </backdrop>
3519  <backdrop name="dotmatrix1163" element="dotmatrixdot" state="0">
3520    <bounds x="58" y="17" width="1" height="1" />
3521  </backdrop>
3522  <backdrop name="dotmatrix1164" element="dotmatrixdot" state="0">
3523    <bounds x="59" y="17" width="1" height="1" />
3524  </backdrop>
3525  <backdrop name="dotmatrix1165" element="dotmatrixdot" state="0">
3526    <bounds x="60" y="17" width="1" height="1" />
3527  </backdrop>
3528  <backdrop name="dotmatrix1166" element="dotmatrixdot" state="0">
3529    <bounds x="61" y="17" width="1" height="1" />
3530  </backdrop>
3531  <backdrop name="dotmatrix1167" element="dotmatrixdot" state="0">
3532    <bounds x="62" y="17" width="1" height="1" />
3533  </backdrop>
3534  <backdrop name="dotmatrix1168" element="dotmatrixdot" state="0">
3535    <bounds x="63" y="17" width="1" height="1" />
3536  </backdrop>
3537  <backdrop name="dotmatrix1169" element="dotmatrixdot" state="0">
3538    <bounds x="64" y="17" width="1" height="1" />
3539  </backdrop>
3540  <backdrop name="dotmatrix1170" element="dotmatrixdot" state="0">
3541    <bounds x="0" y="18" width="1" height="1" />
3542  </backdrop>
3543  <backdrop name="dotmatrix1171" element="dotmatrixdot" state="0">
3544    <bounds x="1" y="18" width="1" height="1" />
3545  </backdrop>
3546  <backdrop name="dotmatrix1172" element="dotmatrixdot" state="0">
3547    <bounds x="2" y="18" width="1" height="1" />
3548  </backdrop>
3549  <backdrop name="dotmatrix1173" element="dotmatrixdot" state="0">
3550    <bounds x="3" y="18" width="1" height="1" />
3551  </backdrop>
3552  <backdrop name="dotmatrix1174" element="dotmatrixdot" state="0">
3553    <bounds x="4" y="18" width="1" height="1" />
3554  </backdrop>
3555  <backdrop name="dotmatrix1175" element="dotmatrixdot" state="0">
3556    <bounds x="5" y="18" width="1" height="1" />
3557  </backdrop>
3558  <backdrop name="dotmatrix1176" element="dotmatrixdot" state="0">
3559    <bounds x="6" y="18" width="1" height="1" />
3560  </backdrop>
3561  <backdrop name="dotmatrix1177" element="dotmatrixdot" state="0">
3562    <bounds x="7" y="18" width="1" height="1" />
3563  </backdrop>
3564  <backdrop name="dotmatrix1178" element="dotmatrixdot" state="0">
3565    <bounds x="8" y="18" width="1" height="1" />
3566  </backdrop>
3567  <backdrop name="dotmatrix1179" element="dotmatrixdot" state="0">
3568    <bounds x="9" y="18" width="1" height="1" />
3569  </backdrop>
3570  <backdrop name="dotmatrix1180" element="dotmatrixdot" state="0">
3571    <bounds x="10" y="18" width="1" height="1" />
3572  </backdrop>
3573  <backdrop name="dotmatrix1181" element="dotmatrixdot" state="0">
3574    <bounds x="11" y="18" width="1" height="1" />
3575  </backdrop>
3576  <backdrop name="dotmatrix1182" element="dotmatrixdot" state="0">
3577    <bounds x="12" y="18" width="1" height="1" />
3578  </backdrop>
3579  <backdrop name="dotmatrix1183" element="dotmatrixdot" state="0">
3580    <bounds x="13" y="18" width="1" height="1" />
3581  </backdrop>
3582  <backdrop name="dotmatrix1184" element="dotmatrixdot" state="0">
3583    <bounds x="14" y="18" width="1" height="1" />
3584  </backdrop>
3585  <backdrop name="dotmatrix1185" element="dotmatrixdot" state="0">
3586    <bounds x="15" y="18" width="1" height="1" />
3587  </backdrop>
3588  <backdrop name="dotmatrix1186" element="dotmatrixdot" state="0">
3589    <bounds x="16" y="18" width="1" height="1" />
3590  </backdrop>
3591  <backdrop name="dotmatrix1187" element="dotmatrixdot" state="0">
3592    <bounds x="17" y="18" width="1" height="1" />
3593  </backdrop>
3594  <backdrop name="dotmatrix1188" element="dotmatrixdot" state="0">
3595    <bounds x="18" y="18" width="1" height="1" />
3596  </backdrop>
3597  <backdrop name="dotmatrix1189" element="dotmatrixdot" state="0">
3598    <bounds x="19" y="18" width="1" height="1" />
3599  </backdrop>
3600  <backdrop name="dotmatrix1190" element="dotmatrixdot" state="0">
3601    <bounds x="20" y="18" width="1" height="1" />
3602  </backdrop>
3603  <backdrop name="dotmatrix1191" element="dotmatrixdot" state="0">
3604    <bounds x="21" y="18" width="1" height="1" />
3605  </backdrop>
3606  <backdrop name="dotmatrix1192" element="dotmatrixdot" state="0">
3607    <bounds x="22" y="18" width="1" height="1" />
3608  </backdrop>
3609  <backdrop name="dotmatrix1193" element="dotmatrixdot" state="0">
3610    <bounds x="23" y="18" width="1" height="1" />
3611  </backdrop>
3612  <backdrop name="dotmatrix1194" element="dotmatrixdot" state="0">
3613    <bounds x="24" y="18" width="1" height="1" />
3614  </backdrop>
3615  <backdrop name="dotmatrix1195" element="dotmatrixdot" state="0">
3616    <bounds x="25" y="18" width="1" height="1" />
3617  </backdrop>
3618  <backdrop name="dotmatrix1196" element="dotmatrixdot" state="0">
3619    <bounds x="26" y="18" width="1" height="1" />
3620  </backdrop>
3621  <backdrop name="dotmatrix1197" element="dotmatrixdot" state="0">
3622    <bounds x="27" y="18" width="1" height="1" />
3623  </backdrop>
3624  <backdrop name="dotmatrix1198" element="dotmatrixdot" state="0">
3625    <bounds x="28" y="18" width="1" height="1" />
3626  </backdrop>
3627  <backdrop name="dotmatrix1199" element="dotmatrixdot" state="0">
3628    <bounds x="29" y="18" width="1" height="1" />
3629  </backdrop>
3630  <backdrop name="dotmatrix1200" element="dotmatrixdot" state="0">
3631    <bounds x="30" y="18" width="1" height="1" />
3632  </backdrop>
3633  <backdrop name="dotmatrix1201" element="dotmatrixdot" state="0">
3634    <bounds x="31" y="18" width="1" height="1" />
3635  </backdrop>
3636  <backdrop name="dotmatrix1202" element="dotmatrixdot" state="0">
3637    <bounds x="32" y="18" width="1" height="1" />
3638  </backdrop>
3639  <backdrop name="dotmatrix1203" element="dotmatrixdot" state="0">
3640    <bounds x="33" y="18" width="1" height="1" />
3641  </backdrop>
3642  <backdrop name="dotmatrix1204" element="dotmatrixdot" state="0">
3643    <bounds x="34" y="18" width="1" height="1" />
3644  </backdrop>
3645  <backdrop name="dotmatrix1205" element="dotmatrixdot" state="0">
3646    <bounds x="35" y="18" width="1" height="1" />
3647  </backdrop>
3648  <backdrop name="dotmatrix1206" element="dotmatrixdot" state="0">
3649    <bounds x="36" y="18" width="1" height="1" />
3650  </backdrop>
3651  <backdrop name="dotmatrix1207" element="dotmatrixdot" state="0">
3652    <bounds x="37" y="18" width="1" height="1" />
3653  </backdrop>
3654  <backdrop name="dotmatrix1208" element="dotmatrixdot" state="0">
3655    <bounds x="38" y="18" width="1" height="1" />
3656  </backdrop>
3657  <backdrop name="dotmatrix1209" element="dotmatrixdot" state="0">
3658    <bounds x="39" y="18" width="1" height="1" />
3659  </backdrop>
3660  <backdrop name="dotmatrix1210" element="dotmatrixdot" state="0">
3661    <bounds x="40" y="18" width="1" height="1" />
3662  </backdrop>
3663  <backdrop name="dotmatrix1211" element="dotmatrixdot" state="0">
3664    <bounds x="41" y="18" width="1" height="1" />
3665  </backdrop>
3666  <backdrop name="dotmatrix1212" element="dotmatrixdot" state="0">
3667    <bounds x="42" y="18" width="1" height="1" />
3668  </backdrop>
3669  <backdrop name="dotmatrix1213" element="dotmatrixdot" state="0">
3670    <bounds x="43" y="18" width="1" height="1" />
3671  </backdrop>
3672  <backdrop name="dotmatrix1214" element="dotmatrixdot" state="0">
3673    <bounds x="44" y="18" width="1" height="1" />
3674  </backdrop>
3675  <backdrop name="dotmatrix1215" element="dotmatrixdot" state="0">
3676    <bounds x="45" y="18" width="1" height="1" />
3677  </backdrop>
3678  <backdrop name="dotmatrix1216" element="dotmatrixdot" state="0">
3679    <bounds x="46" y="18" width="1" height="1" />
3680  </backdrop>
3681  <backdrop name="dotmatrix1217" element="dotmatrixdot" state="0">
3682    <bounds x="47" y="18" width="1" height="1" />
3683  </backdrop>
3684  <backdrop name="dotmatrix1218" element="dotmatrixdot" state="0">
3685    <bounds x="48" y="18" width="1" height="1" />
3686  </backdrop>
3687  <backdrop name="dotmatrix1219" element="dotmatrixdot" state="0">
3688    <bounds x="49" y="18" width="1" height="1" />
3689  </backdrop>
3690  <backdrop name="dotmatrix1220" element="dotmatrixdot" state="0">
3691    <bounds x="50" y="18" width="1" height="1" />
3692  </backdrop>
3693  <backdrop name="dotmatrix1221" element="dotmatrixdot" state="0">
3694    <bounds x="51" y="18" width="1" height="1" />
3695  </backdrop>
3696  <backdrop name="dotmatrix1222" element="dotmatrixdot" state="0">
3697    <bounds x="52" y="18" width="1" height="1" />
3698  </backdrop>
3699  <backdrop name="dotmatrix1223" element="dotmatrixdot" state="0">
3700    <bounds x="53" y="18" width="1" height="1" />
3701  </backdrop>
3702  <backdrop name="dotmatrix1224" element="dotmatrixdot" state="0">
3703    <bounds x="54" y="18" width="1" height="1" />
3704  </backdrop>
3705  <backdrop name="dotmatrix1225" element="dotmatrixdot" state="0">
3706    <bounds x="55" y="18" width="1" height="1" />
3707  </backdrop>
3708  <backdrop name="dotmatrix1226" element="dotmatrixdot" state="0">
3709    <bounds x="56" y="18" width="1" height="1" />
3710  </backdrop>
3711  <backdrop name="dotmatrix1227" element="dotmatrixdot" state="0">
3712    <bounds x="57" y="18" width="1" height="1" />
3713  </backdrop>
3714  <backdrop name="dotmatrix1228" element="dotmatrixdot" state="0">
3715    <bounds x="58" y="18" width="1" height="1" />
3716  </backdrop>
3717  <backdrop name="dotmatrix1229" element="dotmatrixdot" state="0">
3718    <bounds x="59" y="18" width="1" height="1" />
3719  </backdrop>
3720  <backdrop name="dotmatrix1230" element="dotmatrixdot" state="0">
3721    <bounds x="60" y="18" width="1" height="1" />
3722  </backdrop>
3723  <backdrop name="dotmatrix1231" element="dotmatrixdot" state="0">
3724    <bounds x="61" y="18" width="1" height="1" />
3725  </backdrop>
3726  <backdrop name="dotmatrix1232" element="dotmatrixdot" state="0">
3727    <bounds x="62" y="18" width="1" height="1" />
3728  </backdrop>
3729  <backdrop name="dotmatrix1233" element="dotmatrixdot" state="0">
3730    <bounds x="63" y="18" width="1" height="1" />
3731  </backdrop>
3732  <backdrop name="dotmatrix1234" element="dotmatrixdot" state="0">
3733    <bounds x="64" y="18" width="1" height="1" />
3734  </backdrop>
3735  <backdrop name="dotmatrix1235" element="dotmatrixdot" state="0">
3736    <bounds x="0" y="19" width="1" height="1" />
3737  </backdrop>
3738  <backdrop name="dotmatrix1236" element="dotmatrixdot" state="0">
3739    <bounds x="1" y="19" width="1" height="1" />
3740  </backdrop>
3741  <backdrop name="dotmatrix1237" element="dotmatrixdot" state="0">
3742    <bounds x="2" y="19" width="1" height="1" />
3743  </backdrop>
3744  <backdrop name="dotmatrix1238" element="dotmatrixdot" state="0">
3745    <bounds x="3" y="19" width="1" height="1" />
3746  </backdrop>
3747  <backdrop name="dotmatrix1239" element="dotmatrixdot" state="0">
3748    <bounds x="4" y="19" width="1" height="1" />
3749  </backdrop>
3750  <backdrop name="dotmatrix1240" element="dotmatrixdot" state="0">
3751    <bounds x="5" y="19" width="1" height="1" />
3752  </backdrop>
3753  <backdrop name="dotmatrix1241" element="dotmatrixdot" state="0">
3754    <bounds x="6" y="19" width="1" height="1" />
3755  </backdrop>
3756  <backdrop name="dotmatrix1242" element="dotmatrixdot" state="0">
3757    <bounds x="7" y="19" width="1" height="1" />
3758  </backdrop>
3759  <backdrop name="dotmatrix1243" element="dotmatrixdot" state="0">
3760    <bounds x="8" y="19" width="1" height="1" />
3761  </backdrop>
3762  <backdrop name="dotmatrix1244" element="dotmatrixdot" state="0">
3763    <bounds x="9" y="19" width="1" height="1" />
3764  </backdrop>
3765  <backdrop name="dotmatrix1245" element="dotmatrixdot" state="0">
3766    <bounds x="10" y="19" width="1" height="1" />
3767  </backdrop>
3768  <backdrop name="dotmatrix1246" element="dotmatrixdot" state="0">
3769    <bounds x="11" y="19" width="1" height="1" />
3770  </backdrop>
3771  <backdrop name="dotmatrix1247" element="dotmatrixdot" state="0">
3772    <bounds x="12" y="19" width="1" height="1" />
3773  </backdrop>
3774  <backdrop name="dotmatrix1248" element="dotmatrixdot" state="0">
3775    <bounds x="13" y="19" width="1" height="1" />
3776  </backdrop>
3777  <backdrop name="dotmatrix1249" element="dotmatrixdot" state="0">
3778    <bounds x="14" y="19" width="1" height="1" />
3779  </backdrop>
3780  <backdrop name="dotmatrix1250" element="dotmatrixdot" state="0">
3781    <bounds x="15" y="19" width="1" height="1" />
3782  </backdrop>
3783  <backdrop name="dotmatrix1251" element="dotmatrixdot" state="0">
3784    <bounds x="16" y="19" width="1" height="1" />
3785  </backdrop>
3786  <backdrop name="dotmatrix1252" element="dotmatrixdot" state="0">
3787    <bounds x="17" y="19" width="1" height="1" />
3788  </backdrop>
3789  <backdrop name="dotmatrix1253" element="dotmatrixdot" state="0">
3790    <bounds x="18" y="19" width="1" height="1" />
3791  </backdrop>
3792  <backdrop name="dotmatrix1254" element="dotmatrixdot" state="0">
3793    <bounds x="19" y="19" width="1" height="1" />
3794  </backdrop>
3795  <backdrop name="dotmatrix1255" element="dotmatrixdot" state="0">
3796    <bounds x="20" y="19" width="1" height="1" />
3797  </backdrop>
3798  <backdrop name="dotmatrix1256" element="dotmatrixdot" state="0">
3799    <bounds x="21" y="19" width="1" height="1" />
3800  </backdrop>
3801  <backdrop name="dotmatrix1257" element="dotmatrixdot" state="0">
3802    <bounds x="22" y="19" width="1" height="1" />
3803  </backdrop>
3804  <backdrop name="dotmatrix1258" element="dotmatrixdot" state="0">
3805    <bounds x="23" y="19" width="1" height="1" />
3806  </backdrop>
3807  <backdrop name="dotmatrix1259" element="dotmatrixdot" state="0">
3808    <bounds x="24" y="19" width="1" height="1" />
3809  </backdrop>
3810  <backdrop name="dotmatrix1260" element="dotmatrixdot" state="0">
3811    <bounds x="25" y="19" width="1" height="1" />
3812  </backdrop>
3813  <backdrop name="dotmatrix1261" element="dotmatrixdot" state="0">
3814    <bounds x="26" y="19" width="1" height="1" />
3815  </backdrop>
3816  <backdrop name="dotmatrix1262" element="dotmatrixdot" state="0">
3817    <bounds x="27" y="19" width="1" height="1" />
3818  </backdrop>
3819  <backdrop name="dotmatrix1263" element="dotmatrixdot" state="0">
3820    <bounds x="28" y="19" width="1" height="1" />
3821  </backdrop>
3822  <backdrop name="dotmatrix1264" element="dotmatrixdot" state="0">
3823    <bounds x="29" y="19" width="1" height="1" />
3824  </backdrop>
3825  <backdrop name="dotmatrix1265" element="dotmatrixdot" state="0">
3826    <bounds x="30" y="19" width="1" height="1" />
3827  </backdrop>
3828  <backdrop name="dotmatrix1266" element="dotmatrixdot" state="0">
3829    <bounds x="31" y="19" width="1" height="1" />
3830  </backdrop>
3831  <backdrop name="dotmatrix1267" element="dotmatrixdot" state="0">
3832    <bounds x="32" y="19" width="1" height="1" />
3833  </backdrop>
3834  <backdrop name="dotmatrix1268" element="dotmatrixdot" state="0">
3835    <bounds x="33" y="19" width="1" height="1" />
3836  </backdrop>
3837  <backdrop name="dotmatrix1269" element="dotmatrixdot" state="0">
3838    <bounds x="34" y="19" width="1" height="1" />
3839  </backdrop>
3840  <backdrop name="dotmatrix1270" element="dotmatrixdot" state="0">
3841    <bounds x="35" y="19" width="1" height="1" />
3842  </backdrop>
3843  <backdrop name="dotmatrix1271" element="dotmatrixdot" state="0">
3844    <bounds x="36" y="19" width="1" height="1" />
3845  </backdrop>
3846  <backdrop name="dotmatrix1272" element="dotmatrixdot" state="0">
3847    <bounds x="37" y="19" width="1" height="1" />
3848  </backdrop>
3849  <backdrop name="dotmatrix1273" element="dotmatrixdot" state="0">
3850    <bounds x="38" y="19" width="1" height="1" />
3851  </backdrop>
3852  <backdrop name="dotmatrix1274" element="dotmatrixdot" state="0">
3853    <bounds x="39" y="19" width="1" height="1" />
3854  </backdrop>
3855  <backdrop name="dotmatrix1275" element="dotmatrixdot" state="0">
3856    <bounds x="40" y="19" width="1" height="1" />
3857  </backdrop>
3858  <backdrop name="dotmatrix1276" element="dotmatrixdot" state="0">
3859    <bounds x="41" y="19" width="1" height="1" />
3860  </backdrop>
3861  <backdrop name="dotmatrix1277" element="dotmatrixdot" state="0">
3862    <bounds x="42" y="19" width="1" height="1" />
3863  </backdrop>
3864  <backdrop name="dotmatrix1278" element="dotmatrixdot" state="0">
3865    <bounds x="43" y="19" width="1" height="1" />
3866  </backdrop>
3867  <backdrop name="dotmatrix1279" element="dotmatrixdot" state="0">
3868    <bounds x="44" y="19" width="1" height="1" />
3869  </backdrop>
3870  <backdrop name="dotmatrix1280" element="dotmatrixdot" state="0">
3871    <bounds x="45" y="19" width="1" height="1" />
3872  </backdrop>
3873  <backdrop name="dotmatrix1281" element="dotmatrixdot" state="0">
3874    <bounds x="46" y="19" width="1" height="1" />
3875  </backdrop>
3876  <backdrop name="dotmatrix1282" element="dotmatrixdot" state="0">
3877    <bounds x="47" y="19" width="1" height="1" />
3878  </backdrop>
3879  <backdrop name="dotmatrix1283" element="dotmatrixdot" state="0">
3880    <bounds x="48" y="19" width="1" height="1" />
3881  </backdrop>
3882  <backdrop name="dotmatrix1284" element="dotmatrixdot" state="0">
3883    <bounds x="49" y="19" width="1" height="1" />
3884  </backdrop>
3885  <backdrop name="dotmatrix1285" element="dotmatrixdot" state="0">
3886    <bounds x="50" y="19" width="1" height="1" />
3887  </backdrop>
3888  <backdrop name="dotmatrix1286" element="dotmatrixdot" state="0">
3889    <bounds x="51" y="19" width="1" height="1" />
3890  </backdrop>
3891  <backdrop name="dotmatrix1287" element="dotmatrixdot" state="0">
3892    <bounds x="52" y="19" width="1" height="1" />
3893  </backdrop>
3894  <backdrop name="dotmatrix1288" element="dotmatrixdot" state="0">
3895    <bounds x="53" y="19" width="1" height="1" />
3896  </backdrop>
3897  <backdrop name="dotmatrix1289" element="dotmatrixdot" state="0">
3898    <bounds x="54" y="19" width="1" height="1" />
3899  </backdrop>
3900  <backdrop name="dotmatrix1290" element="dotmatrixdot" state="0">
3901    <bounds x="55" y="19" width="1" height="1" />
3902  </backdrop>
3903  <backdrop name="dotmatrix1291" element="dotmatrixdot" state="0">
3904    <bounds x="56" y="19" width="1" height="1" />
3905  </backdrop>
3906  <backdrop name="dotmatrix1292" element="dotmatrixdot" state="0">
3907    <bounds x="57" y="19" width="1" height="1" />
3908  </backdrop>
3909  <backdrop name="dotmatrix1293" element="dotmatrixdot" state="0">
3910    <bounds x="58" y="19" width="1" height="1" />
3911  </backdrop>
3912  <backdrop name="dotmatrix1294" element="dotmatrixdot" state="0">
3913    <bounds x="59" y="19" width="1" height="1" />
3914  </backdrop>
3915  <backdrop name="dotmatrix1295" element="dotmatrixdot" state="0">
3916    <bounds x="60" y="19" width="1" height="1" />
3917  </backdrop>
3918  <backdrop name="dotmatrix1296" element="dotmatrixdot" state="0">
3919    <bounds x="61" y="19" width="1" height="1" />
3920  </backdrop>
3921  <backdrop name="dotmatrix1297" element="dotmatrixdot" state="0">
3922    <bounds x="62" y="19" width="1" height="1" />
3923  </backdrop>
3924  <backdrop name="dotmatrix1298" element="dotmatrixdot" state="0">
3925    <bounds x="63" y="19" width="1" height="1" />
3926  </backdrop>
3927  <backdrop name="dotmatrix1299" element="dotmatrixdot" state="0">
3928    <bounds x="64" y="19" width="1" height="1" />
3929  </backdrop>
3930  <backdrop name="dotmatrix1300" element="dotmatrixdot" state="0">
3931    <bounds x="0" y="20" width="1" height="1" />
3932  </backdrop>
3933  <backdrop name="dotmatrix1301" element="dotmatrixdot" state="0">
3934    <bounds x="1" y="20" width="1" height="1" />
3935  </backdrop>
3936  <backdrop name="dotmatrix1302" element="dotmatrixdot" state="0">
3937    <bounds x="2" y="20" width="1" height="1" />
3938  </backdrop>
3939  <backdrop name="dotmatrix1303" element="dotmatrixdot" state="0">
3940    <bounds x="3" y="20" width="1" height="1" />
3941  </backdrop>
3942  <backdrop name="dotmatrix1304" element="dotmatrixdot" state="0">
3943    <bounds x="4" y="20" width="1" height="1" />
3944  </backdrop>
3945  <backdrop name="dotmatrix1305" element="dotmatrixdot" state="0">
3946    <bounds x="5" y="20" width="1" height="1" />
3947  </backdrop>
3948  <backdrop name="dotmatrix1306" element="dotmatrixdot" state="0">
3949    <bounds x="6" y="20" width="1" height="1" />
3950  </backdrop>
3951  <backdrop name="dotmatrix1307" element="dotmatrixdot" state="0">
3952    <bounds x="7" y="20" width="1" height="1" />
3953  </backdrop>
3954  <backdrop name="dotmatrix1308" element="dotmatrixdot" state="0">
3955    <bounds x="8" y="20" width="1" height="1" />
3956  </backdrop>
3957  <backdrop name="dotmatrix1309" element="dotmatrixdot" state="0">
3958    <bounds x="9" y="20" width="1" height="1" />
3959  </backdrop>
3960  <backdrop name="dotmatrix1310" element="dotmatrixdot" state="0">
3961    <bounds x="10" y="20" width="1" height="1" />
3962  </backdrop>
3963  <backdrop name="dotmatrix1311" element="dotmatrixdot" state="0">
3964    <bounds x="11" y="20" width="1" height="1" />
3965  </backdrop>
3966  <backdrop name="dotmatrix1312" element="dotmatrixdot" state="0">
3967    <bounds x="12" y="20" width="1" height="1" />
3968  </backdrop>
3969  <backdrop name="dotmatrix1313" element="dotmatrixdot" state="0">
3970    <bounds x="13" y="20" width="1" height="1" />
3971  </backdrop>
3972  <backdrop name="dotmatrix1314" element="dotmatrixdot" state="0">
3973    <bounds x="14" y="20" width="1" height="1" />
3974  </backdrop>
3975  <backdrop name="dotmatrix1315" element="dotmatrixdot" state="0">
3976    <bounds x="15" y="20" width="1" height="1" />
3977  </backdrop>
3978  <backdrop name="dotmatrix1316" element="dotmatrixdot" state="0">
3979    <bounds x="16" y="20" width="1" height="1" />
3980  </backdrop>
3981  <backdrop name="dotmatrix1317" element="dotmatrixdot" state="0">
3982    <bounds x="17" y="20" width="1" height="1" />
3983  </backdrop>
3984  <backdrop name="dotmatrix1318" element="dotmatrixdot" state="0">
3985    <bounds x="18" y="20" width="1" height="1" />
3986  </backdrop>
3987  <backdrop name="dotmatrix1319" element="dotmatrixdot" state="0">
3988    <bounds x="19" y="20" width="1" height="1" />
3989  </backdrop>
3990  <backdrop name="dotmatrix1320" element="dotmatrixdot" state="0">
3991    <bounds x="20" y="20" width="1" height="1" />
3992  </backdrop>
3993  <backdrop name="dotmatrix1321" element="dotmatrixdot" state="0">
3994    <bounds x="21" y="20" width="1" height="1" />
3995  </backdrop>
3996  <backdrop name="dotmatrix1322" element="dotmatrixdot" state="0">
3997    <bounds x="22" y="20" width="1" height="1" />
3998  </backdrop>
3999  <backdrop name="dotmatrix1323" element="dotmatrixdot" state="0">
4000    <bounds x="23" y="20" width="1" height="1" />
4001  </backdrop>
4002  <backdrop name="dotmatrix1324" element="dotmatrixdot" state="0">
4003    <bounds x="24" y="20" width="1" height="1" />
4004  </backdrop>
4005  <backdrop name="dotmatrix1325" element="dotmatrixdot" state="0">
4006    <bounds x="25" y="20" width="1" height="1" />
4007  </backdrop>
4008  <backdrop name="dotmatrix1326" element="dotmatrixdot" state="0">
4009    <bounds x="26" y="20" width="1" height="1" />
4010  </backdrop>
4011  <backdrop name="dotmatrix1327" element="dotmatrixdot" state="0">
4012    <bounds x="27" y="20" width="1" height="1" />
4013  </backdrop>
4014  <backdrop name="dotmatrix1328" element="dotmatrixdot" state="0">
4015    <bounds x="28" y="20" width="1" height="1" />
4016  </backdrop>
4017  <backdrop name="dotmatrix1329" element="dotmatrixdot" state="0">
4018    <bounds x="29" y="20" width="1" height="1" />
4019  </backdrop>
4020  <backdrop name="dotmatrix1330" element="dotmatrixdot" state="0">
4021    <bounds x="30" y="20" width="1" height="1" />
4022  </backdrop>
4023  <backdrop name="dotmatrix1331" element="dotmatrixdot" state="0">
4024    <bounds x="31" y="20" width="1" height="1" />
4025  </backdrop>
4026  <backdrop name="dotmatrix1332" element="dotmatrixdot" state="0">
4027    <bounds x="32" y="20" width="1" height="1" />
4028  </backdrop>
4029  <backdrop name="dotmatrix1333" element="dotmatrixdot" state="0">
4030    <bounds x="33" y="20" width="1" height="1" />
4031  </backdrop>
4032  <backdrop name="dotmatrix1334" element="dotmatrixdot" state="0">
4033    <bounds x="34" y="20" width="1" height="1" />
4034  </backdrop>
4035  <backdrop name="dotmatrix1335" element="dotmatrixdot" state="0">
4036    <bounds x="35" y="20" width="1" height="1" />
4037  </backdrop>
4038  <backdrop name="dotmatrix1336" element="dotmatrixdot" state="0">
4039    <bounds x="36" y="20" width="1" height="1" />
4040  </backdrop>
4041  <backdrop name="dotmatrix1337" element="dotmatrixdot" state="0">
4042    <bounds x="37" y="20" width="1" height="1" />
4043  </backdrop>
4044  <backdrop name="dotmatrix1338" element="dotmatrixdot" state="0">
4045    <bounds x="38" y="20" width="1" height="1" />
4046  </backdrop>
4047  <backdrop name="dotmatrix1339" element="dotmatrixdot" state="0">
4048    <bounds x="39" y="20" width="1" height="1" />
4049  </backdrop>
4050  <backdrop name="dotmatrix1340" element="dotmatrixdot" state="0">
4051    <bounds x="40" y="20" width="1" height="1" />
4052  </backdrop>
4053  <backdrop name="dotmatrix1341" element="dotmatrixdot" state="0">
4054    <bounds x="41" y="20" width="1" height="1" />
4055  </backdrop>
4056  <backdrop name="dotmatrix1342" element="dotmatrixdot" state="0">
4057    <bounds x="42" y="20" width="1" height="1" />
4058  </backdrop>
4059  <backdrop name="dotmatrix1343" element="dotmatrixdot" state="0">
4060    <bounds x="43" y="20" width="1" height="1" />
4061  </backdrop>
4062  <backdrop name="dotmatrix1344" element="dotmatrixdot" state="0">
4063    <bounds x="44" y="20" width="1" height="1" />
4064  </backdrop>
4065  <backdrop name="dotmatrix1345" element="dotmatrixdot" state="0">
4066    <bounds x="45" y="20" width="1" height="1" />
4067  </backdrop>
4068  <backdrop name="dotmatrix1346" element="dotmatrixdot" state="0">
4069    <bounds x="46" y="20" width="1" height="1" />
4070  </backdrop>
4071  <backdrop name="dotmatrix1347" element="dotmatrixdot" state="0">
4072    <bounds x="47" y="20" width="1" height="1" />
4073  </backdrop>
4074  <backdrop name="dotmatrix1348" element="dotmatrixdot" state="0">
4075    <bounds x="48" y="20" width="1" height="1" />
4076  </backdrop>
4077  <backdrop name="dotmatrix1349" element="dotmatrixdot" state="0">
4078    <bounds x="49" y="20" width="1" height="1" />
4079  </backdrop>
4080  <backdrop name="dotmatrix1350" element="dotmatrixdot" state="0">
4081    <bounds x="50" y="20" width="1" height="1" />
4082  </backdrop>
4083  <backdrop name="dotmatrix1351" element="dotmatrixdot" state="0">
4084    <bounds x="51" y="20" width="1" height="1" />
4085  </backdrop>
4086  <backdrop name="dotmatrix1352" element="dotmatrixdot" state="0">
4087    <bounds x="52" y="20" width="1" height="1" />
4088  </backdrop>
4089  <backdrop name="dotmatrix1353" element="dotmatrixdot" state="0">
4090    <bounds x="53" y="20" width="1" height="1" />
4091  </backdrop>
4092  <backdrop name="dotmatrix1354" element="dotmatrixdot" state="0">
4093    <bounds x="54" y="20" width="1" height="1" />
4094  </backdrop>
4095  <backdrop name="dotmatrix1355" element="dotmatrixdot" state="0">
4096    <bounds x="55" y="20" width="1" height="1" />
4097  </backdrop>
4098  <backdrop name="dotmatrix1356" element="dotmatrixdot" state="0">
4099    <bounds x="56" y="20" width="1" height="1" />
4100  </backdrop>
4101  <backdrop name="dotmatrix1357" element="dotmatrixdot" state="0">
4102    <bounds x="57" y="20" width="1" height="1" />
4103  </backdrop>
4104  <backdrop name="dotmatrix1358" element="dotmatrixdot" state="0">
4105    <bounds x="58" y="20" width="1" height="1" />
4106  </backdrop>
4107  <backdrop name="dotmatrix1359" element="dotmatrixdot" state="0">
4108    <bounds x="59" y="20" width="1" height="1" />
4109  </backdrop>
4110  <backdrop name="dotmatrix1360" element="dotmatrixdot" state="0">
4111    <bounds x="60" y="20" width="1" height="1" />
4112  </backdrop>
4113  <backdrop name="dotmatrix1361" element="dotmatrixdot" state="0">
4114    <bounds x="61" y="20" width="1" height="1" />
4115  </backdrop>
4116  <backdrop name="dotmatrix1362" element="dotmatrixdot" state="0">
4117    <bounds x="62" y="20" width="1" height="1" />
4118  </backdrop>
4119  <backdrop name="dotmatrix1363" element="dotmatrixdot" state="0">
4120    <bounds x="63" y="20" width="1" height="1" />
4121  </backdrop>
4122  <backdrop name="dotmatrix1364" element="dotmatrixdot" state="0">
4123    <bounds x="64" y="20" width="1" height="1" />
4124  </backdrop>
4125      <backdrop name="reel1" element="Steppers" state="0">
4126         <bounds x="10" y="300" width="50" height="50"/>
4127      </backdrop>
4128      <backdrop name="reel2" element="Steppers" state="0">
4129         <bounds x="60" y="300" width="50" height="50"/>
4130      </backdrop>
4131      <backdrop name="reel3" element="Steppers" state="0">
4132         <bounds x="110" y="300" width="50" height="50"/>
4133      </backdrop>
4134      <backdrop name="reel4" element="Steppers" state="0">
4135         <bounds x="160" y="300" width="50" height="50"/>
4136      </backdrop>
4137      <backdrop name="reel5" element="Steppers" state="0">
4138         <bounds x="220" y="300" width="50" height="50"/>
4139      </backdrop>
4140      <backdrop name="reel6" element="Steppers" state="0">
4141         <bounds x="280" y="300" width="50" height="50"/>
4142      </backdrop>
4143      <backdrop name="lamp0" element="matrixlamp" state="0">
4144         <bounds x="392" y="300" width="7" height="7"/>
4145      </backdrop>
4146      <backdrop name="lamp1" element="matrixlamp" state="0">
4147         <bounds x="400" y="300" width="7" height="7"/>
4148      </backdrop>
4149      <backdrop name="lamp2" element="matrixlamp" state="0">
4150         <bounds x="408" y="300" width="7" height="7"/>
4151      </backdrop>
4152      <backdrop name="lamp3" element="matrixlamp" state="0">
4153         <bounds x="416" y="300" width="7" height="7"/>
4154      </backdrop>
4155      <backdrop name="lamp4" element="matrixlamp" state="0">
4156         <bounds x="424" y="300" width="7" height="7"/>
4157      </backdrop>
4158      <backdrop name="lamp5" element="matrixlamp" state="0">
4159         <bounds x="432" y="300" width="7" height="7"/>
4160      </backdrop>
4161      <backdrop name="lamp6" element="matrixlamp" state="0">
4162         <bounds x="440" y="300" width="7" height="7"/>
4163      </backdrop>
4164      <backdrop name="lamp7" element="matrixlamp" state="0">
4165         <bounds x="448" y="300" width="7" height="7"/>
4166      </backdrop>
4167      <backdrop name="lamp8" element="matrixlamp" state="0">
4168         <bounds x="456" y="300" width="7" height="7"/>
4169      </backdrop>
4170      <backdrop name="lamp9" element="matrixlamp" state="0">
4171         <bounds x="464" y="300" width="7" height="7"/>
4172      </backdrop>
4173      <backdrop name="lamp10" element="matrixlamp" state="0">
4174         <bounds x="472" y="300" width="7" height="7"/>
4175      </backdrop>
4176      <backdrop name="lamp11" element="matrixlamp" state="0">
4177         <bounds x="480" y="300" width="7" height="7"/>
4178      </backdrop>
4179      <backdrop name="lamp12" element="matrixlamp" state="0">
4180         <bounds x="488" y="300" width="7" height="7"/>
4181      </backdrop>
4182      <backdrop name="lamp13" element="matrixlamp" state="0">
4183         <bounds x="496" y="300" width="7" height="7"/>
4184      </backdrop>
4185      <backdrop name="lamp14" element="matrixlamp" state="0">
4186         <bounds x="504" y="300" width="7" height="7"/>
4187      </backdrop>
4188      <backdrop name="lamp15" element="matrixlamp" state="0">
4189         <bounds x="512" y="300" width="7" height="7"/>
4190      </backdrop>
4191      <backdrop name="lamp16" element="matrixlamp" state="0">
4192         <bounds x="392" y="308" width="7" height="7"/>
4193      </backdrop>
4194      <backdrop name="lamp17" element="matrixlamp" state="0">
4195         <bounds x="400" y="308" width="7" height="7"/>
4196      </backdrop>
4197      <backdrop name="lamp18" element="matrixlamp" state="0">
4198         <bounds x="408" y="308" width="7" height="7"/>
4199      </backdrop>
4200      <backdrop name="lamp19" element="matrixlamp" state="0">
4201         <bounds x="416" y="308" width="7" height="7"/>
4202      </backdrop>
4203      <backdrop name="lamp20" element="matrixlamp" state="0">
4204         <bounds x="424" y="308" width="7" height="7"/>
4205      </backdrop>
4206      <backdrop name="lamp21" element="matrixlamp" state="0">
4207         <bounds x="432" y="308" width="7" height="7"/>
4208      </backdrop>
4209      <backdrop name="lamp22" element="matrixlamp" state="0">
4210         <bounds x="440" y="308" width="7" height="7"/>
4211      </backdrop>
4212      <backdrop name="lamp23" element="matrixlamp" state="0">
4213         <bounds x="448" y="308" width="7" height="7"/>
4214      </backdrop>
4215      <backdrop name="lamp24" element="matrixlamp" state="0">
4216         <bounds x="456" y="308" width="7" height="7"/>
4217      </backdrop>
4218      <backdrop name="lamp25" element="matrixlamp" state="0">
4219         <bounds x="464" y="308" width="7" height="7"/>
4220      </backdrop>
4221      <backdrop name="lamp26" element="matrixlamp" state="0">
4222         <bounds x="472" y="308" width="7" height="7"/>
4223      </backdrop>
4224      <backdrop name="lamp27" element="matrixlamp" state="0">
4225         <bounds x="480" y="308" width="7" height="7"/>
4226      </backdrop>
4227      <backdrop name="lamp28" element="matrixlamp" state="0">
4228         <bounds x="488" y="308" width="7" height="7"/>
4229      </backdrop>
4230      <backdrop name="lamp29" element="matrixlamp" state="0">
4231         <bounds x="496" y="308" width="7" height="7"/>
4232      </backdrop>
4233      <backdrop name="lamp30" element="matrixlamp" state="0">
4234         <bounds x="504" y="308" width="7" height="7"/>
4235      </backdrop>
4236      <backdrop name="lamp31" element="matrixlamp" state="0">
4237         <bounds x="512" y="308" width="7" height="7"/>
4238      </backdrop>
4239      <backdrop name="lamp32" element="matrixlamp" state="0">
4240         <bounds x="392" y="316" width="7" height="7"/>
4241      </backdrop>
4242      <backdrop name="lamp33" element="matrixlamp" state="0">
4243         <bounds x="400" y="316" width="7" height="7"/>
4244      </backdrop>
4245      <backdrop name="lamp34" element="matrixlamp" state="0">
4246         <bounds x="408" y="316" width="7" height="7"/>
4247      </backdrop>
4248      <backdrop name="lamp35" element="matrixlamp" state="0">
4249         <bounds x="416" y="316" width="7" height="7"/>
4250      </backdrop>
4251      <backdrop name="lamp36" element="matrixlamp" state="0">
4252         <bounds x="424" y="316" width="7" height="7"/>
4253      </backdrop>
4254      <backdrop name="lamp37" element="matrixlamp" state="0">
4255         <bounds x="432" y="316" width="7" height="7"/>
4256      </backdrop>
4257      <backdrop name="lamp38" element="matrixlamp" state="0">
4258         <bounds x="440" y="316" width="7" height="7"/>
4259      </backdrop>
4260      <backdrop name="lamp39" element="matrixlamp" state="0">
4261         <bounds x="448" y="316" width="7" height="7"/>
4262      </backdrop>
4263      <backdrop name="lamp40" element="matrixlamp" state="0">
4264         <bounds x="456" y="316" width="7" height="7"/>
4265      </backdrop>
4266      <backdrop name="lamp41" element="matrixlamp" state="0">
4267         <bounds x="464" y="316" width="7" height="7"/>
4268      </backdrop>
4269      <backdrop name="lamp42" element="matrixlamp" state="0">
4270         <bounds x="472" y="316" width="7" height="7"/>
4271      </backdrop>
4272      <backdrop name="lamp43" element="matrixlamp" state="0">
4273         <bounds x="480" y="316" width="7" height="7"/>
4274      </backdrop>
4275      <backdrop name="lamp44" element="matrixlamp" state="0">
4276         <bounds x="488" y="316" width="7" height="7"/>
4277      </backdrop>
4278      <backdrop name="lamp45" element="matrixlamp" state="0">
4279         <bounds x="496" y="316" width="7" height="7"/>
4280      </backdrop>
4281      <backdrop name="lamp46" element="matrixlamp" state="0">
4282         <bounds x="504" y="316" width="7" height="7"/>
4283      </backdrop>
4284      <backdrop name="lamp47" element="matrixlamp" state="0">
4285         <bounds x="512" y="316" width="7" height="7"/>
4286      </backdrop>
4287      <backdrop name="lamp48" element="matrixlamp" state="0">
4288         <bounds x="392" y="324" width="7" height="7"/>
4289      </backdrop>
4290      <backdrop name="lamp49" element="matrixlamp" state="0">
4291         <bounds x="400" y="324" width="7" height="7"/>
4292      </backdrop>
4293      <backdrop name="lamp50" element="matrixlamp" state="0">
4294         <bounds x="408" y="324" width="7" height="7"/>
4295      </backdrop>
4296      <backdrop name="lamp51" element="matrixlamp" state="0">
4297         <bounds x="416" y="324" width="7" height="7"/>
4298      </backdrop>
4299      <backdrop name="lamp52" element="matrixlamp" state="0">
4300         <bounds x="424" y="324" width="7" height="7"/>
4301      </backdrop>
4302      <backdrop name="lamp53" element="matrixlamp" state="0">
4303         <bounds x="432" y="324" width="7" height="7"/>
4304      </backdrop>
4305      <backdrop name="lamp54" element="matrixlamp" state="0">
4306         <bounds x="440" y="324" width="7" height="7"/>
4307      </backdrop>
4308      <backdrop name="lamp55" element="matrixlamp" state="0">
4309         <bounds x="448" y="324" width="7" height="7"/>
4310      </backdrop>
4311      <backdrop name="lamp56" element="matrixlamp" state="0">
4312         <bounds x="456" y="324" width="7" height="7"/>
4313      </backdrop>
4314      <backdrop name="lamp57" element="matrixlamp" state="0">
4315         <bounds x="464" y="324" width="7" height="7"/>
4316      </backdrop>
4317      <backdrop name="lamp58" element="matrixlamp" state="0">
4318         <bounds x="472" y="324" width="7" height="7"/>
4319      </backdrop>
4320      <backdrop name="lamp59" element="matrixlamp" state="0">
4321         <bounds x="480" y="324" width="7" height="7"/>
4322      </backdrop>
4323      <backdrop name="lamp60" element="matrixlamp" state="0">
4324         <bounds x="488" y="324" width="7" height="7"/>
4325      </backdrop>
4326      <backdrop name="lamp61" element="matrixlamp" state="0">
4327         <bounds x="496" y="324" width="7" height="7"/>
4328      </backdrop>
4329      <backdrop name="lamp62" element="matrixlamp" state="0">
4330         <bounds x="504" y="324" width="7" height="7"/>
4331      </backdrop>
4332      <backdrop name="lamp63" element="matrixlamp" state="0">
4333         <bounds x="512" y="324" width="7" height="7"/>
4334      </backdrop>
4335      <backdrop name="lamp64" element="matrixlamp" state="0">
4336         <bounds x="392" y="332" width="7" height="7"/>
4337      </backdrop>
4338      <backdrop name="lamp65" element="matrixlamp" state="0">
4339         <bounds x="400" y="332" width="7" height="7"/>
4340      </backdrop>
4341      <backdrop name="lamp66" element="matrixlamp" state="0">
4342         <bounds x="408" y="332" width="7" height="7"/>
4343      </backdrop>
4344      <backdrop name="lamp67" element="matrixlamp" state="0">
4345         <bounds x="416" y="332" width="7" height="7"/>
4346      </backdrop>
4347      <backdrop name="lamp68" element="matrixlamp" state="0">
4348         <bounds x="424" y="332" width="7" height="7"/>
4349      </backdrop>
4350      <backdrop name="lamp69" element="matrixlamp" state="0">
4351         <bounds x="432" y="332" width="7" height="7"/>
4352      </backdrop>
4353      <backdrop name="lamp70" element="matrixlamp" state="0">
4354         <bounds x="440" y="332" width="7" height="7"/>
4355      </backdrop>
4356      <backdrop name="lamp71" element="matrixlamp" state="0">
4357         <bounds x="448" y="332" width="7" height="7"/>
4358      </backdrop>
4359      <backdrop name="lamp72" element="matrixlamp" state="0">
4360         <bounds x="456" y="332" width="7" height="7"/>
4361      </backdrop>
4362      <backdrop name="lamp73" element="matrixlamp" state="0">
4363         <bounds x="464" y="332" width="7" height="7"/>
4364      </backdrop>
4365      <backdrop name="lamp74" element="matrixlamp" state="0">
4366         <bounds x="472" y="332" width="7" height="7"/>
4367      </backdrop>
4368      <backdrop name="lamp75" element="matrixlamp" state="0">
4369         <bounds x="480" y="332" width="7" height="7"/>
4370      </backdrop>
4371      <backdrop name="lamp76" element="matrixlamp" state="0">
4372         <bounds x="488" y="332" width="7" height="7"/>
4373      </backdrop>
4374      <backdrop name="lamp77" element="matrixlamp" state="0">
4375         <bounds x="496" y="332" width="7" height="7"/>
4376      </backdrop>
4377      <backdrop name="lamp78" element="matrixlamp" state="0">
4378         <bounds x="504" y="332" width="7" height="7"/>
4379      </backdrop>
4380      <backdrop name="lamp79" element="matrixlamp" state="0">
4381         <bounds x="512" y="332" width="7" height="7"/>
4382      </backdrop>
4383      <backdrop name="lamp80" element="matrixlamp" state="0">
4384         <bounds x="392" y="340" width="7" height="7"/>
4385      </backdrop>
4386      <backdrop name="lamp81" element="matrixlamp" state="0">
4387         <bounds x="400" y="340" width="7" height="7"/>
4388      </backdrop>
4389      <backdrop name="lamp82" element="matrixlamp" state="0">
4390         <bounds x="408" y="340" width="7" height="7"/>
4391      </backdrop>
4392      <backdrop name="lamp83" element="matrixlamp" state="0">
4393         <bounds x="416" y="340" width="7" height="7"/>
4394      </backdrop>
4395      <backdrop name="lamp84" element="matrixlamp" state="0">
4396         <bounds x="424" y="340" width="7" height="7"/>
4397      </backdrop>
4398      <backdrop name="lamp85" element="matrixlamp" state="0">
4399         <bounds x="432" y="340" width="7" height="7"/>
4400      </backdrop>
4401      <backdrop name="lamp86" element="matrixlamp" state="0">
4402         <bounds x="440" y="340" width="7" height="7"/>
4403      </backdrop>
4404      <backdrop name="lamp87" element="matrixlamp" state="0">
4405         <bounds x="448" y="340" width="7" height="7"/>
4406      </backdrop>
4407      <backdrop name="lamp88" element="matrixlamp" state="0">
4408         <bounds x="456" y="340" width="7" height="7"/>
4409      </backdrop>
4410      <backdrop name="lamp89" element="matrixlamp" state="0">
4411         <bounds x="464" y="340" width="7" height="7"/>
4412      </backdrop>
4413      <backdrop name="lamp90" element="matrixlamp" state="0">
4414         <bounds x="472" y="340" width="7" height="7"/>
4415      </backdrop>
4416      <backdrop name="lamp91" element="matrixlamp" state="0">
4417         <bounds x="480" y="340" width="7" height="7"/>
4418      </backdrop>
4419      <backdrop name="lamp92" element="matrixlamp" state="0">
4420         <bounds x="488" y="340" width="7" height="7"/>
4421      </backdrop>
4422      <backdrop name="lamp93" element="matrixlamp" state="0">
4423         <bounds x="496" y="340" width="7" height="7"/>
4424      </backdrop>
4425      <backdrop name="lamp94" element="matrixlamp" state="0">
4426         <bounds x="504" y="340" width="7" height="7"/>
4427      </backdrop>
4428      <backdrop name="lamp95" element="matrixlamp" state="0">
4429         <bounds x="512" y="340" width="7" height="7"/>
4430      </backdrop>
4431      <backdrop name="lamp96" element="matrixlamp" state="0">
4432         <bounds x="392" y="348" width="7" height="7"/>
4433      </backdrop>
4434      <backdrop name="lamp97" element="matrixlamp" state="0">
4435         <bounds x="400" y="348" width="7" height="7"/>
4436      </backdrop>
4437      <backdrop name="lamp98" element="matrixlamp" state="0">
4438         <bounds x="408" y="348" width="7" height="7"/>
4439      </backdrop>
4440      <backdrop name="lamp99" element="matrixlamp" state="0">
4441         <bounds x="416" y="348" width="7" height="7"/>
4442      </backdrop>
4443      <backdrop name="lamp100" element="matrixlamp" state="0">
4444         <bounds x="424" y="348" width="7" height="7"/>
4445      </backdrop>
4446      <backdrop name="lamp101" element="matrixlamp" state="0">
4447         <bounds x="432" y="348" width="7" height="7"/>
4448      </backdrop>
4449      <backdrop name="lamp102" element="matrixlamp" state="0">
4450         <bounds x="440" y="348" width="7" height="7"/>
4451      </backdrop>
4452      <backdrop name="lamp103" element="matrixlamp" state="0">
4453         <bounds x="448" y="348" width="7" height="7"/>
4454      </backdrop>
4455      <backdrop name="lamp104" element="matrixlamp" state="0">
4456         <bounds x="456" y="348" width="7" height="7"/>
4457      </backdrop>
4458      <backdrop name="lamp105" element="matrixlamp" state="0">
4459         <bounds x="464" y="348" width="7" height="7"/>
4460      </backdrop>
4461      <backdrop name="lamp106" element="matrixlamp" state="0">
4462         <bounds x="472" y="348" width="7" height="7"/>
4463      </backdrop>
4464      <backdrop name="lamp107" element="matrixlamp" state="0">
4465         <bounds x="480" y="348" width="7" height="7"/>
4466      </backdrop>
4467      <backdrop name="lamp108" element="matrixlamp" state="0">
4468         <bounds x="488" y="348" width="7" height="7"/>
4469      </backdrop>
4470      <backdrop name="lamp109" element="matrixlamp" state="0">
4471         <bounds x="496" y="348" width="7" height="7"/>
4472      </backdrop>
4473      <backdrop name="lamp110" element="matrixlamp" state="0">
4474         <bounds x="504" y="348" width="7" height="7"/>
4475      </backdrop>
4476      <backdrop name="lamp111" element="matrixlamp" state="0">
4477         <bounds x="512" y="348" width="7" height="7"/>
4478      </backdrop>
4479      <backdrop name="lamp112" element="matrixlamp" state="0">
4480         <bounds x="392" y="356" width="7" height="7"/>
4481      </backdrop>
4482      <backdrop name="lamp113" element="matrixlamp" state="0">
4483         <bounds x="400" y="356" width="7" height="7"/>
4484      </backdrop>
4485      <backdrop name="lamp114" element="matrixlamp" state="0">
4486         <bounds x="408" y="356" width="7" height="7"/>
4487      </backdrop>
4488      <backdrop name="lamp115" element="matrixlamp" state="0">
4489         <bounds x="416" y="356" width="7" height="7"/>
4490      </backdrop>
4491      <backdrop name="lamp116" element="matrixlamp" state="0">
4492         <bounds x="424" y="356" width="7" height="7"/>
4493      </backdrop>
4494      <backdrop name="lamp117" element="matrixlamp" state="0">
4495         <bounds x="432" y="356" width="7" height="7"/>
4496      </backdrop>
4497      <backdrop name="lamp118" element="matrixlamp" state="0">
4498         <bounds x="440" y="356" width="7" height="7"/>
4499      </backdrop>
4500      <backdrop name="lamp119" element="matrixlamp" state="0">
4501         <bounds x="448" y="356" width="7" height="7"/>
4502      </backdrop>
4503      <backdrop name="lamp120" element="matrixlamp" state="0">
4504         <bounds x="456" y="356" width="7" height="7"/>
4505      </backdrop>
4506      <backdrop name="lamp121" element="matrixlamp" state="0">
4507         <bounds x="464" y="356" width="7" height="7"/>
4508      </backdrop>
4509      <backdrop name="lamp122" element="matrixlamp" state="0">
4510         <bounds x="472" y="356" width="7" height="7"/>
4511      </backdrop>
4512      <backdrop name="lamp123" element="matrixlamp" state="0">
4513         <bounds x="480" y="356" width="7" height="7"/>
4514      </backdrop>
4515      <backdrop name="lamp124" element="matrixlamp" state="0">
4516         <bounds x="488" y="356" width="7" height="7"/>
4517      </backdrop>
4518      <backdrop name="lamp125" element="matrixlamp" state="0">
4519         <bounds x="496" y="356" width="7" height="7"/>
4520      </backdrop>
4521      <backdrop name="lamp126" element="matrixlamp" state="0">
4522         <bounds x="504" y="356" width="7" height="7"/>
4523      </backdrop>
4524      <backdrop name="lamp127" element="matrixlamp" state="0">
4525         <bounds x="512" y="356" width="7" height="7"/>
4526      </backdrop>
4527      <backdrop name="lamp128" element="matrixlamp" state="0">
4528         <bounds x="392" y="364" width="7" height="7"/>
4529      </backdrop>
4530      <backdrop name="lamp129" element="matrixlamp" state="0">
4531         <bounds x="400" y="364" width="7" height="7"/>
4532      </backdrop>
4533      <backdrop name="lamp130" element="matrixlamp" state="0">
4534         <bounds x="408" y="364" width="7" height="7"/>
4535      </backdrop>
4536      <backdrop name="lamp131" element="matrixlamp" state="0">
4537         <bounds x="416" y="364" width="7" height="7"/>
4538      </backdrop>
4539      <backdrop name="lamp132" element="matrixlamp" state="0">
4540         <bounds x="424" y="364" width="7" height="7"/>
4541      </backdrop>
4542      <backdrop name="lamp133" element="matrixlamp" state="0">
4543         <bounds x="432" y="364" width="7" height="7"/>
4544      </backdrop>
4545      <backdrop name="lamp134" element="matrixlamp" state="0">
4546         <bounds x="440" y="364" width="7" height="7"/>
4547      </backdrop>
4548      <backdrop name="lamp135" element="matrixlamp" state="0">
4549         <bounds x="448" y="364" width="7" height="7"/>
4550      </backdrop>
4551      <backdrop name="lamp136" element="matrixlamp" state="0">
4552         <bounds x="456" y="364" width="7" height="7"/>
4553      </backdrop>
4554      <backdrop name="lamp137" element="matrixlamp" state="0">
4555         <bounds x="464" y="364" width="7" height="7"/>
4556      </backdrop>
4557      <backdrop name="lamp138" element="matrixlamp" state="0">
4558         <bounds x="472" y="364" width="7" height="7"/>
4559      </backdrop>
4560      <backdrop name="lamp139" element="matrixlamp" state="0">
4561         <bounds x="480" y="364" width="7" height="7"/>
4562      </backdrop>
4563      <backdrop name="lamp140" element="matrixlamp" state="0">
4564         <bounds x="488" y="364" width="7" height="7"/>
4565      </backdrop>
4566      <backdrop name="lamp141" element="matrixlamp" state="0">
4567         <bounds x="496" y="364" width="7" height="7"/>
4568      </backdrop>
4569      <backdrop name="lamp142" element="matrixlamp" state="0">
4570         <bounds x="504" y="364" width="7" height="7"/>
4571      </backdrop>
4572      <backdrop name="lamp143" element="matrixlamp" state="0">
4573         <bounds x="512" y="364" width="7" height="7"/>
4574      </backdrop>
4575      <backdrop name="lamp144" element="matrixlamp" state="0">
4576         <bounds x="392" y="372" width="7" height="7"/>
4577      </backdrop>
4578      <backdrop name="lamp145" element="matrixlamp" state="0">
4579         <bounds x="400" y="372" width="7" height="7"/>
4580      </backdrop>
4581      <backdrop name="lamp146" element="matrixlamp" state="0">
4582         <bounds x="408" y="372" width="7" height="7"/>
4583      </backdrop>
4584      <backdrop name="lamp147" element="matrixlamp" state="0">
4585         <bounds x="416" y="372" width="7" height="7"/>
4586      </backdrop>
4587      <backdrop name="lamp148" element="matrixlamp" state="0">
4588         <bounds x="424" y="372" width="7" height="7"/>
4589      </backdrop>
4590      <backdrop name="lamp149" element="matrixlamp" state="0">
4591         <bounds x="432" y="372" width="7" height="7"/>
4592      </backdrop>
4593      <backdrop name="lamp150" element="matrixlamp" state="0">
4594         <bounds x="440" y="372" width="7" height="7"/>
4595      </backdrop>
4596      <backdrop name="lamp151" element="matrixlamp" state="0">
4597         <bounds x="448" y="372" width="7" height="7"/>
4598      </backdrop>
4599      <backdrop name="lamp152" element="matrixlamp" state="0">
4600         <bounds x="456" y="372" width="7" height="7"/>
4601      </backdrop>
4602      <backdrop name="lamp153" element="matrixlamp" state="0">
4603         <bounds x="464" y="372" width="7" height="7"/>
4604      </backdrop>
4605      <backdrop name="lamp154" element="matrixlamp" state="0">
4606         <bounds x="472" y="372" width="7" height="7"/>
4607      </backdrop>
4608      <backdrop name="lamp155" element="matrixlamp" state="0">
4609         <bounds x="480" y="372" width="7" height="7"/>
4610      </backdrop>
4611      <backdrop name="lamp156" element="matrixlamp" state="0">
4612         <bounds x="488" y="372" width="7" height="7"/>
4613      </backdrop>
4614      <backdrop name="lamp157" element="matrixlamp" state="0">
4615         <bounds x="496" y="372" width="7" height="7"/>
4616      </backdrop>
4617      <backdrop name="lamp158" element="matrixlamp" state="0">
4618         <bounds x="504" y="372" width="7" height="7"/>
4619      </backdrop>
4620      <backdrop name="lamp159" element="matrixlamp" state="0">
4621         <bounds x="512" y="372" width="7" height="7"/>
4622      </backdrop>
4623      <backdrop name="lamp160" element="matrixlamp" state="0">
4624         <bounds x="392" y="380" width="7" height="7"/>
4625      </backdrop>
4626      <backdrop name="lamp161" element="matrixlamp" state="0">
4627         <bounds x="400" y="380" width="7" height="7"/>
4628      </backdrop>
4629      <backdrop name="lamp162" element="matrixlamp" state="0">
4630         <bounds x="408" y="380" width="7" height="7"/>
4631      </backdrop>
4632      <backdrop name="lamp163" element="matrixlamp" state="0">
4633         <bounds x="416" y="380" width="7" height="7"/>
4634      </backdrop>
4635      <backdrop name="lamp164" element="matrixlamp" state="0">
4636         <bounds x="424" y="380" width="7" height="7"/>
4637      </backdrop>
4638      <backdrop name="lamp165" element="matrixlamp" state="0">
4639         <bounds x="432" y="380" width="7" height="7"/>
4640      </backdrop>
4641      <backdrop name="lamp166" element="matrixlamp" state="0">
4642         <bounds x="440" y="380" width="7" height="7"/>
4643      </backdrop>
4644      <backdrop name="lamp167" element="matrixlamp" state="0">
4645         <bounds x="448" y="380" width="7" height="7"/>
4646      </backdrop>
4647      <backdrop name="lamp168" element="matrixlamp" state="0">
4648         <bounds x="456" y="380" width="7" height="7"/>
4649      </backdrop>
4650      <backdrop name="lamp169" element="matrixlamp" state="0">
4651         <bounds x="464" y="380" width="7" height="7"/>
4652      </backdrop>
4653      <backdrop name="lamp170" element="matrixlamp" state="0">
4654         <bounds x="472" y="380" width="7" height="7"/>
4655      </backdrop>
4656      <backdrop name="lamp171" element="matrixlamp" state="0">
4657         <bounds x="480" y="380" width="7" height="7"/>
4658      </backdrop>
4659      <backdrop name="lamp172" element="matrixlamp" state="0">
4660         <bounds x="488" y="380" width="7" height="7"/>
4661      </backdrop>
4662      <backdrop name="lamp173" element="matrixlamp" state="0">
4663         <bounds x="496" y="380" width="7" height="7"/>
4664      </backdrop>
4665      <backdrop name="lamp174" element="matrixlamp" state="0">
4666         <bounds x="504" y="380" width="7" height="7"/>
4667      </backdrop>
4668      <backdrop name="lamp175" element="matrixlamp" state="0">
4669         <bounds x="512" y="380" width="7" height="7"/>
4670      </backdrop>
4671      <backdrop name="lamp176" element="matrixlamp" state="0">
4672         <bounds x="392" y="388" width="7" height="7"/>
4673      </backdrop>
4674      <backdrop name="lamp177" element="matrixlamp" state="0">
4675         <bounds x="400" y="388" width="7" height="7"/>
4676      </backdrop>
4677      <backdrop name="lamp178" element="matrixlamp" state="0">
4678         <bounds x="408" y="388" width="7" height="7"/>
4679      </backdrop>
4680      <backdrop name="lamp179" element="matrixlamp" state="0">
4681         <bounds x="416" y="388" width="7" height="7"/>
4682      </backdrop>
4683      <backdrop name="lamp180" element="matrixlamp" state="0">
4684         <bounds x="424" y="388" width="7" height="7"/>
4685      </backdrop>
4686      <backdrop name="lamp181" element="matrixlamp" state="0">
4687         <bounds x="432" y="388" width="7" height="7"/>
4688      </backdrop>
4689      <backdrop name="lamp182" element="matrixlamp" state="0">
4690         <bounds x="440" y="388" width="7" height="7"/>
4691      </backdrop>
4692      <backdrop name="lamp183" element="matrixlamp" state="0">
4693         <bounds x="448" y="388" width="7" height="7"/>
4694      </backdrop>
4695      <backdrop name="lamp184" element="matrixlamp" state="0">
4696         <bounds x="456" y="388" width="7" height="7"/>
4697      </backdrop>
4698      <backdrop name="lamp185" element="matrixlamp" state="0">
4699         <bounds x="464" y="388" width="7" height="7"/>
4700      </backdrop>
4701      <backdrop name="lamp186" element="matrixlamp" state="0">
4702         <bounds x="472" y="388" width="7" height="7"/>
4703      </backdrop>
4704      <backdrop name="lamp187" element="matrixlamp" state="0">
4705         <bounds x="480" y="388" width="7" height="7"/>
4706      </backdrop>
4707      <backdrop name="lamp188" element="matrixlamp" state="0">
4708         <bounds x="488" y="388" width="7" height="7"/>
4709      </backdrop>
4710      <backdrop name="lamp189" element="matrixlamp" state="0">
4711         <bounds x="496" y="388" width="7" height="7"/>
4712      </backdrop>
4713      <backdrop name="lamp190" element="matrixlamp" state="0">
4714         <bounds x="504" y="388" width="7" height="7"/>
4715      </backdrop>
4716      <backdrop name="lamp191" element="matrixlamp" state="0">
4717         <bounds x="512" y="388" width="7" height="7"/>
4718      </backdrop>
4719      <backdrop name="lamp192" element="matrixlamp" state="0">
4720         <bounds x="392" y="396" width="7" height="7"/>
4721      </backdrop>
4722      <backdrop name="lamp193" element="matrixlamp" state="0">
4723         <bounds x="400" y="396" width="7" height="7"/>
4724      </backdrop>
4725      <backdrop name="lamp194" element="matrixlamp" state="0">
4726         <bounds x="408" y="396" width="7" height="7"/>
4727      </backdrop>
4728      <backdrop name="lamp195" element="matrixlamp" state="0">
4729         <bounds x="416" y="396" width="7" height="7"/>
4730      </backdrop>
4731      <backdrop name="lamp196" element="matrixlamp" state="0">
4732         <bounds x="424" y="396" width="7" height="7"/>
4733      </backdrop>
4734      <backdrop name="lamp197" element="matrixlamp" state="0">
4735         <bounds x="432" y="396" width="7" height="7"/>
4736      </backdrop>
4737      <backdrop name="lamp198" element="matrixlamp" state="0">
4738         <bounds x="440" y="396" width="7" height="7"/>
4739      </backdrop>
4740      <backdrop name="lamp199" element="matrixlamp" state="0">
4741         <bounds x="448" y="396" width="7" height="7"/>
4742      </backdrop>
4743      <backdrop name="lamp200" element="matrixlamp" state="0">
4744         <bounds x="456" y="396" width="7" height="7"/>
4745      </backdrop>
4746      <backdrop name="lamp201" element="matrixlamp" state="0">
4747         <bounds x="464" y="396" width="7" height="7"/>
4748      </backdrop>
4749      <backdrop name="lamp202" element="matrixlamp" state="0">
4750         <bounds x="472" y="396" width="7" height="7"/>
4751      </backdrop>
4752      <backdrop name="lamp203" element="matrixlamp" state="0">
4753         <bounds x="480" y="396" width="7" height="7"/>
4754      </backdrop>
4755      <backdrop name="lamp204" element="matrixlamp" state="0">
4756         <bounds x="488" y="396" width="7" height="7"/>
4757      </backdrop>
4758      <backdrop name="lamp205" element="matrixlamp" state="0">
4759         <bounds x="496" y="396" width="7" height="7"/>
4760      </backdrop>
4761      <backdrop name="lamp206" element="matrixlamp" state="0">
4762         <bounds x="504" y="396" width="7" height="7"/>
4763      </backdrop>
4764      <backdrop name="lamp207" element="matrixlamp" state="0">
4765         <bounds x="512" y="396" width="7" height="7"/>
4766      </backdrop>
4767      <backdrop name="lamp208" element="matrixlamp" state="0">
4768         <bounds x="392" y="404" width="7" height="7"/>
4769      </backdrop>
4770      <backdrop name="lamp209" element="matrixlamp" state="0">
4771         <bounds x="400" y="404" width="7" height="7"/>
4772      </backdrop>
4773      <backdrop name="lamp210" element="matrixlamp" state="0">
4774         <bounds x="408" y="404" width="7" height="7"/>
4775      </backdrop>
4776      <backdrop name="lamp211" element="matrixlamp" state="0">
4777         <bounds x="416" y="404" width="7" height="7"/>
4778      </backdrop>
4779      <backdrop name="lamp212" element="matrixlamp" state="0">
4780         <bounds x="424" y="404" width="7" height="7"/>
4781      </backdrop>
4782      <backdrop name="lamp213" element="matrixlamp" state="0">
4783         <bounds x="432" y="404" width="7" height="7"/>
4784      </backdrop>
4785      <backdrop name="lamp214" element="matrixlamp" state="0">
4786         <bounds x="440" y="404" width="7" height="7"/>
4787      </backdrop>
4788      <backdrop name="lamp215" element="matrixlamp" state="0">
4789         <bounds x="448" y="404" width="7" height="7"/>
4790      </backdrop>
4791      <backdrop name="lamp216" element="matrixlamp" state="0">
4792         <bounds x="456" y="404" width="7" height="7"/>
4793      </backdrop>
4794      <backdrop name="lamp217" element="matrixlamp" state="0">
4795         <bounds x="464" y="404" width="7" height="7"/>
4796      </backdrop>
4797      <backdrop name="lamp218" element="matrixlamp" state="0">
4798         <bounds x="472" y="404" width="7" height="7"/>
4799      </backdrop>
4800      <backdrop name="lamp219" element="matrixlamp" state="0">
4801         <bounds x="480" y="404" width="7" height="7"/>
4802      </backdrop>
4803      <backdrop name="lamp220" element="matrixlamp" state="0">
4804         <bounds x="488" y="404" width="7" height="7"/>
4805      </backdrop>
4806      <backdrop name="lamp221" element="matrixlamp" state="0">
4807         <bounds x="496" y="404" width="7" height="7"/>
4808      </backdrop>
4809      <backdrop name="lamp222" element="matrixlamp" state="0">
4810         <bounds x="504" y="404" width="7" height="7"/>
4811      </backdrop>
4812      <backdrop name="lamp223" element="matrixlamp" state="0">
4813         <bounds x="512" y="404" width="7" height="7"/>
4814      </backdrop>
4815      <backdrop name="lamp224" element="matrixlamp" state="0">
4816         <bounds x="392" y="412" width="7" height="7"/>
4817      </backdrop>
4818      <backdrop name="lamp225" element="matrixlamp" state="0">
4819         <bounds x="400" y="412" width="7" height="7"/>
4820      </backdrop>
4821      <backdrop name="lamp226" element="matrixlamp" state="0">
4822         <bounds x="408" y="412" width="7" height="7"/>
4823      </backdrop>
4824      <backdrop name="lamp227" element="matrixlamp" state="0">
4825         <bounds x="416" y="412" width="7" height="7"/>
4826      </backdrop>
4827      <backdrop name="lamp228" element="matrixlamp" state="0">
4828         <bounds x="424" y="412" width="7" height="7"/>
4829      </backdrop>
4830      <backdrop name="lamp229" element="matrixlamp" state="0">
4831         <bounds x="432" y="412" width="7" height="7"/>
4832      </backdrop>
4833      <backdrop name="lamp230" element="matrixlamp" state="0">
4834         <bounds x="440" y="412" width="7" height="7"/>
4835      </backdrop>
4836      <backdrop name="lamp231" element="matrixlamp" state="0">
4837         <bounds x="448" y="412" width="7" height="7"/>
4838      </backdrop>
4839      <backdrop name="lamp232" element="matrixlamp" state="0">
4840         <bounds x="456" y="412" width="7" height="7"/>
4841      </backdrop>
4842      <backdrop name="lamp233" element="matrixlamp" state="0">
4843         <bounds x="464" y="412" width="7" height="7"/>
4844      </backdrop>
4845      <backdrop name="lamp234" element="matrixlamp" state="0">
4846         <bounds x="472" y="412" width="7" height="7"/>
4847      </backdrop>
4848      <backdrop name="lamp235" element="matrixlamp" state="0">
4849         <bounds x="480" y="412" width="7" height="7"/>
4850      </backdrop>
4851      <backdrop name="lamp236" element="matrixlamp" state="0">
4852         <bounds x="488" y="412" width="7" height="7"/>
4853      </backdrop>
4854      <backdrop name="lamp237" element="matrixlamp" state="0">
4855         <bounds x="496" y="412" width="7" height="7"/>
4856      </backdrop>
4857      <backdrop name="lamp238" element="matrixlamp" state="0">
4858         <bounds x="504" y="412" width="7" height="7"/>
4859      </backdrop>
4860      <backdrop name="lamp239" element="matrixlamp" state="0">
4861         <bounds x="512" y="412" width="7" height="7"/>
4862      </backdrop>
4863      <backdrop name="lamp240" element="matrixlamp" state="0">
4864         <bounds x="392" y="420" width="7" height="7"/>
4865      </backdrop>
4866      <backdrop name="lamp241" element="matrixlamp" state="0">
4867         <bounds x="400" y="420" width="7" height="7"/>
4868      </backdrop>
4869      <backdrop name="lamp242" element="matrixlamp" state="0">
4870         <bounds x="408" y="420" width="7" height="7"/>
4871      </backdrop>
4872      <backdrop name="lamp243" element="matrixlamp" state="0">
4873         <bounds x="416" y="420" width="7" height="7"/>
4874      </backdrop>
4875      <backdrop name="lamp244" element="matrixlamp" state="0">
4876         <bounds x="424" y="420" width="7" height="7"/>
4877      </backdrop>
4878      <backdrop name="lamp245" element="matrixlamp" state="0">
4879         <bounds x="432" y="420" width="7" height="7"/>
4880      </backdrop>
4881      <backdrop name="lamp246" element="matrixlamp" state="0">
4882         <bounds x="440" y="420" width="7" height="7"/>
4883      </backdrop>
4884      <backdrop name="lamp247" element="matrixlamp" state="0">
4885         <bounds x="448" y="420" width="7" height="7"/>
4886      </backdrop>
4887      <backdrop name="lamp248" element="matrixlamp" state="0">
4888         <bounds x="456" y="420" width="7" height="7"/>
4889      </backdrop>
4890      <backdrop name="lamp249" element="matrixlamp" state="0">
4891         <bounds x="464" y="420" width="7" height="7"/>
4892      </backdrop>
4893      <backdrop name="lamp250" element="matrixlamp" state="0">
4894         <bounds x="472" y="420" width="7" height="7"/>
4895      </backdrop>
4896      <backdrop name="lamp251" element="matrixlamp" state="0">
4897         <bounds x="480" y="420" width="7" height="7"/>
4898      </backdrop>
4899      <backdrop name="lamp252" element="matrixlamp" state="0">
4900         <bounds x="488" y="420" width="7" height="7"/>
4901      </backdrop>
4902      <backdrop name="lamp253" element="matrixlamp" state="0">
4903         <bounds x="496" y="420" width="7" height="7"/>
4904      </backdrop>
4905      <backdrop name="lamp254" element="matrixlamp" state="0">
4906         <bounds x="504" y="420" width="7" height="7"/>
4907      </backdrop>
4908      <backdrop name="lamp255" element="matrixlamp" state="0">
4909         <bounds x="512" y="420" width="7" height="7"/>
4910      </backdrop>
4911   </view>
4912
4913   <view name="DMD Only">
4914     <backdrop name="dotmatrix0" element="dotmatrixdot" state="0">
4915    <bounds x="0" y="0" width="1" height="1" />
4916  </backdrop>
4917  <backdrop name="dotmatrix1" element="dotmatrixdot" state="0">
4918    <bounds x="1" y="0" width="1" height="1" />
4919  </backdrop>
4920  <backdrop name="dotmatrix2" element="dotmatrixdot" state="0">
4921    <bounds x="2" y="0" width="1" height="1" />
4922  </backdrop>
4923  <backdrop name="dotmatrix3" element="dotmatrixdot" state="0">
4924    <bounds x="3" y="0" width="1" height="1" />
4925  </backdrop>
4926  <backdrop name="dotmatrix4" element="dotmatrixdot" state="0">
4927    <bounds x="4" y="0" width="1" height="1" />
4928  </backdrop>
4929  <backdrop name="dotmatrix5" element="dotmatrixdot" state="0">
4930    <bounds x="5" y="0" width="1" height="1" />
4931  </backdrop>
4932  <backdrop name="dotmatrix6" element="dotmatrixdot" state="0">
4933    <bounds x="6" y="0" width="1" height="1" />
4934  </backdrop>
4935  <backdrop name="dotmatrix7" element="dotmatrixdot" state="0">
4936    <bounds x="7" y="0" width="1" height="1" />
4937  </backdrop>
4938  <backdrop name="dotmatrix8" element="dotmatrixdot" state="0">
4939    <bounds x="8" y="0" width="1" height="1" />
4940  </backdrop>
4941  <backdrop name="dotmatrix9" element="dotmatrixdot" state="0">
4942    <bounds x="9" y="0" width="1" height="1" />
4943  </backdrop>
4944  <backdrop name="dotmatrix10" element="dotmatrixdot" state="0">
4945    <bounds x="10" y="0" width="1" height="1" />
4946  </backdrop>
4947  <backdrop name="dotmatrix11" element="dotmatrixdot" state="0">
4948    <bounds x="11" y="0" width="1" height="1" />
4949  </backdrop>
4950  <backdrop name="dotmatrix12" element="dotmatrixdot" state="0">
4951    <bounds x="12" y="0" width="1" height="1" />
4952  </backdrop>
4953  <backdrop name="dotmatrix13" element="dotmatrixdot" state="0">
4954    <bounds x="13" y="0" width="1" height="1" />
4955  </backdrop>
4956  <backdrop name="dotmatrix14" element="dotmatrixdot" state="0">
4957    <bounds x="14" y="0" width="1" height="1" />
4958  </backdrop>
4959  <backdrop name="dotmatrix15" element="dotmatrixdot" state="0">
4960    <bounds x="15" y="0" width="1" height="1" />
4961  </backdrop>
4962  <backdrop name="dotmatrix16" element="dotmatrixdot" state="0">
4963    <bounds x="16" y="0" width="1" height="1" />
4964  </backdrop>
4965  <backdrop name="dotmatrix17" element="dotmatrixdot" state="0">
4966    <bounds x="17" y="0" width="1" height="1" />
4967  </backdrop>
4968  <backdrop name="dotmatrix18" element="dotmatrixdot" state="0">
4969    <bounds x="18" y="0" width="1" height="1" />
4970  </backdrop>
4971  <backdrop name="dotmatrix19" element="dotmatrixdot" state="0">
4972    <bounds x="19" y="0" width="1" height="1" />
4973  </backdrop>
4974  <backdrop name="dotmatrix20" element="dotmatrixdot" state="0">
4975    <bounds x="20" y="0" width="1" height="1" />
4976  </backdrop>
4977  <backdrop name="dotmatrix21" element="dotmatrixdot" state="0">
4978    <bounds x="21" y="0" width="1" height="1" />
4979  </backdrop>
4980  <backdrop name="dotmatrix22" element="dotmatrixdot" state="0">
4981    <bounds x="22" y="0" width="1" height="1" />
4982  </backdrop>
4983  <backdrop name="dotmatrix23" element="dotmatrixdot" state="0">
4984    <bounds x="23" y="0" width="1" height="1" />
4985  </backdrop>
4986  <backdrop name="dotmatrix24" element="dotmatrixdot" state="0">
4987    <bounds x="24" y="0" width="1" height="1" />
4988  </backdrop>
4989  <backdrop name="dotmatrix25" element="dotmatrixdot" state="0">
4990    <bounds x="25" y="0" width="1" height="1" />
4991  </backdrop>
4992  <backdrop name="dotmatrix26" element="dotmatrixdot" state="0">
4993    <bounds x="26" y="0" width="1" height="1" />
4994  </backdrop>
4995  <backdrop name="dotmatrix27" element="dotmatrixdot" state="0">
4996    <bounds x="27" y="0" width="1" height="1" />
4997  </backdrop>
4998  <backdrop name="dotmatrix28" element="dotmatrixdot" state="0">
4999    <bounds x="28" y="0" width="1" height="1" />
5000  </backdrop>
5001  <backdrop name="dotmatrix29" element="dotmatrixdot" state="0">
5002    <bounds x="29" y="0" width="1" height="1" />
5003  </backdrop>
5004  <backdrop name="dotmatrix30" element="dotmatrixdot" state="0">
5005    <bounds x="30" y="0" width="1" height="1" />
5006  </backdrop>
5007  <backdrop name="dotmatrix31" element="dotmatrixdot" state="0">
5008    <bounds x="31" y="0" width="1" height="1" />
5009  </backdrop>
5010  <backdrop name="dotmatrix32" element="dotmatrixdot" state="0">
5011    <bounds x="32" y="0" width="1" height="1" />
5012  </backdrop>
5013  <backdrop name="dotmatrix33" element="dotmatrixdot" state="0">
5014    <bounds x="33" y="0" width="1" height="1" />
5015  </backdrop>
5016  <backdrop name="dotmatrix34" element="dotmatrixdot" state="0">
5017    <bounds x="34" y="0" width="1" height="1" />
5018  </backdrop>
5019  <backdrop name="dotmatrix35" element="dotmatrixdot" state="0">
5020    <bounds x="35" y="0" width="1" height="1" />
5021  </backdrop>
5022  <backdrop name="dotmatrix36" element="dotmatrixdot" state="0">
5023    <bounds x="36" y="0" width="1" height="1" />
5024  </backdrop>
5025  <backdrop name="dotmatrix37" element="dotmatrixdot" state="0">
5026    <bounds x="37" y="0" width="1" height="1" />
5027  </backdrop>
5028  <backdrop name="dotmatrix38" element="dotmatrixdot" state="0">
5029    <bounds x="38" y="0" width="1" height="1" />
5030  </backdrop>
5031  <backdrop name="dotmatrix39" element="dotmatrixdot" state="0">
5032    <bounds x="39" y="0" width="1" height="1" />
5033  </backdrop>
5034  <backdrop name="dotmatrix40" element="dotmatrixdot" state="0">
5035    <bounds x="40" y="0" width="1" height="1" />
5036  </backdrop>
5037  <backdrop name="dotmatrix41" element="dotmatrixdot" state="0">
5038    <bounds x="41" y="0" width="1" height="1" />
5039  </backdrop>
5040  <backdrop name="dotmatrix42" element="dotmatrixdot" state="0">
5041    <bounds x="42" y="0" width="1" height="1" />
5042  </backdrop>
5043  <backdrop name="dotmatrix43" element="dotmatrixdot" state="0">
5044    <bounds x="43" y="0" width="1" height="1" />
5045  </backdrop>
5046  <backdrop name="dotmatrix44" element="dotmatrixdot" state="0">
5047    <bounds x="44" y="0" width="1" height="1" />
5048  </backdrop>
5049  <backdrop name="dotmatrix45" element="dotmatrixdot" state="0">
5050    <bounds x="45" y="0" width="1" height="1" />
5051  </backdrop>
5052  <backdrop name="dotmatrix46" element="dotmatrixdot" state="0">
5053    <bounds x="46" y="0" width="1" height="1" />
5054  </backdrop>
5055  <backdrop name="dotmatrix47" element="dotmatrixdot" state="0">
5056    <bounds x="47" y="0" width="1" height="1" />
5057  </backdrop>
5058  <backdrop name="dotmatrix48" element="dotmatrixdot" state="0">
5059    <bounds x="48" y="0" width="1" height="1" />
5060  </backdrop>
5061  <backdrop name="dotmatrix49" element="dotmatrixdot" state="0">
5062    <bounds x="49" y="0" width="1" height="1" />
5063  </backdrop>
5064  <backdrop name="dotmatrix50" element="dotmatrixdot" state="0">
5065    <bounds x="50" y="0" width="1" height="1" />
5066  </backdrop>
5067  <backdrop name="dotmatrix51" element="dotmatrixdot" state="0">
5068    <bounds x="51" y="0" width="1" height="1" />
5069  </backdrop>
5070  <backdrop name="dotmatrix52" element="dotmatrixdot" state="0">
5071    <bounds x="52" y="0" width="1" height="1" />
5072  </backdrop>
5073  <backdrop name="dotmatrix53" element="dotmatrixdot" state="0">
5074    <bounds x="53" y="0" width="1" height="1" />
5075  </backdrop>
5076  <backdrop name="dotmatrix54" element="dotmatrixdot" state="0">
5077    <bounds x="54" y="0" width="1" height="1" />
5078  </backdrop>
5079  <backdrop name="dotmatrix55" element="dotmatrixdot" state="0">
5080    <bounds x="55" y="0" width="1" height="1" />
5081  </backdrop>
5082  <backdrop name="dotmatrix56" element="dotmatrixdot" state="0">
5083    <bounds x="56" y="0" width="1" height="1" />
5084  </backdrop>
5085  <backdrop name="dotmatrix57" element="dotmatrixdot" state="0">
5086    <bounds x="57" y="0" width="1" height="1" />
5087  </backdrop>
5088  <backdrop name="dotmatrix58" element="dotmatrixdot" state="0">
5089    <bounds x="58" y="0" width="1" height="1" />
5090  </backdrop>
5091  <backdrop name="dotmatrix59" element="dotmatrixdot" state="0">
5092    <bounds x="59" y="0" width="1" height="1" />
5093  </backdrop>
5094  <backdrop name="dotmatrix60" element="dotmatrixdot" state="0">
5095    <bounds x="60" y="0" width="1" height="1" />
5096  </backdrop>
5097  <backdrop name="dotmatrix61" element="dotmatrixdot" state="0">
5098    <bounds x="61" y="0" width="1" height="1" />
5099  </backdrop>
5100  <backdrop name="dotmatrix62" element="dotmatrixdot" state="0">
5101    <bounds x="62" y="0" width="1" height="1" />
5102  </backdrop>
5103  <backdrop name="dotmatrix63" element="dotmatrixdot" state="0">
5104    <bounds x="63" y="0" width="1" height="1" />
5105  </backdrop>
5106  <backdrop name="dotmatrix64" element="dotmatrixdot" state="0">
5107    <bounds x="64" y="0" width="1" height="1" />
5108  </backdrop>
5109  <backdrop name="dotmatrix65" element="dotmatrixdot" state="0">
5110    <bounds x="0" y="1" width="1" height="1" />
5111  </backdrop>
5112  <backdrop name="dotmatrix66" element="dotmatrixdot" state="0">
5113    <bounds x="1" y="1" width="1" height="1" />
5114  </backdrop>
5115  <backdrop name="dotmatrix67" element="dotmatrixdot" state="0">
5116    <bounds x="2" y="1" width="1" height="1" />
5117  </backdrop>
5118  <backdrop name="dotmatrix68" element="dotmatrixdot" state="0">
5119    <bounds x="3" y="1" width="1" height="1" />
5120  </backdrop>
5121  <backdrop name="dotmatrix69" element="dotmatrixdot" state="0">
5122    <bounds x="4" y="1" width="1" height="1" />
5123  </backdrop>
5124  <backdrop name="dotmatrix70" element="dotmatrixdot" state="0">
5125    <bounds x="5" y="1" width="1" height="1" />
5126  </backdrop>
5127  <backdrop name="dotmatrix71" element="dotmatrixdot" state="0">
5128    <bounds x="6" y="1" width="1" height="1" />
5129  </backdrop>
5130  <backdrop name="dotmatrix72" element="dotmatrixdot" state="0">
5131    <bounds x="7" y="1" width="1" height="1" />
5132  </backdrop>
5133  <backdrop name="dotmatrix73" element="dotmatrixdot" state="0">
5134    <bounds x="8" y="1" width="1" height="1" />
5135  </backdrop>
5136  <backdrop name="dotmatrix74" element="dotmatrixdot" state="0">
5137    <bounds x="9" y="1" width="1" height="1" />
5138  </backdrop>
5139  <backdrop name="dotmatrix75" element="dotmatrixdot" state="0">
5140    <bounds x="10" y="1" width="1" height="1" />
5141  </backdrop>
5142  <backdrop name="dotmatrix76" element="dotmatrixdot" state="0">
5143    <bounds x="11" y="1" width="1" height="1" />
5144  </backdrop>
5145  <backdrop name="dotmatrix77" element="dotmatrixdot" state="0">
5146    <bounds x="12" y="1" width="1" height="1" />
5147  </backdrop>
5148  <backdrop name="dotmatrix78" element="dotmatrixdot" state="0">
5149    <bounds x="13" y="1" width="1" height="1" />
5150  </backdrop>
5151  <backdrop name="dotmatrix79" element="dotmatrixdot" state="0">
5152    <bounds x="14" y="1" width="1" height="1" />
5153  </backdrop>
5154  <backdrop name="dotmatrix80" element="dotmatrixdot" state="0">
5155    <bounds x="15" y="1" width="1" height="1" />
5156  </backdrop>
5157  <backdrop name="dotmatrix81" element="dotmatrixdot" state="0">
5158    <bounds x="16" y="1" width="1" height="1" />
5159  </backdrop>
5160  <backdrop name="dotmatrix82" element="dotmatrixdot" state="0">
5161    <bounds x="17" y="1" width="1" height="1" />
5162  </backdrop>
5163  <backdrop name="dotmatrix83" element="dotmatrixdot" state="0">
5164    <bounds x="18" y="1" width="1" height="1" />
5165  </backdrop>
5166  <backdrop name="dotmatrix84" element="dotmatrixdot" state="0">
5167    <bounds x="19" y="1" width="1" height="1" />
5168  </backdrop>
5169  <backdrop name="dotmatrix85" element="dotmatrixdot" state="0">
5170    <bounds x="20" y="1" width="1" height="1" />
5171  </backdrop>
5172  <backdrop name="dotmatrix86" element="dotmatrixdot" state="0">
5173    <bounds x="21" y="1" width="1" height="1" />
5174  </backdrop>
5175  <backdrop name="dotmatrix87" element="dotmatrixdot" state="0">
5176    <bounds x="22" y="1" width="1" height="1" />
5177  </backdrop>
5178  <backdrop name="dotmatrix88" element="dotmatrixdot" state="0">
5179    <bounds x="23" y="1" width="1" height="1" />
5180  </backdrop>
5181  <backdrop name="dotmatrix89" element="dotmatrixdot" state="0">
5182    <bounds x="24" y="1" width="1" height="1" />
5183  </backdrop>
5184  <backdrop name="dotmatrix90" element="dotmatrixdot" state="0">
5185    <bounds x="25" y="1" width="1" height="1" />
5186  </backdrop>
5187  <backdrop name="dotmatrix91" element="dotmatrixdot" state="0">
5188    <bounds x="26" y="1" width="1" height="1" />
5189  </backdrop>
5190  <backdrop name="dotmatrix92" element="dotmatrixdot" state="0">
5191    <bounds x="27" y="1" width="1" height="1" />
5192  </backdrop>
5193  <backdrop name="dotmatrix93" element="dotmatrixdot" state="0">
5194    <bounds x="28" y="1" width="1" height="1" />
5195  </backdrop>
5196  <backdrop name="dotmatrix94" element="dotmatrixdot" state="0">
5197    <bounds x="29" y="1" width="1" height="1" />
5198  </backdrop>
5199  <backdrop name="dotmatrix95" element="dotmatrixdot" state="0">
5200    <bounds x="30" y="1" width="1" height="1" />
5201  </backdrop>
5202  <backdrop name="dotmatrix96" element="dotmatrixdot" state="0">
5203    <bounds x="31" y="1" width="1" height="1" />
5204  </backdrop>
5205  <backdrop name="dotmatrix97" element="dotmatrixdot" state="0">
5206    <bounds x="32" y="1" width="1" height="1" />
5207  </backdrop>
5208  <backdrop name="dotmatrix98" element="dotmatrixdot" state="0">
5209    <bounds x="33" y="1" width="1" height="1" />
5210  </backdrop>
5211  <backdrop name="dotmatrix99" element="dotmatrixdot" state="0">
5212    <bounds x="34" y="1" width="1" height="1" />
5213  </backdrop>
5214  <backdrop name="dotmatrix100" element="dotmatrixdot" state="0">
5215    <bounds x="35" y="1" width="1" height="1" />
5216  </backdrop>
5217  <backdrop name="dotmatrix101" element="dotmatrixdot" state="0">
5218    <bounds x="36" y="1" width="1" height="1" />
5219  </backdrop>
5220  <backdrop name="dotmatrix102" element="dotmatrixdot" state="0">
5221    <bounds x="37" y="1" width="1" height="1" />
5222  </backdrop>
5223  <backdrop name="dotmatrix103" element="dotmatrixdot" state="0">
5224    <bounds x="38" y="1" width="1" height="1" />
5225  </backdrop>
5226  <backdrop name="dotmatrix104" element="dotmatrixdot" state="0">
5227    <bounds x="39" y="1" width="1" height="1" />
5228  </backdrop>
5229  <backdrop name="dotmatrix105" element="dotmatrixdot" state="0">
5230    <bounds x="40" y="1" width="1" height="1" />
5231  </backdrop>
5232  <backdrop name="dotmatrix106" element="dotmatrixdot" state="0">
5233    <bounds x="41" y="1" width="1" height="1" />
5234  </backdrop>
5235  <backdrop name="dotmatrix107" element="dotmatrixdot" state="0">
5236    <bounds x="42" y="1" width="1" height="1" />
5237  </backdrop>
5238  <backdrop name="dotmatrix108" element="dotmatrixdot" state="0">
5239    <bounds x="43" y="1" width="1" height="1" />
5240  </backdrop>
5241  <backdrop name="dotmatrix109" element="dotmatrixdot" state="0">
5242    <bounds x="44" y="1" width="1" height="1" />
5243  </backdrop>
5244  <backdrop name="dotmatrix110" element="dotmatrixdot" state="0">
5245    <bounds x="45" y="1" width="1" height="1" />
5246  </backdrop>
5247  <backdrop name="dotmatrix111" element="dotmatrixdot" state="0">
5248    <bounds x="46" y="1" width="1" height="1" />
5249  </backdrop>
5250  <backdrop name="dotmatrix112" element="dotmatrixdot" state="0">
5251    <bounds x="47" y="1" width="1" height="1" />
5252  </backdrop>
5253  <backdrop name="dotmatrix113" element="dotmatrixdot" state="0">
5254    <bounds x="48" y="1" width="1" height="1" />
5255  </backdrop>
5256  <backdrop name="dotmatrix114" element="dotmatrixdot" state="0">
5257    <bounds x="49" y="1" width="1" height="1" />
5258  </backdrop>
5259  <backdrop name="dotmatrix115" element="dotmatrixdot" state="0">
5260    <bounds x="50" y="1" width="1" height="1" />
5261  </backdrop>
5262  <backdrop name="dotmatrix116" element="dotmatrixdot" state="0">
5263    <bounds x="51" y="1" width="1" height="1" />
5264  </backdrop>
5265  <backdrop name="dotmatrix117" element="dotmatrixdot" state="0">
5266    <bounds x="52" y="1" width="1" height="1" />
5267  </backdrop>
5268  <backdrop name="dotmatrix118" element="dotmatrixdot" state="0">
5269    <bounds x="53" y="1" width="1" height="1" />
5270  </backdrop>
5271  <backdrop name="dotmatrix119" element="dotmatrixdot" state="0">
5272    <bounds x="54" y="1" width="1" height="1" />
5273  </backdrop>
5274  <backdrop name="dotmatrix120" element="dotmatrixdot" state="0">
5275    <bounds x="55" y="1" width="1" height="1" />
5276  </backdrop>
5277  <backdrop name="dotmatrix121" element="dotmatrixdot" state="0">
5278    <bounds x="56" y="1" width="1" height="1" />
5279  </backdrop>
5280  <backdrop name="dotmatrix122" element="dotmatrixdot" state="0">
5281    <bounds x="57" y="1" width="1" height="1" />
5282  </backdrop>
5283  <backdrop name="dotmatrix123" element="dotmatrixdot" state="0">
5284    <bounds x="58" y="1" width="1" height="1" />
5285  </backdrop>
5286  <backdrop name="dotmatrix124" element="dotmatrixdot" state="0">
5287    <bounds x="59" y="1" width="1" height="1" />
5288  </backdrop>
5289  <backdrop name="dotmatrix125" element="dotmatrixdot" state="0">
5290    <bounds x="60" y="1" width="1" height="1" />
5291  </backdrop>
5292  <backdrop name="dotmatrix126" element="dotmatrixdot" state="0">
5293    <bounds x="61" y="1" width="1" height="1" />
5294  </backdrop>
5295  <backdrop name="dotmatrix127" element="dotmatrixdot" state="0">
5296    <bounds x="62" y="1" width="1" height="1" />
5297  </backdrop>
5298  <backdrop name="dotmatrix128" element="dotmatrixdot" state="0">
5299    <bounds x="63" y="1" width="1" height="1" />
5300  </backdrop>
5301  <backdrop name="dotmatrix129" element="dotmatrixdot" state="0">
5302    <bounds x="64" y="1" width="1" height="1" />
5303  </backdrop>
5304  <backdrop name="dotmatrix130" element="dotmatrixdot" state="0">
5305    <bounds x="0" y="2" width="1" height="1" />
5306  </backdrop>
5307  <backdrop name="dotmatrix131" element="dotmatrixdot" state="0">
5308    <bounds x="1" y="2" width="1" height="1" />
5309  </backdrop>
5310  <backdrop name="dotmatrix132" element="dotmatrixdot" state="0">
5311    <bounds x="2" y="2" width="1" height="1" />
5312  </backdrop>
5313  <backdrop name="dotmatrix133" element="dotmatrixdot" state="0">
5314    <bounds x="3" y="2" width="1" height="1" />
5315  </backdrop>
5316  <backdrop name="dotmatrix134" element="dotmatrixdot" state="0">
5317    <bounds x="4" y="2" width="1" height="1" />
5318  </backdrop>
5319  <backdrop name="dotmatrix135" element="dotmatrixdot" state="0">
5320    <bounds x="5" y="2" width="1" height="1" />
5321  </backdrop>
5322  <backdrop name="dotmatrix136" element="dotmatrixdot" state="0">
5323    <bounds x="6" y="2" width="1" height="1" />
5324  </backdrop>
5325  <backdrop name="dotmatrix137" element="dotmatrixdot" state="0">
5326    <bounds x="7" y="2" width="1" height="1" />
5327  </backdrop>
5328  <backdrop name="dotmatrix138" element="dotmatrixdot" state="0">
5329    <bounds x="8" y="2" width="1" height="1" />
5330  </backdrop>
5331  <backdrop name="dotmatrix139" element="dotmatrixdot" state="0">
5332    <bounds x="9" y="2" width="1" height="1" />
5333  </backdrop>
5334  <backdrop name="dotmatrix140" element="dotmatrixdot" state="0">
5335    <bounds x="10" y="2" width="1" height="1" />
5336  </backdrop>
5337  <backdrop name="dotmatrix141" element="dotmatrixdot" state="0">
5338    <bounds x="11" y="2" width="1" height="1" />
5339  </backdrop>
5340  <backdrop name="dotmatrix142" element="dotmatrixdot" state="0">
5341    <bounds x="12" y="2" width="1" height="1" />
5342  </backdrop>
5343  <backdrop name="dotmatrix143" element="dotmatrixdot" state="0">
5344    <bounds x="13" y="2" width="1" height="1" />
5345  </backdrop>
5346  <backdrop name="dotmatrix144" element="dotmatrixdot" state="0">
5347    <bounds x="14" y="2" width="1" height="1" />
5348  </backdrop>
5349  <backdrop name="dotmatrix145" element="dotmatrixdot" state="0">
5350    <bounds x="15" y="2" width="1" height="1" />
5351  </backdrop>
5352  <backdrop name="dotmatrix146" element="dotmatrixdot" state="0">
5353    <bounds x="16" y="2" width="1" height="1" />
5354  </backdrop>
5355  <backdrop name="dotmatrix147" element="dotmatrixdot" state="0">
5356    <bounds x="17" y="2" width="1" height="1" />
5357  </backdrop>
5358  <backdrop name="dotmatrix148" element="dotmatrixdot" state="0">
5359    <bounds x="18" y="2" width="1" height="1" />
5360  </backdrop>
5361  <backdrop name="dotmatrix149" element="dotmatrixdot" state="0">
5362    <bounds x="19" y="2" width="1" height="1" />
5363  </backdrop>
5364  <backdrop name="dotmatrix150" element="dotmatrixdot" state="0">
5365    <bounds x="20" y="2" width="1" height="1" />
5366  </backdrop>
5367  <backdrop name="dotmatrix151" element="dotmatrixdot" state="0">
5368    <bounds x="21" y="2" width="1" height="1" />
5369  </backdrop>
5370  <backdrop name="dotmatrix152" element="dotmatrixdot" state="0">
5371    <bounds x="22" y="2" width="1" height="1" />
5372  </backdrop>
5373  <backdrop name="dotmatrix153" element="dotmatrixdot" state="0">
5374    <bounds x="23" y="2" width="1" height="1" />
5375  </backdrop>
5376  <backdrop name="dotmatrix154" element="dotmatrixdot" state="0">
5377    <bounds x="24" y="2" width="1" height="1" />
5378  </backdrop>
5379  <backdrop name="dotmatrix155" element="dotmatrixdot" state="0">
5380    <bounds x="25" y="2" width="1" height="1" />
5381  </backdrop>
5382  <backdrop name="dotmatrix156" element="dotmatrixdot" state="0">
5383    <bounds x="26" y="2" width="1" height="1" />
5384  </backdrop>
5385  <backdrop name="dotmatrix157" element="dotmatrixdot" state="0">
5386    <bounds x="27" y="2" width="1" height="1" />
5387  </backdrop>
5388  <backdrop name="dotmatrix158" element="dotmatrixdot" state="0">
5389    <bounds x="28" y="2" width="1" height="1" />
5390  </backdrop>
5391  <backdrop name="dotmatrix159" element="dotmatrixdot" state="0">
5392    <bounds x="29" y="2" width="1" height="1" />
5393  </backdrop>
5394  <backdrop name="dotmatrix160" element="dotmatrixdot" state="0">
5395    <bounds x="30" y="2" width="1" height="1" />
5396  </backdrop>
5397  <backdrop name="dotmatrix161" element="dotmatrixdot" state="0">
5398    <bounds x="31" y="2" width="1" height="1" />
5399  </backdrop>
5400  <backdrop name="dotmatrix162" element="dotmatrixdot" state="0">
5401    <bounds x="32" y="2" width="1" height="1" />
5402  </backdrop>
5403  <backdrop name="dotmatrix163" element="dotmatrixdot" state="0">
5404    <bounds x="33" y="2" width="1" height="1" />
5405  </backdrop>
5406  <backdrop name="dotmatrix164" element="dotmatrixdot" state="0">
5407    <bounds x="34" y="2" width="1" height="1" />
5408  </backdrop>
5409  <backdrop name="dotmatrix165" element="dotmatrixdot" state="0">
5410    <bounds x="35" y="2" width="1" height="1" />
5411  </backdrop>
5412  <backdrop name="dotmatrix166" element="dotmatrixdot" state="0">
5413    <bounds x="36" y="2" width="1" height="1" />
5414  </backdrop>
5415  <backdrop name="dotmatrix167" element="dotmatrixdot" state="0">
5416    <bounds x="37" y="2" width="1" height="1" />
5417  </backdrop>
5418  <backdrop name="dotmatrix168" element="dotmatrixdot" state="0">
5419    <bounds x="38" y="2" width="1" height="1" />
5420  </backdrop>
5421  <backdrop name="dotmatrix169" element="dotmatrixdot" state="0">
5422    <bounds x="39" y="2" width="1" height="1" />
5423  </backdrop>
5424  <backdrop name="dotmatrix170" element="dotmatrixdot" state="0">
5425    <bounds x="40" y="2" width="1" height="1" />
5426  </backdrop>
5427  <backdrop name="dotmatrix171" element="dotmatrixdot" state="0">
5428    <bounds x="41" y="2" width="1" height="1" />
5429  </backdrop>
5430  <backdrop name="dotmatrix172" element="dotmatrixdot" state="0">
5431    <bounds x="42" y="2" width="1" height="1" />
5432  </backdrop>
5433  <backdrop name="dotmatrix173" element="dotmatrixdot" state="0">
5434    <bounds x="43" y="2" width="1" height="1" />
5435  </backdrop>
5436  <backdrop name="dotmatrix174" element="dotmatrixdot" state="0">
5437    <bounds x="44" y="2" width="1" height="1" />
5438  </backdrop>
5439  <backdrop name="dotmatrix175" element="dotmatrixdot" state="0">
5440    <bounds x="45" y="2" width="1" height="1" />
5441  </backdrop>
5442  <backdrop name="dotmatrix176" element="dotmatrixdot" state="0">
5443    <bounds x="46" y="2" width="1" height="1" />
5444  </backdrop>
5445  <backdrop name="dotmatrix177" element="dotmatrixdot" state="0">
5446    <bounds x="47" y="2" width="1" height="1" />
5447  </backdrop>
5448  <backdrop name="dotmatrix178" element="dotmatrixdot" state="0">
5449    <bounds x="48" y="2" width="1" height="1" />
5450  </backdrop>
5451  <backdrop name="dotmatrix179" element="dotmatrixdot" state="0">
5452    <bounds x="49" y="2" width="1" height="1" />
5453  </backdrop>
5454  <backdrop name="dotmatrix180" element="dotmatrixdot" state="0">
5455    <bounds x="50" y="2" width="1" height="1" />
5456  </backdrop>
5457  <backdrop name="dotmatrix181" element="dotmatrixdot" state="0">
5458    <bounds x="51" y="2" width="1" height="1" />
5459  </backdrop>
5460  <backdrop name="dotmatrix182" element="dotmatrixdot" state="0">
5461    <bounds x="52" y="2" width="1" height="1" />
5462  </backdrop>
5463  <backdrop name="dotmatrix183" element="dotmatrixdot" state="0">
5464    <bounds x="53" y="2" width="1" height="1" />
5465  </backdrop>
5466  <backdrop name="dotmatrix184" element="dotmatrixdot" state="0">
5467    <bounds x="54" y="2" width="1" height="1" />
5468  </backdrop>
5469  <backdrop name="dotmatrix185" element="dotmatrixdot" state="0">
5470    <bounds x="55" y="2" width="1" height="1" />
5471  </backdrop>
5472  <backdrop name="dotmatrix186" element="dotmatrixdot" state="0">
5473    <bounds x="56" y="2" width="1" height="1" />
5474  </backdrop>
5475  <backdrop name="dotmatrix187" element="dotmatrixdot" state="0">
5476    <bounds x="57" y="2" width="1" height="1" />
5477  </backdrop>
5478  <backdrop name="dotmatrix188" element="dotmatrixdot" state="0">
5479    <bounds x="58" y="2" width="1" height="1" />
5480  </backdrop>
5481  <backdrop name="dotmatrix189" element="dotmatrixdot" state="0">
5482    <bounds x="59" y="2" width="1" height="1" />
5483  </backdrop>
5484  <backdrop name="dotmatrix190" element="dotmatrixdot" state="0">
5485    <bounds x="60" y="2" width="1" height="1" />
5486  </backdrop>
5487  <backdrop name="dotmatrix191" element="dotmatrixdot" state="0">
5488    <bounds x="61" y="2" width="1" height="1" />
5489  </backdrop>
5490  <backdrop name="dotmatrix192" element="dotmatrixdot" state="0">
5491    <bounds x="62" y="2" width="1" height="1" />
5492  </backdrop>
5493  <backdrop name="dotmatrix193" element="dotmatrixdot" state="0">
5494    <bounds x="63" y="2" width="1" height="1" />
5495  </backdrop>
5496  <backdrop name="dotmatrix194" element="dotmatrixdot" state="0">
5497    <bounds x="64" y="2" width="1" height="1" />
5498  </backdrop>
5499  <backdrop name="dotmatrix195" element="dotmatrixdot" state="0">
5500    <bounds x="0" y="3" width="1" height="1" />
5501  </backdrop>
5502  <backdrop name="dotmatrix196" element="dotmatrixdot" state="0">
5503    <bounds x="1" y="3" width="1" height="1" />
5504  </backdrop>
5505  <backdrop name="dotmatrix197" element="dotmatrixdot" state="0">
5506    <bounds x="2" y="3" width="1" height="1" />
5507  </backdrop>
5508  <backdrop name="dotmatrix198" element="dotmatrixdot" state="0">
5509    <bounds x="3" y="3" width="1" height="1" />
5510  </backdrop>
5511  <backdrop name="dotmatrix199" element="dotmatrixdot" state="0">
5512    <bounds x="4" y="3" width="1" height="1" />
5513  </backdrop>
5514  <backdrop name="dotmatrix200" element="dotmatrixdot" state="0">
5515    <bounds x="5" y="3" width="1" height="1" />
5516  </backdrop>
5517  <backdrop name="dotmatrix201" element="dotmatrixdot" state="0">
5518    <bounds x="6" y="3" width="1" height="1" />
5519  </backdrop>
5520  <backdrop name="dotmatrix202" element="dotmatrixdot" state="0">
5521    <bounds x="7" y="3" width="1" height="1" />
5522  </backdrop>
5523  <backdrop name="dotmatrix203" element="dotmatrixdot" state="0">
5524    <bounds x="8" y="3" width="1" height="1" />
5525  </backdrop>
5526  <backdrop name="dotmatrix204" element="dotmatrixdot" state="0">
5527    <bounds x="9" y="3" width="1" height="1" />
5528  </backdrop>
5529  <backdrop name="dotmatrix205" element="dotmatrixdot" state="0">
5530    <bounds x="10" y="3" width="1" height="1" />
5531  </backdrop>
5532  <backdrop name="dotmatrix206" element="dotmatrixdot" state="0">
5533    <bounds x="11" y="3" width="1" height="1" />
5534  </backdrop>
5535  <backdrop name="dotmatrix207" element="dotmatrixdot" state="0">
5536    <bounds x="12" y="3" width="1" height="1" />
5537  </backdrop>
5538  <backdrop name="dotmatrix208" element="dotmatrixdot" state="0">
5539    <bounds x="13" y="3" width="1" height="1" />
5540  </backdrop>
5541  <backdrop name="dotmatrix209" element="dotmatrixdot" state="0">
5542    <bounds x="14" y="3" width="1" height="1" />
5543  </backdrop>
5544  <backdrop name="dotmatrix210" element="dotmatrixdot" state="0">
5545    <bounds x="15" y="3" width="1" height="1" />
5546  </backdrop>
5547  <backdrop name="dotmatrix211" element="dotmatrixdot" state="0">
5548    <bounds x="16" y="3" width="1" height="1" />
5549  </backdrop>
5550  <backdrop name="dotmatrix212" element="dotmatrixdot" state="0">
5551    <bounds x="17" y="3" width="1" height="1" />
5552  </backdrop>
5553  <backdrop name="dotmatrix213" element="dotmatrixdot" state="0">
5554    <bounds x="18" y="3" width="1" height="1" />
5555  </backdrop>
5556  <backdrop name="dotmatrix214" element="dotmatrixdot" state="0">
5557    <bounds x="19" y="3" width="1" height="1" />
5558  </backdrop>
5559  <backdrop name="dotmatrix215" element="dotmatrixdot" state="0">
5560    <bounds x="20" y="3" width="1" height="1" />
5561  </backdrop>
5562  <backdrop name="dotmatrix216" element="dotmatrixdot" state="0">
5563    <bounds x="21" y="3" width="1" height="1" />
5564  </backdrop>
5565  <backdrop name="dotmatrix217" element="dotmatrixdot" state="0">
5566    <bounds x="22" y="3" width="1" height="1" />
5567  </backdrop>
5568  <backdrop name="dotmatrix218" element="dotmatrixdot" state="0">
5569    <bounds x="23" y="3" width="1" height="1" />
5570  </backdrop>
5571  <backdrop name="dotmatrix219" element="dotmatrixdot" state="0">
5572    <bounds x="24" y="3" width="1" height="1" />
5573  </backdrop>
5574  <backdrop name="dotmatrix220" element="dotmatrixdot" state="0">
5575    <bounds x="25" y="3" width="1" height="1" />
5576  </backdrop>
5577  <backdrop name="dotmatrix221" element="dotmatrixdot" state="0">
5578    <bounds x="26" y="3" width="1" height="1" />
5579  </backdrop>
5580  <backdrop name="dotmatrix222" element="dotmatrixdot" state="0">
5581    <bounds x="27" y="3" width="1" height="1" />
5582  </backdrop>
5583  <backdrop name="dotmatrix223" element="dotmatrixdot" state="0">
5584    <bounds x="28" y="3" width="1" height="1" />
5585  </backdrop>
5586  <backdrop name="dotmatrix224" element="dotmatrixdot" state="0">
5587    <bounds x="29" y="3" width="1" height="1" />
5588  </backdrop>
5589  <backdrop name="dotmatrix225" element="dotmatrixdot" state="0">
5590    <bounds x="30" y="3" width="1" height="1" />
5591  </backdrop>
5592  <backdrop name="dotmatrix226" element="dotmatrixdot" state="0">
5593    <bounds x="31" y="3" width="1" height="1" />
5594  </backdrop>
5595  <backdrop name="dotmatrix227" element="dotmatrixdot" state="0">
5596    <bounds x="32" y="3" width="1" height="1" />
5597  </backdrop>
5598  <backdrop name="dotmatrix228" element="dotmatrixdot" state="0">
5599    <bounds x="33" y="3" width="1" height="1" />
5600  </backdrop>
5601  <backdrop name="dotmatrix229" element="dotmatrixdot" state="0">
5602    <bounds x="34" y="3" width="1" height="1" />
5603  </backdrop>
5604  <backdrop name="dotmatrix230" element="dotmatrixdot" state="0">
5605    <bounds x="35" y="3" width="1" height="1" />
5606  </backdrop>
5607  <backdrop name="dotmatrix231" element="dotmatrixdot" state="0">
5608    <bounds x="36" y="3" width="1" height="1" />
5609  </backdrop>
5610  <backdrop name="dotmatrix232" element="dotmatrixdot" state="0">
5611    <bounds x="37" y="3" width="1" height="1" />
5612  </backdrop>
5613  <backdrop name="dotmatrix233" element="dotmatrixdot" state="0">
5614    <bounds x="38" y="3" width="1" height="1" />
5615  </backdrop>
5616  <backdrop name="dotmatrix234" element="dotmatrixdot" state="0">
5617    <bounds x="39" y="3" width="1" height="1" />
5618  </backdrop>
5619  <backdrop name="dotmatrix235" element="dotmatrixdot" state="0">
5620    <bounds x="40" y="3" width="1" height="1" />
5621  </backdrop>
5622  <backdrop name="dotmatrix236" element="dotmatrixdot" state="0">
5623    <bounds x="41" y="3" width="1" height="1" />
5624  </backdrop>
5625  <backdrop name="dotmatrix237" element="dotmatrixdot" state="0">
5626    <bounds x="42" y="3" width="1" height="1" />
5627  </backdrop>
5628  <backdrop name="dotmatrix238" element="dotmatrixdot" state="0">
5629    <bounds x="43" y="3" width="1" height="1" />
5630  </backdrop>
5631  <backdrop name="dotmatrix239" element="dotmatrixdot" state="0">
5632    <bounds x="44" y="3" width="1" height="1" />
5633  </backdrop>
5634  <backdrop name="dotmatrix240" element="dotmatrixdot" state="0">
5635    <bounds x="45" y="3" width="1" height="1" />
5636  </backdrop>
5637  <backdrop name="dotmatrix241" element="dotmatrixdot" state="0">
5638    <bounds x="46" y="3" width="1" height="1" />
5639  </backdrop>
5640  <backdrop name="dotmatrix242" element="dotmatrixdot" state="0">
5641    <bounds x="47" y="3" width="1" height="1" />
5642  </backdrop>
5643  <backdrop name="dotmatrix243" element="dotmatrixdot" state="0">
5644    <bounds x="48" y="3" width="1" height="1" />
5645  </backdrop>
5646  <backdrop name="dotmatrix244" element="dotmatrixdot" state="0">
5647    <bounds x="49" y="3" width="1" height="1" />
5648  </backdrop>
5649  <backdrop name="dotmatrix245" element="dotmatrixdot" state="0">
5650    <bounds x="50" y="3" width="1" height="1" />
5651  </backdrop>
5652  <backdrop name="dotmatrix246" element="dotmatrixdot" state="0">
5653    <bounds x="51" y="3" width="1" height="1" />
5654  </backdrop>
5655  <backdrop name="dotmatrix247" element="dotmatrixdot" state="0">
5656    <bounds x="52" y="3" width="1" height="1" />
5657  </backdrop>
5658  <backdrop name="dotmatrix248" element="dotmatrixdot" state="0">
5659    <bounds x="53" y="3" width="1" height="1" />
5660  </backdrop>
5661  <backdrop name="dotmatrix249" element="dotmatrixdot" state="0">
5662    <bounds x="54" y="3" width="1" height="1" />
5663  </backdrop>
5664  <backdrop name="dotmatrix250" element="dotmatrixdot" state="0">
5665    <bounds x="55" y="3" width="1" height="1" />
5666  </backdrop>
5667  <backdrop name="dotmatrix251" element="dotmatrixdot" state="0">
5668    <bounds x="56" y="3" width="1" height="1" />
5669  </backdrop>
5670  <backdrop name="dotmatrix252" element="dotmatrixdot" state="0">
5671    <bounds x="57" y="3" width="1" height="1" />
5672  </backdrop>
5673  <backdrop name="dotmatrix253" element="dotmatrixdot" state="0">
5674    <bounds x="58" y="3" width="1" height="1" />
5675  </backdrop>
5676  <backdrop name="dotmatrix254" element="dotmatrixdot" state="0">
5677    <bounds x="59" y="3" width="1" height="1" />
5678  </backdrop>
5679  <backdrop name="dotmatrix255" element="dotmatrixdot" state="0">
5680    <bounds x="60" y="3" width="1" height="1" />
5681  </backdrop>
5682  <backdrop name="dotmatrix256" element="dotmatrixdot" state="0">
5683    <bounds x="61" y="3" width="1" height="1" />
5684  </backdrop>
5685  <backdrop name="dotmatrix257" element="dotmatrixdot" state="0">
5686    <bounds x="62" y="3" width="1" height="1" />
5687  </backdrop>
5688  <backdrop name="dotmatrix258" element="dotmatrixdot" state="0">
5689    <bounds x="63" y="3" width="1" height="1" />
5690  </backdrop>
5691  <backdrop name="dotmatrix259" element="dotmatrixdot" state="0">
5692    <bounds x="64" y="3" width="1" height="1" />
5693  </backdrop>
5694  <backdrop name="dotmatrix260" element="dotmatrixdot" state="0">
5695    <bounds x="0" y="4" width="1" height="1" />
5696  </backdrop>
5697  <backdrop name="dotmatrix261" element="dotmatrixdot" state="0">
5698    <bounds x="1" y="4" width="1" height="1" />
5699  </backdrop>
5700  <backdrop name="dotmatrix262" element="dotmatrixdot" state="0">
5701    <bounds x="2" y="4" width="1" height="1" />
5702  </backdrop>
5703  <backdrop name="dotmatrix263" element="dotmatrixdot" state="0">
5704    <bounds x="3" y="4" width="1" height="1" />
5705  </backdrop>
5706  <backdrop name="dotmatrix264" element="dotmatrixdot" state="0">
5707    <bounds x="4" y="4" width="1" height="1" />
5708  </backdrop>
5709  <backdrop name="dotmatrix265" element="dotmatrixdot" state="0">
5710    <bounds x="5" y="4" width="1" height="1" />
5711  </backdrop>
5712  <backdrop name="dotmatrix266" element="dotmatrixdot" state="0">
5713    <bounds x="6" y="4" width="1" height="1" />
5714  </backdrop>
5715  <backdrop name="dotmatrix267" element="dotmatrixdot" state="0">
5716    <bounds x="7" y="4" width="1" height="1" />
5717  </backdrop>
5718  <backdrop name="dotmatrix268" element="dotmatrixdot" state="0">
5719    <bounds x="8" y="4" width="1" height="1" />
5720  </backdrop>
5721  <backdrop name="dotmatrix269" element="dotmatrixdot" state="0">
5722    <bounds x="9" y="4" width="1" height="1" />
5723  </backdrop>
5724  <backdrop name="dotmatrix270" element="dotmatrixdot" state="0">
5725    <bounds x="10" y="4" width="1" height="1" />
5726  </backdrop>
5727  <backdrop name="dotmatrix271" element="dotmatrixdot" state="0">
5728    <bounds x="11" y="4" width="1" height="1" />
5729  </backdrop>
5730  <backdrop name="dotmatrix272" element="dotmatrixdot" state="0">
5731    <bounds x="12" y="4" width="1" height="1" />
5732  </backdrop>
5733  <backdrop name="dotmatrix273" element="dotmatrixdot" state="0">
5734    <bounds x="13" y="4" width="1" height="1" />
5735  </backdrop>
5736  <backdrop name="dotmatrix274" element="dotmatrixdot" state="0">
5737    <bounds x="14" y="4" width="1" height="1" />
5738  </backdrop>
5739  <backdrop name="dotmatrix275" element="dotmatrixdot" state="0">
5740    <bounds x="15" y="4" width="1" height="1" />
5741  </backdrop>
5742  <backdrop name="dotmatrix276" element="dotmatrixdot" state="0">
5743    <bounds x="16" y="4" width="1" height="1" />
5744  </backdrop>
5745  <backdrop name="dotmatrix277" element="dotmatrixdot" state="0">
5746    <bounds x="17" y="4" width="1" height="1" />
5747  </backdrop>
5748  <backdrop name="dotmatrix278" element="dotmatrixdot" state="0">
5749    <bounds x="18" y="4" width="1" height="1" />
5750  </backdrop>
5751  <backdrop name="dotmatrix279" element="dotmatrixdot" state="0">
5752    <bounds x="19" y="4" width="1" height="1" />
5753  </backdrop>
5754  <backdrop name="dotmatrix280" element="dotmatrixdot" state="0">
5755    <bounds x="20" y="4" width="1" height="1" />
5756  </backdrop>
5757  <backdrop name="dotmatrix281" element="dotmatrixdot" state="0">
5758    <bounds x="21" y="4" width="1" height="1" />
5759  </backdrop>
5760  <backdrop name="dotmatrix282" element="dotmatrixdot" state="0">
5761    <bounds x="22" y="4" width="1" height="1" />
5762  </backdrop>
5763  <backdrop name="dotmatrix283" element="dotmatrixdot" state="0">
5764    <bounds x="23" y="4" width="1" height="1" />
5765  </backdrop>
5766  <backdrop name="dotmatrix284" element="dotmatrixdot" state="0">
5767    <bounds x="24" y="4" width="1" height="1" />
5768  </backdrop>
5769  <backdrop name="dotmatrix285" element="dotmatrixdot" state="0">
5770    <bounds x="25" y="4" width="1" height="1" />
5771  </backdrop>
5772  <backdrop name="dotmatrix286" element="dotmatrixdot" state="0">
5773    <bounds x="26" y="4" width="1" height="1" />
5774  </backdrop>
5775  <backdrop name="dotmatrix287" element="dotmatrixdot" state="0">
5776    <bounds x="27" y="4" width="1" height="1" />
5777  </backdrop>
5778  <backdrop name="dotmatrix288" element="dotmatrixdot" state="0">
5779    <bounds x="28" y="4" width="1" height="1" />
5780  </backdrop>
5781  <backdrop name="dotmatrix289" element="dotmatrixdot" state="0">
5782    <bounds x="29" y="4" width="1" height="1" />
5783  </backdrop>
5784  <backdrop name="dotmatrix290" element="dotmatrixdot" state="0">
5785    <bounds x="30" y="4" width="1" height="1" />
5786  </backdrop>
5787  <backdrop name="dotmatrix291" element="dotmatrixdot" state="0">
5788    <bounds x="31" y="4" width="1" height="1" />
5789  </backdrop>
5790  <backdrop name="dotmatrix292" element="dotmatrixdot" state="0">
5791    <bounds x="32" y="4" width="1" height="1" />
5792  </backdrop>
5793  <backdrop name="dotmatrix293" element="dotmatrixdot" state="0">
5794    <bounds x="33" y="4" width="1" height="1" />
5795  </backdrop>
5796  <backdrop name="dotmatrix294" element="dotmatrixdot" state="0">
5797    <bounds x="34" y="4" width="1" height="1" />
5798  </backdrop>
5799  <backdrop name="dotmatrix295" element="dotmatrixdot" state="0">
5800    <bounds x="35" y="4" width="1" height="1" />
5801  </backdrop>
5802  <backdrop name="dotmatrix296" element="dotmatrixdot" state="0">
5803    <bounds x="36" y="4" width="1" height="1" />
5804  </backdrop>
5805  <backdrop name="dotmatrix297" element="dotmatrixdot" state="0">
5806    <bounds x="37" y="4" width="1" height="1" />
5807  </backdrop>
5808  <backdrop name="dotmatrix298" element="dotmatrixdot" state="0">
5809    <bounds x="38" y="4" width="1" height="1" />
5810  </backdrop>
5811  <backdrop name="dotmatrix299" element="dotmatrixdot" state="0">
5812    <bounds x="39" y="4" width="1" height="1" />
5813  </backdrop>
5814  <backdrop name="dotmatrix300" element="dotmatrixdot" state="0">
5815    <bounds x="40" y="4" width="1" height="1" />
5816  </backdrop>
5817  <backdrop name="dotmatrix301" element="dotmatrixdot" state="0">
5818    <bounds x="41" y="4" width="1" height="1" />
5819  </backdrop>
5820  <backdrop name="dotmatrix302" element="dotmatrixdot" state="0">
5821    <bounds x="42" y="4" width="1" height="1" />
5822  </backdrop>
5823  <backdrop name="dotmatrix303" element="dotmatrixdot" state="0">
5824    <bounds x="43" y="4" width="1" height="1" />
5825  </backdrop>
5826  <backdrop name="dotmatrix304" element="dotmatrixdot" state="0">
5827    <bounds x="44" y="4" width="1" height="1" />
5828  </backdrop>
5829  <backdrop name="dotmatrix305" element="dotmatrixdot" state="0">
5830    <bounds x="45" y="4" width="1" height="1" />
5831  </backdrop>
5832  <backdrop name="dotmatrix306" element="dotmatrixdot" state="0">
5833    <bounds x="46" y="4" width="1" height="1" />
5834  </backdrop>
5835  <backdrop name="dotmatrix307" element="dotmatrixdot" state="0">
5836    <bounds x="47" y="4" width="1" height="1" />
5837  </backdrop>
5838  <backdrop name="dotmatrix308" element="dotmatrixdot" state="0">
5839    <bounds x="48" y="4" width="1" height="1" />
5840  </backdrop>
5841  <backdrop name="dotmatrix309" element="dotmatrixdot" state="0">
5842    <bounds x="49" y="4" width="1" height="1" />
5843  </backdrop>
5844  <backdrop name="dotmatrix310" element="dotmatrixdot" state="0">
5845    <bounds x="50" y="4" width="1" height="1" />
5846  </backdrop>
5847  <backdrop name="dotmatrix311" element="dotmatrixdot" state="0">
5848    <bounds x="51" y="4" width="1" height="1" />
5849  </backdrop>
5850  <backdrop name="dotmatrix312" element="dotmatrixdot" state="0">
5851    <bounds x="52" y="4" width="1" height="1" />
5852  </backdrop>
5853  <backdrop name="dotmatrix313" element="dotmatrixdot" state="0">
5854    <bounds x="53" y="4" width="1" height="1" />
5855  </backdrop>
5856  <backdrop name="dotmatrix314" element="dotmatrixdot" state="0">
5857    <bounds x="54" y="4" width="1" height="1" />
5858  </backdrop>
5859  <backdrop name="dotmatrix315" element="dotmatrixdot" state="0">
5860    <bounds x="55" y="4" width="1" height="1" />
5861  </backdrop>
5862  <backdrop name="dotmatrix316" element="dotmatrixdot" state="0">
5863    <bounds x="56" y="4" width="1" height="1" />
5864  </backdrop>
5865  <backdrop name="dotmatrix317" element="dotmatrixdot" state="0">
5866    <bounds x="57" y="4" width="1" height="1" />
5867  </backdrop>
5868  <backdrop name="dotmatrix318" element="dotmatrixdot" state="0">
5869    <bounds x="58" y="4" width="1" height="1" />
5870  </backdrop>
5871  <backdrop name="dotmatrix319" element="dotmatrixdot" state="0">
5872    <bounds x="59" y="4" width="1" height="1" />
5873  </backdrop>
5874  <backdrop name="dotmatrix320" element="dotmatrixdot" state="0">
5875    <bounds x="60" y="4" width="1" height="1" />
5876  </backdrop>
5877  <backdrop name="dotmatrix321" element="dotmatrixdot" state="0">
5878    <bounds x="61" y="4" width="1" height="1" />
5879  </backdrop>
5880  <backdrop name="dotmatrix322" element="dotmatrixdot" state="0">
5881    <bounds x="62" y="4" width="1" height="1" />
5882  </backdrop>
5883  <backdrop name="dotmatrix323" element="dotmatrixdot" state="0">
5884    <bounds x="63" y="4" width="1" height="1" />
5885  </backdrop>
5886  <backdrop name="dotmatrix324" element="dotmatrixdot" state="0">
5887    <bounds x="64" y="4" width="1" height="1" />
5888  </backdrop>
5889  <backdrop name="dotmatrix325" element="dotmatrixdot" state="0">
5890    <bounds x="0" y="5" width="1" height="1" />
5891  </backdrop>
5892  <backdrop name="dotmatrix326" element="dotmatrixdot" state="0">
5893    <bounds x="1" y="5" width="1" height="1" />
5894  </backdrop>
5895  <backdrop name="dotmatrix327" element="dotmatrixdot" state="0">
5896    <bounds x="2" y="5" width="1" height="1" />
5897  </backdrop>
5898  <backdrop name="dotmatrix328" element="dotmatrixdot" state="0">
5899    <bounds x="3" y="5" width="1" height="1" />
5900  </backdrop>
5901  <backdrop name="dotmatrix329" element="dotmatrixdot" state="0">
5902    <bounds x="4" y="5" width="1" height="1" />
5903  </backdrop>
5904  <backdrop name="dotmatrix330" element="dotmatrixdot" state="0">
5905    <bounds x="5" y="5" width="1" height="1" />
5906  </backdrop>
5907  <backdrop name="dotmatrix331" element="dotmatrixdot" state="0">
5908    <bounds x="6" y="5" width="1" height="1" />
5909  </backdrop>
5910  <backdrop name="dotmatrix332" element="dotmatrixdot" state="0">
5911    <bounds x="7" y="5" width="1" height="1" />
5912  </backdrop>
5913  <backdrop name="dotmatrix333" element="dotmatrixdot" state="0">
5914    <bounds x="8" y="5" width="1" height="1" />
5915  </backdrop>
5916  <backdrop name="dotmatrix334" element="dotmatrixdot" state="0">
5917    <bounds x="9" y="5" width="1" height="1" />
5918  </backdrop>
5919  <backdrop name="dotmatrix335" element="dotmatrixdot" state="0">
5920    <bounds x="10" y="5" width="1" height="1" />
5921  </backdrop>
5922  <backdrop name="dotmatrix336" element="dotmatrixdot" state="0">
5923    <bounds x="11" y="5" width="1" height="1" />
5924  </backdrop>
5925  <backdrop name="dotmatrix337" element="dotmatrixdot" state="0">
5926    <bounds x="12" y="5" width="1" height="1" />
5927  </backdrop>
5928  <backdrop name="dotmatrix338" element="dotmatrixdot" state="0">
5929    <bounds x="13" y="5" width="1" height="1" />
5930  </backdrop>
5931  <backdrop name="dotmatrix339" element="dotmatrixdot" state="0">
5932    <bounds x="14" y="5" width="1" height="1" />
5933  </backdrop>
5934  <backdrop name="dotmatrix340" element="dotmatrixdot" state="0">
5935    <bounds x="15" y="5" width="1" height="1" />
5936  </backdrop>
5937  <backdrop name="dotmatrix341" element="dotmatrixdot" state="0">
5938    <bounds x="16" y="5" width="1" height="1" />
5939  </backdrop>
5940  <backdrop name="dotmatrix342" element="dotmatrixdot" state="0">
5941    <bounds x="17" y="5" width="1" height="1" />
5942  </backdrop>
5943  <backdrop name="dotmatrix343" element="dotmatrixdot" state="0">
5944    <bounds x="18" y="5" width="1" height="1" />
5945  </backdrop>
5946  <backdrop name="dotmatrix344" element="dotmatrixdot" state="0">
5947    <bounds x="19" y="5" width="1" height="1" />
5948  </backdrop>
5949  <backdrop name="dotmatrix345" element="dotmatrixdot" state="0">
5950    <bounds x="20" y="5" width="1" height="1" />
5951  </backdrop>
5952  <backdrop name="dotmatrix346" element="dotmatrixdot" state="0">
5953    <bounds x="21" y="5" width="1" height="1" />
5954  </backdrop>
5955  <backdrop name="dotmatrix347" element="dotmatrixdot" state="0">
5956    <bounds x="22" y="5" width="1" height="1" />
5957  </backdrop>
5958  <backdrop name="dotmatrix348" element="dotmatrixdot" state="0">
5959    <bounds x="23" y="5" width="1" height="1" />
5960  </backdrop>
5961  <backdrop name="dotmatrix349" element="dotmatrixdot" state="0">
5962    <bounds x="24" y="5" width="1" height="1" />
5963  </backdrop>
5964  <backdrop name="dotmatrix350" element="dotmatrixdot" state="0">
5965    <bounds x="25" y="5" width="1" height="1" />
5966  </backdrop>
5967  <backdrop name="dotmatrix351" element="dotmatrixdot" state="0">
5968    <bounds x="26" y="5" width="1" height="1" />
5969  </backdrop>
5970  <backdrop name="dotmatrix352" element="dotmatrixdot" state="0">
5971    <bounds x="27" y="5" width="1" height="1" />
5972  </backdrop>
5973  <backdrop name="dotmatrix353" element="dotmatrixdot" state="0">
5974    <bounds x="28" y="5" width="1" height="1" />
5975  </backdrop>
5976  <backdrop name="dotmatrix354" element="dotmatrixdot" state="0">
5977    <bounds x="29" y="5" width="1" height="1" />
5978  </backdrop>
5979  <backdrop name="dotmatrix355" element="dotmatrixdot" state="0">
5980    <bounds x="30" y="5" width="1" height="1" />
5981  </backdrop>
5982  <backdrop name="dotmatrix356" element="dotmatrixdot" state="0">
5983    <bounds x="31" y="5" width="1" height="1" />
5984  </backdrop>
5985  <backdrop name="dotmatrix357" element="dotmatrixdot" state="0">
5986    <bounds x="32" y="5" width="1" height="1" />
5987  </backdrop>
5988  <backdrop name="dotmatrix358" element="dotmatrixdot" state="0">
5989    <bounds x="33" y="5" width="1" height="1" />
5990  </backdrop>
5991  <backdrop name="dotmatrix359" element="dotmatrixdot" state="0">
5992    <bounds x="34" y="5" width="1" height="1" />
5993  </backdrop>
5994  <backdrop name="dotmatrix360" element="dotmatrixdot" state="0">
5995    <bounds x="35" y="5" width="1" height="1" />
5996  </backdrop>
5997  <backdrop name="dotmatrix361" element="dotmatrixdot" state="0">
5998    <bounds x="36" y="5" width="1" height="1" />
5999  </backdrop>
6000  <backdrop name="dotmatrix362" element="dotmatrixdot" state="0">
6001    <bounds x="37" y="5" width="1" height="1" />
6002  </backdrop>
6003  <backdrop name="dotmatrix363" element="dotmatrixdot" state="0">
6004    <bounds x="38" y="5" width="1" height="1" />
6005  </backdrop>
6006  <backdrop name="dotmatrix364" element="dotmatrixdot" state="0">
6007    <bounds x="39" y="5" width="1" height="1" />
6008  </backdrop>
6009  <backdrop name="dotmatrix365" element="dotmatrixdot" state="0">
6010    <bounds x="40" y="5" width="1" height="1" />
6011  </backdrop>
6012  <backdrop name="dotmatrix366" element="dotmatrixdot" state="0">
6013    <bounds x="41" y="5" width="1" height="1" />
6014  </backdrop>
6015  <backdrop name="dotmatrix367" element="dotmatrixdot" state="0">
6016    <bounds x="42" y="5" width="1" height="1" />
6017  </backdrop>
6018  <backdrop name="dotmatrix368" element="dotmatrixdot" state="0">
6019    <bounds x="43" y="5" width="1" height="1" />
6020  </backdrop>
6021  <backdrop name="dotmatrix369" element="dotmatrixdot" state="0">
6022    <bounds x="44" y="5" width="1" height="1" />
6023  </backdrop>
6024  <backdrop name="dotmatrix370" element="dotmatrixdot" state="0">
6025    <bounds x="45" y="5" width="1" height="1" />
6026  </backdrop>
6027  <backdrop name="dotmatrix371" element="dotmatrixdot" state="0">
6028    <bounds x="46" y="5" width="1" height="1" />
6029  </backdrop>
6030  <backdrop name="dotmatrix372" element="dotmatrixdot" state="0">
6031    <bounds x="47" y="5" width="1" height="1" />
6032  </backdrop>
6033  <backdrop name="dotmatrix373" element="dotmatrixdot" state="0">
6034    <bounds x="48" y="5" width="1" height="1" />
6035  </backdrop>
6036  <backdrop name="dotmatrix374" element="dotmatrixdot" state="0">
6037    <bounds x="49" y="5" width="1" height="1" />
6038  </backdrop>
6039  <backdrop name="dotmatrix375" element="dotmatrixdot" state="0">
6040    <bounds x="50" y="5" width="1" height="1" />
6041  </backdrop>
6042  <backdrop name="dotmatrix376" element="dotmatrixdot" state="0">
6043    <bounds x="51" y="5" width="1" height="1" />
6044  </backdrop>
6045  <backdrop name="dotmatrix377" element="dotmatrixdot" state="0">
6046    <bounds x="52" y="5" width="1" height="1" />
6047  </backdrop>
6048  <backdrop name="dotmatrix378" element="dotmatrixdot" state="0">
6049    <bounds x="53" y="5" width="1" height="1" />
6050  </backdrop>
6051  <backdrop name="dotmatrix379" element="dotmatrixdot" state="0">
6052    <bounds x="54" y="5" width="1" height="1" />
6053  </backdrop>
6054  <backdrop name="dotmatrix380" element="dotmatrixdot" state="0">
6055    <bounds x="55" y="5" width="1" height="1" />
6056  </backdrop>
6057  <backdrop name="dotmatrix381" element="dotmatrixdot" state="0">
6058    <bounds x="56" y="5" width="1" height="1" />
6059  </backdrop>
6060  <backdrop name="dotmatrix382" element="dotmatrixdot" state="0">
6061    <bounds x="57" y="5" width="1" height="1" />
6062  </backdrop>
6063  <backdrop name="dotmatrix383" element="dotmatrixdot" state="0">
6064    <bounds x="58" y="5" width="1" height="1" />
6065  </backdrop>
6066  <backdrop name="dotmatrix384" element="dotmatrixdot" state="0">
6067    <bounds x="59" y="5" width="1" height="1" />
6068  </backdrop>
6069  <backdrop name="dotmatrix385" element="dotmatrixdot" state="0">
6070    <bounds x="60" y="5" width="1" height="1" />
6071  </backdrop>
6072  <backdrop name="dotmatrix386" element="dotmatrixdot" state="0">
6073    <bounds x="61" y="5" width="1" height="1" />
6074  </backdrop>
6075  <backdrop name="dotmatrix387" element="dotmatrixdot" state="0">
6076    <bounds x="62" y="5" width="1" height="1" />
6077  </backdrop>
6078  <backdrop name="dotmatrix388" element="dotmatrixdot" state="0">
6079    <bounds x="63" y="5" width="1" height="1" />
6080  </backdrop>
6081  <backdrop name="dotmatrix389" element="dotmatrixdot" state="0">
6082    <bounds x="64" y="5" width="1" height="1" />
6083  </backdrop>
6084  <backdrop name="dotmatrix390" element="dotmatrixdot" state="0">
6085    <bounds x="0" y="6" width="1" height="1" />
6086  </backdrop>
6087  <backdrop name="dotmatrix391" element="dotmatrixdot" state="0">
6088    <bounds x="1" y="6" width="1" height="1" />
6089  </backdrop>
6090  <backdrop name="dotmatrix392" element="dotmatrixdot" state="0">
6091    <bounds x="2" y="6" width="1" height="1" />
6092  </backdrop>
6093  <backdrop name="dotmatrix393" element="dotmatrixdot" state="0">
6094    <bounds x="3" y="6" width="1" height="1" />
6095  </backdrop>
6096  <backdrop name="dotmatrix394" element="dotmatrixdot" state="0">
6097    <bounds x="4" y="6" width="1" height="1" />
6098  </backdrop>
6099  <backdrop name="dotmatrix395" element="dotmatrixdot" state="0">
6100    <bounds x="5" y="6" width="1" height="1" />
6101  </backdrop>
6102  <backdrop name="dotmatrix396" element="dotmatrixdot" state="0">
6103    <bounds x="6" y="6" width="1" height="1" />
6104  </backdrop>
6105  <backdrop name="dotmatrix397" element="dotmatrixdot" state="0">
6106    <bounds x="7" y="6" width="1" height="1" />
6107  </backdrop>
6108  <backdrop name="dotmatrix398" element="dotmatrixdot" state="0">
6109    <bounds x="8" y="6" width="1" height="1" />
6110  </backdrop>
6111  <backdrop name="dotmatrix399" element="dotmatrixdot" state="0">
6112    <bounds x="9" y="6" width="1" height="1" />
6113  </backdrop>
6114  <backdrop name="dotmatrix400" element="dotmatrixdot" state="0">
6115    <bounds x="10" y="6" width="1" height="1" />
6116  </backdrop>
6117  <backdrop name="dotmatrix401" element="dotmatrixdot" state="0">
6118    <bounds x="11" y="6" width="1" height="1" />
6119  </backdrop>
6120  <backdrop name="dotmatrix402" element="dotmatrixdot" state="0">
6121    <bounds x="12" y="6" width="1" height="1" />
6122  </backdrop>
6123  <backdrop name="dotmatrix403" element="dotmatrixdot" state="0">
6124    <bounds x="13" y="6" width="1" height="1" />
6125  </backdrop>
6126  <backdrop name="dotmatrix404" element="dotmatrixdot" state="0">
6127    <bounds x="14" y="6" width="1" height="1" />
6128  </backdrop>
6129  <backdrop name="dotmatrix405" element="dotmatrixdot" state="0">
6130    <bounds x="15" y="6" width="1" height="1" />
6131  </backdrop>
6132  <backdrop name="dotmatrix406" element="dotmatrixdot" state="0">
6133    <bounds x="16" y="6" width="1" height="1" />
6134  </backdrop>
6135  <backdrop name="dotmatrix407" element="dotmatrixdot" state="0">
6136    <bounds x="17" y="6" width="1" height="1" />
6137  </backdrop>
6138  <backdrop name="dotmatrix408" element="dotmatrixdot" state="0">
6139    <bounds x="18" y="6" width="1" height="1" />
6140  </backdrop>
6141  <backdrop name="dotmatrix409" element="dotmatrixdot" state="0">
6142    <bounds x="19" y="6" width="1" height="1" />
6143  </backdrop>
6144  <backdrop name="dotmatrix410" element="dotmatrixdot" state="0">
6145    <bounds x="20" y="6" width="1" height="1" />
6146  </backdrop>
6147  <backdrop name="dotmatrix411" element="dotmatrixdot" state="0">
6148    <bounds x="21" y="6" width="1" height="1" />
6149  </backdrop>
6150  <backdrop name="dotmatrix412" element="dotmatrixdot" state="0">
6151    <bounds x="22" y="6" width="1" height="1" />
6152  </backdrop>
6153  <backdrop name="dotmatrix413" element="dotmatrixdot" state="0">
6154    <bounds x="23" y="6" width="1" height="1" />
6155  </backdrop>
6156  <backdrop name="dotmatrix414" element="dotmatrixdot" state="0">
6157    <bounds x="24" y="6" width="1" height="1" />
6158  </backdrop>
6159  <backdrop name="dotmatrix415" element="dotmatrixdot" state="0">
6160    <bounds x="25" y="6" width="1" height="1" />
6161  </backdrop>
6162  <backdrop name="dotmatrix416" element="dotmatrixdot" state="0">
6163    <bounds x="26" y="6" width="1" height="1" />
6164  </backdrop>
6165  <backdrop name="dotmatrix417" element="dotmatrixdot" state="0">
6166    <bounds x="27" y="6" width="1" height="1" />
6167  </backdrop>
6168  <backdrop name="dotmatrix418" element="dotmatrixdot" state="0">
6169    <bounds x="28" y="6" width="1" height="1" />
6170  </backdrop>
6171  <backdrop name="dotmatrix419" element="dotmatrixdot" state="0">
6172    <bounds x="29" y="6" width="1" height="1" />
6173  </backdrop>
6174  <backdrop name="dotmatrix420" element="dotmatrixdot" state="0">
6175    <bounds x="30" y="6" width="1" height="1" />
6176  </backdrop>
6177  <backdrop name="dotmatrix421" element="dotmatrixdot" state="0">
6178    <bounds x="31" y="6" width="1" height="1" />
6179  </backdrop>
6180  <backdrop name="dotmatrix422" element="dotmatrixdot" state="0">
6181    <bounds x="32" y="6" width="1" height="1" />
6182  </backdrop>
6183  <backdrop name="dotmatrix423" element="dotmatrixdot" state="0">
6184    <bounds x="33" y="6" width="1" height="1" />
6185  </backdrop>
6186  <backdrop name="dotmatrix424" element="dotmatrixdot" state="0">
6187    <bounds x="34" y="6" width="1" height="1" />
6188  </backdrop>
6189  <backdrop name="dotmatrix425" element="dotmatrixdot" state="0">
6190    <bounds x="35" y="6" width="1" height="1" />
6191  </backdrop>
6192  <backdrop name="dotmatrix426" element="dotmatrixdot" state="0">
6193    <bounds x="36" y="6" width="1" height="1" />
6194  </backdrop>
6195  <backdrop name="dotmatrix427" element="dotmatrixdot" state="0">
6196    <bounds x="37" y="6" width="1" height="1" />
6197  </backdrop>
6198  <backdrop name="dotmatrix428" element="dotmatrixdot" state="0">
6199    <bounds x="38" y="6" width="1" height="1" />
6200  </backdrop>
6201  <backdrop name="dotmatrix429" element="dotmatrixdot" state="0">
6202    <bounds x="39" y="6" width="1" height="1" />
6203  </backdrop>
6204  <backdrop name="dotmatrix430" element="dotmatrixdot" state="0">
6205    <bounds x="40" y="6" width="1" height="1" />
6206  </backdrop>
6207  <backdrop name="dotmatrix431" element="dotmatrixdot" state="0">
6208    <bounds x="41" y="6" width="1" height="1" />
6209  </backdrop>
6210  <backdrop name="dotmatrix432" element="dotmatrixdot" state="0">
6211    <bounds x="42" y="6" width="1" height="1" />
6212  </backdrop>
6213  <backdrop name="dotmatrix433" element="dotmatrixdot" state="0">
6214    <bounds x="43" y="6" width="1" height="1" />
6215  </backdrop>
6216  <backdrop name="dotmatrix434" element="dotmatrixdot" state="0">
6217    <bounds x="44" y="6" width="1" height="1" />
6218  </backdrop>
6219  <backdrop name="dotmatrix435" element="dotmatrixdot" state="0">
6220    <bounds x="45" y="6" width="1" height="1" />
6221  </backdrop>
6222  <backdrop name="dotmatrix436" element="dotmatrixdot" state="0">
6223    <bounds x="46" y="6" width="1" height="1" />
6224  </backdrop>
6225  <backdrop name="dotmatrix437" element="dotmatrixdot" state="0">
6226    <bounds x="47" y="6" width="1" height="1" />
6227  </backdrop>
6228  <backdrop name="dotmatrix438" element="dotmatrixdot" state="0">
6229    <bounds x="48" y="6" width="1" height="1" />
6230  </backdrop>
6231  <backdrop name="dotmatrix439" element="dotmatrixdot" state="0">
6232    <bounds x="49" y="6" width="1" height="1" />
6233  </backdrop>
6234  <backdrop name="dotmatrix440" element="dotmatrixdot" state="0">
6235    <bounds x="50" y="6" width="1" height="1" />
6236  </backdrop>
6237  <backdrop name="dotmatrix441" element="dotmatrixdot" state="0">
6238    <bounds x="51" y="6" width="1" height="1" />
6239  </backdrop>
6240  <backdrop name="dotmatrix442" element="dotmatrixdot" state="0">
6241    <bounds x="52" y="6" width="1" height="1" />
6242  </backdrop>
6243  <backdrop name="dotmatrix443" element="dotmatrixdot" state="0">
6244    <bounds x="53" y="6" width="1" height="1" />
6245  </backdrop>
6246  <backdrop name="dotmatrix444" element="dotmatrixdot" state="0">
6247    <bounds x="54" y="6" width="1" height="1" />
6248  </backdrop>
6249  <backdrop name="dotmatrix445" element="dotmatrixdot" state="0">
6250    <bounds x="55" y="6" width="1" height="1" />
6251  </backdrop>
6252  <backdrop name="dotmatrix446" element="dotmatrixdot" state="0">
6253    <bounds x="56" y="6" width="1" height="1" />
6254  </backdrop>
6255  <backdrop name="dotmatrix447" element="dotmatrixdot" state="0">
6256    <bounds x="57" y="6" width="1" height="1" />
6257  </backdrop>
6258  <backdrop name="dotmatrix448" element="dotmatrixdot" state="0">
6259    <bounds x="58" y="6" width="1" height="1" />
6260  </backdrop>
6261  <backdrop name="dotmatrix449" element="dotmatrixdot" state="0">
6262    <bounds x="59" y="6" width="1" height="1" />
6263  </backdrop>
6264  <backdrop name="dotmatrix450" element="dotmatrixdot" state="0">
6265    <bounds x="60" y="6" width="1" height="1" />
6266  </backdrop>
6267  <backdrop name="dotmatrix451" element="dotmatrixdot" state="0">
6268    <bounds x="61" y="6" width="1" height="1" />
6269  </backdrop>
6270  <backdrop name="dotmatrix452" element="dotmatrixdot" state="0">
6271    <bounds x="62" y="6" width="1" height="1" />
6272  </backdrop>
6273  <backdrop name="dotmatrix453" element="dotmatrixdot" state="0">
6274    <bounds x="63" y="6" width="1" height="1" />
6275  </backdrop>
6276  <backdrop name="dotmatrix454" element="dotmatrixdot" state="0">
6277    <bounds x="64" y="6" width="1" height="1" />
6278  </backdrop>
6279  <backdrop name="dotmatrix455" element="dotmatrixdot" state="0">
6280    <bounds x="0" y="7" width="1" height="1" />
6281  </backdrop>
6282  <backdrop name="dotmatrix456" element="dotmatrixdot" state="0">
6283    <bounds x="1" y="7" width="1" height="1" />
6284  </backdrop>
6285  <backdrop name="dotmatrix457" element="dotmatrixdot" state="0">
6286    <bounds x="2" y="7" width="1" height="1" />
6287  </backdrop>
6288  <backdrop name="dotmatrix458" element="dotmatrixdot" state="0">
6289    <bounds x="3" y="7" width="1" height="1" />
6290  </backdrop>
6291  <backdrop name="dotmatrix459" element="dotmatrixdot" state="0">
6292    <bounds x="4" y="7" width="1" height="1" />
6293  </backdrop>
6294  <backdrop name="dotmatrix460" element="dotmatrixdot" state="0">
6295    <bounds x="5" y="7" width="1" height="1" />
6296  </backdrop>
6297  <backdrop name="dotmatrix461" element="dotmatrixdot" state="0">
6298    <bounds x="6" y="7" width="1" height="1" />
6299  </backdrop>
6300  <backdrop name="dotmatrix462" element="dotmatrixdot" state="0">
6301    <bounds x="7" y="7" width="1" height="1" />
6302  </backdrop>
6303  <backdrop name="dotmatrix463" element="dotmatrixdot" state="0">
6304    <bounds x="8" y="7" width="1" height="1" />
6305  </backdrop>
6306  <backdrop name="dotmatrix464" element="dotmatrixdot" state="0">
6307    <bounds x="9" y="7" width="1" height="1" />
6308  </backdrop>
6309  <backdrop name="dotmatrix465" element="dotmatrixdot" state="0">
6310    <bounds x="10" y="7" width="1" height="1" />
6311  </backdrop>
6312  <backdrop name="dotmatrix466" element="dotmatrixdot" state="0">
6313    <bounds x="11" y="7" width="1" height="1" />
6314  </backdrop>
6315  <backdrop name="dotmatrix467" element="dotmatrixdot" state="0">
6316    <bounds x="12" y="7" width="1" height="1" />
6317  </backdrop>
6318  <backdrop name="dotmatrix468" element="dotmatrixdot" state="0">
6319    <bounds x="13" y="7" width="1" height="1" />
6320  </backdrop>
6321  <backdrop name="dotmatrix469" element="dotmatrixdot" state="0">
6322    <bounds x="14" y="7" width="1" height="1" />
6323  </backdrop>
6324  <backdrop name="dotmatrix470" element="dotmatrixdot" state="0">
6325    <bounds x="15" y="7" width="1" height="1" />
6326  </backdrop>
6327  <backdrop name="dotmatrix471" element="dotmatrixdot" state="0">
6328    <bounds x="16" y="7" width="1" height="1" />
6329  </backdrop>
6330  <backdrop name="dotmatrix472" element="dotmatrixdot" state="0">
6331    <bounds x="17" y="7" width="1" height="1" />
6332  </backdrop>
6333  <backdrop name="dotmatrix473" element="dotmatrixdot" state="0">
6334    <bounds x="18" y="7" width="1" height="1" />
6335  </backdrop>
6336  <backdrop name="dotmatrix474" element="dotmatrixdot" state="0">
6337    <bounds x="19" y="7" width="1" height="1" />
6338  </backdrop>
6339  <backdrop name="dotmatrix475" element="dotmatrixdot" state="0">
6340    <bounds x="20" y="7" width="1" height="1" />
6341  </backdrop>
6342  <backdrop name="dotmatrix476" element="dotmatrixdot" state="0">
6343    <bounds x="21" y="7" width="1" height="1" />
6344  </backdrop>
6345  <backdrop name="dotmatrix477" element="dotmatrixdot" state="0">
6346    <bounds x="22" y="7" width="1" height="1" />
6347  </backdrop>
6348  <backdrop name="dotmatrix478" element="dotmatrixdot" state="0">
6349    <bounds x="23" y="7" width="1" height="1" />
6350  </backdrop>
6351  <backdrop name="dotmatrix479" element="dotmatrixdot" state="0">
6352    <bounds x="24" y="7" width="1" height="1" />
6353  </backdrop>
6354  <backdrop name="dotmatrix480" element="dotmatrixdot" state="0">
6355    <bounds x="25" y="7" width="1" height="1" />
6356  </backdrop>
6357  <backdrop name="dotmatrix481" element="dotmatrixdot" state="0">
6358    <bounds x="26" y="7" width="1" height="1" />
6359  </backdrop>
6360  <backdrop name="dotmatrix482" element="dotmatrixdot" state="0">
6361    <bounds x="27" y="7" width="1" height="1" />
6362  </backdrop>
6363  <backdrop name="dotmatrix483" element="dotmatrixdot" state="0">
6364    <bounds x="28" y="7" width="1" height="1" />
6365  </backdrop>
6366  <backdrop name="dotmatrix484" element="dotmatrixdot" state="0">
6367    <bounds x="29" y="7" width="1" height="1" />
6368  </backdrop>
6369  <backdrop name="dotmatrix485" element="dotmatrixdot" state="0">
6370    <bounds x="30" y="7" width="1" height="1" />
6371  </backdrop>
6372  <backdrop name="dotmatrix486" element="dotmatrixdot" state="0">
6373    <bounds x="31" y="7" width="1" height="1" />
6374  </backdrop>
6375  <backdrop name="dotmatrix487" element="dotmatrixdot" state="0">
6376    <bounds x="32" y="7" width="1" height="1" />
6377  </backdrop>
6378  <backdrop name="dotmatrix488" element="dotmatrixdot" state="0">
6379    <bounds x="33" y="7" width="1" height="1" />
6380  </backdrop>
6381  <backdrop name="dotmatrix489" element="dotmatrixdot" state="0">
6382    <bounds x="34" y="7" width="1" height="1" />
6383  </backdrop>
6384  <backdrop name="dotmatrix490" element="dotmatrixdot" state="0">
6385    <bounds x="35" y="7" width="1" height="1" />
6386  </backdrop>
6387  <backdrop name="dotmatrix491" element="dotmatrixdot" state="0">
6388    <bounds x="36" y="7" width="1" height="1" />
6389  </backdrop>
6390  <backdrop name="dotmatrix492" element="dotmatrixdot" state="0">
6391    <bounds x="37" y="7" width="1" height="1" />
6392  </backdrop>
6393  <backdrop name="dotmatrix493" element="dotmatrixdot" state="0">
6394    <bounds x="38" y="7" width="1" height="1" />
6395  </backdrop>
6396  <backdrop name="dotmatrix494" element="dotmatrixdot" state="0">
6397    <bounds x="39" y="7" width="1" height="1" />
6398  </backdrop>
6399  <backdrop name="dotmatrix495" element="dotmatrixdot" state="0">
6400    <bounds x="40" y="7" width="1" height="1" />
6401  </backdrop>
6402  <backdrop name="dotmatrix496" element="dotmatrixdot" state="0">
6403    <bounds x="41" y="7" width="1" height="1" />
6404  </backdrop>
6405  <backdrop name="dotmatrix497" element="dotmatrixdot" state="0">
6406    <bounds x="42" y="7" width="1" height="1" />
6407  </backdrop>
6408  <backdrop name="dotmatrix498" element="dotmatrixdot" state="0">
6409    <bounds x="43" y="7" width="1" height="1" />
6410  </backdrop>
6411  <backdrop name="dotmatrix499" element="dotmatrixdot" state="0">
6412    <bounds x="44" y="7" width="1" height="1" />
6413  </backdrop>
6414  <backdrop name="dotmatrix500" element="dotmatrixdot" state="0">
6415    <bounds x="45" y="7" width="1" height="1" />
6416  </backdrop>
6417  <backdrop name="dotmatrix501" element="dotmatrixdot" state="0">
6418    <bounds x="46" y="7" width="1" height="1" />
6419  </backdrop>
6420  <backdrop name="dotmatrix502" element="dotmatrixdot" state="0">
6421    <bounds x="47" y="7" width="1" height="1" />
6422  </backdrop>
6423  <backdrop name="dotmatrix503" element="dotmatrixdot" state="0">
6424    <bounds x="48" y="7" width="1" height="1" />
6425  </backdrop>
6426  <backdrop name="dotmatrix504" element="dotmatrixdot" state="0">
6427    <bounds x="49" y="7" width="1" height="1" />
6428  </backdrop>
6429  <backdrop name="dotmatrix505" element="dotmatrixdot" state="0">
6430    <bounds x="50" y="7" width="1" height="1" />
6431  </backdrop>
6432  <backdrop name="dotmatrix506" element="dotmatrixdot" state="0">
6433    <bounds x="51" y="7" width="1" height="1" />
6434  </backdrop>
6435  <backdrop name="dotmatrix507" element="dotmatrixdot" state="0">
6436    <bounds x="52" y="7" width="1" height="1" />
6437  </backdrop>
6438  <backdrop name="dotmatrix508" element="dotmatrixdot" state="0">
6439    <bounds x="53" y="7" width="1" height="1" />
6440  </backdrop>
6441  <backdrop name="dotmatrix509" element="dotmatrixdot" state="0">
6442    <bounds x="54" y="7" width="1" height="1" />
6443  </backdrop>
6444  <backdrop name="dotmatrix510" element="dotmatrixdot" state="0">
6445    <bounds x="55" y="7" width="1" height="1" />
6446  </backdrop>
6447  <backdrop name="dotmatrix511" element="dotmatrixdot" state="0">
6448    <bounds x="56" y="7" width="1" height="1" />
6449  </backdrop>
6450  <backdrop name="dotmatrix512" element="dotmatrixdot" state="0">
6451    <bounds x="57" y="7" width="1" height="1" />
6452  </backdrop>
6453  <backdrop name="dotmatrix513" element="dotmatrixdot" state="0">
6454    <bounds x="58" y="7" width="1" height="1" />
6455  </backdrop>
6456  <backdrop name="dotmatrix514" element="dotmatrixdot" state="0">
6457    <bounds x="59" y="7" width="1" height="1" />
6458  </backdrop>
6459  <backdrop name="dotmatrix515" element="dotmatrixdot" state="0">
6460    <bounds x="60" y="7" width="1" height="1" />
6461  </backdrop>
6462  <backdrop name="dotmatrix516" element="dotmatrixdot" state="0">
6463    <bounds x="61" y="7" width="1" height="1" />
6464  </backdrop>
6465  <backdrop name="dotmatrix517" element="dotmatrixdot" state="0">
6466    <bounds x="62" y="7" width="1" height="1" />
6467  </backdrop>
6468  <backdrop name="dotmatrix518" element="dotmatrixdot" state="0">
6469    <bounds x="63" y="7" width="1" height="1" />
6470  </backdrop>
6471  <backdrop name="dotmatrix519" element="dotmatrixdot" state="0">
6472    <bounds x="64" y="7" width="1" height="1" />
6473  </backdrop>
6474  <backdrop name="dotmatrix520" element="dotmatrixdot" state="0">
6475    <bounds x="0" y="8" width="1" height="1" />
6476  </backdrop>
6477  <backdrop name="dotmatrix521" element="dotmatrixdot" state="0">
6478    <bounds x="1" y="8" width="1" height="1" />
6479  </backdrop>
6480  <backdrop name="dotmatrix522" element="dotmatrixdot" state="0">
6481    <bounds x="2" y="8" width="1" height="1" />
6482  </backdrop>
6483  <backdrop name="dotmatrix523" element="dotmatrixdot" state="0">
6484    <bounds x="3" y="8" width="1" height="1" />
6485  </backdrop>
6486  <backdrop name="dotmatrix524" element="dotmatrixdot" state="0">
6487    <bounds x="4" y="8" width="1" height="1" />
6488  </backdrop>
6489  <backdrop name="dotmatrix525" element="dotmatrixdot" state="0">
6490    <bounds x="5" y="8" width="1" height="1" />
6491  </backdrop>
6492  <backdrop name="dotmatrix526" element="dotmatrixdot" state="0">
6493    <bounds x="6" y="8" width="1" height="1" />
6494  </backdrop>
6495  <backdrop name="dotmatrix527" element="dotmatrixdot" state="0">
6496    <bounds x="7" y="8" width="1" height="1" />
6497  </backdrop>
6498  <backdrop name="dotmatrix528" element="dotmatrixdot" state="0">
6499    <bounds x="8" y="8" width="1" height="1" />
6500  </backdrop>
6501  <backdrop name="dotmatrix529" element="dotmatrixdot" state="0">
6502    <bounds x="9" y="8" width="1" height="1" />
6503  </backdrop>
6504  <backdrop name="dotmatrix530" element="dotmatrixdot" state="0">
6505    <bounds x="10" y="8" width="1" height="1" />
6506  </backdrop>
6507  <backdrop name="dotmatrix531" element="dotmatrixdot" state="0">
6508    <bounds x="11" y="8" width="1" height="1" />
6509  </backdrop>
6510  <backdrop name="dotmatrix532" element="dotmatrixdot" state="0">
6511    <bounds x="12" y="8" width="1" height="1" />
6512  </backdrop>
6513  <backdrop name="dotmatrix533" element="dotmatrixdot" state="0">
6514    <bounds x="13" y="8" width="1" height="1" />
6515  </backdrop>
6516  <backdrop name="dotmatrix534" element="dotmatrixdot" state="0">
6517    <bounds x="14" y="8" width="1" height="1" />
6518  </backdrop>
6519  <backdrop name="dotmatrix535" element="dotmatrixdot" state="0">
6520    <bounds x="15" y="8" width="1" height="1" />
6521  </backdrop>
6522  <backdrop name="dotmatrix536" element="dotmatrixdot" state="0">
6523    <bounds x="16" y="8" width="1" height="1" />
6524  </backdrop>
6525  <backdrop name="dotmatrix537" element="dotmatrixdot" state="0">
6526    <bounds x="17" y="8" width="1" height="1" />
6527  </backdrop>
6528  <backdrop name="dotmatrix538" element="dotmatrixdot" state="0">
6529    <bounds x="18" y="8" width="1" height="1" />
6530  </backdrop>
6531  <backdrop name="dotmatrix539" element="dotmatrixdot" state="0">
6532    <bounds x="19" y="8" width="1" height="1" />
6533  </backdrop>
6534  <backdrop name="dotmatrix540" element="dotmatrixdot" state="0">
6535    <bounds x="20" y="8" width="1" height="1" />
6536  </backdrop>
6537  <backdrop name="dotmatrix541" element="dotmatrixdot" state="0">
6538    <bounds x="21" y="8" width="1" height="1" />
6539  </backdrop>
6540  <backdrop name="dotmatrix542" element="dotmatrixdot" state="0">
6541    <bounds x="22" y="8" width="1" height="1" />
6542  </backdrop>
6543  <backdrop name="dotmatrix543" element="dotmatrixdot" state="0">
6544    <bounds x="23" y="8" width="1" height="1" />
6545  </backdrop>
6546  <backdrop name="dotmatrix544" element="dotmatrixdot" state="0">
6547    <bounds x="24" y="8" width="1" height="1" />
6548  </backdrop>
6549  <backdrop name="dotmatrix545" element="dotmatrixdot" state="0">
6550    <bounds x="25" y="8" width="1" height="1" />
6551  </backdrop>
6552  <backdrop name="dotmatrix546" element="dotmatrixdot" state="0">
6553    <bounds x="26" y="8" width="1" height="1" />
6554  </backdrop>
6555  <backdrop name="dotmatrix547" element="dotmatrixdot" state="0">
6556    <bounds x="27" y="8" width="1" height="1" />
6557  </backdrop>
6558  <backdrop name="dotmatrix548" element="dotmatrixdot" state="0">
6559    <bounds x="28" y="8" width="1" height="1" />
6560  </backdrop>
6561  <backdrop name="dotmatrix549" element="dotmatrixdot" state="0">
6562    <bounds x="29" y="8" width="1" height="1" />
6563  </backdrop>
6564  <backdrop name="dotmatrix550" element="dotmatrixdot" state="0">
6565    <bounds x="30" y="8" width="1" height="1" />
6566  </backdrop>
6567  <backdrop name="dotmatrix551" element="dotmatrixdot" state="0">
6568    <bounds x="31" y="8" width="1" height="1" />
6569  </backdrop>
6570  <backdrop name="dotmatrix552" element="dotmatrixdot" state="0">
6571    <bounds x="32" y="8" width="1" height="1" />
6572  </backdrop>
6573  <backdrop name="dotmatrix553" element="dotmatrixdot" state="0">
6574    <bounds x="33" y="8" width="1" height="1" />
6575  </backdrop>
6576  <backdrop name="dotmatrix554" element="dotmatrixdot" state="0">
6577    <bounds x="34" y="8" width="1" height="1" />
6578  </backdrop>
6579  <backdrop name="dotmatrix555" element="dotmatrixdot" state="0">
6580    <bounds x="35" y="8" width="1" height="1" />
6581  </backdrop>
6582  <backdrop name="dotmatrix556" element="dotmatrixdot" state="0">
6583    <bounds x="36" y="8" width="1" height="1" />
6584  </backdrop>
6585  <backdrop name="dotmatrix557" element="dotmatrixdot" state="0">
6586    <bounds x="37" y="8" width="1" height="1" />
6587  </backdrop>
6588  <backdrop name="dotmatrix558" element="dotmatrixdot" state="0">
6589    <bounds x="38" y="8" width="1" height="1" />
6590  </backdrop>
6591  <backdrop name="dotmatrix559" element="dotmatrixdot" state="0">
6592    <bounds x="39" y="8" width="1" height="1" />
6593  </backdrop>
6594  <backdrop name="dotmatrix560" element="dotmatrixdot" state="0">
6595    <bounds x="40" y="8" width="1" height="1" />
6596  </backdrop>
6597  <backdrop name="dotmatrix561" element="dotmatrixdot" state="0">
6598    <bounds x="41" y="8" width="1" height="1" />
6599  </backdrop>
6600  <backdrop name="dotmatrix562" element="dotmatrixdot" state="0">
6601    <bounds x="42" y="8" width="1" height="1" />
6602  </backdrop>
6603  <backdrop name="dotmatrix563" element="dotmatrixdot" state="0">
6604    <bounds x="43" y="8" width="1" height="1" />
6605  </backdrop>
6606  <backdrop name="dotmatrix564" element="dotmatrixdot" state="0">
6607    <bounds x="44" y="8" width="1" height="1" />
6608  </backdrop>
6609  <backdrop name="dotmatrix565" element="dotmatrixdot" state="0">
6610    <bounds x="45" y="8" width="1" height="1" />
6611  </backdrop>
6612  <backdrop name="dotmatrix566" element="dotmatrixdot" state="0">
6613    <bounds x="46" y="8" width="1" height="1" />
6614  </backdrop>
6615  <backdrop name="dotmatrix567" element="dotmatrixdot" state="0">
6616    <bounds x="47" y="8" width="1" height="1" />
6617  </backdrop>
6618  <backdrop name="dotmatrix568" element="dotmatrixdot" state="0">
6619    <bounds x="48" y="8" width="1" height="1" />
6620  </backdrop>
6621  <backdrop name="dotmatrix569" element="dotmatrixdot" state="0">
6622    <bounds x="49" y="8" width="1" height="1" />
6623  </backdrop>
6624  <backdrop name="dotmatrix570" element="dotmatrixdot" state="0">
6625    <bounds x="50" y="8" width="1" height="1" />
6626  </backdrop>
6627  <backdrop name="dotmatrix571" element="dotmatrixdot" state="0">
6628    <bounds x="51" y="8" width="1" height="1" />
6629  </backdrop>
6630  <backdrop name="dotmatrix572" element="dotmatrixdot" state="0">
6631    <bounds x="52" y="8" width="1" height="1" />
6632  </backdrop>
6633  <backdrop name="dotmatrix573" element="dotmatrixdot" state="0">
6634    <bounds x="53" y="8" width="1" height="1" />
6635  </backdrop>
6636  <backdrop name="dotmatrix574" element="dotmatrixdot" state="0">
6637    <bounds x="54" y="8" width="1" height="1" />
6638  </backdrop>
6639  <backdrop name="dotmatrix575" element="dotmatrixdot" state="0">
6640    <bounds x="55" y="8" width="1" height="1" />
6641  </backdrop>
6642  <backdrop name="dotmatrix576" element="dotmatrixdot" state="0">
6643    <bounds x="56" y="8" width="1" height="1" />
6644  </backdrop>
6645  <backdrop name="dotmatrix577" element="dotmatrixdot" state="0">
6646    <bounds x="57" y="8" width="1" height="1" />
6647  </backdrop>
6648  <backdrop name="dotmatrix578" element="dotmatrixdot" state="0">
6649    <bounds x="58" y="8" width="1" height="1" />
6650  </backdrop>
6651  <backdrop name="dotmatrix579" element="dotmatrixdot" state="0">
6652    <bounds x="59" y="8" width="1" height="1" />
6653  </backdrop>
6654  <backdrop name="dotmatrix580" element="dotmatrixdot" state="0">
6655    <bounds x="60" y="8" width="1" height="1" />
6656  </backdrop>
6657  <backdrop name="dotmatrix581" element="dotmatrixdot" state="0">
6658    <bounds x="61" y="8" width="1" height="1" />
6659  </backdrop>
6660  <backdrop name="dotmatrix582" element="dotmatrixdot" state="0">
6661    <bounds x="62" y="8" width="1" height="1" />
6662  </backdrop>
6663  <backdrop name="dotmatrix583" element="dotmatrixdot" state="0">
6664    <bounds x="63" y="8" width="1" height="1" />
6665  </backdrop>
6666  <backdrop name="dotmatrix584" element="dotmatrixdot" state="0">
6667    <bounds x="64" y="8" width="1" height="1" />
6668  </backdrop>
6669  <backdrop name="dotmatrix585" element="dotmatrixdot" state="0">
6670    <bounds x="0" y="9" width="1" height="1" />
6671  </backdrop>
6672  <backdrop name="dotmatrix586" element="dotmatrixdot" state="0">
6673    <bounds x="1" y="9" width="1" height="1" />
6674  </backdrop>
6675  <backdrop name="dotmatrix587" element="dotmatrixdot" state="0">
6676    <bounds x="2" y="9" width="1" height="1" />
6677  </backdrop>
6678  <backdrop name="dotmatrix588" element="dotmatrixdot" state="0">
6679    <bounds x="3" y="9" width="1" height="1" />
6680  </backdrop>
6681  <backdrop name="dotmatrix589" element="dotmatrixdot" state="0">
6682    <bounds x="4" y="9" width="1" height="1" />
6683  </backdrop>
6684  <backdrop name="dotmatrix590" element="dotmatrixdot" state="0">
6685    <bounds x="5" y="9" width="1" height="1" />
6686  </backdrop>
6687  <backdrop name="dotmatrix591" element="dotmatrixdot" state="0">
6688    <bounds x="6" y="9" width="1" height="1" />
6689  </backdrop>
6690  <backdrop name="dotmatrix592" element="dotmatrixdot" state="0">
6691    <bounds x="7" y="9" width="1" height="1" />
6692  </backdrop>
6693  <backdrop name="dotmatrix593" element="dotmatrixdot" state="0">
6694    <bounds x="8" y="9" width="1" height="1" />
6695  </backdrop>
6696  <backdrop name="dotmatrix594" element="dotmatrixdot" state="0">
6697    <bounds x="9" y="9" width="1" height="1" />
6698  </backdrop>
6699  <backdrop name="dotmatrix595" element="dotmatrixdot" state="0">
6700    <bounds x="10" y="9" width="1" height="1" />
6701  </backdrop>
6702  <backdrop name="dotmatrix596" element="dotmatrixdot" state="0">
6703    <bounds x="11" y="9" width="1" height="1" />
6704  </backdrop>
6705  <backdrop name="dotmatrix597" element="dotmatrixdot" state="0">
6706    <bounds x="12" y="9" width="1" height="1" />
6707  </backdrop>
6708  <backdrop name="dotmatrix598" element="dotmatrixdot" state="0">
6709    <bounds x="13" y="9" width="1" height="1" />
6710  </backdrop>
6711  <backdrop name="dotmatrix599" element="dotmatrixdot" state="0">
6712    <bounds x="14" y="9" width="1" height="1" />
6713  </backdrop>
6714  <backdrop name="dotmatrix600" element="dotmatrixdot" state="0">
6715    <bounds x="15" y="9" width="1" height="1" />
6716  </backdrop>
6717  <backdrop name="dotmatrix601" element="dotmatrixdot" state="0">
6718    <bounds x="16" y="9" width="1" height="1" />
6719  </backdrop>
6720  <backdrop name="dotmatrix602" element="dotmatrixdot" state="0">
6721    <bounds x="17" y="9" width="1" height="1" />
6722  </backdrop>
6723  <backdrop name="dotmatrix603" element="dotmatrixdot" state="0">
6724    <bounds x="18" y="9" width="1" height="1" />
6725  </backdrop>
6726  <backdrop name="dotmatrix604" element="dotmatrixdot" state="0">
6727    <bounds x="19" y="9" width="1" height="1" />
6728  </backdrop>
6729  <backdrop name="dotmatrix605" element="dotmatrixdot" state="0">
6730    <bounds x="20" y="9" width="1" height="1" />
6731  </backdrop>
6732  <backdrop name="dotmatrix606" element="dotmatrixdot" state="0">
6733    <bounds x="21" y="9" width="1" height="1" />
6734  </backdrop>
6735  <backdrop name="dotmatrix607" element="dotmatrixdot" state="0">
6736    <bounds x="22" y="9" width="1" height="1" />
6737  </backdrop>
6738  <backdrop name="dotmatrix608" element="dotmatrixdot" state="0">
6739    <bounds x="23" y="9" width="1" height="1" />
6740  </backdrop>
6741  <backdrop name="dotmatrix609" element="dotmatrixdot" state="0">
6742    <bounds x="24" y="9" width="1" height="1" />
6743  </backdrop>
6744  <backdrop name="dotmatrix610" element="dotmatrixdot" state="0">
6745    <bounds x="25" y="9" width="1" height="1" />
6746  </backdrop>
6747  <backdrop name="dotmatrix611" element="dotmatrixdot" state="0">
6748    <bounds x="26" y="9" width="1" height="1" />
6749  </backdrop>
6750  <backdrop name="dotmatrix612" element="dotmatrixdot" state="0">
6751    <bounds x="27" y="9" width="1" height="1" />
6752  </backdrop>
6753  <backdrop name="dotmatrix613" element="dotmatrixdot" state="0">
6754    <bounds x="28" y="9" width="1" height="1" />
6755  </backdrop>
6756  <backdrop name="dotmatrix614" element="dotmatrixdot" state="0">
6757    <bounds x="29" y="9" width="1" height="1" />
6758  </backdrop>
6759  <backdrop name="dotmatrix615" element="dotmatrixdot" state="0">
6760    <bounds x="30" y="9" width="1" height="1" />
6761  </backdrop>
6762  <backdrop name="dotmatrix616" element="dotmatrixdot" state="0">
6763    <bounds x="31" y="9" width="1" height="1" />
6764  </backdrop>
6765  <backdrop name="dotmatrix617" element="dotmatrixdot" state="0">
6766    <bounds x="32" y="9" width="1" height="1" />
6767  </backdrop>
6768  <backdrop name="dotmatrix618" element="dotmatrixdot" state="0">
6769    <bounds x="33" y="9" width="1" height="1" />
6770  </backdrop>
6771  <backdrop name="dotmatrix619" element="dotmatrixdot" state="0">
6772    <bounds x="34" y="9" width="1" height="1" />
6773  </backdrop>
6774  <backdrop name="dotmatrix620" element="dotmatrixdot" state="0">
6775    <bounds x="35" y="9" width="1" height="1" />
6776  </backdrop>
6777  <backdrop name="dotmatrix621" element="dotmatrixdot" state="0">
6778    <bounds x="36" y="9" width="1" height="1" />
6779  </backdrop>
6780  <backdrop name="dotmatrix622" element="dotmatrixdot" state="0">
6781    <bounds x="37" y="9" width="1" height="1" />
6782  </backdrop>
6783  <backdrop name="dotmatrix623" element="dotmatrixdot" state="0">
6784    <bounds x="38" y="9" width="1" height="1" />
6785  </backdrop>
6786  <backdrop name="dotmatrix624" element="dotmatrixdot" state="0">
6787    <bounds x="39" y="9" width="1" height="1" />
6788  </backdrop>
6789  <backdrop name="dotmatrix625" element="dotmatrixdot" state="0">
6790    <bounds x="40" y="9" width="1" height="1" />
6791  </backdrop>
6792  <backdrop name="dotmatrix626" element="dotmatrixdot" state="0">
6793    <bounds x="41" y="9" width="1" height="1" />
6794  </backdrop>
6795  <backdrop name="dotmatrix627" element="dotmatrixdot" state="0">
6796    <bounds x="42" y="9" width="1" height="1" />
6797  </backdrop>
6798  <backdrop name="dotmatrix628" element="dotmatrixdot" state="0">
6799    <bounds x="43" y="9" width="1" height="1" />
6800  </backdrop>
6801  <backdrop name="dotmatrix629" element="dotmatrixdot" state="0">
6802    <bounds x="44" y="9" width="1" height="1" />
6803  </backdrop>
6804  <backdrop name="dotmatrix630" element="dotmatrixdot" state="0">
6805    <bounds x="45" y="9" width="1" height="1" />
6806  </backdrop>
6807  <backdrop name="dotmatrix631" element="dotmatrixdot" state="0">
6808    <bounds x="46" y="9" width="1" height="1" />
6809  </backdrop>
6810  <backdrop name="dotmatrix632" element="dotmatrixdot" state="0">
6811    <bounds x="47" y="9" width="1" height="1" />
6812  </backdrop>
6813  <backdrop name="dotmatrix633" element="dotmatrixdot" state="0">
6814    <bounds x="48" y="9" width="1" height="1" />
6815  </backdrop>
6816  <backdrop name="dotmatrix634" element="dotmatrixdot" state="0">
6817    <bounds x="49" y="9" width="1" height="1" />
6818  </backdrop>
6819  <backdrop name="dotmatrix635" element="dotmatrixdot" state="0">
6820    <bounds x="50" y="9" width="1" height="1" />
6821  </backdrop>
6822  <backdrop name="dotmatrix636" element="dotmatrixdot" state="0">
6823    <bounds x="51" y="9" width="1" height="1" />
6824  </backdrop>
6825  <backdrop name="dotmatrix637" element="dotmatrixdot" state="0">
6826    <bounds x="52" y="9" width="1" height="1" />
6827  </backdrop>
6828  <backdrop name="dotmatrix638" element="dotmatrixdot" state="0">
6829    <bounds x="53" y="9" width="1" height="1" />
6830  </backdrop>
6831  <backdrop name="dotmatrix639" element="dotmatrixdot" state="0">
6832    <bounds x="54" y="9" width="1" height="1" />
6833  </backdrop>
6834  <backdrop name="dotmatrix640" element="dotmatrixdot" state="0">
6835    <bounds x="55" y="9" width="1" height="1" />
6836  </backdrop>
6837  <backdrop name="dotmatrix641" element="dotmatrixdot" state="0">
6838    <bounds x="56" y="9" width="1" height="1" />
6839  </backdrop>
6840  <backdrop name="dotmatrix642" element="dotmatrixdot" state="0">
6841    <bounds x="57" y="9" width="1" height="1" />
6842  </backdrop>
6843  <backdrop name="dotmatrix643" element="dotmatrixdot" state="0">
6844    <bounds x="58" y="9" width="1" height="1" />
6845  </backdrop>
6846  <backdrop name="dotmatrix644" element="dotmatrixdot" state="0">
6847    <bounds x="59" y="9" width="1" height="1" />
6848  </backdrop>
6849  <backdrop name="dotmatrix645" element="dotmatrixdot" state="0">
6850    <bounds x="60" y="9" width="1" height="1" />
6851  </backdrop>
6852  <backdrop name="dotmatrix646" element="dotmatrixdot" state="0">
6853    <bounds x="61" y="9" width="1" height="1" />
6854  </backdrop>
6855  <backdrop name="dotmatrix647" element="dotmatrixdot" state="0">
6856    <bounds x="62" y="9" width="1" height="1" />
6857  </backdrop>
6858  <backdrop name="dotmatrix648" element="dotmatrixdot" state="0">
6859    <bounds x="63" y="9" width="1" height="1" />
6860  </backdrop>
6861  <backdrop name="dotmatrix649" element="dotmatrixdot" state="0">
6862    <bounds x="64" y="9" width="1" height="1" />
6863  </backdrop>
6864  <backdrop name="dotmatrix650" element="dotmatrixdot" state="0">
6865    <bounds x="0" y="10" width="1" height="1" />
6866  </backdrop>
6867  <backdrop name="dotmatrix651" element="dotmatrixdot" state="0">
6868    <bounds x="1" y="10" width="1" height="1" />
6869  </backdrop>
6870  <backdrop name="dotmatrix652" element="dotmatrixdot" state="0">
6871    <bounds x="2" y="10" width="1" height="1" />
6872  </backdrop>
6873  <backdrop name="dotmatrix653" element="dotmatrixdot" state="0">
6874    <bounds x="3" y="10" width="1" height="1" />
6875  </backdrop>
6876  <backdrop name="dotmatrix654" element="dotmatrixdot" state="0">
6877    <bounds x="4" y="10" width="1" height="1" />
6878  </backdrop>
6879  <backdrop name="dotmatrix655" element="dotmatrixdot" state="0">
6880    <bounds x="5" y="10" width="1" height="1" />
6881  </backdrop>
6882  <backdrop name="dotmatrix656" element="dotmatrixdot" state="0">
6883    <bounds x="6" y="10" width="1" height="1" />
6884  </backdrop>
6885  <backdrop name="dotmatrix657" element="dotmatrixdot" state="0">
6886    <bounds x="7" y="10" width="1" height="1" />
6887  </backdrop>
6888  <backdrop name="dotmatrix658" element="dotmatrixdot" state="0">
6889    <bounds x="8" y="10" width="1" height="1" />
6890  </backdrop>
6891  <backdrop name="dotmatrix659" element="dotmatrixdot" state="0">
6892    <bounds x="9" y="10" width="1" height="1" />
6893  </backdrop>
6894  <backdrop name="dotmatrix660" element="dotmatrixdot" state="0">
6895    <bounds x="10" y="10" width="1" height="1" />
6896  </backdrop>
6897  <backdrop name="dotmatrix661" element="dotmatrixdot" state="0">
6898    <bounds x="11" y="10" width="1" height="1" />
6899  </backdrop>
6900  <backdrop name="dotmatrix662" element="dotmatrixdot" state="0">
6901    <bounds x="12" y="10" width="1" height="1" />
6902  </backdrop>
6903  <backdrop name="dotmatrix663" element="dotmatrixdot" state="0">
6904    <bounds x="13" y="10" width="1" height="1" />
6905  </backdrop>
6906  <backdrop name="dotmatrix664" element="dotmatrixdot" state="0">
6907    <bounds x="14" y="10" width="1" height="1" />
6908  </backdrop>
6909  <backdrop name="dotmatrix665" element="dotmatrixdot" state="0">
6910    <bounds x="15" y="10" width="1" height="1" />
6911  </backdrop>
6912  <backdrop name="dotmatrix666" element="dotmatrixdot" state="0">
6913    <bounds x="16" y="10" width="1" height="1" />
6914  </backdrop>
6915  <backdrop name="dotmatrix667" element="dotmatrixdot" state="0">
6916    <bounds x="17" y="10" width="1" height="1" />
6917  </backdrop>
6918  <backdrop name="dotmatrix668" element="dotmatrixdot" state="0">
6919    <bounds x="18" y="10" width="1" height="1" />
6920  </backdrop>
6921  <backdrop name="dotmatrix669" element="dotmatrixdot" state="0">
6922    <bounds x="19" y="10" width="1" height="1" />
6923  </backdrop>
6924  <backdrop name="dotmatrix670" element="dotmatrixdot" state="0">
6925    <bounds x="20" y="10" width="1" height="1" />
6926  </backdrop>
6927  <backdrop name="dotmatrix671" element="dotmatrixdot" state="0">
6928    <bounds x="21" y="10" width="1" height="1" />
6929  </backdrop>
6930  <backdrop name="dotmatrix672" element="dotmatrixdot" state="0">
6931    <bounds x="22" y="10" width="1" height="1" />
6932  </backdrop>
6933  <backdrop name="dotmatrix673" element="dotmatrixdot" state="0">
6934    <bounds x="23" y="10" width="1" height="1" />
6935  </backdrop>
6936  <backdrop name="dotmatrix674" element="dotmatrixdot" state="0">
6937    <bounds x="24" y="10" width="1" height="1" />
6938  </backdrop>
6939  <backdrop name="dotmatrix675" element="dotmatrixdot" state="0">
6940    <bounds x="25" y="10" width="1" height="1" />
6941  </backdrop>
6942  <backdrop name="dotmatrix676" element="dotmatrixdot" state="0">
6943    <bounds x="26" y="10" width="1" height="1" />
6944  </backdrop>
6945  <backdrop name="dotmatrix677" element="dotmatrixdot" state="0">
6946    <bounds x="27" y="10" width="1" height="1" />
6947  </backdrop>
6948  <backdrop name="dotmatrix678" element="dotmatrixdot" state="0">
6949    <bounds x="28" y="10" width="1" height="1" />
6950  </backdrop>
6951  <backdrop name="dotmatrix679" element="dotmatrixdot" state="0">
6952    <bounds x="29" y="10" width="1" height="1" />
6953  </backdrop>
6954  <backdrop name="dotmatrix680" element="dotmatrixdot" state="0">
6955    <bounds x="30" y="10" width="1" height="1" />
6956  </backdrop>
6957  <backdrop name="dotmatrix681" element="dotmatrixdot" state="0">
6958    <bounds x="31" y="10" width="1" height="1" />
6959  </backdrop>
6960  <backdrop name="dotmatrix682" element="dotmatrixdot" state="0">
6961    <bounds x="32" y="10" width="1" height="1" />
6962  </backdrop>
6963  <backdrop name="dotmatrix683" element="dotmatrixdot" state="0">
6964    <bounds x="33" y="10" width="1" height="1" />
6965  </backdrop>
6966  <backdrop name="dotmatrix684" element="dotmatrixdot" state="0">
6967    <bounds x="34" y="10" width="1" height="1" />
6968  </backdrop>
6969  <backdrop name="dotmatrix685" element="dotmatrixdot" state="0">
6970    <bounds x="35" y="10" width="1" height="1" />
6971  </backdrop>
6972  <backdrop name="dotmatrix686" element="dotmatrixdot" state="0">
6973    <bounds x="36" y="10" width="1" height="1" />
6974  </backdrop>
6975  <backdrop name="dotmatrix687" element="dotmatrixdot" state="0">
6976    <bounds x="37" y="10" width="1" height="1" />
6977  </backdrop>
6978  <backdrop name="dotmatrix688" element="dotmatrixdot" state="0">
6979    <bounds x="38" y="10" width="1" height="1" />
6980  </backdrop>
6981  <backdrop name="dotmatrix689" element="dotmatrixdot" state="0">
6982    <bounds x="39" y="10" width="1" height="1" />
6983  </backdrop>
6984  <backdrop name="dotmatrix690" element="dotmatrixdot" state="0">
6985    <bounds x="40" y="10" width="1" height="1" />
6986  </backdrop>
6987  <backdrop name="dotmatrix691" element="dotmatrixdot" state="0">
6988    <bounds x="41" y="10" width="1" height="1" />
6989  </backdrop>
6990  <backdrop name="dotmatrix692" element="dotmatrixdot" state="0">
6991    <bounds x="42" y="10" width="1" height="1" />
6992  </backdrop>
6993  <backdrop name="dotmatrix693" element="dotmatrixdot" state="0">
6994    <bounds x="43" y="10" width="1" height="1" />
6995  </backdrop>
6996  <backdrop name="dotmatrix694" element="dotmatrixdot" state="0">
6997    <bounds x="44" y="10" width="1" height="1" />
6998  </backdrop>
6999  <backdrop name="dotmatrix695" element="dotmatrixdot" state="0">
7000    <bounds x="45" y="10" width="1" height="1" />
7001  </backdrop>
7002  <backdrop name="dotmatrix696" element="dotmatrixdot" state="0">
7003    <bounds x="46" y="10" width="1" height="1" />
7004  </backdrop>
7005  <backdrop name="dotmatrix697" element="dotmatrixdot" state="0">
7006    <bounds x="47" y="10" width="1" height="1" />
7007  </backdrop>
7008  <backdrop name="dotmatrix698" element="dotmatrixdot" state="0">
7009    <bounds x="48" y="10" width="1" height="1" />
7010  </backdrop>
7011  <backdrop name="dotmatrix699" element="dotmatrixdot" state="0">
7012    <bounds x="49" y="10" width="1" height="1" />
7013  </backdrop>
7014  <backdrop name="dotmatrix700" element="dotmatrixdot" state="0">
7015    <bounds x="50" y="10" width="1" height="1" />
7016  </backdrop>
7017  <backdrop name="dotmatrix701" element="dotmatrixdot" state="0">
7018    <bounds x="51" y="10" width="1" height="1" />
7019  </backdrop>
7020  <backdrop name="dotmatrix702" element="dotmatrixdot" state="0">
7021    <bounds x="52" y="10" width="1" height="1" />
7022  </backdrop>
7023  <backdrop name="dotmatrix703" element="dotmatrixdot" state="0">
7024    <bounds x="53" y="10" width="1" height="1" />
7025  </backdrop>
7026  <backdrop name="dotmatrix704" element="dotmatrixdot" state="0">
7027    <bounds x="54" y="10" width="1" height="1" />
7028  </backdrop>
7029  <backdrop name="dotmatrix705" element="dotmatrixdot" state="0">
7030    <bounds x="55" y="10" width="1" height="1" />
7031  </backdrop>
7032  <backdrop name="dotmatrix706" element="dotmatrixdot" state="0">
7033    <bounds x="56" y="10" width="1" height="1" />
7034  </backdrop>
7035  <backdrop name="dotmatrix707" element="dotmatrixdot" state="0">
7036    <bounds x="57" y="10" width="1" height="1" />
7037  </backdrop>
7038  <backdrop name="dotmatrix708" element="dotmatrixdot" state="0">
7039    <bounds x="58" y="10" width="1" height="1" />
7040  </backdrop>
7041  <backdrop name="dotmatrix709" element="dotmatrixdot" state="0">
7042    <bounds x="59" y="10" width="1" height="1" />
7043  </backdrop>
7044  <backdrop name="dotmatrix710" element="dotmatrixdot" state="0">
7045    <bounds x="60" y="10" width="1" height="1" />
7046  </backdrop>
7047  <backdrop name="dotmatrix711" element="dotmatrixdot" state="0">
7048    <bounds x="61" y="10" width="1" height="1" />
7049  </backdrop>
7050  <backdrop name="dotmatrix712" element="dotmatrixdot" state="0">
7051    <bounds x="62" y="10" width="1" height="1" />
7052  </backdrop>
7053  <backdrop name="dotmatrix713" element="dotmatrixdot" state="0">
7054    <bounds x="63" y="10" width="1" height="1" />
7055  </backdrop>
7056  <backdrop name="dotmatrix714" element="dotmatrixdot" state="0">
7057    <bounds x="64" y="10" width="1" height="1" />
7058  </backdrop>
7059  <backdrop name="dotmatrix715" element="dotmatrixdot" state="0">
7060    <bounds x="0" y="11" width="1" height="1" />
7061  </backdrop>
7062  <backdrop name="dotmatrix716" element="dotmatrixdot" state="0">
7063    <bounds x="1" y="11" width="1" height="1" />
7064  </backdrop>
7065  <backdrop name="dotmatrix717" element="dotmatrixdot" state="0">
7066    <bounds x="2" y="11" width="1" height="1" />
7067  </backdrop>
7068  <backdrop name="dotmatrix718" element="dotmatrixdot" state="0">
7069    <bounds x="3" y="11" width="1" height="1" />
7070  </backdrop>
7071  <backdrop name="dotmatrix719" element="dotmatrixdot" state="0">
7072    <bounds x="4" y="11" width="1" height="1" />
7073  </backdrop>
7074  <backdrop name="dotmatrix720" element="dotmatrixdot" state="0">
7075    <bounds x="5" y="11" width="1" height="1" />
7076  </backdrop>
7077  <backdrop name="dotmatrix721" element="dotmatrixdot" state="0">
7078    <bounds x="6" y="11" width="1" height="1" />
7079  </backdrop>
7080  <backdrop name="dotmatrix722" element="dotmatrixdot" state="0">
7081    <bounds x="7" y="11" width="1" height="1" />
7082  </backdrop>
7083  <backdrop name="dotmatrix723" element="dotmatrixdot" state="0">
7084    <bounds x="8" y="11" width="1" height="1" />
7085  </backdrop>
7086  <backdrop name="dotmatrix724" element="dotmatrixdot" state="0">
7087    <bounds x="9" y="11" width="1" height="1" />
7088  </backdrop>
7089  <backdrop name="dotmatrix725" element="dotmatrixdot" state="0">
7090    <bounds x="10" y="11" width="1" height="1" />
7091  </backdrop>
7092  <backdrop name="dotmatrix726" element="dotmatrixdot" state="0">
7093    <bounds x="11" y="11" width="1" height="1" />
7094  </backdrop>
7095  <backdrop name="dotmatrix727" element="dotmatrixdot" state="0">
7096    <bounds x="12" y="11" width="1" height="1" />
7097  </backdrop>
7098  <backdrop name="dotmatrix728" element="dotmatrixdot" state="0">
7099    <bounds x="13" y="11" width="1" height="1" />
7100  </backdrop>
7101  <backdrop name="dotmatrix729" element="dotmatrixdot" state="0">
7102    <bounds x="14" y="11" width="1" height="1" />
7103  </backdrop>
7104  <backdrop name="dotmatrix730" element="dotmatrixdot" state="0">
7105    <bounds x="15" y="11" width="1" height="1" />
7106  </backdrop>
7107  <backdrop name="dotmatrix731" element="dotmatrixdot" state="0">
7108    <bounds x="16" y="11" width="1" height="1" />
7109  </backdrop>
7110  <backdrop name="dotmatrix732" element="dotmatrixdot" state="0">
7111    <bounds x="17" y="11" width="1" height="1" />
7112  </backdrop>
7113  <backdrop name="dotmatrix733" element="dotmatrixdot" state="0">
7114    <bounds x="18" y="11" width="1" height="1" />
7115  </backdrop>
7116  <backdrop name="dotmatrix734" element="dotmatrixdot" state="0">
7117    <bounds x="19" y="11" width="1" height="1" />
7118  </backdrop>
7119  <backdrop name="dotmatrix735" element="dotmatrixdot" state="0">
7120    <bounds x="20" y="11" width="1" height="1" />
7121  </backdrop>
7122  <backdrop name="dotmatrix736" element="dotmatrixdot" state="0">
7123    <bounds x="21" y="11" width="1" height="1" />
7124  </backdrop>
7125  <backdrop name="dotmatrix737" element="dotmatrixdot" state="0">
7126    <bounds x="22" y="11" width="1" height="1" />
7127  </backdrop>
7128  <backdrop name="dotmatrix738" element="dotmatrixdot" state="0">
7129    <bounds x="23" y="11" width="1" height="1" />
7130  </backdrop>
7131  <backdrop name="dotmatrix739" element="dotmatrixdot" state="0">
7132    <bounds x="24" y="11" width="1" height="1" />
7133  </backdrop>
7134  <backdrop name="dotmatrix740" element="dotmatrixdot" state="0">
7135    <bounds x="25" y="11" width="1" height="1" />
7136  </backdrop>
7137  <backdrop name="dotmatrix741" element="dotmatrixdot" state="0">
7138    <bounds x="26" y="11" width="1" height="1" />
7139  </backdrop>
7140  <backdrop name="dotmatrix742" element="dotmatrixdot" state="0">
7141    <bounds x="27" y="11" width="1" height="1" />
7142  </backdrop>
7143  <backdrop name="dotmatrix743" element="dotmatrixdot" state="0">
7144    <bounds x="28" y="11" width="1" height="1" />
7145  </backdrop>
7146  <backdrop name="dotmatrix744" element="dotmatrixdot" state="0">
7147    <bounds x="29" y="11" width="1" height="1" />
7148  </backdrop>
7149  <backdrop name="dotmatrix745" element="dotmatrixdot" state="0">
7150    <bounds x="30" y="11" width="1" height="1" />
7151  </backdrop>
7152  <backdrop name="dotmatrix746" element="dotmatrixdot" state="0">
7153    <bounds x="31" y="11" width="1" height="1" />
7154  </backdrop>
7155  <backdrop name="dotmatrix747" element="dotmatrixdot" state="0">
7156    <bounds x="32" y="11" width="1" height="1" />
7157  </backdrop>
7158  <backdrop name="dotmatrix748" element="dotmatrixdot" state="0">
7159    <bounds x="33" y="11" width="1" height="1" />
7160  </backdrop>
7161  <backdrop name="dotmatrix749" element="dotmatrixdot" state="0">
7162    <bounds x="34" y="11" width="1" height="1" />
7163  </backdrop>
7164  <backdrop name="dotmatrix750" element="dotmatrixdot" state="0">
7165    <bounds x="35" y="11" width="1" height="1" />
7166  </backdrop>
7167  <backdrop name="dotmatrix751" element="dotmatrixdot" state="0">
7168    <bounds x="36" y="11" width="1" height="1" />
7169  </backdrop>
7170  <backdrop name="dotmatrix752" element="dotmatrixdot" state="0">
7171    <bounds x="37" y="11" width="1" height="1" />
7172  </backdrop>
7173  <backdrop name="dotmatrix753" element="dotmatrixdot" state="0">
7174    <bounds x="38" y="11" width="1" height="1" />
7175  </backdrop>
7176  <backdrop name="dotmatrix754" element="dotmatrixdot" state="0">
7177    <bounds x="39" y="11" width="1" height="1" />
7178  </backdrop>
7179  <backdrop name="dotmatrix755" element="dotmatrixdot" state="0">
7180    <bounds x="40" y="11" width="1" height="1" />
7181  </backdrop>
7182  <backdrop name="dotmatrix756" element="dotmatrixdot" state="0">
7183    <bounds x="41" y="11" width="1" height="1" />
7184  </backdrop>
7185  <backdrop name="dotmatrix757" element="dotmatrixdot" state="0">
7186    <bounds x="42" y="11" width="1" height="1" />
7187  </backdrop>
7188  <backdrop name="dotmatrix758" element="dotmatrixdot" state="0">
7189    <bounds x="43" y="11" width="1" height="1" />
7190  </backdrop>
7191  <backdrop name="dotmatrix759" element="dotmatrixdot" state="0">
7192    <bounds x="44" y="11" width="1" height="1" />
7193  </backdrop>
7194  <backdrop name="dotmatrix760" element="dotmatrixdot" state="0">
7195    <bounds x="45" y="11" width="1" height="1" />
7196  </backdrop>
7197  <backdrop name="dotmatrix761" element="dotmatrixdot" state="0">
7198    <bounds x="46" y="11" width="1" height="1" />
7199  </backdrop>
7200  <backdrop name="dotmatrix762" element="dotmatrixdot" state="0">
7201    <bounds x="47" y="11" width="1" height="1" />
7202  </backdrop>
7203  <backdrop name="dotmatrix763" element="dotmatrixdot" state="0">
7204    <bounds x="48" y="11" width="1" height="1" />
7205  </backdrop>
7206  <backdrop name="dotmatrix764" element="dotmatrixdot" state="0">
7207    <bounds x="49" y="11" width="1" height="1" />
7208  </backdrop>
7209  <backdrop name="dotmatrix765" element="dotmatrixdot" state="0">
7210    <bounds x="50" y="11" width="1" height="1" />
7211  </backdrop>
7212  <backdrop name="dotmatrix766" element="dotmatrixdot" state="0">
7213    <bounds x="51" y="11" width="1" height="1" />
7214  </backdrop>
7215  <backdrop name="dotmatrix767" element="dotmatrixdot" state="0">
7216    <bounds x="52" y="11" width="1" height="1" />
7217  </backdrop>
7218  <backdrop name="dotmatrix768" element="dotmatrixdot" state="0">
7219    <bounds x="53" y="11" width="1" height="1" />
7220  </backdrop>
7221  <backdrop name="dotmatrix769" element="dotmatrixdot" state="0">
7222    <bounds x="54" y="11" width="1" height="1" />
7223  </backdrop>
7224  <backdrop name="dotmatrix770" element="dotmatrixdot" state="0">
7225    <bounds x="55" y="11" width="1" height="1" />
7226  </backdrop>
7227  <backdrop name="dotmatrix771" element="dotmatrixdot" state="0">
7228    <bounds x="56" y="11" width="1" height="1" />
7229  </backdrop>
7230  <backdrop name="dotmatrix772" element="dotmatrixdot" state="0">
7231    <bounds x="57" y="11" width="1" height="1" />
7232  </backdrop>
7233  <backdrop name="dotmatrix773" element="dotmatrixdot" state="0">
7234    <bounds x="58" y="11" width="1" height="1" />
7235  </backdrop>
7236  <backdrop name="dotmatrix774" element="dotmatrixdot" state="0">
7237    <bounds x="59" y="11" width="1" height="1" />
7238  </backdrop>
7239  <backdrop name="dotmatrix775" element="dotmatrixdot" state="0">
7240    <bounds x="60" y="11" width="1" height="1" />
7241  </backdrop>
7242  <backdrop name="dotmatrix776" element="dotmatrixdot" state="0">
7243    <bounds x="61" y="11" width="1" height="1" />
7244  </backdrop>
7245  <backdrop name="dotmatrix777" element="dotmatrixdot" state="0">
7246    <bounds x="62" y="11" width="1" height="1" />
7247  </backdrop>
7248  <backdrop name="dotmatrix778" element="dotmatrixdot" state="0">
7249    <bounds x="63" y="11" width="1" height="1" />
7250  </backdrop>
7251  <backdrop name="dotmatrix779" element="dotmatrixdot" state="0">
7252    <bounds x="64" y="11" width="1" height="1" />
7253  </backdrop>
7254  <backdrop name="dotmatrix780" element="dotmatrixdot" state="0">
7255    <bounds x="0" y="12" width="1" height="1" />
7256  </backdrop>
7257  <backdrop name="dotmatrix781" element="dotmatrixdot" state="0">
7258    <bounds x="1" y="12" width="1" height="1" />
7259  </backdrop>
7260  <backdrop name="dotmatrix782" element="dotmatrixdot" state="0">
7261    <bounds x="2" y="12" width="1" height="1" />
7262  </backdrop>
7263  <backdrop name="dotmatrix783" element="dotmatrixdot" state="0">
7264    <bounds x="3" y="12" width="1" height="1" />
7265  </backdrop>
7266  <backdrop name="dotmatrix784" element="dotmatrixdot" state="0">
7267    <bounds x="4" y="12" width="1" height="1" />
7268  </backdrop>
7269  <backdrop name="dotmatrix785" element="dotmatrixdot" state="0">
7270    <bounds x="5" y="12" width="1" height="1" />
7271  </backdrop>
7272  <backdrop name="dotmatrix786" element="dotmatrixdot" state="0">
7273    <bounds x="6" y="12" width="1" height="1" />
7274  </backdrop>
7275  <backdrop name="dotmatrix787" element="dotmatrixdot" state="0">
7276    <bounds x="7" y="12" width="1" height="1" />
7277  </backdrop>
7278  <backdrop name="dotmatrix788" element="dotmatrixdot" state="0">
7279    <bounds x="8" y="12" width="1" height="1" />
7280  </backdrop>
7281  <backdrop name="dotmatrix789" element="dotmatrixdot" state="0">
7282    <bounds x="9" y="12" width="1" height="1" />
7283  </backdrop>
7284  <backdrop name="dotmatrix790" element="dotmatrixdot" state="0">
7285    <bounds x="10" y="12" width="1" height="1" />
7286  </backdrop>
7287  <backdrop name="dotmatrix791" element="dotmatrixdot" state="0">
7288    <bounds x="11" y="12" width="1" height="1" />
7289  </backdrop>
7290  <backdrop name="dotmatrix792" element="dotmatrixdot" state="0">
7291    <bounds x="12" y="12" width="1" height="1" />
7292  </backdrop>
7293  <backdrop name="dotmatrix793" element="dotmatrixdot" state="0">
7294    <bounds x="13" y="12" width="1" height="1" />
7295  </backdrop>
7296  <backdrop name="dotmatrix794" element="dotmatrixdot" state="0">
7297    <bounds x="14" y="12" width="1" height="1" />
7298  </backdrop>
7299  <backdrop name="dotmatrix795" element="dotmatrixdot" state="0">
7300    <bounds x="15" y="12" width="1" height="1" />
7301  </backdrop>
7302  <backdrop name="dotmatrix796" element="dotmatrixdot" state="0">
7303    <bounds x="16" y="12" width="1" height="1" />
7304  </backdrop>
7305  <backdrop name="dotmatrix797" element="dotmatrixdot" state="0">
7306    <bounds x="17" y="12" width="1" height="1" />
7307  </backdrop>
7308  <backdrop name="dotmatrix798" element="dotmatrixdot" state="0">
7309    <bounds x="18" y="12" width="1" height="1" />
7310  </backdrop>
7311  <backdrop name="dotmatrix799" element="dotmatrixdot" state="0">
7312    <bounds x="19" y="12" width="1" height="1" />
7313  </backdrop>
7314  <backdrop name="dotmatrix800" element="dotmatrixdot" state="0">
7315    <bounds x="20" y="12" width="1" height="1" />
7316  </backdrop>
7317  <backdrop name="dotmatrix801" element="dotmatrixdot" state="0">
7318    <bounds x="21" y="12" width="1" height="1" />
7319  </backdrop>
7320  <backdrop name="dotmatrix802" element="dotmatrixdot" state="0">
7321    <bounds x="22" y="12" width="1" height="1" />
7322  </backdrop>
7323  <backdrop name="dotmatrix803" element="dotmatrixdot" state="0">
7324    <bounds x="23" y="12" width="1" height="1" />
7325  </backdrop>
7326  <backdrop name="dotmatrix804" element="dotmatrixdot" state="0">
7327    <bounds x="24" y="12" width="1" height="1" />
7328  </backdrop>
7329  <backdrop name="dotmatrix805" element="dotmatrixdot" state="0">
7330    <bounds x="25" y="12" width="1" height="1" />
7331  </backdrop>
7332  <backdrop name="dotmatrix806" element="dotmatrixdot" state="0">
7333    <bounds x="26" y="12" width="1" height="1" />
7334  </backdrop>
7335  <backdrop name="dotmatrix807" element="dotmatrixdot" state="0">
7336    <bounds x="27" y="12" width="1" height="1" />
7337  </backdrop>
7338  <backdrop name="dotmatrix808" element="dotmatrixdot" state="0">
7339    <bounds x="28" y="12" width="1" height="1" />
7340  </backdrop>
7341  <backdrop name="dotmatrix809" element="dotmatrixdot" state="0">
7342    <bounds x="29" y="12" width="1" height="1" />
7343  </backdrop>
7344  <backdrop name="dotmatrix810" element="dotmatrixdot" state="0">
7345    <bounds x="30" y="12" width="1" height="1" />
7346  </backdrop>
7347  <backdrop name="dotmatrix811" element="dotmatrixdot" state="0">
7348    <bounds x="31" y="12" width="1" height="1" />
7349  </backdrop>
7350  <backdrop name="dotmatrix812" element="dotmatrixdot" state="0">
7351    <bounds x="32" y="12" width="1" height="1" />
7352  </backdrop>
7353  <backdrop name="dotmatrix813" element="dotmatrixdot" state="0">
7354    <bounds x="33" y="12" width="1" height="1" />
7355  </backdrop>
7356  <backdrop name="dotmatrix814" element="dotmatrixdot" state="0">
7357    <bounds x="34" y="12" width="1" height="1" />
7358  </backdrop>
7359  <backdrop name="dotmatrix815" element="dotmatrixdot" state="0">
7360    <bounds x="35" y="12" width="1" height="1" />
7361  </backdrop>
7362  <backdrop name="dotmatrix816" element="dotmatrixdot" state="0">
7363    <bounds x="36" y="12" width="1" height="1" />
7364  </backdrop>
7365  <backdrop name="dotmatrix817" element="dotmatrixdot" state="0">
7366    <bounds x="37" y="12" width="1" height="1" />
7367  </backdrop>
7368  <backdrop name="dotmatrix818" element="dotmatrixdot" state="0">
7369    <bounds x="38" y="12" width="1" height="1" />
7370  </backdrop>
7371  <backdrop name="dotmatrix819" element="dotmatrixdot" state="0">
7372    <bounds x="39" y="12" width="1" height="1" />
7373  </backdrop>
7374  <backdrop name="dotmatrix820" element="dotmatrixdot" state="0">
7375    <bounds x="40" y="12" width="1" height="1" />
7376  </backdrop>
7377  <backdrop name="dotmatrix821" element="dotmatrixdot" state="0">
7378    <bounds x="41" y="12" width="1" height="1" />
7379  </backdrop>
7380  <backdrop name="dotmatrix822" element="dotmatrixdot" state="0">
7381    <bounds x="42" y="12" width="1" height="1" />
7382  </backdrop>
7383  <backdrop name="dotmatrix823" element="dotmatrixdot" state="0">
7384    <bounds x="43" y="12" width="1" height="1" />
7385  </backdrop>
7386  <backdrop name="dotmatrix824" element="dotmatrixdot" state="0">
7387    <bounds x="44" y="12" width="1" height="1" />
7388  </backdrop>
7389  <backdrop name="dotmatrix825" element="dotmatrixdot" state="0">
7390    <bounds x="45" y="12" width="1" height="1" />
7391  </backdrop>
7392  <backdrop name="dotmatrix826" element="dotmatrixdot" state="0">
7393    <bounds x="46" y="12" width="1" height="1" />
7394  </backdrop>
7395  <backdrop name="dotmatrix827" element="dotmatrixdot" state="0">
7396    <bounds x="47" y="12" width="1" height="1" />
7397  </backdrop>
7398  <backdrop name="dotmatrix828" element="dotmatrixdot" state="0">
7399    <bounds x="48" y="12" width="1" height="1" />
7400  </backdrop>
7401  <backdrop name="dotmatrix829" element="dotmatrixdot" state="0">
7402    <bounds x="49" y="12" width="1" height="1" />
7403  </backdrop>
7404  <backdrop name="dotmatrix830" element="dotmatrixdot" state="0">
7405    <bounds x="50" y="12" width="1" height="1" />
7406  </backdrop>
7407  <backdrop name="dotmatrix831" element="dotmatrixdot" state="0">
7408    <bounds x="51" y="12" width="1" height="1" />
7409  </backdrop>
7410  <backdrop name="dotmatrix832" element="dotmatrixdot" state="0">
7411    <bounds x="52" y="12" width="1" height="1" />
7412  </backdrop>
7413  <backdrop name="dotmatrix833" element="dotmatrixdot" state="0">
7414    <bounds x="53" y="12" width="1" height="1" />
7415  </backdrop>
7416  <backdrop name="dotmatrix834" element="dotmatrixdot" state="0">
7417    <bounds x="54" y="12" width="1" height="1" />
7418  </backdrop>
7419  <backdrop name="dotmatrix835" element="dotmatrixdot" state="0">
7420    <bounds x="55" y="12" width="1" height="1" />
7421  </backdrop>
7422  <backdrop name="dotmatrix836" element="dotmatrixdot" state="0">
7423    <bounds x="56" y="12" width="1" height="1" />
7424  </backdrop>
7425  <backdrop name="dotmatrix837" element="dotmatrixdot" state="0">
7426    <bounds x="57" y="12" width="1" height="1" />
7427  </backdrop>
7428  <backdrop name="dotmatrix838" element="dotmatrixdot" state="0">
7429    <bounds x="58" y="12" width="1" height="1" />
7430  </backdrop>
7431  <backdrop name="dotmatrix839" element="dotmatrixdot" state="0">
7432    <bounds x="59" y="12" width="1" height="1" />
7433  </backdrop>
7434  <backdrop name="dotmatrix840" element="dotmatrixdot" state="0">
7435    <bounds x="60" y="12" width="1" height="1" />
7436  </backdrop>
7437  <backdrop name="dotmatrix841" element="dotmatrixdot" state="0">
7438    <bounds x="61" y="12" width="1" height="1" />
7439  </backdrop>
7440  <backdrop name="dotmatrix842" element="dotmatrixdot" state="0">
7441    <bounds x="62" y="12" width="1" height="1" />
7442  </backdrop>
7443  <backdrop name="dotmatrix843" element="dotmatrixdot" state="0">
7444    <bounds x="63" y="12" width="1" height="1" />
7445  </backdrop>
7446  <backdrop name="dotmatrix844" element="dotmatrixdot" state="0">
7447    <bounds x="64" y="12" width="1" height="1" />
7448  </backdrop>
7449  <backdrop name="dotmatrix845" element="dotmatrixdot" state="0">
7450    <bounds x="0" y="13" width="1" height="1" />
7451  </backdrop>
7452  <backdrop name="dotmatrix846" element="dotmatrixdot" state="0">
7453    <bounds x="1" y="13" width="1" height="1" />
7454  </backdrop>
7455  <backdrop name="dotmatrix847" element="dotmatrixdot" state="0">
7456    <bounds x="2" y="13" width="1" height="1" />
7457  </backdrop>
7458  <backdrop name="dotmatrix848" element="dotmatrixdot" state="0">
7459    <bounds x="3" y="13" width="1" height="1" />
7460  </backdrop>
7461  <backdrop name="dotmatrix849" element="dotmatrixdot" state="0">
7462    <bounds x="4" y="13" width="1" height="1" />
7463  </backdrop>
7464  <backdrop name="dotmatrix850" element="dotmatrixdot" state="0">
7465    <bounds x="5" y="13" width="1" height="1" />
7466  </backdrop>
7467  <backdrop name="dotmatrix851" element="dotmatrixdot" state="0">
7468    <bounds x="6" y="13" width="1" height="1" />
7469  </backdrop>
7470  <backdrop name="dotmatrix852" element="dotmatrixdot" state="0">
7471    <bounds x="7" y="13" width="1" height="1" />
7472  </backdrop>
7473  <backdrop name="dotmatrix853" element="dotmatrixdot" state="0">
7474    <bounds x="8" y="13" width="1" height="1" />
7475  </backdrop>
7476  <backdrop name="dotmatrix854" element="dotmatrixdot" state="0">
7477    <bounds x="9" y="13" width="1" height="1" />
7478  </backdrop>
7479  <backdrop name="dotmatrix855" element="dotmatrixdot" state="0">
7480    <bounds x="10" y="13" width="1" height="1" />
7481  </backdrop>
7482  <backdrop name="dotmatrix856" element="dotmatrixdot" state="0">
7483    <bounds x="11" y="13" width="1" height="1" />
7484  </backdrop>
7485  <backdrop name="dotmatrix857" element="dotmatrixdot" state="0">
7486    <bounds x="12" y="13" width="1" height="1" />
7487  </backdrop>
7488  <backdrop name="dotmatrix858" element="dotmatrixdot" state="0">
7489    <bounds x="13" y="13" width="1" height="1" />
7490  </backdrop>
7491  <backdrop name="dotmatrix859" element="dotmatrixdot" state="0">
7492    <bounds x="14" y="13" width="1" height="1" />
7493  </backdrop>
7494  <backdrop name="dotmatrix860" element="dotmatrixdot" state="0">
7495    <bounds x="15" y="13" width="1" height="1" />
7496  </backdrop>
7497  <backdrop name="dotmatrix861" element="dotmatrixdot" state="0">
7498    <bounds x="16" y="13" width="1" height="1" />
7499  </backdrop>
7500  <backdrop name="dotmatrix862" element="dotmatrixdot" state="0">
7501    <bounds x="17" y="13" width="1" height="1" />
7502  </backdrop>
7503  <backdrop name="dotmatrix863" element="dotmatrixdot" state="0">
7504    <bounds x="18" y="13" width="1" height="1" />
7505  </backdrop>
7506  <backdrop name="dotmatrix864" element="dotmatrixdot" state="0">
7507    <bounds x="19" y="13" width="1" height="1" />
7508  </backdrop>
7509  <backdrop name="dotmatrix865" element="dotmatrixdot" state="0">
7510    <bounds x="20" y="13" width="1" height="1" />
7511  </backdrop>
7512  <backdrop name="dotmatrix866" element="dotmatrixdot" state="0">
7513    <bounds x="21" y="13" width="1" height="1" />
7514  </backdrop>
7515  <backdrop name="dotmatrix867" element="dotmatrixdot" state="0">
7516    <bounds x="22" y="13" width="1" height="1" />
7517  </backdrop>
7518  <backdrop name="dotmatrix868" element="dotmatrixdot" state="0">
7519    <bounds x="23" y="13" width="1" height="1" />
7520  </backdrop>
7521  <backdrop name="dotmatrix869" element="dotmatrixdot" state="0">
7522    <bounds x="24" y="13" width="1" height="1" />
7523  </backdrop>
7524  <backdrop name="dotmatrix870" element="dotmatrixdot" state="0">
7525    <bounds x="25" y="13" width="1" height="1" />
7526  </backdrop>
7527  <backdrop name="dotmatrix871" element="dotmatrixdot" state="0">
7528    <bounds x="26" y="13" width="1" height="1" />
7529  </backdrop>
7530  <backdrop name="dotmatrix872" element="dotmatrixdot" state="0">
7531    <bounds x="27" y="13" width="1" height="1" />
7532  </backdrop>
7533  <backdrop name="dotmatrix873" element="dotmatrixdot" state="0">
7534    <bounds x="28" y="13" width="1" height="1" />
7535  </backdrop>
7536  <backdrop name="dotmatrix874" element="dotmatrixdot" state="0">
7537    <bounds x="29" y="13" width="1" height="1" />
7538  </backdrop>
7539  <backdrop name="dotmatrix875" element="dotmatrixdot" state="0">
7540    <bounds x="30" y="13" width="1" height="1" />
7541  </backdrop>
7542  <backdrop name="dotmatrix876" element="dotmatrixdot" state="0">
7543    <bounds x="31" y="13" width="1" height="1" />
7544  </backdrop>
7545  <backdrop name="dotmatrix877" element="dotmatrixdot" state="0">
7546    <bounds x="32" y="13" width="1" height="1" />
7547  </backdrop>
7548  <backdrop name="dotmatrix878" element="dotmatrixdot" state="0">
7549    <bounds x="33" y="13" width="1" height="1" />
7550  </backdrop>
7551  <backdrop name="dotmatrix879" element="dotmatrixdot" state="0">
7552    <bounds x="34" y="13" width="1" height="1" />
7553  </backdrop>
7554  <backdrop name="dotmatrix880" element="dotmatrixdot" state="0">
7555    <bounds x="35" y="13" width="1" height="1" />
7556  </backdrop>
7557  <backdrop name="dotmatrix881" element="dotmatrixdot" state="0">
7558    <bounds x="36" y="13" width="1" height="1" />
7559  </backdrop>
7560  <backdrop name="dotmatrix882" element="dotmatrixdot" state="0">
7561    <bounds x="37" y="13" width="1" height="1" />
7562  </backdrop>
7563  <backdrop name="dotmatrix883" element="dotmatrixdot" state="0">
7564    <bounds x="38" y="13" width="1" height="1" />
7565  </backdrop>
7566  <backdrop name="dotmatrix884" element="dotmatrixdot" state="0">
7567    <bounds x="39" y="13" width="1" height="1" />
7568  </backdrop>
7569  <backdrop name="dotmatrix885" element="dotmatrixdot" state="0">
7570    <bounds x="40" y="13" width="1" height="1" />
7571  </backdrop>
7572  <backdrop name="dotmatrix886" element="dotmatrixdot" state="0">
7573    <bounds x="41" y="13" width="1" height="1" />
7574  </backdrop>
7575  <backdrop name="dotmatrix887" element="dotmatrixdot" state="0">
7576    <bounds x="42" y="13" width="1" height="1" />
7577  </backdrop>
7578  <backdrop name="dotmatrix888" element="dotmatrixdot" state="0">
7579    <bounds x="43" y="13" width="1" height="1" />
7580  </backdrop>
7581  <backdrop name="dotmatrix889" element="dotmatrixdot" state="0">
7582    <bounds x="44" y="13" width="1" height="1" />
7583  </backdrop>
7584  <backdrop name="dotmatrix890" element="dotmatrixdot" state="0">
7585    <bounds x="45" y="13" width="1" height="1" />
7586  </backdrop>
7587  <backdrop name="dotmatrix891" element="dotmatrixdot" state="0">
7588    <bounds x="46" y="13" width="1" height="1" />
7589  </backdrop>
7590  <backdrop name="dotmatrix892" element="dotmatrixdot" state="0">
7591    <bounds x="47" y="13" width="1" height="1" />
7592  </backdrop>
7593  <backdrop name="dotmatrix893" element="dotmatrixdot" state="0">
7594    <bounds x="48" y="13" width="1" height="1" />
7595  </backdrop>
7596  <backdrop name="dotmatrix894" element="dotmatrixdot" state="0">
7597    <bounds x="49" y="13" width="1" height="1" />
7598  </backdrop>
7599  <backdrop name="dotmatrix895" element="dotmatrixdot" state="0">
7600    <bounds x="50" y="13" width="1" height="1" />
7601  </backdrop>
7602  <backdrop name="dotmatrix896" element="dotmatrixdot" state="0">
7603    <bounds x="51" y="13" width="1" height="1" />
7604  </backdrop>
7605  <backdrop name="dotmatrix897" element="dotmatrixdot" state="0">
7606    <bounds x="52" y="13" width="1" height="1" />
7607  </backdrop>
7608  <backdrop name="dotmatrix898" element="dotmatrixdot" state="0">
7609    <bounds x="53" y="13" width="1" height="1" />
7610  </backdrop>
7611  <backdrop name="dotmatrix899" element="dotmatrixdot" state="0">
7612    <bounds x="54" y="13" width="1" height="1" />
7613  </backdrop>
7614  <backdrop name="dotmatrix900" element="dotmatrixdot" state="0">
7615    <bounds x="55" y="13" width="1" height="1" />
7616  </backdrop>
7617  <backdrop name="dotmatrix901" element="dotmatrixdot" state="0">
7618    <bounds x="56" y="13" width="1" height="1" />
7619  </backdrop>
7620  <backdrop name="dotmatrix902" element="dotmatrixdot" state="0">
7621    <bounds x="57" y="13" width="1" height="1" />
7622  </backdrop>
7623  <backdrop name="dotmatrix903" element="dotmatrixdot" state="0">
7624    <bounds x="58" y="13" width="1" height="1" />
7625  </backdrop>
7626  <backdrop name="dotmatrix904" element="dotmatrixdot" state="0">
7627    <bounds x="59" y="13" width="1" height="1" />
7628  </backdrop>
7629  <backdrop name="dotmatrix905" element="dotmatrixdot" state="0">
7630    <bounds x="60" y="13" width="1" height="1" />
7631  </backdrop>
7632  <backdrop name="dotmatrix906" element="dotmatrixdot" state="0">
7633    <bounds x="61" y="13" width="1" height="1" />
7634  </backdrop>
7635  <backdrop name="dotmatrix907" element="dotmatrixdot" state="0">
7636    <bounds x="62" y="13" width="1" height="1" />
7637  </backdrop>
7638  <backdrop name="dotmatrix908" element="dotmatrixdot" state="0">
7639    <bounds x="63" y="13" width="1" height="1" />
7640  </backdrop>
7641  <backdrop name="dotmatrix909" element="dotmatrixdot" state="0">
7642    <bounds x="64" y="13" width="1" height="1" />
7643  </backdrop>
7644  <backdrop name="dotmatrix910" element="dotmatrixdot" state="0">
7645    <bounds x="0" y="14" width="1" height="1" />
7646  </backdrop>
7647  <backdrop name="dotmatrix911" element="dotmatrixdot" state="0">
7648    <bounds x="1" y="14" width="1" height="1" />
7649  </backdrop>
7650  <backdrop name="dotmatrix912" element="dotmatrixdot" state="0">
7651    <bounds x="2" y="14" width="1" height="1" />
7652  </backdrop>
7653  <backdrop name="dotmatrix913" element="dotmatrixdot" state="0">
7654    <bounds x="3" y="14" width="1" height="1" />
7655  </backdrop>
7656  <backdrop name="dotmatrix914" element="dotmatrixdot" state="0">
7657    <bounds x="4" y="14" width="1" height="1" />
7658  </backdrop>
7659  <backdrop name="dotmatrix915" element="dotmatrixdot" state="0">
7660    <bounds x="5" y="14" width="1" height="1" />
7661  </backdrop>
7662  <backdrop name="dotmatrix916" element="dotmatrixdot" state="0">
7663    <bounds x="6" y="14" width="1" height="1" />
7664  </backdrop>
7665  <backdrop name="dotmatrix917" element="dotmatrixdot" state="0">
7666    <bounds x="7" y="14" width="1" height="1" />
7667  </backdrop>
7668  <backdrop name="dotmatrix918" element="dotmatrixdot" state="0">
7669    <bounds x="8" y="14" width="1" height="1" />
7670  </backdrop>
7671  <backdrop name="dotmatrix919" element="dotmatrixdot" state="0">
7672    <bounds x="9" y="14" width="1" height="1" />
7673  </backdrop>
7674  <backdrop name="dotmatrix920" element="dotmatrixdot" state="0">
7675    <bounds x="10" y="14" width="1" height="1" />
7676  </backdrop>
7677  <backdrop name="dotmatrix921" element="dotmatrixdot" state="0">
7678    <bounds x="11" y="14" width="1" height="1" />
7679  </backdrop>
7680  <backdrop name="dotmatrix922" element="dotmatrixdot" state="0">
7681    <bounds x="12" y="14" width="1" height="1" />
7682  </backdrop>
7683  <backdrop name="dotmatrix923" element="dotmatrixdot" state="0">
7684    <bounds x="13" y="14" width="1" height="1" />
7685  </backdrop>
7686  <backdrop name="dotmatrix924" element="dotmatrixdot" state="0">
7687    <bounds x="14" y="14" width="1" height="1" />
7688  </backdrop>
7689  <backdrop name="dotmatrix925" element="dotmatrixdot" state="0">
7690    <bounds x="15" y="14" width="1" height="1" />
7691  </backdrop>
7692  <backdrop name="dotmatrix926" element="dotmatrixdot" state="0">
7693    <bounds x="16" y="14" width="1" height="1" />
7694  </backdrop>
7695  <backdrop name="dotmatrix927" element="dotmatrixdot" state="0">
7696    <bounds x="17" y="14" width="1" height="1" />
7697  </backdrop>
7698  <backdrop name="dotmatrix928" element="dotmatrixdot" state="0">
7699    <bounds x="18" y="14" width="1" height="1" />
7700  </backdrop>
7701  <backdrop name="dotmatrix929" element="dotmatrixdot" state="0">
7702    <bounds x="19" y="14" width="1" height="1" />
7703  </backdrop>
7704  <backdrop name="dotmatrix930" element="dotmatrixdot" state="0">
7705    <bounds x="20" y="14" width="1" height="1" />
7706  </backdrop>
7707  <backdrop name="dotmatrix931" element="dotmatrixdot" state="0">
7708    <bounds x="21" y="14" width="1" height="1" />
7709  </backdrop>
7710  <backdrop name="dotmatrix932" element="dotmatrixdot" state="0">
7711    <bounds x="22" y="14" width="1" height="1" />
7712  </backdrop>
7713  <backdrop name="dotmatrix933" element="dotmatrixdot" state="0">
7714    <bounds x="23" y="14" width="1" height="1" />
7715  </backdrop>
7716  <backdrop name="dotmatrix934" element="dotmatrixdot" state="0">
7717    <bounds x="24" y="14" width="1" height="1" />
7718  </backdrop>
7719  <backdrop name="dotmatrix935" element="dotmatrixdot" state="0">
7720    <bounds x="25" y="14" width="1" height="1" />
7721  </backdrop>
7722  <backdrop name="dotmatrix936" element="dotmatrixdot" state="0">
7723    <bounds x="26" y="14" width="1" height="1" />
7724  </backdrop>
7725  <backdrop name="dotmatrix937" element="dotmatrixdot" state="0">
7726    <bounds x="27" y="14" width="1" height="1" />
7727  </backdrop>
7728  <backdrop name="dotmatrix938" element="dotmatrixdot" state="0">
7729    <bounds x="28" y="14" width="1" height="1" />
7730  </backdrop>
7731  <backdrop name="dotmatrix939" element="dotmatrixdot" state="0">
7732    <bounds x="29" y="14" width="1" height="1" />
7733  </backdrop>
7734  <backdrop name="dotmatrix940" element="dotmatrixdot" state="0">
7735    <bounds x="30" y="14" width="1" height="1" />
7736  </backdrop>
7737  <backdrop name="dotmatrix941" element="dotmatrixdot" state="0">
7738    <bounds x="31" y="14" width="1" height="1" />
7739  </backdrop>
7740  <backdrop name="dotmatrix942" element="dotmatrixdot" state="0">
7741    <bounds x="32" y="14" width="1" height="1" />
7742  </backdrop>
7743  <backdrop name="dotmatrix943" element="dotmatrixdot" state="0">
7744    <bounds x="33" y="14" width="1" height="1" />
7745  </backdrop>
7746  <backdrop name="dotmatrix944" element="dotmatrixdot" state="0">
7747    <bounds x="34" y="14" width="1" height="1" />
7748  </backdrop>
7749  <backdrop name="dotmatrix945" element="dotmatrixdot" state="0">
7750    <bounds x="35" y="14" width="1" height="1" />
7751  </backdrop>
7752  <backdrop name="dotmatrix946" element="dotmatrixdot" state="0">
7753    <bounds x="36" y="14" width="1" height="1" />
7754  </backdrop>
7755  <backdrop name="dotmatrix947" element="dotmatrixdot" state="0">
7756    <bounds x="37" y="14" width="1" height="1" />
7757  </backdrop>
7758  <backdrop name="dotmatrix948" element="dotmatrixdot" state="0">
7759    <bounds x="38" y="14" width="1" height="1" />
7760  </backdrop>
7761  <backdrop name="dotmatrix949" element="dotmatrixdot" state="0">
7762    <bounds x="39" y="14" width="1" height="1" />
7763  </backdrop>
7764  <backdrop name="dotmatrix950" element="dotmatrixdot" state="0">
7765    <bounds x="40" y="14" width="1" height="1" />
7766  </backdrop>
7767  <backdrop name="dotmatrix951" element="dotmatrixdot" state="0">
7768    <bounds x="41" y="14" width="1" height="1" />
7769  </backdrop>
7770  <backdrop name="dotmatrix952" element="dotmatrixdot" state="0">
7771    <bounds x="42" y="14" width="1" height="1" />
7772  </backdrop>
7773  <backdrop name="dotmatrix953" element="dotmatrixdot" state="0">
7774    <bounds x="43" y="14" width="1" height="1" />
7775  </backdrop>
7776  <backdrop name="dotmatrix954" element="dotmatrixdot" state="0">
7777    <bounds x="44" y="14" width="1" height="1" />
7778  </backdrop>
7779  <backdrop name="dotmatrix955" element="dotmatrixdot" state="0">
7780    <bounds x="45" y="14" width="1" height="1" />
7781  </backdrop>
7782  <backdrop name="dotmatrix956" element="dotmatrixdot" state="0">
7783    <bounds x="46" y="14" width="1" height="1" />
7784  </backdrop>
7785  <backdrop name="dotmatrix957" element="dotmatrixdot" state="0">
7786    <bounds x="47" y="14" width="1" height="1" />
7787  </backdrop>
7788  <backdrop name="dotmatrix958" element="dotmatrixdot" state="0">
7789    <bounds x="48" y="14" width="1" height="1" />
7790  </backdrop>
7791  <backdrop name="dotmatrix959" element="dotmatrixdot" state="0">
7792    <bounds x="49" y="14" width="1" height="1" />
7793  </backdrop>
7794  <backdrop name="dotmatrix960" element="dotmatrixdot" state="0">
7795    <bounds x="50" y="14" width="1" height="1" />
7796  </backdrop>
7797  <backdrop name="dotmatrix961" element="dotmatrixdot" state="0">
7798    <bounds x="51" y="14" width="1" height="1" />
7799  </backdrop>
7800  <backdrop name="dotmatrix962" element="dotmatrixdot" state="0">
7801    <bounds x="52" y="14" width="1" height="1" />
7802  </backdrop>
7803  <backdrop name="dotmatrix963" element="dotmatrixdot" state="0">
7804    <bounds x="53" y="14" width="1" height="1" />
7805  </backdrop>
7806  <backdrop name="dotmatrix964" element="dotmatrixdot" state="0">
7807    <bounds x="54" y="14" width="1" height="1" />
7808  </backdrop>
7809  <backdrop name="dotmatrix965" element="dotmatrixdot" state="0">
7810    <bounds x="55" y="14" width="1" height="1" />
7811  </backdrop>
7812  <backdrop name="dotmatrix966" element="dotmatrixdot" state="0">
7813    <bounds x="56" y="14" width="1" height="1" />
7814  </backdrop>
7815  <backdrop name="dotmatrix967" element="dotmatrixdot" state="0">
7816    <bounds x="57" y="14" width="1" height="1" />
7817  </backdrop>
7818  <backdrop name="dotmatrix968" element="dotmatrixdot" state="0">
7819    <bounds x="58" y="14" width="1" height="1" />
7820  </backdrop>
7821  <backdrop name="dotmatrix969" element="dotmatrixdot" state="0">
7822    <bounds x="59" y="14" width="1" height="1" />
7823  </backdrop>
7824  <backdrop name="dotmatrix970" element="dotmatrixdot" state="0">
7825    <bounds x="60" y="14" width="1" height="1" />
7826  </backdrop>
7827  <backdrop name="dotmatrix971" element="dotmatrixdot" state="0">
7828    <bounds x="61" y="14" width="1" height="1" />
7829  </backdrop>
7830  <backdrop name="dotmatrix972" element="dotmatrixdot" state="0">
7831    <bounds x="62" y="14" width="1" height="1" />
7832  </backdrop>
7833  <backdrop name="dotmatrix973" element="dotmatrixdot" state="0">
7834    <bounds x="63" y="14" width="1" height="1" />
7835  </backdrop>
7836  <backdrop name="dotmatrix974" element="dotmatrixdot" state="0">
7837    <bounds x="64" y="14" width="1" height="1" />
7838  </backdrop>
7839  <backdrop name="dotmatrix975" element="dotmatrixdot" state="0">
7840    <bounds x="0" y="15" width="1" height="1" />
7841  </backdrop>
7842  <backdrop name="dotmatrix976" element="dotmatrixdot" state="0">
7843    <bounds x="1" y="15" width="1" height="1" />
7844  </backdrop>
7845  <backdrop name="dotmatrix977" element="dotmatrixdot" state="0">
7846    <bounds x="2" y="15" width="1" height="1" />
7847  </backdrop>
7848  <backdrop name="dotmatrix978" element="dotmatrixdot" state="0">
7849    <bounds x="3" y="15" width="1" height="1" />
7850  </backdrop>
7851  <backdrop name="dotmatrix979" element="dotmatrixdot" state="0">
7852    <bounds x="4" y="15" width="1" height="1" />
7853  </backdrop>
7854  <backdrop name="dotmatrix980" element="dotmatrixdot" state="0">
7855    <bounds x="5" y="15" width="1" height="1" />
7856  </backdrop>
7857  <backdrop name="dotmatrix981" element="dotmatrixdot" state="0">
7858    <bounds x="6" y="15" width="1" height="1" />
7859  </backdrop>
7860  <backdrop name="dotmatrix982" element="dotmatrixdot" state="0">
7861    <bounds x="7" y="15" width="1" height="1" />
7862  </backdrop>
7863  <backdrop name="dotmatrix983" element="dotmatrixdot" state="0">
7864    <bounds x="8" y="15" width="1" height="1" />
7865  </backdrop>
7866  <backdrop name="dotmatrix984" element="dotmatrixdot" state="0">
7867    <bounds x="9" y="15" width="1" height="1" />
7868  </backdrop>
7869  <backdrop name="dotmatrix985" element="dotmatrixdot" state="0">
7870    <bounds x="10" y="15" width="1" height="1" />
7871  </backdrop>
7872  <backdrop name="dotmatrix986" element="dotmatrixdot" state="0">
7873    <bounds x="11" y="15" width="1" height="1" />
7874  </backdrop>
7875  <backdrop name="dotmatrix987" element="dotmatrixdot" state="0">
7876    <bounds x="12" y="15" width="1" height="1" />
7877  </backdrop>
7878  <backdrop name="dotmatrix988" element="dotmatrixdot" state="0">
7879    <bounds x="13" y="15" width="1" height="1" />
7880  </backdrop>
7881  <backdrop name="dotmatrix989" element="dotmatrixdot" state="0">
7882    <bounds x="14" y="15" width="1" height="1" />
7883  </backdrop>
7884  <backdrop name="dotmatrix990" element="dotmatrixdot" state="0">
7885    <bounds x="15" y="15" width="1" height="1" />
7886  </backdrop>
7887  <backdrop name="dotmatrix991" element="dotmatrixdot" state="0">
7888    <bounds x="16" y="15" width="1" height="1" />
7889  </backdrop>
7890  <backdrop name="dotmatrix992" element="dotmatrixdot" state="0">
7891    <bounds x="17" y="15" width="1" height="1" />
7892  </backdrop>
7893  <backdrop name="dotmatrix993" element="dotmatrixdot" state="0">
7894    <bounds x="18" y="15" width="1" height="1" />
7895  </backdrop>
7896  <backdrop name="dotmatrix994" element="dotmatrixdot" state="0">
7897    <bounds x="19" y="15" width="1" height="1" />
7898  </backdrop>
7899  <backdrop name="dotmatrix995" element="dotmatrixdot" state="0">
7900    <bounds x="20" y="15" width="1" height="1" />
7901  </backdrop>
7902  <backdrop name="dotmatrix996" element="dotmatrixdot" state="0">
7903    <bounds x="21" y="15" width="1" height="1" />
7904  </backdrop>
7905  <backdrop name="dotmatrix997" element="dotmatrixdot" state="0">
7906    <bounds x="22" y="15" width="1" height="1" />
7907  </backdrop>
7908  <backdrop name="dotmatrix998" element="dotmatrixdot" state="0">
7909    <bounds x="23" y="15" width="1" height="1" />
7910  </backdrop>
7911  <backdrop name="dotmatrix999" element="dotmatrixdot" state="0">
7912    <bounds x="24" y="15" width="1" height="1" />
7913  </backdrop>
7914  <backdrop name="dotmatrix1000" element="dotmatrixdot" state="0">
7915    <bounds x="25" y="15" width="1" height="1" />
7916  </backdrop>
7917  <backdrop name="dotmatrix1001" element="dotmatrixdot" state="0">
7918    <bounds x="26" y="15" width="1" height="1" />
7919  </backdrop>
7920  <backdrop name="dotmatrix1002" element="dotmatrixdot" state="0">
7921    <bounds x="27" y="15" width="1" height="1" />
7922  </backdrop>
7923  <backdrop name="dotmatrix1003" element="dotmatrixdot" state="0">
7924    <bounds x="28" y="15" width="1" height="1" />
7925  </backdrop>
7926  <backdrop name="dotmatrix1004" element="dotmatrixdot" state="0">
7927    <bounds x="29" y="15" width="1" height="1" />
7928  </backdrop>
7929  <backdrop name="dotmatrix1005" element="dotmatrixdot" state="0">
7930    <bounds x="30" y="15" width="1" height="1" />
7931  </backdrop>
7932  <backdrop name="dotmatrix1006" element="dotmatrixdot" state="0">
7933    <bounds x="31" y="15" width="1" height="1" />
7934  </backdrop>
7935  <backdrop name="dotmatrix1007" element="dotmatrixdot" state="0">
7936    <bounds x="32" y="15" width="1" height="1" />
7937  </backdrop>
7938  <backdrop name="dotmatrix1008" element="dotmatrixdot" state="0">
7939    <bounds x="33" y="15" width="1" height="1" />
7940  </backdrop>
7941  <backdrop name="dotmatrix1009" element="dotmatrixdot" state="0">
7942    <bounds x="34" y="15" width="1" height="1" />
7943  </backdrop>
7944  <backdrop name="dotmatrix1010" element="dotmatrixdot" state="0">
7945    <bounds x="35" y="15" width="1" height="1" />
7946  </backdrop>
7947  <backdrop name="dotmatrix1011" element="dotmatrixdot" state="0">
7948    <bounds x="36" y="15" width="1" height="1" />
7949  </backdrop>
7950  <backdrop name="dotmatrix1012" element="dotmatrixdot" state="0">
7951    <bounds x="37" y="15" width="1" height="1" />
7952  </backdrop>
7953  <backdrop name="dotmatrix1013" element="dotmatrixdot" state="0">
7954    <bounds x="38" y="15" width="1" height="1" />
7955  </backdrop>
7956  <backdrop name="dotmatrix1014" element="dotmatrixdot" state="0">
7957    <bounds x="39" y="15" width="1" height="1" />
7958  </backdrop>
7959  <backdrop name="dotmatrix1015" element="dotmatrixdot" state="0">
7960    <bounds x="40" y="15" width="1" height="1" />
7961  </backdrop>
7962  <backdrop name="dotmatrix1016" element="dotmatrixdot" state="0">
7963    <bounds x="41" y="15" width="1" height="1" />
7964  </backdrop>
7965  <backdrop name="dotmatrix1017" element="dotmatrixdot" state="0">
7966    <bounds x="42" y="15" width="1" height="1" />
7967  </backdrop>
7968  <backdrop name="dotmatrix1018" element="dotmatrixdot" state="0">
7969    <bounds x="43" y="15" width="1" height="1" />
7970  </backdrop>
7971  <backdrop name="dotmatrix1019" element="dotmatrixdot" state="0">
7972    <bounds x="44" y="15" width="1" height="1" />
7973  </backdrop>
7974  <backdrop name="dotmatrix1020" element="dotmatrixdot" state="0">
7975    <bounds x="45" y="15" width="1" height="1" />
7976  </backdrop>
7977  <backdrop name="dotmatrix1021" element="dotmatrixdot" state="0">
7978    <bounds x="46" y="15" width="1" height="1" />
7979  </backdrop>
7980  <backdrop name="dotmatrix1022" element="dotmatrixdot" state="0">
7981    <bounds x="47" y="15" width="1" height="1" />
7982  </backdrop>
7983  <backdrop name="dotmatrix1023" element="dotmatrixdot" state="0">
7984    <bounds x="48" y="15" width="1" height="1" />
7985  </backdrop>
7986  <backdrop name="dotmatrix1024" element="dotmatrixdot" state="0">
7987    <bounds x="49" y="15" width="1" height="1" />
7988  </backdrop>
7989  <backdrop name="dotmatrix1025" element="dotmatrixdot" state="0">
7990    <bounds x="50" y="15" width="1" height="1" />
7991  </backdrop>
7992  <backdrop name="dotmatrix1026" element="dotmatrixdot" state="0">
7993    <bounds x="51" y="15" width="1" height="1" />
7994  </backdrop>
7995  <backdrop name="dotmatrix1027" element="dotmatrixdot" state="0">
7996    <bounds x="52" y="15" width="1" height="1" />
7997  </backdrop>
7998  <backdrop name="dotmatrix1028" element="dotmatrixdot" state="0">
7999    <bounds x="53" y="15" width="1" height="1" />
8000  </backdrop>
8001  <backdrop name="dotmatrix1029" element="dotmatrixdot" state="0">
8002    <bounds x="54" y="15" width="1" height="1" />
8003  </backdrop>
8004  <backdrop name="dotmatrix1030" element="dotmatrixdot" state="0">
8005    <bounds x="55" y="15" width="1" height="1" />
8006  </backdrop>
8007  <backdrop name="dotmatrix1031" element="dotmatrixdot" state="0">
8008    <bounds x="56" y="15" width="1" height="1" />
8009  </backdrop>
8010  <backdrop name="dotmatrix1032" element="dotmatrixdot" state="0">
8011    <bounds x="57" y="15" width="1" height="1" />
8012  </backdrop>
8013  <backdrop name="dotmatrix1033" element="dotmatrixdot" state="0">
8014    <bounds x="58" y="15" width="1" height="1" />
8015  </backdrop>
8016  <backdrop name="dotmatrix1034" element="dotmatrixdot" state="0">
8017    <bounds x="59" y="15" width="1" height="1" />
8018  </backdrop>
8019  <backdrop name="dotmatrix1035" element="dotmatrixdot" state="0">
8020    <bounds x="60" y="15" width="1" height="1" />
8021  </backdrop>
8022  <backdrop name="dotmatrix1036" element="dotmatrixdot" state="0">
8023    <bounds x="61" y="15" width="1" height="1" />
8024  </backdrop>
8025  <backdrop name="dotmatrix1037" element="dotmatrixdot" state="0">
8026    <bounds x="62" y="15" width="1" height="1" />
8027  </backdrop>
8028  <backdrop name="dotmatrix1038" element="dotmatrixdot" state="0">
8029    <bounds x="63" y="15" width="1" height="1" />
8030  </backdrop>
8031  <backdrop name="dotmatrix1039" element="dotmatrixdot" state="0">
8032    <bounds x="64" y="15" width="1" height="1" />
8033  </backdrop>
8034  <backdrop name="dotmatrix1040" element="dotmatrixdot" state="0">
8035    <bounds x="0" y="16" width="1" height="1" />
8036  </backdrop>
8037  <backdrop name="dotmatrix1041" element="dotmatrixdot" state="0">
8038    <bounds x="1" y="16" width="1" height="1" />
8039  </backdrop>
8040  <backdrop name="dotmatrix1042" element="dotmatrixdot" state="0">
8041    <bounds x="2" y="16" width="1" height="1" />
8042  </backdrop>
8043  <backdrop name="dotmatrix1043" element="dotmatrixdot" state="0">
8044    <bounds x="3" y="16" width="1" height="1" />
8045  </backdrop>
8046  <backdrop name="dotmatrix1044" element="dotmatrixdot" state="0">
8047    <bounds x="4" y="16" width="1" height="1" />
8048  </backdrop>
8049  <backdrop name="dotmatrix1045" element="dotmatrixdot" state="0">
8050    <bounds x="5" y="16" width="1" height="1" />
8051  </backdrop>
8052  <backdrop name="dotmatrix1046" element="dotmatrixdot" state="0">
8053    <bounds x="6" y="16" width="1" height="1" />
8054  </backdrop>
8055  <backdrop name="dotmatrix1047" element="dotmatrixdot" state="0">
8056    <bounds x="7" y="16" width="1" height="1" />
8057  </backdrop>
8058  <backdrop name="dotmatrix1048" element="dotmatrixdot" state="0">
8059    <bounds x="8" y="16" width="1" height="1" />
8060  </backdrop>
8061  <backdrop name="dotmatrix1049" element="dotmatrixdot" state="0">
8062    <bounds x="9" y="16" width="1" height="1" />
8063  </backdrop>
8064  <backdrop name="dotmatrix1050" element="dotmatrixdot" state="0">
8065    <bounds x="10" y="16" width="1" height="1" />
8066  </backdrop>
8067  <backdrop name="dotmatrix1051" element="dotmatrixdot" state="0">
8068    <bounds x="11" y="16" width="1" height="1" />
8069  </backdrop>
8070  <backdrop name="dotmatrix1052" element="dotmatrixdot" state="0">
8071    <bounds x="12" y="16" width="1" height="1" />
8072  </backdrop>
8073  <backdrop name="dotmatrix1053" element="dotmatrixdot" state="0">
8074    <bounds x="13" y="16" width="1" height="1" />
8075  </backdrop>
8076  <backdrop name="dotmatrix1054" element="dotmatrixdot" state="0">
8077    <bounds x="14" y="16" width="1" height="1" />
8078  </backdrop>
8079  <backdrop name="dotmatrix1055" element="dotmatrixdot" state="0">
8080    <bounds x="15" y="16" width="1" height="1" />
8081  </backdrop>
8082  <backdrop name="dotmatrix1056" element="dotmatrixdot" state="0">
8083    <bounds x="16" y="16" width="1" height="1" />
8084  </backdrop>
8085  <backdrop name="dotmatrix1057" element="dotmatrixdot" state="0">
8086    <bounds x="17" y="16" width="1" height="1" />
8087  </backdrop>
8088  <backdrop name="dotmatrix1058" element="dotmatrixdot" state="0">
8089    <bounds x="18" y="16" width="1" height="1" />
8090  </backdrop>
8091  <backdrop name="dotmatrix1059" element="dotmatrixdot" state="0">
8092    <bounds x="19" y="16" width="1" height="1" />
8093  </backdrop>
8094  <backdrop name="dotmatrix1060" element="dotmatrixdot" state="0">
8095    <bounds x="20" y="16" width="1" height="1" />
8096  </backdrop>
8097  <backdrop name="dotmatrix1061" element="dotmatrixdot" state="0">
8098    <bounds x="21" y="16" width="1" height="1" />
8099  </backdrop>
8100  <backdrop name="dotmatrix1062" element="dotmatrixdot" state="0">
8101    <bounds x="22" y="16" width="1" height="1" />
8102  </backdrop>
8103  <backdrop name="dotmatrix1063" element="dotmatrixdot" state="0">
8104    <bounds x="23" y="16" width="1" height="1" />
8105  </backdrop>
8106  <backdrop name="dotmatrix1064" element="dotmatrixdot" state="0">
8107    <bounds x="24" y="16" width="1" height="1" />
8108  </backdrop>
8109  <backdrop name="dotmatrix1065" element="dotmatrixdot" state="0">
8110    <bounds x="25" y="16" width="1" height="1" />
8111  </backdrop>
8112  <backdrop name="dotmatrix1066" element="dotmatrixdot" state="0">
8113    <bounds x="26" y="16" width="1" height="1" />
8114  </backdrop>
8115  <backdrop name="dotmatrix1067" element="dotmatrixdot" state="0">
8116    <bounds x="27" y="16" width="1" height="1" />
8117  </backdrop>
8118  <backdrop name="dotmatrix1068" element="dotmatrixdot" state="0">
8119    <bounds x="28" y="16" width="1" height="1" />
8120  </backdrop>
8121  <backdrop name="dotmatrix1069" element="dotmatrixdot" state="0">
8122    <bounds x="29" y="16" width="1" height="1" />
8123  </backdrop>
8124  <backdrop name="dotmatrix1070" element="dotmatrixdot" state="0">
8125    <bounds x="30" y="16" width="1" height="1" />
8126  </backdrop>
8127  <backdrop name="dotmatrix1071" element="dotmatrixdot" state="0">
8128    <bounds x="31" y="16" width="1" height="1" />
8129  </backdrop>
8130  <backdrop name="dotmatrix1072" element="dotmatrixdot" state="0">
8131    <bounds x="32" y="16" width="1" height="1" />
8132  </backdrop>
8133  <backdrop name="dotmatrix1073" element="dotmatrixdot" state="0">
8134    <bounds x="33" y="16" width="1" height="1" />
8135  </backdrop>
8136  <backdrop name="dotmatrix1074" element="dotmatrixdot" state="0">
8137    <bounds x="34" y="16" width="1" height="1" />
8138  </backdrop>
8139  <backdrop name="dotmatrix1075" element="dotmatrixdot" state="0">
8140    <bounds x="35" y="16" width="1" height="1" />
8141  </backdrop>
8142  <backdrop name="dotmatrix1076" element="dotmatrixdot" state="0">
8143    <bounds x="36" y="16" width="1" height="1" />
8144  </backdrop>
8145  <backdrop name="dotmatrix1077" element="dotmatrixdot" state="0">
8146    <bounds x="37" y="16" width="1" height="1" />
8147  </backdrop>
8148  <backdrop name="dotmatrix1078" element="dotmatrixdot" state="0">
8149    <bounds x="38" y="16" width="1" height="1" />
8150  </backdrop>
8151  <backdrop name="dotmatrix1079" element="dotmatrixdot" state="0">
8152    <bounds x="39" y="16" width="1" height="1" />
8153  </backdrop>
8154  <backdrop name="dotmatrix1080" element="dotmatrixdot" state="0">
8155    <bounds x="40" y="16" width="1" height="1" />
8156  </backdrop>
8157  <backdrop name="dotmatrix1081" element="dotmatrixdot" state="0">
8158    <bounds x="41" y="16" width="1" height="1" />
8159  </backdrop>
8160  <backdrop name="dotmatrix1082" element="dotmatrixdot" state="0">
8161    <bounds x="42" y="16" width="1" height="1" />
8162  </backdrop>
8163  <backdrop name="dotmatrix1083" element="dotmatrixdot" state="0">
8164    <bounds x="43" y="16" width="1" height="1" />
8165  </backdrop>
8166  <backdrop name="dotmatrix1084" element="dotmatrixdot" state="0">
8167    <bounds x="44" y="16" width="1" height="1" />
8168  </backdrop>
8169  <backdrop name="dotmatrix1085" element="dotmatrixdot" state="0">
8170    <bounds x="45" y="16" width="1" height="1" />
8171  </backdrop>
8172  <backdrop name="dotmatrix1086" element="dotmatrixdot" state="0">
8173    <bounds x="46" y="16" width="1" height="1" />
8174  </backdrop>
8175  <backdrop name="dotmatrix1087" element="dotmatrixdot" state="0">
8176    <bounds x="47" y="16" width="1" height="1" />
8177  </backdrop>
8178  <backdrop name="dotmatrix1088" element="dotmatrixdot" state="0">
8179    <bounds x="48" y="16" width="1" height="1" />
8180  </backdrop>
8181  <backdrop name="dotmatrix1089" element="dotmatrixdot" state="0">
8182    <bounds x="49" y="16" width="1" height="1" />
8183  </backdrop>
8184  <backdrop name="dotmatrix1090" element="dotmatrixdot" state="0">
8185    <bounds x="50" y="16" width="1" height="1" />
8186  </backdrop>
8187  <backdrop name="dotmatrix1091" element="dotmatrixdot" state="0">
8188    <bounds x="51" y="16" width="1" height="1" />
8189  </backdrop>
8190  <backdrop name="dotmatrix1092" element="dotmatrixdot" state="0">
8191    <bounds x="52" y="16" width="1" height="1" />
8192  </backdrop>
8193  <backdrop name="dotmatrix1093" element="dotmatrixdot" state="0">
8194    <bounds x="53" y="16" width="1" height="1" />
8195  </backdrop>
8196  <backdrop name="dotmatrix1094" element="dotmatrixdot" state="0">
8197    <bounds x="54" y="16" width="1" height="1" />
8198  </backdrop>
8199  <backdrop name="dotmatrix1095" element="dotmatrixdot" state="0">
8200    <bounds x="55" y="16" width="1" height="1" />
8201  </backdrop>
8202  <backdrop name="dotmatrix1096" element="dotmatrixdot" state="0">
8203    <bounds x="56" y="16" width="1" height="1" />
8204  </backdrop>
8205  <backdrop name="dotmatrix1097" element="dotmatrixdot" state="0">
8206    <bounds x="57" y="16" width="1" height="1" />
8207  </backdrop>
8208  <backdrop name="dotmatrix1098" element="dotmatrixdot" state="0">
8209    <bounds x="58" y="16" width="1" height="1" />
8210  </backdrop>
8211  <backdrop name="dotmatrix1099" element="dotmatrixdot" state="0">
8212    <bounds x="59" y="16" width="1" height="1" />
8213  </backdrop>
8214  <backdrop name="dotmatrix1100" element="dotmatrixdot" state="0">
8215    <bounds x="60" y="16" width="1" height="1" />
8216  </backdrop>
8217  <backdrop name="dotmatrix1101" element="dotmatrixdot" state="0">
8218    <bounds x="61" y="16" width="1" height="1" />
8219  </backdrop>
8220  <backdrop name="dotmatrix1102" element="dotmatrixdot" state="0">
8221    <bounds x="62" y="16" width="1" height="1" />
8222  </backdrop>
8223  <backdrop name="dotmatrix1103" element="dotmatrixdot" state="0">
8224    <bounds x="63" y="16" width="1" height="1" />
8225  </backdrop>
8226  <backdrop name="dotmatrix1104" element="dotmatrixdot" state="0">
8227    <bounds x="64" y="16" width="1" height="1" />
8228  </backdrop>
8229  <backdrop name="dotmatrix1105" element="dotmatrixdot" state="0">
8230    <bounds x="0" y="17" width="1" height="1" />
8231  </backdrop>
8232  <backdrop name="dotmatrix1106" element="dotmatrixdot" state="0">
8233    <bounds x="1" y="17" width="1" height="1" />
8234  </backdrop>
8235  <backdrop name="dotmatrix1107" element="dotmatrixdot" state="0">
8236    <bounds x="2" y="17" width="1" height="1" />
8237  </backdrop>
8238  <backdrop name="dotmatrix1108" element="dotmatrixdot" state="0">
8239    <bounds x="3" y="17" width="1" height="1" />
8240  </backdrop>
8241  <backdrop name="dotmatrix1109" element="dotmatrixdot" state="0">
8242    <bounds x="4" y="17" width="1" height="1" />
8243  </backdrop>
8244  <backdrop name="dotmatrix1110" element="dotmatrixdot" state="0">
8245    <bounds x="5" y="17" width="1" height="1" />
8246  </backdrop>
8247  <backdrop name="dotmatrix1111" element="dotmatrixdot" state="0">
8248    <bounds x="6" y="17" width="1" height="1" />
8249  </backdrop>
8250  <backdrop name="dotmatrix1112" element="dotmatrixdot" state="0">
8251    <bounds x="7" y="17" width="1" height="1" />
8252  </backdrop>
8253  <backdrop name="dotmatrix1113" element="dotmatrixdot" state="0">
8254    <bounds x="8" y="17" width="1" height="1" />
8255  </backdrop>
8256  <backdrop name="dotmatrix1114" element="dotmatrixdot" state="0">
8257    <bounds x="9" y="17" width="1" height="1" />
8258  </backdrop>
8259  <backdrop name="dotmatrix1115" element="dotmatrixdot" state="0">
8260    <bounds x="10" y="17" width="1" height="1" />
8261  </backdrop>
8262  <backdrop name="dotmatrix1116" element="dotmatrixdot" state="0">
8263    <bounds x="11" y="17" width="1" height="1" />
8264  </backdrop>
8265  <backdrop name="dotmatrix1117" element="dotmatrixdot" state="0">
8266    <bounds x="12" y="17" width="1" height="1" />
8267  </backdrop>
8268  <backdrop name="dotmatrix1118" element="dotmatrixdot" state="0">
8269    <bounds x="13" y="17" width="1" height="1" />
8270  </backdrop>
8271  <backdrop name="dotmatrix1119" element="dotmatrixdot" state="0">
8272    <bounds x="14" y="17" width="1" height="1" />
8273  </backdrop>
8274  <backdrop name="dotmatrix1120" element="dotmatrixdot" state="0">
8275    <bounds x="15" y="17" width="1" height="1" />
8276  </backdrop>
8277  <backdrop name="dotmatrix1121" element="dotmatrixdot" state="0">
8278    <bounds x="16" y="17" width="1" height="1" />
8279  </backdrop>
8280  <backdrop name="dotmatrix1122" element="dotmatrixdot" state="0">
8281    <bounds x="17" y="17" width="1" height="1" />
8282  </backdrop>
8283  <backdrop name="dotmatrix1123" element="dotmatrixdot" state="0">
8284    <bounds x="18" y="17" width="1" height="1" />
8285  </backdrop>
8286  <backdrop name="dotmatrix1124" element="dotmatrixdot" state="0">
8287    <bounds x="19" y="17" width="1" height="1" />
8288  </backdrop>
8289  <backdrop name="dotmatrix1125" element="dotmatrixdot" state="0">
8290    <bounds x="20" y="17" width="1" height="1" />
8291  </backdrop>
8292  <backdrop name="dotmatrix1126" element="dotmatrixdot" state="0">
8293    <bounds x="21" y="17" width="1" height="1" />
8294  </backdrop>
8295  <backdrop name="dotmatrix1127" element="dotmatrixdot" state="0">
8296    <bounds x="22" y="17" width="1" height="1" />
8297  </backdrop>
8298  <backdrop name="dotmatrix1128" element="dotmatrixdot" state="0">
8299    <bounds x="23" y="17" width="1" height="1" />
8300  </backdrop>
8301  <backdrop name="dotmatrix1129" element="dotmatrixdot" state="0">
8302    <bounds x="24" y="17" width="1" height="1" />
8303  </backdrop>
8304  <backdrop name="dotmatrix1130" element="dotmatrixdot" state="0">
8305    <bounds x="25" y="17" width="1" height="1" />
8306  </backdrop>
8307  <backdrop name="dotmatrix1131" element="dotmatrixdot" state="0">
8308    <bounds x="26" y="17" width="1" height="1" />
8309  </backdrop>
8310  <backdrop name="dotmatrix1132" element="dotmatrixdot" state="0">
8311    <bounds x="27" y="17" width="1" height="1" />
8312  </backdrop>
8313  <backdrop name="dotmatrix1133" element="dotmatrixdot" state="0">
8314    <bounds x="28" y="17" width="1" height="1" />
8315  </backdrop>
8316  <backdrop name="dotmatrix1134" element="dotmatrixdot" state="0">
8317    <bounds x="29" y="17" width="1" height="1" />
8318  </backdrop>
8319  <backdrop name="dotmatrix1135" element="dotmatrixdot" state="0">
8320    <bounds x="30" y="17" width="1" height="1" />
8321  </backdrop>
8322  <backdrop name="dotmatrix1136" element="dotmatrixdot" state="0">
8323    <bounds x="31" y="17" width="1" height="1" />
8324  </backdrop>
8325  <backdrop name="dotmatrix1137" element="dotmatrixdot" state="0">
8326    <bounds x="32" y="17" width="1" height="1" />
8327  </backdrop>
8328  <backdrop name="dotmatrix1138" element="dotmatrixdot" state="0">
8329    <bounds x="33" y="17" width="1" height="1" />
8330  </backdrop>
8331  <backdrop name="dotmatrix1139" element="dotmatrixdot" state="0">
8332    <bounds x="34" y="17" width="1" height="1" />
8333  </backdrop>
8334  <backdrop name="dotmatrix1140" element="dotmatrixdot" state="0">
8335    <bounds x="35" y="17" width="1" height="1" />
8336  </backdrop>
8337  <backdrop name="dotmatrix1141" element="dotmatrixdot" state="0">
8338    <bounds x="36" y="17" width="1" height="1" />
8339  </backdrop>
8340  <backdrop name="dotmatrix1142" element="dotmatrixdot" state="0">
8341    <bounds x="37" y="17" width="1" height="1" />
8342  </backdrop>
8343  <backdrop name="dotmatrix1143" element="dotmatrixdot" state="0">
8344    <bounds x="38" y="17" width="1" height="1" />
8345  </backdrop>
8346  <backdrop name="dotmatrix1144" element="dotmatrixdot" state="0">
8347    <bounds x="39" y="17" width="1" height="1" />
8348  </backdrop>
8349  <backdrop name="dotmatrix1145" element="dotmatrixdot" state="0">
8350    <bounds x="40" y="17" width="1" height="1" />
8351  </backdrop>
8352  <backdrop name="dotmatrix1146" element="dotmatrixdot" state="0">
8353    <bounds x="41" y="17" width="1" height="1" />
8354  </backdrop>
8355  <backdrop name="dotmatrix1147" element="dotmatrixdot" state="0">
8356    <bounds x="42" y="17" width="1" height="1" />
8357  </backdrop>
8358  <backdrop name="dotmatrix1148" element="dotmatrixdot" state="0">
8359    <bounds x="43" y="17" width="1" height="1" />
8360  </backdrop>
8361  <backdrop name="dotmatrix1149" element="dotmatrixdot" state="0">
8362    <bounds x="44" y="17" width="1" height="1" />
8363  </backdrop>
8364  <backdrop name="dotmatrix1150" element="dotmatrixdot" state="0">
8365    <bounds x="45" y="17" width="1" height="1" />
8366  </backdrop>
8367  <backdrop name="dotmatrix1151" element="dotmatrixdot" state="0">
8368    <bounds x="46" y="17" width="1" height="1" />
8369  </backdrop>
8370  <backdrop name="dotmatrix1152" element="dotmatrixdot" state="0">
8371    <bounds x="47" y="17" width="1" height="1" />
8372  </backdrop>
8373  <backdrop name="dotmatrix1153" element="dotmatrixdot" state="0">
8374    <bounds x="48" y="17" width="1" height="1" />
8375  </backdrop>
8376  <backdrop name="dotmatrix1154" element="dotmatrixdot" state="0">
8377    <bounds x="49" y="17" width="1" height="1" />
8378  </backdrop>
8379  <backdrop name="dotmatrix1155" element="dotmatrixdot" state="0">
8380    <bounds x="50" y="17" width="1" height="1" />
8381  </backdrop>
8382  <backdrop name="dotmatrix1156" element="dotmatrixdot" state="0">
8383    <bounds x="51" y="17" width="1" height="1" />
8384  </backdrop>
8385  <backdrop name="dotmatrix1157" element="dotmatrixdot" state="0">
8386    <bounds x="52" y="17" width="1" height="1" />
8387  </backdrop>
8388  <backdrop name="dotmatrix1158" element="dotmatrixdot" state="0">
8389    <bounds x="53" y="17" width="1" height="1" />
8390  </backdrop>
8391  <backdrop name="dotmatrix1159" element="dotmatrixdot" state="0">
8392    <bounds x="54" y="17" width="1" height="1" />
8393  </backdrop>
8394  <backdrop name="dotmatrix1160" element="dotmatrixdot" state="0">
8395    <bounds x="55" y="17" width="1" height="1" />
8396  </backdrop>
8397  <backdrop name="dotmatrix1161" element="dotmatrixdot" state="0">
8398    <bounds x="56" y="17" width="1" height="1" />
8399  </backdrop>
8400  <backdrop name="dotmatrix1162" element="dotmatrixdot" state="0">
8401    <bounds x="57" y="17" width="1" height="1" />
8402  </backdrop>
8403  <backdrop name="dotmatrix1163" element="dotmatrixdot" state="0">
8404    <bounds x="58" y="17" width="1" height="1" />
8405  </backdrop>
8406  <backdrop name="dotmatrix1164" element="dotmatrixdot" state="0">
8407    <bounds x="59" y="17" width="1" height="1" />
8408  </backdrop>
8409  <backdrop name="dotmatrix1165" element="dotmatrixdot" state="0">
8410    <bounds x="60" y="17" width="1" height="1" />
8411  </backdrop>
8412  <backdrop name="dotmatrix1166" element="dotmatrixdot" state="0">
8413    <bounds x="61" y="17" width="1" height="1" />
8414  </backdrop>
8415  <backdrop name="dotmatrix1167" element="dotmatrixdot" state="0">
8416    <bounds x="62" y="17" width="1" height="1" />
8417  </backdrop>
8418  <backdrop name="dotmatrix1168" element="dotmatrixdot" state="0">
8419    <bounds x="63" y="17" width="1" height="1" />
8420  </backdrop>
8421  <backdrop name="dotmatrix1169" element="dotmatrixdot" state="0">
8422    <bounds x="64" y="17" width="1" height="1" />
8423  </backdrop>
8424  <backdrop name="dotmatrix1170" element="dotmatrixdot" state="0">
8425    <bounds x="0" y="18" width="1" height="1" />
8426  </backdrop>
8427  <backdrop name="dotmatrix1171" element="dotmatrixdot" state="0">
8428    <bounds x="1" y="18" width="1" height="1" />
8429  </backdrop>
8430  <backdrop name="dotmatrix1172" element="dotmatrixdot" state="0">
8431    <bounds x="2" y="18" width="1" height="1" />
8432  </backdrop>
8433  <backdrop name="dotmatrix1173" element="dotmatrixdot" state="0">
8434    <bounds x="3" y="18" width="1" height="1" />
8435  </backdrop>
8436  <backdrop name="dotmatrix1174" element="dotmatrixdot" state="0">
8437    <bounds x="4" y="18" width="1" height="1" />
8438  </backdrop>
8439  <backdrop name="dotmatrix1175" element="dotmatrixdot" state="0">
8440    <bounds x="5" y="18" width="1" height="1" />
8441  </backdrop>
8442  <backdrop name="dotmatrix1176" element="dotmatrixdot" state="0">
8443    <bounds x="6" y="18" width="1" height="1" />
8444  </backdrop>
8445  <backdrop name="dotmatrix1177" element="dotmatrixdot" state="0">
8446    <bounds x="7" y="18" width="1" height="1" />
8447  </backdrop>
8448  <backdrop name="dotmatrix1178" element="dotmatrixdot" state="0">
8449    <bounds x="8" y="18" width="1" height="1" />
8450  </backdrop>
8451  <backdrop name="dotmatrix1179" element="dotmatrixdot" state="0">
8452    <bounds x="9" y="18" width="1" height="1" />
8453  </backdrop>
8454  <backdrop name="dotmatrix1180" element="dotmatrixdot" state="0">
8455    <bounds x="10" y="18" width="1" height="1" />
8456  </backdrop>
8457  <backdrop name="dotmatrix1181" element="dotmatrixdot" state="0">
8458    <bounds x="11" y="18" width="1" height="1" />
8459  </backdrop>
8460  <backdrop name="dotmatrix1182" element="dotmatrixdot" state="0">
8461    <bounds x="12" y="18" width="1" height="1" />
8462  </backdrop>
8463  <backdrop name="dotmatrix1183" element="dotmatrixdot" state="0">
8464    <bounds x="13" y="18" width="1" height="1" />
8465  </backdrop>
8466  <backdrop name="dotmatrix1184" element="dotmatrixdot" state="0">
8467    <bounds x="14" y="18" width="1" height="1" />
8468  </backdrop>
8469  <backdrop name="dotmatrix1185" element="dotmatrixdot" state="0">
8470    <bounds x="15" y="18" width="1" height="1" />
8471  </backdrop>
8472  <backdrop name="dotmatrix1186" element="dotmatrixdot" state="0">
8473    <bounds x="16" y="18" width="1" height="1" />
8474  </backdrop>
8475  <backdrop name="dotmatrix1187" element="dotmatrixdot" state="0">
8476    <bounds x="17" y="18" width="1" height="1" />
8477  </backdrop>
8478  <backdrop name="dotmatrix1188" element="dotmatrixdot" state="0">
8479    <bounds x="18" y="18" width="1" height="1" />
8480  </backdrop>
8481  <backdrop name="dotmatrix1189" element="dotmatrixdot" state="0">
8482    <bounds x="19" y="18" width="1" height="1" />
8483  </backdrop>
8484  <backdrop name="dotmatrix1190" element="dotmatrixdot" state="0">
8485    <bounds x="20" y="18" width="1" height="1" />
8486  </backdrop>
8487  <backdrop name="dotmatrix1191" element="dotmatrixdot" state="0">
8488    <bounds x="21" y="18" width="1" height="1" />
8489  </backdrop>
8490  <backdrop name="dotmatrix1192" element="dotmatrixdot" state="0">
8491    <bounds x="22" y="18" width="1" height="1" />
8492  </backdrop>
8493  <backdrop name="dotmatrix1193" element="dotmatrixdot" state="0">
8494    <bounds x="23" y="18" width="1" height="1" />
8495  </backdrop>
8496  <backdrop name="dotmatrix1194" element="dotmatrixdot" state="0">
8497    <bounds x="24" y="18" width="1" height="1" />
8498  </backdrop>
8499  <backdrop name="dotmatrix1195" element="dotmatrixdot" state="0">
8500    <bounds x="25" y="18" width="1" height="1" />
8501  </backdrop>
8502  <backdrop name="dotmatrix1196" element="dotmatrixdot" state="0">
8503    <bounds x="26" y="18" width="1" height="1" />
8504  </backdrop>
8505  <backdrop name="dotmatrix1197" element="dotmatrixdot" state="0">
8506    <bounds x="27" y="18" width="1" height="1" />
8507  </backdrop>
8508  <backdrop name="dotmatrix1198" element="dotmatrixdot" state="0">
8509    <bounds x="28" y="18" width="1" height="1" />
8510  </backdrop>
8511  <backdrop name="dotmatrix1199" element="dotmatrixdot" state="0">
8512    <bounds x="29" y="18" width="1" height="1" />
8513  </backdrop>
8514  <backdrop name="dotmatrix1200" element="dotmatrixdot" state="0">
8515    <bounds x="30" y="18" width="1" height="1" />
8516  </backdrop>
8517  <backdrop name="dotmatrix1201" element="dotmatrixdot" state="0">
8518    <bounds x="31" y="18" width="1" height="1" />
8519  </backdrop>
8520  <backdrop name="dotmatrix1202" element="dotmatrixdot" state="0">
8521    <bounds x="32" y="18" width="1" height="1" />
8522  </backdrop>
8523  <backdrop name="dotmatrix1203" element="dotmatrixdot" state="0">
8524    <bounds x="33" y="18" width="1" height="1" />
8525  </backdrop>
8526  <backdrop name="dotmatrix1204" element="dotmatrixdot" state="0">
8527    <bounds x="34" y="18" width="1" height="1" />
8528  </backdrop>
8529  <backdrop name="dotmatrix1205" element="dotmatrixdot" state="0">
8530    <bounds x="35" y="18" width="1" height="1" />
8531  </backdrop>
8532  <backdrop name="dotmatrix1206" element="dotmatrixdot" state="0">
8533    <bounds x="36" y="18" width="1" height="1" />
8534  </backdrop>
8535  <backdrop name="dotmatrix1207" element="dotmatrixdot" state="0">
8536    <bounds x="37" y="18" width="1" height="1" />
8537  </backdrop>
8538  <backdrop name="dotmatrix1208" element="dotmatrixdot" state="0">
8539    <bounds x="38" y="18" width="1" height="1" />
8540  </backdrop>
8541  <backdrop name="dotmatrix1209" element="dotmatrixdot" state="0">
8542    <bounds x="39" y="18" width="1" height="1" />
8543  </backdrop>
8544  <backdrop name="dotmatrix1210" element="dotmatrixdot" state="0">
8545    <bounds x="40" y="18" width="1" height="1" />
8546  </backdrop>
8547  <backdrop name="dotmatrix1211" element="dotmatrixdot" state="0">
8548    <bounds x="41" y="18" width="1" height="1" />
8549  </backdrop>
8550  <backdrop name="dotmatrix1212" element="dotmatrixdot" state="0">
8551    <bounds x="42" y="18" width="1" height="1" />
8552  </backdrop>
8553  <backdrop name="dotmatrix1213" element="dotmatrixdot" state="0">
8554    <bounds x="43" y="18" width="1" height="1" />
8555  </backdrop>
8556  <backdrop name="dotmatrix1214" element="dotmatrixdot" state="0">
8557    <bounds x="44" y="18" width="1" height="1" />
8558  </backdrop>
8559  <backdrop name="dotmatrix1215" element="dotmatrixdot" state="0">
8560    <bounds x="45" y="18" width="1" height="1" />
8561  </backdrop>
8562  <backdrop name="dotmatrix1216" element="dotmatrixdot" state="0">
8563    <bounds x="46" y="18" width="1" height="1" />
8564  </backdrop>
8565  <backdrop name="dotmatrix1217" element="dotmatrixdot" state="0">
8566    <bounds x="47" y="18" width="1" height="1" />
8567  </backdrop>
8568  <backdrop name="dotmatrix1218" element="dotmatrixdot" state="0">
8569    <bounds x="48" y="18" width="1" height="1" />
8570  </backdrop>
8571  <backdrop name="dotmatrix1219" element="dotmatrixdot" state="0">
8572    <bounds x="49" y="18" width="1" height="1" />
8573  </backdrop>
8574  <backdrop name="dotmatrix1220" element="dotmatrixdot" state="0">
8575    <bounds x="50" y="18" width="1" height="1" />
8576  </backdrop>
8577  <backdrop name="dotmatrix1221" element="dotmatrixdot" state="0">
8578    <bounds x="51" y="18" width="1" height="1" />
8579  </backdrop>
8580  <backdrop name="dotmatrix1222" element="dotmatrixdot" state="0">
8581    <bounds x="52" y="18" width="1" height="1" />
8582  </backdrop>
8583  <backdrop name="dotmatrix1223" element="dotmatrixdot" state="0">
8584    <bounds x="53" y="18" width="1" height="1" />
8585  </backdrop>
8586  <backdrop name="dotmatrix1224" element="dotmatrixdot" state="0">
8587    <bounds x="54" y="18" width="1" height="1" />
8588  </backdrop>
8589  <backdrop name="dotmatrix1225" element="dotmatrixdot" state="0">
8590    <bounds x="55" y="18" width="1" height="1" />
8591  </backdrop>
8592  <backdrop name="dotmatrix1226" element="dotmatrixdot" state="0">
8593    <bounds x="56" y="18" width="1" height="1" />
8594  </backdrop>
8595  <backdrop name="dotmatrix1227" element="dotmatrixdot" state="0">
8596    <bounds x="57" y="18" width="1" height="1" />
8597  </backdrop>
8598  <backdrop name="dotmatrix1228" element="dotmatrixdot" state="0">
8599    <bounds x="58" y="18" width="1" height="1" />
8600  </backdrop>
8601  <backdrop name="dotmatrix1229" element="dotmatrixdot" state="0">
8602    <bounds x="59" y="18" width="1" height="1" />
8603  </backdrop>
8604  <backdrop name="dotmatrix1230" element="dotmatrixdot" state="0">
8605    <bounds x="60" y="18" width="1" height="1" />
8606  </backdrop>
8607  <backdrop name="dotmatrix1231" element="dotmatrixdot" state="0">
8608    <bounds x="61" y="18" width="1" height="1" />
8609  </backdrop>
8610  <backdrop name="dotmatrix1232" element="dotmatrixdot" state="0">
8611    <bounds x="62" y="18" width="1" height="1" />
8612  </backdrop>
8613  <backdrop name="dotmatrix1233" element="dotmatrixdot" state="0">
8614    <bounds x="63" y="18" width="1" height="1" />
8615  </backdrop>
8616  <backdrop name="dotmatrix1234" element="dotmatrixdot" state="0">
8617    <bounds x="64" y="18" width="1" height="1" />
8618  </backdrop>
8619  <backdrop name="dotmatrix1235" element="dotmatrixdot" state="0">
8620    <bounds x="0" y="19" width="1" height="1" />
8621  </backdrop>
8622  <backdrop name="dotmatrix1236" element="dotmatrixdot" state="0">
8623    <bounds x="1" y="19" width="1" height="1" />
8624  </backdrop>
8625  <backdrop name="dotmatrix1237" element="dotmatrixdot" state="0">
8626    <bounds x="2" y="19" width="1" height="1" />
8627  </backdrop>
8628  <backdrop name="dotmatrix1238" element="dotmatrixdot" state="0">
8629    <bounds x="3" y="19" width="1" height="1" />
8630  </backdrop>
8631  <backdrop name="dotmatrix1239" element="dotmatrixdot" state="0">
8632    <bounds x="4" y="19" width="1" height="1" />
8633  </backdrop>
8634  <backdrop name="dotmatrix1240" element="dotmatrixdot" state="0">
8635    <bounds x="5" y="19" width="1" height="1" />
8636  </backdrop>
8637  <backdrop name="dotmatrix1241" element="dotmatrixdot" state="0">
8638    <bounds x="6" y="19" width="1" height="1" />
8639  </backdrop>
8640  <backdrop name="dotmatrix1242" element="dotmatrixdot" state="0">
8641    <bounds x="7" y="19" width="1" height="1" />
8642  </backdrop>
8643  <backdrop name="dotmatrix1243" element="dotmatrixdot" state="0">
8644    <bounds x="8" y="19" width="1" height="1" />
8645  </backdrop>
8646  <backdrop name="dotmatrix1244" element="dotmatrixdot" state="0">
8647    <bounds x="9" y="19" width="1" height="1" />
8648  </backdrop>
8649  <backdrop name="dotmatrix1245" element="dotmatrixdot" state="0">
8650    <bounds x="10" y="19" width="1" height="1" />
8651  </backdrop>
8652  <backdrop name="dotmatrix1246" element="dotmatrixdot" state="0">
8653    <bounds x="11" y="19" width="1" height="1" />
8654  </backdrop>
8655  <backdrop name="dotmatrix1247" element="dotmatrixdot" state="0">
8656    <bounds x="12" y="19" width="1" height="1" />
8657  </backdrop>
8658  <backdrop name="dotmatrix1248" element="dotmatrixdot" state="0">
8659    <bounds x="13" y="19" width="1" height="1" />
8660  </backdrop>
8661  <backdrop name="dotmatrix1249" element="dotmatrixdot" state="0">
8662    <bounds x="14" y="19" width="1" height="1" />
8663  </backdrop>
8664  <backdrop name="dotmatrix1250" element="dotmatrixdot" state="0">
8665    <bounds x="15" y="19" width="1" height="1" />
8666  </backdrop>
8667  <backdrop name="dotmatrix1251" element="dotmatrixdot" state="0">
8668    <bounds x="16" y="19" width="1" height="1" />
8669  </backdrop>
8670  <backdrop name="dotmatrix1252" element="dotmatrixdot" state="0">
8671    <bounds x="17" y="19" width="1" height="1" />
8672  </backdrop>
8673  <backdrop name="dotmatrix1253" element="dotmatrixdot" state="0">
8674    <bounds x="18" y="19" width="1" height="1" />
8675  </backdrop>
8676  <backdrop name="dotmatrix1254" element="dotmatrixdot" state="0">
8677    <bounds x="19" y="19" width="1" height="1" />
8678  </backdrop>
8679  <backdrop name="dotmatrix1255" element="dotmatrixdot" state="0">
8680    <bounds x="20" y="19" width="1" height="1" />
8681  </backdrop>
8682  <backdrop name="dotmatrix1256" element="dotmatrixdot" state="0">
8683    <bounds x="21" y="19" width="1" height="1" />
8684  </backdrop>
8685  <backdrop name="dotmatrix1257" element="dotmatrixdot" state="0">
8686    <bounds x="22" y="19" width="1" height="1" />
8687  </backdrop>
8688  <backdrop name="dotmatrix1258" element="dotmatrixdot" state="0">
8689    <bounds x="23" y="19" width="1" height="1" />
8690  </backdrop>
8691  <backdrop name="dotmatrix1259" element="dotmatrixdot" state="0">
8692    <bounds x="24" y="19" width="1" height="1" />
8693  </backdrop>
8694  <backdrop name="dotmatrix1260" element="dotmatrixdot" state="0">
8695    <bounds x="25" y="19" width="1" height="1" />
8696  </backdrop>
8697  <backdrop name="dotmatrix1261" element="dotmatrixdot" state="0">
8698    <bounds x="26" y="19" width="1" height="1" />
8699  </backdrop>
8700  <backdrop name="dotmatrix1262" element="dotmatrixdot" state="0">
8701    <bounds x="27" y="19" width="1" height="1" />
8702  </backdrop>
8703  <backdrop name="dotmatrix1263" element="dotmatrixdot" state="0">
8704    <bounds x="28" y="19" width="1" height="1" />
8705  </backdrop>
8706  <backdrop name="dotmatrix1264" element="dotmatrixdot" state="0">
8707    <bounds x="29" y="19" width="1" height="1" />
8708  </backdrop>
8709  <backdrop name="dotmatrix1265" element="dotmatrixdot" state="0">
8710    <bounds x="30" y="19" width="1" height="1" />
8711  </backdrop>
8712  <backdrop name="dotmatrix1266" element="dotmatrixdot" state="0">
8713    <bounds x="31" y="19" width="1" height="1" />
8714  </backdrop>
8715  <backdrop name="dotmatrix1267" element="dotmatrixdot" state="0">
8716    <bounds x="32" y="19" width="1" height="1" />
8717  </backdrop>
8718  <backdrop name="dotmatrix1268" element="dotmatrixdot" state="0">
8719    <bounds x="33" y="19" width="1" height="1" />
8720  </backdrop>
8721  <backdrop name="dotmatrix1269" element="dotmatrixdot" state="0">
8722    <bounds x="34" y="19" width="1" height="1" />
8723  </backdrop>
8724  <backdrop name="dotmatrix1270" element="dotmatrixdot" state="0">
8725    <bounds x="35" y="19" width="1" height="1" />
8726  </backdrop>
8727  <backdrop name="dotmatrix1271" element="dotmatrixdot" state="0">
8728    <bounds x="36" y="19" width="1" height="1" />
8729  </backdrop>
8730  <backdrop name="dotmatrix1272" element="dotmatrixdot" state="0">
8731    <bounds x="37" y="19" width="1" height="1" />
8732  </backdrop>
8733  <backdrop name="dotmatrix1273" element="dotmatrixdot" state="0">
8734    <bounds x="38" y="19" width="1" height="1" />
8735  </backdrop>
8736  <backdrop name="dotmatrix1274" element="dotmatrixdot" state="0">
8737    <bounds x="39" y="19" width="1" height="1" />
8738  </backdrop>
8739  <backdrop name="dotmatrix1275" element="dotmatrixdot" state="0">
8740    <bounds x="40" y="19" width="1" height="1" />
8741  </backdrop>
8742  <backdrop name="dotmatrix1276" element="dotmatrixdot" state="0">
8743    <bounds x="41" y="19" width="1" height="1" />
8744  </backdrop>
8745  <backdrop name="dotmatrix1277" element="dotmatrixdot" state="0">
8746    <bounds x="42" y="19" width="1" height="1" />
8747  </backdrop>
8748  <backdrop name="dotmatrix1278" element="dotmatrixdot" state="0">
8749    <bounds x="43" y="19" width="1" height="1" />
8750  </backdrop>
8751  <backdrop name="dotmatrix1279" element="dotmatrixdot" state="0">
8752    <bounds x="44" y="19" width="1" height="1" />
8753  </backdrop>
8754  <backdrop name="dotmatrix1280" element="dotmatrixdot" state="0">
8755    <bounds x="45" y="19" width="1" height="1" />
8756  </backdrop>
8757  <backdrop name="dotmatrix1281" element="dotmatrixdot" state="0">
8758    <bounds x="46" y="19" width="1" height="1" />
8759  </backdrop>
8760  <backdrop name="dotmatrix1282" element="dotmatrixdot" state="0">
8761    <bounds x="47" y="19" width="1" height="1" />
8762  </backdrop>
8763  <backdrop name="dotmatrix1283" element="dotmatrixdot" state="0">
8764    <bounds x="48" y="19" width="1" height="1" />
8765  </backdrop>
8766  <backdrop name="dotmatrix1284" element="dotmatrixdot" state="0">
8767    <bounds x="49" y="19" width="1" height="1" />
8768  </backdrop>
8769  <backdrop name="dotmatrix1285" element="dotmatrixdot" state="0">
8770    <bounds x="50" y="19" width="1" height="1" />
8771  </backdrop>
8772  <backdrop name="dotmatrix1286" element="dotmatrixdot" state="0">
8773    <bounds x="51" y="19" width="1" height="1" />
8774  </backdrop>
8775  <backdrop name="dotmatrix1287" element="dotmatrixdot" state="0">
8776    <bounds x="52" y="19" width="1" height="1" />
8777  </backdrop>
8778  <backdrop name="dotmatrix1288" element="dotmatrixdot" state="0">
8779    <bounds x="53" y="19" width="1" height="1" />
8780  </backdrop>
8781  <backdrop name="dotmatrix1289" element="dotmatrixdot" state="0">
8782    <bounds x="54" y="19" width="1" height="1" />
8783  </backdrop>
8784  <backdrop name="dotmatrix1290" element="dotmatrixdot" state="0">
8785    <bounds x="55" y="19" width="1" height="1" />
8786  </backdrop>
8787  <backdrop name="dotmatrix1291" element="dotmatrixdot" state="0">
8788    <bounds x="56" y="19" width="1" height="1" />
8789  </backdrop>
8790  <backdrop name="dotmatrix1292" element="dotmatrixdot" state="0">
8791    <bounds x="57" y="19" width="1" height="1" />
8792  </backdrop>
8793  <backdrop name="dotmatrix1293" element="dotmatrixdot" state="0">
8794    <bounds x="58" y="19" width="1" height="1" />
8795  </backdrop>
8796  <backdrop name="dotmatrix1294" element="dotmatrixdot" state="0">
8797    <bounds x="59" y="19" width="1" height="1" />
8798  </backdrop>
8799  <backdrop name="dotmatrix1295" element="dotmatrixdot" state="0">
8800    <bounds x="60" y="19" width="1" height="1" />
8801  </backdrop>
8802  <backdrop name="dotmatrix1296" element="dotmatrixdot" state="0">
8803    <bounds x="61" y="19" width="1" height="1" />
8804  </backdrop>
8805  <backdrop name="dotmatrix1297" element="dotmatrixdot" state="0">
8806    <bounds x="62" y="19" width="1" height="1" />
8807  </backdrop>
8808  <backdrop name="dotmatrix1298" element="dotmatrixdot" state="0">
8809    <bounds x="63" y="19" width="1" height="1" />
8810  </backdrop>
8811  <backdrop name="dotmatrix1299" element="dotmatrixdot" state="0">
8812    <bounds x="64" y="19" width="1" height="1" />
8813  </backdrop>
8814  <backdrop name="dotmatrix1300" element="dotmatrixdot" state="0">
8815    <bounds x="0" y="20" width="1" height="1" />
8816  </backdrop>
8817  <backdrop name="dotmatrix1301" element="dotmatrixdot" state="0">
8818    <bounds x="1" y="20" width="1" height="1" />
8819  </backdrop>
8820  <backdrop name="dotmatrix1302" element="dotmatrixdot" state="0">
8821    <bounds x="2" y="20" width="1" height="1" />
8822  </backdrop>
8823  <backdrop name="dotmatrix1303" element="dotmatrixdot" state="0">
8824    <bounds x="3" y="20" width="1" height="1" />
8825  </backdrop>
8826  <backdrop name="dotmatrix1304" element="dotmatrixdot" state="0">
8827    <bounds x="4" y="20" width="1" height="1" />
8828  </backdrop>
8829  <backdrop name="dotmatrix1305" element="dotmatrixdot" state="0">
8830    <bounds x="5" y="20" width="1" height="1" />
8831  </backdrop>
8832  <backdrop name="dotmatrix1306" element="dotmatrixdot" state="0">
8833    <bounds x="6" y="20" width="1" height="1" />
8834  </backdrop>
8835  <backdrop name="dotmatrix1307" element="dotmatrixdot" state="0">
8836    <bounds x="7" y="20" width="1" height="1" />
8837  </backdrop>
8838  <backdrop name="dotmatrix1308" element="dotmatrixdot" state="0">
8839    <bounds x="8" y="20" width="1" height="1" />
8840  </backdrop>
8841  <backdrop name="dotmatrix1309" element="dotmatrixdot" state="0">
8842    <bounds x="9" y="20" width="1" height="1" />
8843  </backdrop>
8844  <backdrop name="dotmatrix1310" element="dotmatrixdot" state="0">
8845    <bounds x="10" y="20" width="1" height="1" />
8846  </backdrop>
8847  <backdrop name="dotmatrix1311" element="dotmatrixdot" state="0">
8848    <bounds x="11" y="20" width="1" height="1" />
8849  </backdrop>
8850  <backdrop name="dotmatrix1312" element="dotmatrixdot" state="0">
8851    <bounds x="12" y="20" width="1" height="1" />
8852  </backdrop>
8853  <backdrop name="dotmatrix1313" element="dotmatrixdot" state="0">
8854    <bounds x="13" y="20" width="1" height="1" />
8855  </backdrop>
8856  <backdrop name="dotmatrix1314" element="dotmatrixdot" state="0">
8857    <bounds x="14" y="20" width="1" height="1" />
8858  </backdrop>
8859  <backdrop name="dotmatrix1315" element="dotmatrixdot" state="0">
8860    <bounds x="15" y="20" width="1" height="1" />
8861  </backdrop>
8862  <backdrop name="dotmatrix1316" element="dotmatrixdot" state="0">
8863    <bounds x="16" y="20" width="1" height="1" />
8864  </backdrop>
8865  <backdrop name="dotmatrix1317" element="dotmatrixdot" state="0">
8866    <bounds x="17" y="20" width="1" height="1" />
8867  </backdrop>
8868  <backdrop name="dotmatrix1318" element="dotmatrixdot" state="0">
8869    <bounds x="18" y="20" width="1" height="1" />
8870  </backdrop>
8871  <backdrop name="dotmatrix1319" element="dotmatrixdot" state="0">
8872    <bounds x="19" y="20" width="1" height="1" />
8873  </backdrop>
8874  <backdrop name="dotmatrix1320" element="dotmatrixdot" state="0">
8875    <bounds x="20" y="20" width="1" height="1" />
8876  </backdrop>
8877  <backdrop name="dotmatrix1321" element="dotmatrixdot" state="0">
8878    <bounds x="21" y="20" width="1" height="1" />
8879  </backdrop>
8880  <backdrop name="dotmatrix1322" element="dotmatrixdot" state="0">
8881    <bounds x="22" y="20" width="1" height="1" />
8882  </backdrop>
8883  <backdrop name="dotmatrix1323" element="dotmatrixdot" state="0">
8884    <bounds x="23" y="20" width="1" height="1" />
8885  </backdrop>
8886  <backdrop name="dotmatrix1324" element="dotmatrixdot" state="0">
8887    <bounds x="24" y="20" width="1" height="1" />
8888  </backdrop>
8889  <backdrop name="dotmatrix1325" element="dotmatrixdot" state="0">
8890    <bounds x="25" y="20" width="1" height="1" />
8891  </backdrop>
8892  <backdrop name="dotmatrix1326" element="dotmatrixdot" state="0">
8893    <bounds x="26" y="20" width="1" height="1" />
8894  </backdrop>
8895  <backdrop name="dotmatrix1327" element="dotmatrixdot" state="0">
8896    <bounds x="27" y="20" width="1" height="1" />
8897  </backdrop>
8898  <backdrop name="dotmatrix1328" element="dotmatrixdot" state="0">
8899    <bounds x="28" y="20" width="1" height="1" />
8900  </backdrop>
8901  <backdrop name="dotmatrix1329" element="dotmatrixdot" state="0">
8902    <bounds x="29" y="20" width="1" height="1" />
8903  </backdrop>
8904  <backdrop name="dotmatrix1330" element="dotmatrixdot" state="0">
8905    <bounds x="30" y="20" width="1" height="1" />
8906  </backdrop>
8907  <backdrop name="dotmatrix1331" element="dotmatrixdot" state="0">
8908    <bounds x="31" y="20" width="1" height="1" />
8909  </backdrop>
8910  <backdrop name="dotmatrix1332" element="dotmatrixdot" state="0">
8911    <bounds x="32" y="20" width="1" height="1" />
8912  </backdrop>
8913  <backdrop name="dotmatrix1333" element="dotmatrixdot" state="0">
8914    <bounds x="33" y="20" width="1" height="1" />
8915  </backdrop>
8916  <backdrop name="dotmatrix1334" element="dotmatrixdot" state="0">
8917    <bounds x="34" y="20" width="1" height="1" />
8918  </backdrop>
8919  <backdrop name="dotmatrix1335" element="dotmatrixdot" state="0">
8920    <bounds x="35" y="20" width="1" height="1" />
8921  </backdrop>
8922  <backdrop name="dotmatrix1336" element="dotmatrixdot" state="0">
8923    <bounds x="36" y="20" width="1" height="1" />
8924  </backdrop>
8925  <backdrop name="dotmatrix1337" element="dotmatrixdot" state="0">
8926    <bounds x="37" y="20" width="1" height="1" />
8927  </backdrop>
8928  <backdrop name="dotmatrix1338" element="dotmatrixdot" state="0">
8929    <bounds x="38" y="20" width="1" height="1" />
8930  </backdrop>
8931  <backdrop name="dotmatrix1339" element="dotmatrixdot" state="0">
8932    <bounds x="39" y="20" width="1" height="1" />
8933  </backdrop>
8934  <backdrop name="dotmatrix1340" element="dotmatrixdot" state="0">
8935    <bounds x="40" y="20" width="1" height="1" />
8936  </backdrop>
8937  <backdrop name="dotmatrix1341" element="dotmatrixdot" state="0">
8938    <bounds x="41" y="20" width="1" height="1" />
8939  </backdrop>
8940  <backdrop name="dotmatrix1342" element="dotmatrixdot" state="0">
8941    <bounds x="42" y="20" width="1" height="1" />
8942  </backdrop>
8943  <backdrop name="dotmatrix1343" element="dotmatrixdot" state="0">
8944    <bounds x="43" y="20" width="1" height="1" />
8945  </backdrop>
8946  <backdrop name="dotmatrix1344" element="dotmatrixdot" state="0">
8947    <bounds x="44" y="20" width="1" height="1" />
8948  </backdrop>
8949  <backdrop name="dotmatrix1345" element="dotmatrixdot" state="0">
8950    <bounds x="45" y="20" width="1" height="1" />
8951  </backdrop>
8952  <backdrop name="dotmatrix1346" element="dotmatrixdot" state="0">
8953    <bounds x="46" y="20" width="1" height="1" />
8954  </backdrop>
8955  <backdrop name="dotmatrix1347" element="dotmatrixdot" state="0">
8956    <bounds x="47" y="20" width="1" height="1" />
8957  </backdrop>
8958  <backdrop name="dotmatrix1348" element="dotmatrixdot" state="0">
8959    <bounds x="48" y="20" width="1" height="1" />
8960  </backdrop>
8961  <backdrop name="dotmatrix1349" element="dotmatrixdot" state="0">
8962    <bounds x="49" y="20" width="1" height="1" />
8963  </backdrop>
8964  <backdrop name="dotmatrix1350" element="dotmatrixdot" state="0">
8965    <bounds x="50" y="20" width="1" height="1" />
8966  </backdrop>
8967  <backdrop name="dotmatrix1351" element="dotmatrixdot" state="0">
8968    <bounds x="51" y="20" width="1" height="1" />
8969  </backdrop>
8970  <backdrop name="dotmatrix1352" element="dotmatrixdot" state="0">
8971    <bounds x="52" y="20" width="1" height="1" />
8972  </backdrop>
8973  <backdrop name="dotmatrix1353" element="dotmatrixdot" state="0">
8974    <bounds x="53" y="20" width="1" height="1" />
8975  </backdrop>
8976  <backdrop name="dotmatrix1354" element="dotmatrixdot" state="0">
8977    <bounds x="54" y="20" width="1" height="1" />
8978  </backdrop>
8979  <backdrop name="dotmatrix1355" element="dotmatrixdot" state="0">
8980    <bounds x="55" y="20" width="1" height="1" />
8981  </backdrop>
8982  <backdrop name="dotmatrix1356" element="dotmatrixdot" state="0">
8983    <bounds x="56" y="20" width="1" height="1" />
8984  </backdrop>
8985  <backdrop name="dotmatrix1357" element="dotmatrixdot" state="0">
8986    <bounds x="57" y="20" width="1" height="1" />
8987  </backdrop>
8988  <backdrop name="dotmatrix1358" element="dotmatrixdot" state="0">
8989    <bounds x="58" y="20" width="1" height="1" />
8990  </backdrop>
8991  <backdrop name="dotmatrix1359" element="dotmatrixdot" state="0">
8992    <bounds x="59" y="20" width="1" height="1" />
8993  </backdrop>
8994  <backdrop name="dotmatrix1360" element="dotmatrixdot" state="0">
8995    <bounds x="60" y="20" width="1" height="1" />
8996  </backdrop>
8997  <backdrop name="dotmatrix1361" element="dotmatrixdot" state="0">
8998    <bounds x="61" y="20" width="1" height="1" />
8999  </backdrop>
9000  <backdrop name="dotmatrix1362" element="dotmatrixdot" state="0">
9001    <bounds x="62" y="20" width="1" height="1" />
9002  </backdrop>
9003  <backdrop name="dotmatrix1363" element="dotmatrixdot" state="0">
9004    <bounds x="63" y="20" width="1" height="1" />
9005  </backdrop>
9006  <backdrop name="dotmatrix1364" element="dotmatrixdot" state="0">
9007    <bounds x="64" y="20" width="1" height="1" />
9008  </backdrop>
9009   </view>
9010</mamelayout>
trunk/src/mame/layout/jpms80.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/jpmimpct.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/layout/jpmsys5.lay
r0r18003
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="matrixlamp">
4      <rect state ="0">
5         <bounds x="0" y="0" width="7" height="7" />
6         <color red="0.7" green="0.7" blue="0.7" />
7      </rect>
8      <rect state ="1">
9         <bounds x="0" y="0" width="7" height="7" />
10         <color red="0.0" green="0.0" blue="1.0" />
11      </rect>
12      <rect state ="2">
13         <bounds x="0" y="0" width="7" height="7" />
14         <color red="0.0" green="1.0" blue="0.0" />
15      </rect>
16   </element>
17   <element name="Steppers" defstate="0">
18       <simplecounter maxstate="999" digits="3">
19      <color red="1.0" green="1.0" blue="1.0" />
20      <bounds x="0" y="0" width="1" height="1" />
21      </simplecounter>
22   </element>
23
24   <element name="vfd0">
25   <led16segsc>
26         <color red="0" green="0.6" blue="1.0" />
27   </led16segsc>
28   </element>
29
30   <view name="AWP Simulated Video (No Artwork)">
31      <backdrop name="vfd0" element="vfd0" state="0">
32         <bounds x="10" y="200" width="9" height="17"/>
33      </backdrop>
34      <backdrop name="vfd1" element="vfd0" state="0">
35         <bounds x="19" y="200" width="9" height="17"/>
36      </backdrop>
37      <backdrop name="vfd2" element="vfd0" state="0">
38         <bounds x="28" y="200" width="9" height="17"/>
39      </backdrop>
40      <backdrop name="vfd3" element="vfd0" state="0">
41         <bounds x="37" y="200" width="9" height="17"/>
42      </backdrop>
43      <backdrop name="vfd4" element="vfd0" state="0">
44         <bounds x="46" y="200" width="9" height="17"/>
45      </backdrop>
46      <backdrop name="vfd5" element="vfd0" state="0">
47         <bounds x="55" y="200" width="9" height="17"/>
48      </backdrop>
49      <backdrop name="vfd6" element="vfd0" state="0">
50         <bounds x="64" y="200" width="9" height="17"/>
51      </backdrop>
52      <backdrop name="vfd7" element="vfd0" state="0">
53         <bounds x="73" y="200" width="9" height="17"/>
54      </backdrop>
55      <backdrop name="vfd8" element="vfd0" state="0">
56         <bounds x="82" y="200" width="9" height="17"/>
57      </backdrop>
58      <backdrop name="vfd9" element="vfd0" state="0">
59         <bounds x="91" y="200" width="9" height="17"/>
60      </backdrop>
61      <backdrop name="vfd10" element="vfd0" state="0">
62         <bounds x="100" y="200" width="9" height="17"/>
63      </backdrop>
64      <backdrop name="vfd11" element="vfd0" state="0">
65         <bounds x="109" y="200" width="9" height="17"/>
66      </backdrop>
67      <backdrop name="vfd12" element="vfd0" state="0">
68         <bounds x="118" y="200" width="9" height="17"/>
69      </backdrop>
70      <backdrop name="vfd13" element="vfd0" state="0">
71         <bounds x="127" y="200" width="9" height="17"/>
72      </backdrop>
73      <backdrop name="vfd14" element="vfd0" state="0">
74         <bounds x="136" y="200" width="9" height="17"/>
75      </backdrop>
76      <backdrop name="vfd15" element="vfd0" state="0">
77         <bounds x="145" y="200" width="9" height="17"/>
78      </backdrop>
79      <backdrop name="reel1" element="Steppers" state="0">
80         <bounds x="10" y="300" width="50" height="50"/>
81      </backdrop>
82      <backdrop name="reel2" element="Steppers" state="0">
83         <bounds x="60" y="300" width="50" height="50"/>
84      </backdrop>
85      <backdrop name="reel3" element="Steppers" state="0">
86         <bounds x="110" y="300" width="50" height="50"/>
87      </backdrop>
88      <backdrop name="reel4" element="Steppers" state="0">
89         <bounds x="160" y="300" width="50" height="50"/>
90      </backdrop>
91      <backdrop name="reel5" element="Steppers" state="0">
92         <bounds x="220" y="300" width="50" height="50"/>
93      </backdrop>
94      <backdrop name="reel6" element="Steppers" state="0">
95         <bounds x="280" y="300" width="50" height="50"/>
96      </backdrop>
97      <backdrop name="lamp0" element="matrixlamp" state="0">
98         <bounds x="0" y="0" width="7" height="7"/>
99      </backdrop>
100      <backdrop name="lamp1" element="matrixlamp" state="0">
101         <bounds x="8" y="0" width="7" height="7"/>
102      </backdrop>
103      <backdrop name="lamp2" element="matrixlamp" state="0">
104         <bounds x="16" y="0" width="7" height="7"/>
105      </backdrop>
106      <backdrop name="lamp3" element="matrixlamp" state="0">
107         <bounds x="24" y="0" width="7" height="7"/>
108      </backdrop>
109      <backdrop name="lamp4" element="matrixlamp" state="0">
110         <bounds x="32" y="0" width="7" height="7"/>
111      </backdrop>
112      <backdrop name="lamp5" element="matrixlamp" state="0">
113         <bounds x="40" y="0" width="7" height="7"/>
114      </backdrop>
115      <backdrop name="lamp6" element="matrixlamp" state="0">
116         <bounds x="48" y="0" width="7" height="7"/>
117      </backdrop>
118      <backdrop name="lamp7" element="matrixlamp" state="0">
119         <bounds x="56" y="0" width="7" height="7"/>
120      </backdrop>
121      <backdrop name="lamp8" element="matrixlamp" state="0">
122         <bounds x="64" y="0" width="7" height="7"/>
123      </backdrop>
124      <backdrop name="lamp9" element="matrixlamp" state="0">
125         <bounds x="72" y="0" width="7" height="7"/>
126      </backdrop>
127      <backdrop name="lamp10" element="matrixlamp" state="0">
128         <bounds x="80" y="0" width="7" height="7"/>
129      </backdrop>
130      <backdrop name="lamp11" element="matrixlamp" state="0">
131         <bounds x="88" y="0" width="7" height="7"/>
132      </backdrop>
133      <backdrop name="lamp12" element="matrixlamp" state="0">
134         <bounds x="96" y="0" width="7" height="7"/>
135      </backdrop>
136
137      <backdrop name="lamp13" element="matrixlamp" state="0">
138         <bounds x="104" y="0" width="7" height="7"/>
139      </backdrop>
140      <backdrop name="lamp14" element="matrixlamp" state="0">
141         <bounds x="112" y="0" width="7" height="7"/>
142      </backdrop>
143      <backdrop name="lamp15" element="matrixlamp" state="0">
144         <bounds x="120" y="0" width="7" height="7"/>
145      </backdrop>
146      <backdrop name="lamp16" element="matrixlamp" state="0">
147         <bounds x="0" y="8" width="7" height="7"/>
148      </backdrop>
149      <backdrop name="lamp17" element="matrixlamp" state="0">
150         <bounds x="8" y="8" width="7" height="7"/>
151      </backdrop>
152      <backdrop name="lamp18" element="matrixlamp" state="0">
153         <bounds x="16" y="8" width="7" height="7"/>
154      </backdrop>
155      <backdrop name="lamp19" element="matrixlamp" state="0">
156         <bounds x="24" y="8" width="7" height="7"/>
157      </backdrop>
158      <backdrop name="lamp20" element="matrixlamp" state="0">
159         <bounds x="32" y="8" width="7" height="7"/>
160      </backdrop>
161      <backdrop name="lamp21" element="matrixlamp" state="0">
162         <bounds x="40" y="8" width="7" height="7"/>
163      </backdrop>
164      <backdrop name="lamp22" element="matrixlamp" state="0">
165         <bounds x="48" y="8" width="7" height="7"/>
166      </backdrop>
167      <backdrop name="lamp23" element="matrixlamp" state="0">
168         <bounds x="56" y="8" width="7" height="7"/>
169      </backdrop>
170      <backdrop name="lamp24" element="matrixlamp" state="0">
171         <bounds x="64" y="8" width="7" height="7"/>
172      </backdrop>
173      <backdrop name="lamp25" element="matrixlamp" state="0">
174         <bounds x="72" y="8" width="7" height="7"/>
175      </backdrop>
176      <backdrop name="lamp26" element="matrixlamp" state="0">
177         <bounds x="80" y="8" width="7" height="7"/>
178      </backdrop>
179      <backdrop name="lamp27" element="matrixlamp" state="0">
180         <bounds x="88" y="8" width="7" height="7"/>
181      </backdrop>
182      <backdrop name="lamp28" element="matrixlamp" state="0">
183         <bounds x="96" y="8" width="7" height="7"/>
184      </backdrop>
185      <backdrop name="lamp29" element="matrixlamp" state="0">
186         <bounds x="104" y="8" width="7" height="7"/>
187      </backdrop>
188      <backdrop name="lamp30" element="matrixlamp" state="0">
189         <bounds x="112" y="8" width="7" height="7"/>
190      </backdrop>
191      <backdrop name="lamp31" element="matrixlamp" state="0">
192         <bounds x="120" y="8" width="7" height="7"/>
193      </backdrop>
194      <backdrop name="lamp32" element="matrixlamp" state="0">
195         <bounds x="0" y="16" width="7" height="7"/>
196      </backdrop>
197      <backdrop name="lamp33" element="matrixlamp" state="0">
198         <bounds x="8" y="16" width="7" height="7"/>
199      </backdrop>
200      <backdrop name="lamp34" element="matrixlamp" state="0">
201         <bounds x="16" y="16" width="7" height="7"/>
202      </backdrop>
203      <backdrop name="lamp35" element="matrixlamp" state="0">
204         <bounds x="24" y="16" width="7" height="7"/>
205      </backdrop>
206      <backdrop name="lamp36" element="matrixlamp" state="0">
207         <bounds x="32" y="16" width="7" height="7"/>
208      </backdrop>
209      <backdrop name="lamp37" element="matrixlamp" state="0">
210         <bounds x="40" y="16" width="7" height="7"/>
211      </backdrop>
212      <backdrop name="lamp38" element="matrixlamp" state="0">
213         <bounds x="48" y="16" width="7" height="7"/>
214      </backdrop>
215      <backdrop name="lamp39" element="matrixlamp" state="0">
216         <bounds x="56" y="16" width="7" height="7"/>
217      </backdrop>
218      <backdrop name="lamp40" element="matrixlamp" state="0">
219         <bounds x="64" y="16" width="7" height="7"/>
220      </backdrop>
221      <backdrop name="lamp41" element="matrixlamp" state="0">
222         <bounds x="72" y="16" width="7" height="7"/>
223      </backdrop>
224      <backdrop name="lamp42" element="matrixlamp" state="0">
225         <bounds x="80" y="16" width="7" height="7"/>
226      </backdrop>
227      <backdrop name="lamp43" element="matrixlamp" state="0">
228         <bounds x="88" y="16" width="7" height="7"/>
229      </backdrop>
230      <backdrop name="lamp44" element="matrixlamp" state="0">
231         <bounds x="96" y="16" width="7" height="7"/>
232      </backdrop>
233      <backdrop name="lamp45" element="matrixlamp" state="0">
234         <bounds x="104" y="16" width="7" height="7"/>
235      </backdrop>
236      <backdrop name="lamp46" element="matrixlamp" state="0">
237         <bounds x="112" y="16" width="7" height="7"/>
238      </backdrop>
239      <backdrop name="lamp47" element="matrixlamp" state="0">
240         <bounds x="120" y="16" width="7" height="7"/>
241      </backdrop>
242      <backdrop name="lamp48" element="matrixlamp" state="0">
243         <bounds x="0" y="24" width="7" height="7"/>
244      </backdrop>
245      <backdrop name="lamp49" element="matrixlamp" state="0">
246         <bounds x="8" y="24" width="7" height="7"/>
247      </backdrop>
248      <backdrop name="lamp50" element="matrixlamp" state="0">
249         <bounds x="16" y="24" width="7" height="7"/>
250      </backdrop>
251      <backdrop name="lamp51" element="matrixlamp" state="0">
252         <bounds x="24" y="24" width="7" height="7"/>
253      </backdrop>
254      <backdrop name="lamp52" element="matrixlamp" state="0">
255         <bounds x="32" y="24" width="7" height="7"/>
256      </backdrop>
257      <backdrop name="lamp53" element="matrixlamp" state="0">
258         <bounds x="40" y="24" width="7" height="7"/>
259      </backdrop>
260      <backdrop name="lamp54" element="matrixlamp" state="0">
261         <bounds x="48" y="24" width="7" height="7"/>
262      </backdrop>
263      <backdrop name="lamp55" element="matrixlamp" state="0">
264         <bounds x="56" y="24" width="7" height="7"/>
265      </backdrop>
266      <backdrop name="lamp56" element="matrixlamp" state="0">
267         <bounds x="64" y="24" width="7" height="7"/>
268      </backdrop>
269      <backdrop name="lamp57" element="matrixlamp" state="0">
270         <bounds x="72" y="24" width="7" height="7"/>
271      </backdrop>
272      <backdrop name="lamp58" element="matrixlamp" state="0">
273         <bounds x="80" y="24" width="7" height="7"/>
274      </backdrop>
275      <backdrop name="lamp59" element="matrixlamp" state="0">
276         <bounds x="88" y="24" width="7" height="7"/>
277      </backdrop>
278      <backdrop name="lamp60" element="matrixlamp" state="0">
279         <bounds x="96" y="24" width="7" height="7"/>
280      </backdrop>
281      <backdrop name="lamp61" element="matrixlamp" state="0">
282         <bounds x="104" y="24" width="7" height="7"/>
283      </backdrop>
284      <backdrop name="lamp62" element="matrixlamp" state="0">
285         <bounds x="112" y="24" width="7" height="7"/>
286      </backdrop>
287      <backdrop name="lamp63" element="matrixlamp" state="0">
288         <bounds x="120" y="24" width="7" height="7"/>
289      </backdrop>
290      <backdrop name="lamp64" element="matrixlamp" state="0">
291         <bounds x="0" y="32" width="7" height="7"/>
292      </backdrop>
293      <backdrop name="lamp65" element="matrixlamp" state="0">
294         <bounds x="8" y="32" width="7" height="7"/>
295      </backdrop>
296      <backdrop name="lamp66" element="matrixlamp" state="0">
297         <bounds x="16" y="32" width="7" height="7"/>
298      </backdrop>
299      <backdrop name="lamp67" element="matrixlamp" state="0">
300         <bounds x="24" y="32" width="7" height="7"/>
301      </backdrop>
302      <backdrop name="lamp68" element="matrixlamp" state="0">
303         <bounds x="32" y="32" width="7" height="7"/>
304      </backdrop>
305      <backdrop name="lamp69" element="matrixlamp" state="0">
306         <bounds x="40" y="32" width="7" height="7"/>
307      </backdrop>
308      <backdrop name="lamp70" element="matrixlamp" state="0">
309         <bounds x="48" y="32" width="7" height="7"/>
310      </backdrop>
311      <backdrop name="lamp71" element="matrixlamp" state="0">
312         <bounds x="56" y="32" width="7" height="7"/>
313      </backdrop>
314      <backdrop name="lamp72" element="matrixlamp" state="0">
315         <bounds x="64" y="32" width="7" height="7"/>
316      </backdrop>
317      <backdrop name="lamp73" element="matrixlamp" state="0">
318         <bounds x="72" y="32" width="7" height="7"/>
319      </backdrop>
320      <backdrop name="lamp74" element="matrixlamp" state="0">
321         <bounds x="80" y="32" width="7" height="7"/>
322      </backdrop>
323      <backdrop name="lamp75" element="matrixlamp" state="0">
324         <bounds x="88" y="32" width="7" height="7"/>
325      </backdrop>
326      <backdrop name="lamp76" element="matrixlamp" state="0">
327         <bounds x="96" y="32" width="7" height="7"/>
328      </backdrop>
329      <backdrop name="lamp77" element="matrixlamp" state="0">
330         <bounds x="104" y="32" width="7" height="7"/>
331      </backdrop>
332      <backdrop name="lamp78" element="matrixlamp" state="0">
333         <bounds x="112" y="32" width="7" height="7"/>
334      </backdrop>
335      <backdrop name="lamp79" element="matrixlamp" state="0">
336         <bounds x="120" y="32" width="7" height="7"/>
337      </backdrop>
338      <backdrop name="lamp80" element="matrixlamp" state="0">
339         <bounds x="0" y="40" width="7" height="7"/>
340      </backdrop>
341      <backdrop name="lamp81" element="matrixlamp" state="0">
342         <bounds x="8" y="40" width="7" height="7"/>
343      </backdrop>
344      <backdrop name="lamp82" element="matrixlamp" state="0">
345         <bounds x="16" y="40" width="7" height="7"/>
346      </backdrop>
347      <backdrop name="lamp83" element="matrixlamp" state="0">
348         <bounds x="24" y="40" width="7" height="7"/>
349      </backdrop>
350      <backdrop name="lamp84" element="matrixlamp" state="0">
351         <bounds x="32" y="40" width="7" height="7"/>
352      </backdrop>
353      <backdrop name="lamp85" element="matrixlamp" state="0">
354         <bounds x="40" y="40" width="7" height="7"/>
355      </backdrop>
356      <backdrop name="lamp86" element="matrixlamp" state="0">
357         <bounds x="48" y="40" width="7" height="7"/>
358      </backdrop>
359      <backdrop name="lamp87" element="matrixlamp" state="0">
360         <bounds x="56" y="40" width="7" height="7"/>
361      </backdrop>
362      <backdrop name="lamp88" element="matrixlamp" state="0">
363         <bounds x="64" y="40" width="7" height="7"/>
364      </backdrop>
365      <backdrop name="lamp89" element="matrixlamp" state="0">
366         <bounds x="72" y="40" width="7" height="7"/>
367      </backdrop>
368      <backdrop name="lamp90" element="matrixlamp" state="0">
369         <bounds x="80" y="40" width="7" height="7"/>
370      </backdrop>
371      <backdrop name="lamp91" element="matrixlamp" state="0">
372         <bounds x="88" y="40" width="7" height="7"/>
373      </backdrop>
374      <backdrop name="lamp92" element="matrixlamp" state="0">
375         <bounds x="96" y="40" width="7" height="7"/>
376      </backdrop>
377      <backdrop name="lamp93" element="matrixlamp" state="0">
378         <bounds x="104" y="40" width="7" height="7"/>
379      </backdrop>
380      <backdrop name="lamp94" element="matrixlamp" state="0">
381         <bounds x="112" y="40" width="7" height="7"/>
382      </backdrop>
383      <backdrop name="lamp95" element="matrixlamp" state="0">
384         <bounds x="120" y="40" width="7" height="7"/>
385      </backdrop>
386      <backdrop name="lamp96" element="matrixlamp" state="0">
387         <bounds x="0" y="48" width="7" height="7"/>
388      </backdrop>
389      <backdrop name="lamp97" element="matrixlamp" state="0">
390         <bounds x="8" y="48" width="7" height="7"/>
391      </backdrop>
392      <backdrop name="lamp98" element="matrixlamp" state="0">
393         <bounds x="16" y="48" width="7" height="7"/>
394      </backdrop>
395      <backdrop name="lamp99" element="matrixlamp" state="0">
396         <bounds x="24" y="48" width="7" height="7"/>
397      </backdrop>
398      <backdrop name="lamp100" element="matrixlamp" state="0">
399         <bounds x="32" y="48" width="7" height="7"/>
400      </backdrop>
401      <backdrop name="lamp101" element="matrixlamp" state="0">
402         <bounds x="40" y="48" width="7" height="7"/>
403      </backdrop>
404      <backdrop name="lamp102" element="matrixlamp" state="0">
405         <bounds x="48" y="48" width="7" height="7"/>
406      </backdrop>
407      <backdrop name="lamp103" element="matrixlamp" state="0">
408         <bounds x="56" y="48" width="7" height="7"/>
409      </backdrop>
410      <backdrop name="lamp104" element="matrixlamp" state="0">
411         <bounds x="64" y="48" width="7" height="7"/>
412      </backdrop>
413      <backdrop name="lamp105" element="matrixlamp" state="0">
414         <bounds x="72" y="48" width="7" height="7"/>
415      </backdrop>
416      <backdrop name="lamp106" element="matrixlamp" state="0">
417         <bounds x="80" y="48" width="7" height="7"/>
418      </backdrop>
419      <backdrop name="lamp107" element="matrixlamp" state="0">
420         <bounds x="88" y="48" width="7" height="7"/>
421      </backdrop>
422      <backdrop name="lamp108" element="matrixlamp" state="0">
423         <bounds x="96" y="48" width="7" height="7"/>
424      </backdrop>
425      <backdrop name="lamp109" element="matrixlamp" state="0">
426         <bounds x="104" y="48" width="7" height="7"/>
427      </backdrop>
428      <backdrop name="lamp110" element="matrixlamp" state="0">
429         <bounds x="112" y="48" width="7" height="7"/>
430      </backdrop>
431      <backdrop name="lamp111" element="matrixlamp" state="0">
432         <bounds x="120" y="48" width="7" height="7"/>
433      </backdrop>
434      <backdrop name="lamp112" element="matrixlamp" state="0">
435         <bounds x="0" y="56" width="7" height="7"/>
436      </backdrop>
437      <backdrop name="lamp113" element="matrixlamp" state="0">
438         <bounds x="8" y="56" width="7" height="7"/>
439      </backdrop>
440      <backdrop name="lamp114" element="matrixlamp" state="0">
441         <bounds x="16" y="56" width="7" height="7"/>
442      </backdrop>
443      <backdrop name="lamp115" element="matrixlamp" state="0">
444         <bounds x="24" y="56" width="7" height="7"/>
445      </backdrop>
446      <backdrop name="lamp116" element="matrixlamp" state="0">
447         <bounds x="32" y="56" width="7" height="7"/>
448      </backdrop>
449      <backdrop name="lamp117" element="matrixlamp" state="0">
450         <bounds x="40" y="56" width="7" height="7"/>
451      </backdrop>
452      <backdrop name="lamp118" element="matrixlamp" state="0">
453         <bounds x="48" y="56" width="7" height="7"/>
454      </backdrop>
455      <backdrop name="lamp119" element="matrixlamp" state="0">
456         <bounds x="56" y="56" width="7" height="7"/>
457      </backdrop>
458      <backdrop name="lamp120" element="matrixlamp" state="0">
459         <bounds x="64" y="56" width="7" height="7"/>
460      </backdrop>
461      <backdrop name="lamp121" element="matrixlamp" state="0">
462         <bounds x="72" y="56" width="7" height="7"/>
463      </backdrop>
464      <backdrop name="lamp122" element="matrixlamp" state="0">
465         <bounds x="80" y="56" width="7" height="7"/>
466      </backdrop>
467      <backdrop name="lamp123" element="matrixlamp" state="0">
468         <bounds x="88" y="56" width="7" height="7"/>
469      </backdrop>
470      <backdrop name="lamp124" element="matrixlamp" state="0">
471         <bounds x="96" y="56" width="7" height="7"/>
472      </backdrop>
473      <backdrop name="lamp125" element="matrixlamp" state="0">
474         <bounds x="104" y="56" width="7" height="7"/>
475      </backdrop>
476      <backdrop name="lamp126" element="matrixlamp" state="0">
477         <bounds x="112" y="56" width="7" height="7"/>
478      </backdrop>
479      <backdrop name="lamp127" element="matrixlamp" state="0">
480         <bounds x="120" y="56" width="7" height="7"/>
481      </backdrop>
482      <backdrop name="lamp128" element="matrixlamp" state="0">
483         <bounds x="0" y="64" width="7" height="7"/>
484      </backdrop>
485      <backdrop name="lamp129" element="matrixlamp" state="0">
486         <bounds x="8" y="64" width="7" height="7"/>
487      </backdrop>
488      <backdrop name="lamp130" element="matrixlamp" state="0">
489         <bounds x="16" y="64" width="7" height="7"/>
490      </backdrop>
491      <backdrop name="lamp131" element="matrixlamp" state="0">
492         <bounds x="24" y="64" width="7" height="7"/>
493      </backdrop>
494      <backdrop name="lamp132" element="matrixlamp" state="0">
495         <bounds x="32" y="64" width="7" height="7"/>
496      </backdrop>
497      <backdrop name="lamp133" element="matrixlamp" state="0">
498         <bounds x="40" y="64" width="7" height="7"/>
499      </backdrop>
500      <backdrop name="lamp134" element="matrixlamp" state="0">
501         <bounds x="48" y="64" width="7" height="7"/>
502      </backdrop>
503      <backdrop name="lamp135" element="matrixlamp" state="0">
504         <bounds x="56" y="64" width="7" height="7"/>
505      </backdrop>
506      <backdrop name="lamp136" element="matrixlamp" state="0">
507         <bounds x="64" y="64" width="7" height="7"/>
508      </backdrop>
509      <backdrop name="lamp137" element="matrixlamp" state="0">
510         <bounds x="72" y="64" width="7" height="7"/>
511      </backdrop>
512      <backdrop name="lamp138" element="matrixlamp" state="0">
513         <bounds x="80" y="64" width="7" height="7"/>
514      </backdrop>
515      <backdrop name="lamp139" element="matrixlamp" state="0">
516         <bounds x="88" y="64" width="7" height="7"/>
517      </backdrop>
518      <backdrop name="lamp140" element="matrixlamp" state="0">
519         <bounds x="96" y="64" width="7" height="7"/>
520      </backdrop>
521      <backdrop name="lamp141" element="matrixlamp" state="0">
522         <bounds x="104" y="64" width="7" height="7"/>
523      </backdrop>
524      <backdrop name="lamp142" element="matrixlamp" state="0">
525         <bounds x="112" y="64" width="7" height="7"/>
526      </backdrop>
527      <backdrop name="lamp143" element="matrixlamp" state="0">
528         <bounds x="120" y="64" width="7" height="7"/>
529      </backdrop>
530      <backdrop name="lamp144" element="matrixlamp" state="0">
531         <bounds x="0" y="72" width="7" height="7"/>
532      </backdrop>
533      <backdrop name="lamp145" element="matrixlamp" state="0">
534         <bounds x="8" y="72" width="7" height="7"/>
535      </backdrop>
536      <backdrop name="lamp146" element="matrixlamp" state="0">
537         <bounds x="16" y="72" width="7" height="7"/>
538      </backdrop>
539      <backdrop name="lamp147" element="matrixlamp" state="0">
540         <bounds x="24" y="72" width="7" height="7"/>
541      </backdrop>
542      <backdrop name="lamp148" element="matrixlamp" state="0">
543         <bounds x="32" y="72" width="7" height="7"/>
544      </backdrop>
545      <backdrop name="lamp149" element="matrixlamp" state="0">
546         <bounds x="40" y="72" width="7" height="7"/>
547      </backdrop>
548      <backdrop name="lamp150" element="matrixlamp" state="0">
549         <bounds x="48" y="72" width="7" height="7"/>
550      </backdrop>
551      <backdrop name="lamp151" element="matrixlamp" state="0">
552         <bounds x="56" y="72" width="7" height="7"/>
553      </backdrop>
554      <backdrop name="lamp152" element="matrixlamp" state="0">
555         <bounds x="64" y="72" width="7" height="7"/>
556      </backdrop>
557      <backdrop name="lamp153" element="matrixlamp" state="0">
558         <bounds x="72" y="72" width="7" height="7"/>
559      </backdrop>
560      <backdrop name="lamp154" element="matrixlamp" state="0">
561         <bounds x="80" y="72" width="7" height="7"/>
562      </backdrop>
563      <backdrop name="lamp155" element="matrixlamp" state="0">
564         <bounds x="88" y="72" width="7" height="7"/>
565      </backdrop>
566      <backdrop name="lamp156" element="matrixlamp" state="0">
567         <bounds x="96" y="72" width="7" height="7"/>
568      </backdrop>
569      <backdrop name="lamp157" element="matrixlamp" state="0">
570         <bounds x="104" y="72" width="7" height="7"/>
571      </backdrop>
572      <backdrop name="lamp158" element="matrixlamp" state="0">
573         <bounds x="112" y="72" width="7" height="7"/>
574      </backdrop>
575      <backdrop name="lamp159" element="matrixlamp" state="0">
576         <bounds x="120" y="72" width="7" height="7"/>
577      </backdrop>
578      <backdrop name="lamp160" element="matrixlamp" state="0">
579         <bounds x="0" y="80" width="7" height="7"/>
580      </backdrop>
581      <backdrop name="lamp161" element="matrixlamp" state="0">
582         <bounds x="8" y="80" width="7" height="7"/>
583      </backdrop>
584      <backdrop name="lamp162" element="matrixlamp" state="0">
585         <bounds x="16" y="80" width="7" height="7"/>
586      </backdrop>
587      <backdrop name="lamp163" element="matrixlamp" state="0">
588         <bounds x="24" y="80" width="7" height="7"/>
589      </backdrop>
590      <backdrop name="lamp164" element="matrixlamp" state="0">
591         <bounds x="32" y="80" width="7" height="7"/>
592      </backdrop>
593      <backdrop name="lamp165" element="matrixlamp" state="0">
594         <bounds x="40" y="80" width="7" height="7"/>
595      </backdrop>
596      <backdrop name="lamp166" element="matrixlamp" state="0">
597         <bounds x="48" y="80" width="7" height="7"/>
598      </backdrop>
599      <backdrop name="lamp167" element="matrixlamp" state="0">
600         <bounds x="56" y="80" width="7" height="7"/>
601      </backdrop>
602      <backdrop name="lamp168" element="matrixlamp" state="0">
603         <bounds x="64" y="80" width="7" height="7"/>
604      </backdrop>
605      <backdrop name="lamp169" element="matrixlamp" state="0">
606         <bounds x="72" y="80" width="7" height="7"/>
607      </backdrop>
608      <backdrop name="lamp170" element="matrixlamp" state="0">
609         <bounds x="80" y="80" width="7" height="7"/>
610      </backdrop>
611      <backdrop name="lamp171" element="matrixlamp" state="0">
612         <bounds x="88" y="80" width="7" height="7"/>
613      </backdrop>
614      <backdrop name="lamp172" element="matrixlamp" state="0">
615         <bounds x="96" y="80" width="7" height="7"/>
616      </backdrop>
617      <backdrop name="lamp173" element="matrixlamp" state="0">
618         <bounds x="104" y="80" width="7" height="7"/>
619      </backdrop>
620      <backdrop name="lamp174" element="matrixlamp" state="0">
621         <bounds x="112" y="80" width="7" height="7"/>
622      </backdrop>
623      <backdrop name="lamp175" element="matrixlamp" state="0">
624         <bounds x="120" y="80" width="7" height="7"/>
625      </backdrop>
626      <backdrop name="lamp176" element="matrixlamp" state="0">
627         <bounds x="0" y="88" width="7" height="7"/>
628      </backdrop>
629      <backdrop name="lamp177" element="matrixlamp" state="0">
630         <bounds x="8" y="88" width="7" height="7"/>
631      </backdrop>
632      <backdrop name="lamp178" element="matrixlamp" state="0">
633         <bounds x="16" y="88" width="7" height="7"/>
634      </backdrop>
635      <backdrop name="lamp179" element="matrixlamp" state="0">
636         <bounds x="24" y="88" width="7" height="7"/>
637      </backdrop>
638      <backdrop name="lamp180" element="matrixlamp" state="0">
639         <bounds x="32" y="88" width="7" height="7"/>
640      </backdrop>
641      <backdrop name="lamp181" element="matrixlamp" state="0">
642         <bounds x="40" y="88" width="7" height="7"/>
643      </backdrop>
644      <backdrop name="lamp182" element="matrixlamp" state="0">
645         <bounds x="48" y="88" width="7" height="7"/>
646      </backdrop>
647      <backdrop name="lamp183" element="matrixlamp" state="0">
648         <bounds x="56" y="88" width="7" height="7"/>
649      </backdrop>
650      <backdrop name="lamp184" element="matrixlamp" state="0">
651         <bounds x="64" y="88" width="7" height="7"/>
652      </backdrop>
653      <backdrop name="lamp185" element="matrixlamp" state="0">
654         <bounds x="72" y="88" width="7" height="7"/>
655      </backdrop>
656      <backdrop name="lamp186" element="matrixlamp" state="0">
657         <bounds x="80" y="88" width="7" height="7"/>
658      </backdrop>
659      <backdrop name="lamp187" element="matrixlamp" state="0">
660         <bounds x="88" y="88" width="7" height="7"/>
661      </backdrop>
662      <backdrop name="lamp188" element="matrixlamp" state="0">
663         <bounds x="96" y="88" width="7" height="7"/>
664      </backdrop>
665      <backdrop name="lamp189" element="matrixlamp" state="0">
666         <bounds x="104" y="88" width="7" height="7"/>
667      </backdrop>
668      <backdrop name="lamp190" element="matrixlamp" state="0">
669         <bounds x="112" y="88" width="7" height="7"/>
670      </backdrop>
671      <backdrop name="lamp191" element="matrixlamp" state="0">
672         <bounds x="120" y="88" width="7" height="7"/>
673      </backdrop>
674      <backdrop name="lamp192" element="matrixlamp" state="0">
675         <bounds x="0" y="96" width="7" height="7"/>
676      </backdrop>
677      <backdrop name="lamp193" element="matrixlamp" state="0">
678         <bounds x="8" y="96" width="7" height="7"/>
679      </backdrop>
680      <backdrop name="lamp194" element="matrixlamp" state="0">
681         <bounds x="16" y="96" width="7" height="7"/>
682      </backdrop>
683      <backdrop name="lamp195" element="matrixlamp" state="0">
684         <bounds x="24" y="96" width="7" height="7"/>
685      </backdrop>
686      <backdrop name="lamp196" element="matrixlamp" state="0">
687         <bounds x="32" y="96" width="7" height="7"/>
688      </backdrop>
689      <backdrop name="lamp197" element="matrixlamp" state="0">
690         <bounds x="40" y="96" width="7" height="7"/>
691      </backdrop>
692      <backdrop name="lamp198" element="matrixlamp" state="0">
693         <bounds x="48" y="96" width="7" height="7"/>
694      </backdrop>
695      <backdrop name="lamp199" element="matrixlamp" state="0">
696         <bounds x="56" y="96" width="7" height="7"/>
697      </backdrop>
698      <backdrop name="lamp200" element="matrixlamp" state="0">
699         <bounds x="64" y="96" width="7" height="7"/>
700      </backdrop>
701      <backdrop name="lamp201" element="matrixlamp" state="0">
702         <bounds x="72" y="96" width="7" height="7"/>
703      </backdrop>
704      <backdrop name="lamp202" element="matrixlamp" state="0">
705         <bounds x="80" y="96" width="7" height="7"/>
706      </backdrop>
707      <backdrop name="lamp203" element="matrixlamp" state="0">
708         <bounds x="88" y="96" width="7" height="7"/>
709      </backdrop>
710      <backdrop name="lamp204" element="matrixlamp" state="0">
711         <bounds x="96" y="96" width="7" height="7"/>
712      </backdrop>
713      <backdrop name="lamp205" element="matrixlamp" state="0">
714         <bounds x="104" y="96" width="7" height="7"/>
715      </backdrop>
716      <backdrop name="lamp206" element="matrixlamp" state="0">
717         <bounds x="112" y="96" width="7" height="7"/>
718      </backdrop>
719      <backdrop name="lamp207" element="matrixlamp" state="0">
720         <bounds x="120" y="96" width="7" height="7"/>
721      </backdrop>
722      <backdrop name="lamp208" element="matrixlamp" state="0">
723         <bounds x="0" y="104" width="7" height="7"/>
724      </backdrop>
725      <backdrop name="lamp209" element="matrixlamp" state="0">
726         <bounds x="8" y="104" width="7" height="7"/>
727      </backdrop>
728      <backdrop name="lamp210" element="matrixlamp" state="0">
729         <bounds x="16" y="104" width="7" height="7"/>
730      </backdrop>
731      <backdrop name="lamp211" element="matrixlamp" state="0">
732         <bounds x="24" y="104" width="7" height="7"/>
733      </backdrop>
734      <backdrop name="lamp212" element="matrixlamp" state="0">
735         <bounds x="32" y="104" width="7" height="7"/>
736      </backdrop>
737      <backdrop name="lamp213" element="matrixlamp" state="0">
738         <bounds x="40" y="104" width="7" height="7"/>
739      </backdrop>
740      <backdrop name="lamp214" element="matrixlamp" state="0">
741         <bounds x="48" y="104" width="7" height="7"/>
742      </backdrop>
743      <backdrop name="lamp215" element="matrixlamp" state="0">
744         <bounds x="56" y="104" width="7" height="7"/>
745      </backdrop>
746      <backdrop name="lamp216" element="matrixlamp" state="0">
747         <bounds x="64" y="104" width="7" height="7"/>
748      </backdrop>
749      <backdrop name="lamp217" element="matrixlamp" state="0">
750         <bounds x="72" y="104" width="7" height="7"/>
751      </backdrop>
752      <backdrop name="lamp218" element="matrixlamp" state="0">
753         <bounds x="80" y="104" width="7" height="7"/>
754      </backdrop>
755      <backdrop name="lamp219" element="matrixlamp" state="0">
756         <bounds x="88" y="104" width="7" height="7"/>
757      </backdrop>
758      <backdrop name="lamp220" element="matrixlamp" state="0">
759         <bounds x="96" y="104" width="7" height="7"/>
760      </backdrop>
761      <backdrop name="lamp221" element="matrixlamp" state="0">
762         <bounds x="104" y="104" width="7" height="7"/>
763      </backdrop>
764      <backdrop name="lamp222" element="matrixlamp" state="0">
765         <bounds x="112" y="104" width="7" height="7"/>
766      </backdrop>
767      <backdrop name="lamp223" element="matrixlamp" state="0">
768         <bounds x="120" y="104" width="7" height="7"/>
769      </backdrop>
770      <backdrop name="lamp224" element="matrixlamp" state="0">
771         <bounds x="0" y="112" width="7" height="7"/>
772      </backdrop>
773      <backdrop name="lamp225" element="matrixlamp" state="0">
774         <bounds x="8" y="112" width="7" height="7"/>
775      </backdrop>
776      <backdrop name="lamp226" element="matrixlamp" state="0">
777         <bounds x="16" y="112" width="7" height="7"/>
778      </backdrop>
779      <backdrop name="lamp227" element="matrixlamp" state="0">
780         <bounds x="24" y="112" width="7" height="7"/>
781      </backdrop>
782      <backdrop name="lamp228" element="matrixlamp" state="0">
783         <bounds x="32" y="112" width="7" height="7"/>
784      </backdrop>
785      <backdrop name="lamp229" element="matrixlamp" state="0">
786         <bounds x="40" y="112" width="7" height="7"/>
787      </backdrop>
788      <backdrop name="lamp230" element="matrixlamp" state="0">
789         <bounds x="48" y="112" width="7" height="7"/>
790      </backdrop>
791      <backdrop name="lamp231" element="matrixlamp" state="0">
792         <bounds x="56" y="112" width="7" height="7"/>
793      </backdrop>
794      <backdrop name="lamp232" element="matrixlamp" state="0">
795         <bounds x="64" y="112" width="7" height="7"/>
796      </backdrop>
797      <backdrop name="lamp233" element="matrixlamp" state="0">
798         <bounds x="72" y="112" width="7" height="7"/>
799      </backdrop>
800      <backdrop name="lamp234" element="matrixlamp" state="0">
801         <bounds x="80" y="112" width="7" height="7"/>
802      </backdrop>
803      <backdrop name="lamp235" element="matrixlamp" state="0">
804         <bounds x="88" y="112" width="7" height="7"/>
805      </backdrop>
806      <backdrop name="lamp236" element="matrixlamp" state="0">
807         <bounds x="96" y="112" width="7" height="7"/>
808      </backdrop>
809      <backdrop name="lamp237" element="matrixlamp" state="0">
810         <bounds x="104" y="112" width="7" height="7"/>
811      </backdrop>
812      <backdrop name="lamp238" element="matrixlamp" state="0">
813         <bounds x="112" y="112" width="7" height="7"/>
814      </backdrop>
815      <backdrop name="lamp239" element="matrixlamp" state="0">
816         <bounds x="120" y="112" width="7" height="7"/>
817      </backdrop>
818      <backdrop name="lamp240" element="matrixlamp" state="0">
819         <bounds x="0" y="120" width="7" height="7"/>
820      </backdrop>
821      <backdrop name="lamp241" element="matrixlamp" state="0">
822         <bounds x="8" y="120" width="7" height="7"/>
823      </backdrop>
824      <backdrop name="lamp242" element="matrixlamp" state="0">
825         <bounds x="16" y="120" width="7" height="7"/>
826      </backdrop>
827      <backdrop name="lamp243" element="matrixlamp" state="0">
828         <bounds x="24" y="120" width="7" height="7"/>
829      </backdrop>
830      <backdrop name="lamp244" element="matrixlamp" state="0">
831         <bounds x="32" y="120" width="7" height="7"/>
832      </backdrop>
833      <backdrop name="lamp245" element="matrixlamp" state="0">
834         <bounds x="40" y="120" width="7" height="7"/>
835      </backdrop>
836      <backdrop name="lamp246" element="matrixlamp" state="0">
837         <bounds x="48" y="120" width="7" height="7"/>
838      </backdrop>
839      <backdrop name="lamp247" element="matrixlamp" state="0">
840         <bounds x="56" y="120" width="7" height="7"/>
841      </backdrop>
842      <backdrop name="lamp248" element="matrixlamp" state="0">
843         <bounds x="64" y="120" width="7" height="7"/>
844      </backdrop>
845      <backdrop name="lamp249" element="matrixlamp" state="0">
846         <bounds x="72" y="120" width="7" height="7"/>
847      </backdrop>
848      <backdrop name="lamp250" element="matrixlamp" state="0">
849         <bounds x="80" y="120" width="7" height="7"/>
850      </backdrop>
851      <backdrop name="lamp251" element="matrixlamp" state="0">
852         <bounds x="88" y="120" width="7" height="7"/>
853      </backdrop>
854      <backdrop name="lamp252" element="matrixlamp" state="0">
855         <bounds x="96" y="120" width="7" height="7"/>
856      </backdrop>
857      <backdrop name="lamp253" element="matrixlamp" state="0">
858         <bounds x="104" y="120" width="7" height="7"/>
859      </backdrop>
860      <backdrop name="lamp254" element="matrixlamp" state="0">
861         <bounds x="112" y="120" width="7" height="7"/>
862      </backdrop>
863      <backdrop name="lamp255" element="matrixlamp" state="0">
864         <bounds x="120" y="120" width="7" height="7"/>
865      </backdrop>
866   </view>
867   <view name="VFD Display Output Only">
868      <backdrop name="vfd0" element="vfd0" state="0">
869         <bounds x="10" y="200" width="9" height="17"/>
870      </backdrop>
871      <backdrop name="vfd1" element="vfd0" state="0">
872         <bounds x="19" y="200" width="9" height="17"/>
873      </backdrop>
874      <backdrop name="vfd2" element="vfd0" state="0">
875         <bounds x="28" y="200" width="9" height="17"/>
876      </backdrop>
877      <backdrop name="vfd3" element="vfd0" state="0">
878         <bounds x="37" y="200" width="9" height="17"/>
879      </backdrop>
880      <backdrop name="vfd4" element="vfd0" state="0">
881         <bounds x="46" y="200" width="9" height="17"/>
882      </backdrop>
883      <backdrop name="vfd5" element="vfd0" state="0">
884         <bounds x="55" y="200" width="9" height="17"/>
885      </backdrop>
886      <backdrop name="vfd6" element="vfd0" state="0">
887         <bounds x="64" y="200" width="9" height="17"/>
888      </backdrop>
889      <backdrop name="vfd7" element="vfd0" state="0">
890         <bounds x="73" y="200" width="9" height="17"/>
891      </backdrop>
892      <backdrop name="vfd8" element="vfd0" state="0">
893         <bounds x="82" y="200" width="9" height="17"/>
894      </backdrop>
895      <backdrop name="vfd9" element="vfd0" state="0">
896         <bounds x="91" y="200" width="9" height="17"/>
897      </backdrop>
898      <backdrop name="vfd10" element="vfd0" state="0">
899         <bounds x="100" y="200" width="9" height="17"/>
900      </backdrop>
901      <backdrop name="vfd11" element="vfd0" state="0">
902         <bounds x="109" y="200" width="9" height="17"/>
903      </backdrop>
904      <backdrop name="vfd12" element="vfd0" state="0">
905         <bounds x="118" y="200" width="9" height="17"/>
906      </backdrop>
907      <backdrop name="vfd13" element="vfd0" state="0">
908         <bounds x="127" y="200" width="9" height="17"/>
909      </backdrop>
910      <backdrop name="vfd14" element="vfd0" state="0">
911         <bounds x="136" y="200" width="9" height="17"/>
912      </backdrop>
913      <backdrop name="vfd15" element="vfd0" state="0">
914         <bounds x="145" y="200" width="9" height="17"/>
915      </backdrop>
916   </view>
917</mamelayout>
918
trunk/src/mame/drivers/bfm_sc1.c
r18002r18003
9999#include "machine/bfm_comn.h"
100100#include "bfm_sc1.lh"
101101
102
103102class bfm_sc1_state : public driver_device
104103{
105104public:
r18002r18003
11041103   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
11051104
11061105   MCFG_NVRAM_ADD_0FILL("nvram")
1107   MCFG_DEFAULT_LAYOUT(layout_awpvid14)
1106   MCFG_DEFAULT_LAYOUT(layout_bfm_sc1)
11081107MACHINE_CONFIG_END
11091108
11101109/////////////////////////////////////////////////////////////////////////////////////
trunk/src/mame/drivers/jpmimpct.c
r18002r18003
9393#include "includes/jpmimpct.h"
9494#include "machine/meters.h"
9595#include "machine/nvram.h"
96#include "jpmimpct.lh"
9697
9798/*************************************
9899 *
r18002r18003
13831384   MCFG_SPEAKER_STANDARD_MONO("mono")
13841385   MCFG_SOUND_ADD("upd",UPD7759, UPD7759_STANDARD_CLOCK)
13851386   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
1386   MCFG_DEFAULT_LAYOUT(layout_awpvid16)
1387   MCFG_DEFAULT_LAYOUT(layout_jpmimpct)
13871388MACHINE_CONFIG_END
13881389
13891390/*************************************
trunk/src/mame/drivers/jpmsru.c
r18002r18003
3434};
3535
3636// blind guess
37#define MAIN_CLOCK 2000000
37#define MAIN_CLOCK 6000000
3838
3939/* System with RAM at 0x0c00 */
4040
trunk/src/mame/drivers/maygay1b.c
r18002r18003
8585#include "sound/okim6376.h"
8686#include "machine/nvram.h"
8787
88#include "maygay1b.lh"
89
8890#define VERBOSE 1
8991#define LOG(x)   do { if (VERBOSE) logerror x; } while (0)
9092
r18002r18003
930932
931933   MCFG_NVRAM_ADD_0FILL("nvram")
932934
933   MCFG_DEFAULT_LAYOUT(layout_awpvid16)
935   MCFG_DEFAULT_LAYOUT(layout_maygay1b)
934936MACHINE_CONFIG_END
935937
936938
r18002r18003
30173019ROM_START( m1htclb )
30183020   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00  )
30193021   ROM_LOAD( "hitensionclubv1-2.rom", 0x0000, 0x010000, CRC(b33fa7a9) SHA1(9aa2b61bac96441a3aa9da254c54636d29a895e2) )
3020   ROM_LOAD( "hitensio.bin", 0x0000, 0x010000, CRC(b8c8edc9) SHA1(1f989a3a72fb7c7747fc6deeb08e06da429620ee) )
30213022
30223023   ROM_REGION( 0x20000, "altrevs", ROMREGION_ERASE00  )
3023   ROM_LOAD( "sc3-057.bin", 0x0000, 0x010000, CRC(b33fa7a9) SHA1(9aa2b61bac96441a3aa9da254c54636d29a895e2) )
3024   ROM_LOAD( "hitensio.bin", 0x0000, 0x010000, CRC(b8c8edc9) SHA1(1f989a3a72fb7c7747fc6deeb08e06da429620ee) )
30243025ROM_END_M1A_MCU
30253026
30263027ROM_START( m1hotpot )
trunk/src/mame/drivers/bfm_sc2.c
r18002r18003
167167
168168/* fruit machines only */
169169#include "video/bfm_dm01.h"
170#include "awpdmd.lh"
170#include "sc2_dmd.lh"
171171#include "drwho.lh"
172#include "awpvid14.lh"
173#include "awpvid16.lh"
174172#include "machine/bfm_comn.h"
175173
176174
r18002r18003
37223720   MCFG_NVRAM_HANDLER(bfm_sc2)
37233721
37243722   /* video hardware */
3725   MCFG_DEFAULT_LAYOUT(layout_awpvid14)
3723   MCFG_DEFAULT_LAYOUT(layout_bfm_sc2)
37263724MACHINE_CONFIG_END
37273725
37283726
r18002r18003
37543752   MCFG_NVRAM_HANDLER(bfm_sc2)
37553753
37563754   /* video hardware */
3757   MCFG_DEFAULT_LAYOUT(layout_awpdmd)
3755   MCFG_DEFAULT_LAYOUT(layout_sc2_dmd)
37583756   MCFG_CPU_ADD("matrix", M6809, 2000000 )            /* matrix board 6809 CPU at 2 Mhz ?? I don't know the exact freq.*/
37593757   MCFG_CPU_PROGRAM_MAP(bfm_dm01_memmap)
37603758   MCFG_CPU_PERIODIC_INT(bfm_dm01_vbl, 1500 )         /* generate 1500 NMI's per second ?? what is the exact freq?? */
trunk/src/mame/drivers/mpu3.c
r18002r18003
9393#include "machine/roc10937.h"
9494#include "machine/meters.h"
9595
96#include "mpu3.lh"
97
9698#ifdef MAME_DEBUG
9799#define MPU3VERBOSE 1
98100#else
r18002r18003
916918
917919   MCFG_NVRAM_ADD_0FILL("nvram")
918920
919   MCFG_DEFAULT_LAYOUT(layout_awpvid16)
921   MCFG_DEFAULT_LAYOUT(layout_mpu3)
920922MACHINE_CONFIG_END
921923
922924
trunk/src/mame/drivers/proconn.c
r18002r18003
1616#include "video/awpvid.h"
1717#include "machine/roc10937.h"
1818
19#include "proconn.lh"
20
1921class proconn_state : public driver_device
2022{
2123public:
r18002r18003
379381   MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
380382
381383
382   MCFG_DEFAULT_LAYOUT(layout_awpvid16)
384   MCFG_DEFAULT_LAYOUT(layout_proconn)
383385
384386   MCFG_SOUND_ADD("aysnd", AY8910, 1000000) /* ?? Mhz */ // YM2149F on PC92?
385387   MCFG_SOUND_CONFIG(ay8910_config)
trunk/src/mame/drivers/bfmsys85.c
r18002r18003
22
33    Bellfruit system85 driver, (under heavy construction !!!)
44
5    M.A.M.E Core Copyright Nicola Salmoria and the MAME Team,
6    used under license from http://mamedev.org
7
85  ******************************************************************************************
96
107
r18002r18003
6865#include "machine/nvram.h"
6966#include "machine/bfm_comn.h"
7067
68#include "bfmsys85.lh"
69
7170class bfmsys85_state : public driver_device
7271{
7372public:
r18002r18003
115114   INTERRUPT_GEN_MEMBER(timer_irq);
116115};
117116
118
119#define VFD_RESET  0x20
120#define VFD_CLOCK1 0x80
121#define VFD_DATA   0x40
122
123117#define MASTER_CLOCK   (XTAL_4MHz)
124118
125119///////////////////////////////////////////////////////////////////////////
r18002r18003
262256
263257WRITE8_MEMBER(bfmsys85_state::vfd_w)
264258{
259//reset 0x20, clock 0x80, data 0x40
265260
266   if (data & VFD_RESET)//inverted?
261   if (data & 0x20)//inverted?
267262   {
268      if (m_alpha_clock != (data & VFD_CLOCK1))
263      if (m_alpha_clock != (data & 0x80))
269264      {
270265         if (m_alpha_clock)//rising edge
271266         {
272            m_vfd->shift_data(data & VFD_DATA?1:0);
267            m_vfd->shift_data(data & 0x40?1:0);
273268         }
274269      }
275   m_alpha_clock = (data & VFD_CLOCK1);
270   m_alpha_clock = (data & 0x80);
276271   }
277272   else
278273   {
r18002r18003
429424
430425   MCFG_NVRAM_ADD_0FILL("nvram")                  // load/save nv RAM
431426
432   MCFG_DEFAULT_LAYOUT(layout_awpvid16)
427   MCFG_DEFAULT_LAYOUT(layout_bfmsys85)
433428MACHINE_CONFIG_END
434429
435430// input ports for system85 board /////////////////////////////////////////
trunk/src/mame/drivers/jpmmps.c
r18002r18003
662662
663663ROM_START( j2hotpot )
664664   ROM_REGION( 0x10000, "maincpu", 0 )
665   ROM_LOAD( "hpv7-1.p1", 0x0000, 0x2000, CRC(bb43d2fa) SHA1(23a3fd7cf49fb4540467dc695973f943c6d659c7) )
665   ROM_LOAD( "hpv7-1.p1", 0x0000, 0x2000, CRC(bb43d2fa) SHA1(23a3fd7cf49fb4540467dc695973f943c6d659c7) )//3gbp token, v7.1
666666   ROM_LOAD( "hpv7-2.p2", 0x2000, 0x2000, CRC(a3e59d08) SHA1(1f9872cfdc80216972fe071603bafb7caaf81bc8) )
667667   ROM_LOAD( "hpv7-3.p3", 0x4000, 0x2000, CRC(1413c369) SHA1(e6d72ab545c74ee3cf8645f8719a798caa4d0f88) )
668668
r18002r18003
740740
741741
742742
743ROM_START( j2litean )
743ROM_START( j2litean )//MPS2
744744   ROM_REGION( 0x10000, "maincpu", 0 )
745745   ROM_LOAD( "lite_a_nudge_mk3_3_1.bin", 0x0000, 0x8000, CRC(2e4f176a) SHA1(c369ab233b4892a65fa885906bb52585c178aa1b) )
746746   ROM_LOAD( "lite_a_nudge_mk3_3_2.bin", 0x8000, 0x8000, CRC(f427b39d) SHA1(24907b2c7936f178db183796543e338b7206c107) )
r18002r18003
809809   ROM_LOAD( "mongam63.bin", 0x4000, 0x4000, CRC(4a8d11a0) SHA1(fe7e00cfb10d83d9f521cf6dcd27d51a561af916) )
810810
811811   ROM_REGION( 0x10000, "altrevs", 0 ) /* split later */
812   // something else?
812   // something else? TTX dumps this as the MPS set
813813   ROM_LOAD( "moneygame3.1.bin", 0x0000, 0x2000, CRC(14734a7e) SHA1(84bcfaaa3f59d8ef2acefe399b48f258e507f20a) )
814814   ROM_LOAD( "moneygame3.2.bin", 0x0000, 0x2000, CRC(6c7ce60c) SHA1(c775925efbb44963d57aea5719d9a3aba181ab71) )
815815   ROM_LOAD( "moneygame3.3.bin", 0x0000, 0x4000, CRC(1303e942) SHA1(3e9436408375c7ca0f636f9eb92bec48e3d1d05c) )
r18002r18003
14501450
14511451
14521452
1453ROM_START( j2montrp )
1453ROM_START( j2montrp )//PCP conversion of Bank Raid cabinet
14541454   ROM_REGION( 0x10000, "maincpu", 0 )
14551455   ROM_LOAD( "mtrap_p1.bin", 0x0000, 0x2000, CRC(8ae769ee) SHA1(ce738d817c040e3d2563c1a0af0f416aef12d465) )
14561456   ROM_LOAD( "mtrap_p2.bin", 0x2000, 0x2000, CRC(97861334) SHA1(05b63738884357ce91fb5dc9872ef3bc105b255c) )
trunk/src/mame/drivers/jpmsys5.c
r18002r18003
1212        * Monopoly Deluxe
1313
1414    Known Issues:
15        * Artwork support is needed as the monitor bezel illuminates
16        to indicate progress through the games.
17        * Features used by the AWP games such as lamps, reels and
18        meters are not emulated.
15        * Some features used by the AWP games such as reels and meters
16      are not emulated.
17      * Timing for reels, and other opto devices is controlled by the same clock
18      as the lamps, in a weird daisychain setup.
1919
2020    AWP game notes:
2121      The byte at 0x81 of the EVEN 68k rom appears to be some kind of
r18002r18003
4040#include "machine/steppers.h"
4141#include "machine/roc10937.h"
4242
43#include "jpmsys5.lh"
4344
4445enum state { IDLE, START, DATA, STOP1, STOP2 };
4546
r18002r18003
9798   DECLARE_READ_LINE_MEMBER(a2_rx_r);
9899   DECLARE_WRITE_LINE_MEMBER(a2_tx_w);
99100   DECLARE_READ_LINE_MEMBER(a2_dcd_r);
101   DECLARE_READ16_MEMBER(mux_awp_r);
102   DECLARE_READ16_MEMBER(coins_awp_r);
100103   void sys5_draw_lamps();
101104   DECLARE_MACHINE_START(jpmsys5v);
102105   DECLARE_MACHINE_RESET(jpmsys5v);
r18002r18003
743746   MCFG_PTM6840_ADD("6840ptm", ptm_intf)
744747MACHINE_CONFIG_END
745748
749READ16_MEMBER(jpmsys5_state::mux_awp_r)
750{
751   static const char *const portnames[] = { "DSW", "DSW2", "ROTARY", "STROBE0", "STROBE1", "STROBE2", "STROBE3", "STROBE4" };
746752
753   if ((offset >0x7f) && (offset <0x8f))
754   {
755      return ioport(portnames[( (offset - 0x80) >>1)])->read();
756   }
757   else
758   {
759      return 0xffff;
760   }
761}
747762
763READ16_MEMBER(jpmsys5_state::coins_awp_r)
764{
765   switch (offset)
766   {
767      case 2:
768      {
769         return ioport("COINS")->read() << 8;   
770      }
771      break;
772      default:
773      {
774         logerror("coins read offset: %x",offset);
775         return 0xffff;
776      }
777   }
778}
779
748780static ADDRESS_MAP_START( 68000_awp_map, AS_PROGRAM, 16, jpmsys5_state )
749781   AM_RANGE(0x000000, 0x01ffff) AM_ROM
750782   AM_RANGE(0x01fffe, 0x01ffff) AM_WRITE(rombank_w)
r18002r18003
803835   PORT_DIPSETTING(   0x40, "40%" )
804836   PORT_DIPSETTING(   0xc0, "30%" )
805837
838   PORT_START("DSW2")
839   PORT_BIT(0xFF, IP_ACTIVE_LOW, IPT_UNKNOWN)
840
841   PORT_START("ROTARY")//not everything has this hooked up, cna be used as a test switch internally
842   PORT_CONFNAME(0x0F, 0x0F, "Rotary Switch")
843   PORT_CONFSETTING(   0x0F, "0")
844   PORT_CONFSETTING(   0x0E, "1")
845   PORT_CONFSETTING(   0x0D, "2")
846   PORT_CONFSETTING(   0x0C, "3")
847   PORT_CONFSETTING(   0x0B, "4")
848   PORT_CONFSETTING(   0x0A, "5")
849   PORT_CONFSETTING(   0x09, "6")
850   PORT_CONFSETTING(   0x08, "7")
851   PORT_CONFSETTING(   0x06, "8")
852   PORT_CONFSETTING(   0x07, "9")
853   PORT_CONFSETTING(   0x05, "10")
854   PORT_CONFSETTING(   0x04, "11")
855   PORT_CONFSETTING(   0x03, "12")
856   PORT_CONFSETTING(   0x02, "13")
857   PORT_CONFSETTING(   0x01, "14")
858   PORT_CONFSETTING(   0x00, "15")
859     
806860   PORT_START("DIRECT")
807861   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Back door") PORT_CODE(KEYCODE_R) PORT_TOGGLE
808862   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Cash door") PORT_CODE(KEYCODE_T) PORT_TOGGLE
r18002r18003
830884   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_COIN4 ) PORT_NAME("100p")
831885   PORT_BIT( 0xc3, IP_ACTIVE_LOW, IPT_UNUSED )
832886
887   PORT_START("STROBE0")
888   PORT_BIT(0xFF, IP_ACTIVE_LOW, IPT_UNKNOWN)
889
890   PORT_START("STROBE1")
891   PORT_BIT(0xFF, IP_ACTIVE_LOW, IPT_UNKNOWN)
892
893   PORT_START("STROBE2")
894   PORT_BIT(0xFF, IP_ACTIVE_LOW, IPT_UNKNOWN)
895
896   PORT_START("STROBE3")
897   PORT_BIT(0xFF, IP_ACTIVE_LOW, IPT_UNKNOWN)
898
899   PORT_START("STROBE4")
900   PORT_BIT(0xFF, IP_ACTIVE_LOW, IPT_UNKNOWN)
901
902   PORT_START("STROBE5")
903   PORT_BIT(0xFF, IP_ACTIVE_LOW, IPT_UNKNOWN)
833904INPUT_PORTS_END
834905
835906/*************************************
r18002r18003
880951
881952   /* 6840 PTM */
882953   MCFG_PTM6840_ADD("6840ptm", ptm_intf)
883   MCFG_DEFAULT_LAYOUT(layout_awpvid16)
954   MCFG_DEFAULT_LAYOUT(layout_jpmsys5)
884955MACHINE_CONFIG_END
885956
886957/*************************************
trunk/src/mame/drivers/jpms80.c
r18002r18003
1/* JPM MPS1/2 Hardware
1/* JPM System 80 Hardware
22
33  TMS9995 CPU
44
r18002r18003
115115   ROM_LOAD( "bankacoinp3.bin", 0x2000, 0x1000, CRC(0c3b2954) SHA1(4342a2a047496caf8569d4519dd8daad47e634e3) )
116116ROM_END
117117
118ROM_START( j80blbnk )
119   ROM_REGION( 0x10000, "maincpu", 0 )
120   ROM_LOAD( "blankity-bank-p1.bin", 0x0000, 0x1000, CRC(8b2aeca6) SHA1(207db63d5130cb7a8eb9be41d116432f7b7728b0) )
121   ROM_LOAD( "blankity-bank-p2.bin", 0x1000, 0x1000, CRC(561262da) SHA1(d1f3e7815c5ea3ba7c26ed3b95a16c802f6af50f) )
122   ROM_LOAD( "blankity-bank-p3.bin", 0x2000, 0x1000, CRC(39925035) SHA1(0af8c8f8074c4873581250474d59d715178cded4) )
123ROM_END
118124
119125
120126ROM_START( j80bounc )
r18002r18003
296302GAME(198?, j80topup   ,0         ,jpms80,jpms80, jpms80_state,jpms80,ROT0,   "JPM","Top Up (JPM) (SYSTEM80)",                  GAME_IS_SKELETON_MECHANICAL )
297303GAME(198?, j80tumbl   ,0         ,jpms80,jpms80, jpms80_state,jpms80,ROT0,   "JPM","Tumble (JPM) (SYSTEM80)",                  GAME_IS_SKELETON_MECHANICAL )
298304GAME(198?, j80wsprt   ,0         ,jpms80,jpms80, jpms80_state,jpms80,ROT0,   "JPM","Winsprint (JPM) (SYSTEM80)",                  GAME_IS_SKELETON_MECHANICAL )
305
306GAME(198?, j80blbnk   ,0         ,jpms80,jpms80, jpms80_state,jpms80,ROT0,   "PCP","Blankity Bank (PCP) (SYSTEM80)",                  GAME_IS_SKELETON_MECHANICAL )
307
299308// these look like they're probably SYSTEM80, not 100% sure tho
300309GAME(198?, j80alad   ,0         ,jpms80,jpms80, jpms80_state,jpms80,ROT0,   "JPM","Aladdin's Cave (PCP)",                  GAME_IS_SKELETON_MECHANICAL )
301310GAME(198?, j80fortr   ,0         ,jpms80,jpms80, jpms80_state,jpms80,ROT0,   "JPM","Fortune Trail (JPM)",                  GAME_IS_SKELETON_MECHANICAL )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team