summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-09-10 04:28:37 +1000
committer Vas Crabb <vas@vastheman.com>2020-09-10 04:28:37 +1000
commitd464d6caeb0fa3c80cde7ee50f81649190aa2654 (patch)
tree4b507fd8cef0d6ccd86ef4306d6e0146df26fca8
parent8a5d4df2f7ed36d1b0161df0c6c03a6f722eda31 (diff)
video/bfm_dm01.cpp: Convert back to using outputs and update layouts.
Outputs no longer require string formatting and hash lookups, and only changes to output values result in notifications. Performance is better than before. We never had any kind of post-processing to make the "alternate pixels" screen bitmap look like a DMD, and the bilinear scaling looked awful.
-rw-r--r--src/mame/layout/brkball.lay23
-rw-r--r--src/mame/layout/md6802.lay8
-rw-r--r--src/mame/layout/sc1_vid.lay1753
-rw-r--r--src/mame/layout/sc2_dmd.lay9023
-rw-r--r--src/mame/layout/sc2copcl7.lay6325
-rw-r--r--src/mame/layout/sc2cpe.lay6281
-rw-r--r--src/mame/layout/sc2prem2.lay6509
-rw-r--r--src/mame/layout/sc2prom.lay5373
-rw-r--r--src/mame/layout/sc2ptytm1.lay5245
-rw-r--r--src/mame/layout/sc2town2.lay5521
-rw-r--r--src/mame/layout/sc4_dmd.lay1974
-rw-r--r--src/mame/video/bfm_dm01.cpp56
-rw-r--r--src/mame/video/bfm_dm01.h10
13 files changed, 9402 insertions, 38699 deletions
diff --git a/src/mame/layout/brkball.lay b/src/mame/layout/brkball.lay
index 6b82d77232d..809b5901cf2 100644
--- a/src/mame/layout/brkball.lay
+++ b/src/mame/layout/brkball.lay
@@ -6,10 +6,29 @@
</rect>
</element>
+ <element name="dotmatrixdot">
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
+ </element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="main">
- <screen tag="dm01:dmd">
+ <group ref="dmd">
<bounds x="149" y="0" width="102" height="42"/>
- </screen>
+ </group>
<element ref="dmd_background" blend="add">
<bounds x="149" y="0" width="102" height="42"/>
</element>
diff --git a/src/mame/layout/md6802.lay b/src/mame/layout/md6802.lay
index 88d8858e985..87b82e34923 100644
--- a/src/mame/layout/md6802.lay
+++ b/src/mame/layout/md6802.lay
@@ -179,7 +179,7 @@ Didact MD6802 layout
</group>
<group name="keyboard">
- <backdrop element="pcb_color"><bounds left="0" top="0" right="289" bottom="327"/></backdrop>
+ <element ref="pcb_color"><bounds left="0" top="0" right="289" bottom="327"/></element>
<element ref="text_md6802_kb"><bounds x="20" y="10" width="112" height="8" /></element>
<element ref="text_terminal"><bounds x="10" y="208" width="26" height="6" /></element>
@@ -271,7 +271,7 @@ Didact MD6802 layout
</group>
<group name="cpuboard">
- <backdrop element="pcb_color"><bounds left="0" top="0" right="390" bottom="242"/></backdrop>
+ <element ref="pcb_color"><bounds left="0" top="0" right="390" bottom="242"/></element>
<element ref="text_md6802_cpu"><bounds x="25" y="22" width="8" height="75" /><orientation rotate="90" /></element>
<group ref="eurofem"><bounds x="267" y="12" height="228" width="24" /><orientation rotate="90" /></group>
@@ -321,7 +321,7 @@ Didact MD6802 layout
</group>
<group name="breadboard">
- <backdrop element="bb_color"><bounds left="0" top="0" right="1300" bottom="3720"/></backdrop>
+ <element ref="bb_color"><bounds left="0" top="0" right="1300" bottom="3720"/></element>
<repeat count="47">
<param name="y" start="400" increment="62" />
<param name="yh" start="405" increment="62" />
@@ -373,7 +373,7 @@ Didact MD6802 layout
</group>
<view name="Base Artwork">
- <backdrop element="black"><bounds left="0" top="0" right="1211" bottom="551"/></backdrop>
+ <bounds left="0" top="0" right="1211" bottom="551"/>
<group ref="keyboard"><bounds x="0" y="31" width="400" height="450" /></group>
<group ref="cpuboard"><bounds x="405" y="92" width="540" height="338" /></group>
<group ref="breadboard"><bounds x="951" y="0" width="191" height="551" /></group>
diff --git a/src/mame/layout/sc1_vid.lay b/src/mame/layout/sc1_vid.lay
index a7de42f560f..c77112a5f3e 100644
--- a/src/mame/layout/sc1_vid.lay
+++ b/src/mame/layout/sc1_vid.lay
@@ -18,9 +18,9 @@ license:CC0
</rect>
</element>
<element name="vfd0">
- <led14segsc>
+ <led14segsc>
<color red="0" green="0.6" blue="1.0" />
- </led14segsc>
+ </led14segsc>
</element>
<element name="Steppers" defstate="0">
@@ -30,1686 +30,89 @@ license:CC0
</simplecounter>
</element>
+ <group name="vfd">
+ <repeat count="16">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="0" increment="9" />
+ <element name="vfd~n~" ref="vfd0" state="0">
+ <bounds x="~x~" y="0" width="9" height="17" />
+ </element>
+ </repeat>
+ </group>
+
+ <group name="lamps">
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="x" start="0" increment="8" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="y" start="0" increment="8" />
+ <element name="lamp~n~" ref="matrixlamp" state="0" blend="add">
+ <bounds x="~x~" y="~y~" width="7" height="7" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="Full Output">
<screen index="0">
<bounds x="127" y="0" width="400" height="280" />
</screen>
- <backdrop name="vfd0" element="vfd0" state="0">
- <bounds x="10" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd1" element="vfd0" state="0">
- <bounds x="19" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd2" element="vfd0" state="0">
- <bounds x="28" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd3" element="vfd0" state="0">
- <bounds x="37" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd4" element="vfd0" state="0">
- <bounds x="46" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd5" element="vfd0" state="0">
- <bounds x="55" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd6" element="vfd0" state="0">
- <bounds x="64" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd7" element="vfd0" state="0">
- <bounds x="73" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd8" element="vfd0" state="0">
- <bounds x="82" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd9" element="vfd0" state="0">
- <bounds x="91" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd10" element="vfd0" state="0">
- <bounds x="100" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd11" element="vfd0" state="0">
- <bounds x="109" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd12" element="vfd0" state="0">
- <bounds x="118" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd13" element="vfd0" state="0">
- <bounds x="127" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd14" element="vfd0" state="0">
- <bounds x="136" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd15" element="vfd0" state="0">
- <bounds x="145" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="reel1" element="Steppers" state="0">
- <bounds x="10" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel2" element="Steppers" state="0">
- <bounds x="60" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel3" element="Steppers" state="0">
- <bounds x="110" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel4" element="Steppers" state="0">
- <bounds x="160" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel5" element="Steppers" state="0">
- <bounds x="220" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel6" element="Steppers" state="0">
- <bounds x="280" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="lamp0" element="matrixlamp" state="0">
- <bounds x="0" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp1" element="matrixlamp" state="0">
- <bounds x="8" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp2" element="matrixlamp" state="0">
- <bounds x="16" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp3" element="matrixlamp" state="0">
- <bounds x="24" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp4" element="matrixlamp" state="0">
- <bounds x="32" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp5" element="matrixlamp" state="0">
- <bounds x="40" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp6" element="matrixlamp" state="0">
- <bounds x="48" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp7" element="matrixlamp" state="0">
- <bounds x="56" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp8" element="matrixlamp" state="0">
- <bounds x="64" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp9" element="matrixlamp" state="0">
- <bounds x="72" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp10" element="matrixlamp" state="0">
- <bounds x="80" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp11" element="matrixlamp" state="0">
- <bounds x="88" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp12" element="matrixlamp" state="0">
- <bounds x="96" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp13" element="matrixlamp" state="0">
- <bounds x="104" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp14" element="matrixlamp" state="0">
- <bounds x="112" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp15" element="matrixlamp" state="0">
- <bounds x="120" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp16" element="matrixlamp" state="0">
- <bounds x="0" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp17" element="matrixlamp" state="0">
- <bounds x="8" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp18" element="matrixlamp" state="0">
- <bounds x="16" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp19" element="matrixlamp" state="0">
- <bounds x="24" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp20" element="matrixlamp" state="0">
- <bounds x="32" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp21" element="matrixlamp" state="0">
- <bounds x="40" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp22" element="matrixlamp" state="0">
- <bounds x="48" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp23" element="matrixlamp" state="0">
- <bounds x="56" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp24" element="matrixlamp" state="0">
- <bounds x="64" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp25" element="matrixlamp" state="0">
- <bounds x="72" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp26" element="matrixlamp" state="0">
- <bounds x="80" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp27" element="matrixlamp" state="0">
- <bounds x="88" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp28" element="matrixlamp" state="0">
- <bounds x="96" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp29" element="matrixlamp" state="0">
- <bounds x="104" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp30" element="matrixlamp" state="0">
- <bounds x="112" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp31" element="matrixlamp" state="0">
- <bounds x="120" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp32" element="matrixlamp" state="0">
- <bounds x="0" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp33" element="matrixlamp" state="0">
- <bounds x="8" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp34" element="matrixlamp" state="0">
- <bounds x="16" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp35" element="matrixlamp" state="0">
- <bounds x="24" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp36" element="matrixlamp" state="0">
- <bounds x="32" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp37" element="matrixlamp" state="0">
- <bounds x="40" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp38" element="matrixlamp" state="0">
- <bounds x="48" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp39" element="matrixlamp" state="0">
- <bounds x="56" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp40" element="matrixlamp" state="0">
- <bounds x="64" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp41" element="matrixlamp" state="0">
- <bounds x="72" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp42" element="matrixlamp" state="0">
- <bounds x="80" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp43" element="matrixlamp" state="0">
- <bounds x="88" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp44" element="matrixlamp" state="0">
- <bounds x="96" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp45" element="matrixlamp" state="0">
- <bounds x="104" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp46" element="matrixlamp" state="0">
- <bounds x="112" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp47" element="matrixlamp" state="0">
- <bounds x="120" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp48" element="matrixlamp" state="0">
- <bounds x="0" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp49" element="matrixlamp" state="0">
- <bounds x="8" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp50" element="matrixlamp" state="0">
- <bounds x="16" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp51" element="matrixlamp" state="0">
- <bounds x="24" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp52" element="matrixlamp" state="0">
- <bounds x="32" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp53" element="matrixlamp" state="0">
- <bounds x="40" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp54" element="matrixlamp" state="0">
- <bounds x="48" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp55" element="matrixlamp" state="0">
- <bounds x="56" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp56" element="matrixlamp" state="0">
- <bounds x="64" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp57" element="matrixlamp" state="0">
- <bounds x="72" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp58" element="matrixlamp" state="0">
- <bounds x="80" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp59" element="matrixlamp" state="0">
- <bounds x="88" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp60" element="matrixlamp" state="0">
- <bounds x="96" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp61" element="matrixlamp" state="0">
- <bounds x="104" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp62" element="matrixlamp" state="0">
- <bounds x="112" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp63" element="matrixlamp" state="0">
- <bounds x="120" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp64" element="matrixlamp" state="0">
- <bounds x="0" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp65" element="matrixlamp" state="0">
- <bounds x="8" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp66" element="matrixlamp" state="0">
- <bounds x="16" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp67" element="matrixlamp" state="0">
- <bounds x="24" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp68" element="matrixlamp" state="0">
- <bounds x="32" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp69" element="matrixlamp" state="0">
- <bounds x="40" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp70" element="matrixlamp" state="0">
- <bounds x="48" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp71" element="matrixlamp" state="0">
- <bounds x="56" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp72" element="matrixlamp" state="0">
- <bounds x="64" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp73" element="matrixlamp" state="0">
- <bounds x="72" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp74" element="matrixlamp" state="0">
- <bounds x="80" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp75" element="matrixlamp" state="0">
- <bounds x="88" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp76" element="matrixlamp" state="0">
- <bounds x="96" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp77" element="matrixlamp" state="0">
- <bounds x="104" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp78" element="matrixlamp" state="0">
- <bounds x="112" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp79" element="matrixlamp" state="0">
- <bounds x="120" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp80" element="matrixlamp" state="0">
- <bounds x="0" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp81" element="matrixlamp" state="0">
- <bounds x="8" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp82" element="matrixlamp" state="0">
- <bounds x="16" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp83" element="matrixlamp" state="0">
- <bounds x="24" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp84" element="matrixlamp" state="0">
- <bounds x="32" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp85" element="matrixlamp" state="0">
- <bounds x="40" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp86" element="matrixlamp" state="0">
- <bounds x="48" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp87" element="matrixlamp" state="0">
- <bounds x="56" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp88" element="matrixlamp" state="0">
- <bounds x="64" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp89" element="matrixlamp" state="0">
- <bounds x="72" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp90" element="matrixlamp" state="0">
- <bounds x="80" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp91" element="matrixlamp" state="0">
- <bounds x="88" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp92" element="matrixlamp" state="0">
- <bounds x="96" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp93" element="matrixlamp" state="0">
- <bounds x="104" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp94" element="matrixlamp" state="0">
- <bounds x="112" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp95" element="matrixlamp" state="0">
- <bounds x="120" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp96" element="matrixlamp" state="0">
- <bounds x="0" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp97" element="matrixlamp" state="0">
- <bounds x="8" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp98" element="matrixlamp" state="0">
- <bounds x="16" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp99" element="matrixlamp" state="0">
- <bounds x="24" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp100" element="matrixlamp" state="0">
- <bounds x="32" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp101" element="matrixlamp" state="0">
- <bounds x="40" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp102" element="matrixlamp" state="0">
- <bounds x="48" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp103" element="matrixlamp" state="0">
- <bounds x="56" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp104" element="matrixlamp" state="0">
- <bounds x="64" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp105" element="matrixlamp" state="0">
- <bounds x="72" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp106" element="matrixlamp" state="0">
- <bounds x="80" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp107" element="matrixlamp" state="0">
- <bounds x="88" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp108" element="matrixlamp" state="0">
- <bounds x="96" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp109" element="matrixlamp" state="0">
- <bounds x="104" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp110" element="matrixlamp" state="0">
- <bounds x="112" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp111" element="matrixlamp" state="0">
- <bounds x="120" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp112" element="matrixlamp" state="0">
- <bounds x="0" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp113" element="matrixlamp" state="0">
- <bounds x="8" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp114" element="matrixlamp" state="0">
- <bounds x="16" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp115" element="matrixlamp" state="0">
- <bounds x="24" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp116" element="matrixlamp" state="0">
- <bounds x="32" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp117" element="matrixlamp" state="0">
- <bounds x="40" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp118" element="matrixlamp" state="0">
- <bounds x="48" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp119" element="matrixlamp" state="0">
- <bounds x="56" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp120" element="matrixlamp" state="0">
- <bounds x="64" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp121" element="matrixlamp" state="0">
- <bounds x="72" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp122" element="matrixlamp" state="0">
- <bounds x="80" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp123" element="matrixlamp" state="0">
- <bounds x="88" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp124" element="matrixlamp" state="0">
- <bounds x="96" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp125" element="matrixlamp" state="0">
- <bounds x="104" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp126" element="matrixlamp" state="0">
- <bounds x="112" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp127" element="matrixlamp" state="0">
- <bounds x="120" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp128" element="matrixlamp" state="0">
- <bounds x="0" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp129" element="matrixlamp" state="0">
- <bounds x="8" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp130" element="matrixlamp" state="0">
- <bounds x="16" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp131" element="matrixlamp" state="0">
- <bounds x="24" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp132" element="matrixlamp" state="0">
- <bounds x="32" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp133" element="matrixlamp" state="0">
- <bounds x="40" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp134" element="matrixlamp" state="0">
- <bounds x="48" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp135" element="matrixlamp" state="0">
- <bounds x="56" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp136" element="matrixlamp" state="0">
- <bounds x="64" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp137" element="matrixlamp" state="0">
- <bounds x="72" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp138" element="matrixlamp" state="0">
- <bounds x="80" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp139" element="matrixlamp" state="0">
- <bounds x="88" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp140" element="matrixlamp" state="0">
- <bounds x="96" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp141" element="matrixlamp" state="0">
- <bounds x="104" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp142" element="matrixlamp" state="0">
- <bounds x="112" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp143" element="matrixlamp" state="0">
- <bounds x="120" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp144" element="matrixlamp" state="0">
- <bounds x="0" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp145" element="matrixlamp" state="0">
- <bounds x="8" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp146" element="matrixlamp" state="0">
- <bounds x="16" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp147" element="matrixlamp" state="0">
- <bounds x="24" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp148" element="matrixlamp" state="0">
- <bounds x="32" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp149" element="matrixlamp" state="0">
- <bounds x="40" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp150" element="matrixlamp" state="0">
- <bounds x="48" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp151" element="matrixlamp" state="0">
- <bounds x="56" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp152" element="matrixlamp" state="0">
- <bounds x="64" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp153" element="matrixlamp" state="0">
- <bounds x="72" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp154" element="matrixlamp" state="0">
- <bounds x="80" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp155" element="matrixlamp" state="0">
- <bounds x="88" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp156" element="matrixlamp" state="0">
- <bounds x="96" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp157" element="matrixlamp" state="0">
- <bounds x="104" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp158" element="matrixlamp" state="0">
- <bounds x="112" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp159" element="matrixlamp" state="0">
- <bounds x="120" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp160" element="matrixlamp" state="0">
- <bounds x="0" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp161" element="matrixlamp" state="0">
- <bounds x="8" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp162" element="matrixlamp" state="0">
- <bounds x="16" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp163" element="matrixlamp" state="0">
- <bounds x="24" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp164" element="matrixlamp" state="0">
- <bounds x="32" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp165" element="matrixlamp" state="0">
- <bounds x="40" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp166" element="matrixlamp" state="0">
- <bounds x="48" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp167" element="matrixlamp" state="0">
- <bounds x="56" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp168" element="matrixlamp" state="0">
- <bounds x="64" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp169" element="matrixlamp" state="0">
- <bounds x="72" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp170" element="matrixlamp" state="0">
- <bounds x="80" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp171" element="matrixlamp" state="0">
- <bounds x="88" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp172" element="matrixlamp" state="0">
- <bounds x="96" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp173" element="matrixlamp" state="0">
- <bounds x="104" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp174" element="matrixlamp" state="0">
- <bounds x="112" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp175" element="matrixlamp" state="0">
- <bounds x="120" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp176" element="matrixlamp" state="0">
- <bounds x="0" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp177" element="matrixlamp" state="0">
- <bounds x="8" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp178" element="matrixlamp" state="0">
- <bounds x="16" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp179" element="matrixlamp" state="0">
- <bounds x="24" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp180" element="matrixlamp" state="0">
- <bounds x="32" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp181" element="matrixlamp" state="0">
- <bounds x="40" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp182" element="matrixlamp" state="0">
- <bounds x="48" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp183" element="matrixlamp" state="0">
- <bounds x="56" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp184" element="matrixlamp" state="0">
- <bounds x="64" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp185" element="matrixlamp" state="0">
- <bounds x="72" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp186" element="matrixlamp" state="0">
- <bounds x="80" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp187" element="matrixlamp" state="0">
- <bounds x="88" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp188" element="matrixlamp" state="0">
- <bounds x="96" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp189" element="matrixlamp" state="0">
- <bounds x="104" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp190" element="matrixlamp" state="0">
- <bounds x="112" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp191" element="matrixlamp" state="0">
- <bounds x="120" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp192" element="matrixlamp" state="0">
- <bounds x="0" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp193" element="matrixlamp" state="0">
- <bounds x="8" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp194" element="matrixlamp" state="0">
- <bounds x="16" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp195" element="matrixlamp" state="0">
- <bounds x="24" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp196" element="matrixlamp" state="0">
- <bounds x="32" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp197" element="matrixlamp" state="0">
- <bounds x="40" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp198" element="matrixlamp" state="0">
- <bounds x="48" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp199" element="matrixlamp" state="0">
- <bounds x="56" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp200" element="matrixlamp" state="0">
- <bounds x="64" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp201" element="matrixlamp" state="0">
- <bounds x="72" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp202" element="matrixlamp" state="0">
- <bounds x="80" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp203" element="matrixlamp" state="0">
- <bounds x="88" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp204" element="matrixlamp" state="0">
- <bounds x="96" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp205" element="matrixlamp" state="0">
- <bounds x="104" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp206" element="matrixlamp" state="0">
- <bounds x="112" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp207" element="matrixlamp" state="0">
- <bounds x="120" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp208" element="matrixlamp" state="0">
- <bounds x="0" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp209" element="matrixlamp" state="0">
- <bounds x="8" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp210" element="matrixlamp" state="0">
- <bounds x="16" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp211" element="matrixlamp" state="0">
- <bounds x="24" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp212" element="matrixlamp" state="0">
- <bounds x="32" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp213" element="matrixlamp" state="0">
- <bounds x="40" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp214" element="matrixlamp" state="0">
- <bounds x="48" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp215" element="matrixlamp" state="0">
- <bounds x="56" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp216" element="matrixlamp" state="0">
- <bounds x="64" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp217" element="matrixlamp" state="0">
- <bounds x="72" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp218" element="matrixlamp" state="0">
- <bounds x="80" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp219" element="matrixlamp" state="0">
- <bounds x="88" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp220" element="matrixlamp" state="0">
- <bounds x="96" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp221" element="matrixlamp" state="0">
- <bounds x="104" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp222" element="matrixlamp" state="0">
- <bounds x="112" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp223" element="matrixlamp" state="0">
- <bounds x="120" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp224" element="matrixlamp" state="0">
- <bounds x="0" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp225" element="matrixlamp" state="0">
- <bounds x="8" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp226" element="matrixlamp" state="0">
- <bounds x="16" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp227" element="matrixlamp" state="0">
- <bounds x="24" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp228" element="matrixlamp" state="0">
- <bounds x="32" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp229" element="matrixlamp" state="0">
- <bounds x="40" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp230" element="matrixlamp" state="0">
- <bounds x="48" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp231" element="matrixlamp" state="0">
- <bounds x="56" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp232" element="matrixlamp" state="0">
- <bounds x="64" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp233" element="matrixlamp" state="0">
- <bounds x="72" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp234" element="matrixlamp" state="0">
- <bounds x="80" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp235" element="matrixlamp" state="0">
- <bounds x="88" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp236" element="matrixlamp" state="0">
- <bounds x="96" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp237" element="matrixlamp" state="0">
- <bounds x="104" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp238" element="matrixlamp" state="0">
- <bounds x="112" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp239" element="matrixlamp" state="0">
- <bounds x="120" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp240" element="matrixlamp" state="0">
- <bounds x="0" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp241" element="matrixlamp" state="0">
- <bounds x="8" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp242" element="matrixlamp" state="0">
- <bounds x="16" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp243" element="matrixlamp" state="0">
- <bounds x="24" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp244" element="matrixlamp" state="0">
- <bounds x="32" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp245" element="matrixlamp" state="0">
- <bounds x="40" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp246" element="matrixlamp" state="0">
- <bounds x="48" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp247" element="matrixlamp" state="0">
- <bounds x="56" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp248" element="matrixlamp" state="0">
- <bounds x="64" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp249" element="matrixlamp" state="0">
- <bounds x="72" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp250" element="matrixlamp" state="0">
- <bounds x="80" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp251" element="matrixlamp" state="0">
- <bounds x="88" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp252" element="matrixlamp" state="0">
- <bounds x="96" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp253" element="matrixlamp" state="0">
- <bounds x="104" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp254" element="matrixlamp" state="0">
- <bounds x="112" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp255" element="matrixlamp" state="0">
- <bounds x="120" y="120" width="7" height="7"/>
- </backdrop>
+
+ <group ref="vfd">
+ <bounds x="10" y="280" width="144" height="17" />
+ </group>
+
+ <element name="reel1" ref="Steppers" state="0">
+ <bounds x="10" y="320" width="50" height="50" />
+ </element>
+ <element name="reel2" ref="Steppers" state="0">
+ <bounds x="60" y="320" width="50" height="50" />
+ </element>
+ <element name="reel3" ref="Steppers" state="0">
+ <bounds x="110" y="320" width="50" height="50" />
+ </element>
+ <element name="reel4" ref="Steppers" state="0">
+ <bounds x="160" y="320" width="50" height="50" />
+ </element>
+ <element name="reel5" ref="Steppers" state="0">
+ <bounds x="220" y="320" width="50" height="50" />
+ </element>
+ <element name="reel6" ref="Steppers" state="0">
+ <bounds x="280" y="320" width="50" height="50" />
+ </element>
+
+ <group ref="lamps">
+ <bounds x="0" y="0" width="127" height="127" />
+ </group>
</view>
<view name="AWP Simulated Video (No Artwork)">
- <backdrop name="vfd0" element="vfd0" state="0">
- <bounds x="10" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd1" element="vfd0" state="0">
- <bounds x="19" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd2" element="vfd0" state="0">
- <bounds x="28" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd3" element="vfd0" state="0">
- <bounds x="37" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd4" element="vfd0" state="0">
- <bounds x="46" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd5" element="vfd0" state="0">
- <bounds x="55" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd6" element="vfd0" state="0">
- <bounds x="64" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd7" element="vfd0" state="0">
- <bounds x="73" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd8" element="vfd0" state="0">
- <bounds x="82" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd9" element="vfd0" state="0">
- <bounds x="91" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd10" element="vfd0" state="0">
- <bounds x="100" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd11" element="vfd0" state="0">
- <bounds x="109" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd12" element="vfd0" state="0">
- <bounds x="118" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd13" element="vfd0" state="0">
- <bounds x="127" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd14" element="vfd0" state="0">
- <bounds x="136" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="vfd15" element="vfd0" state="0">
- <bounds x="145" y="280" width="9" height="17"/>
- </backdrop>
- <backdrop name="reel1" element="Steppers" state="0">
- <bounds x="10" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel2" element="Steppers" state="0">
- <bounds x="60" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel3" element="Steppers" state="0">
- <bounds x="110" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel4" element="Steppers" state="0">
- <bounds x="160" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel5" element="Steppers" state="0">
- <bounds x="220" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="reel6" element="Steppers" state="0">
- <bounds x="280" y="320" width="50" height="50"/>
- </backdrop>
- <backdrop name="lamp0" element="matrixlamp" state="0">
- <bounds x="0" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp1" element="matrixlamp" state="0">
- <bounds x="8" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp2" element="matrixlamp" state="0">
- <bounds x="16" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp3" element="matrixlamp" state="0">
- <bounds x="24" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp4" element="matrixlamp" state="0">
- <bounds x="32" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp5" element="matrixlamp" state="0">
- <bounds x="40" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp6" element="matrixlamp" state="0">
- <bounds x="48" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp7" element="matrixlamp" state="0">
- <bounds x="56" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp8" element="matrixlamp" state="0">
- <bounds x="64" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp9" element="matrixlamp" state="0">
- <bounds x="72" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp10" element="matrixlamp" state="0">
- <bounds x="80" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp11" element="matrixlamp" state="0">
- <bounds x="88" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp12" element="matrixlamp" state="0">
- <bounds x="96" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp13" element="matrixlamp" state="0">
- <bounds x="104" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp14" element="matrixlamp" state="0">
- <bounds x="112" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp15" element="matrixlamp" state="0">
- <bounds x="120" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp16" element="matrixlamp" state="0">
- <bounds x="0" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp17" element="matrixlamp" state="0">
- <bounds x="8" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp18" element="matrixlamp" state="0">
- <bounds x="16" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp19" element="matrixlamp" state="0">
- <bounds x="24" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp20" element="matrixlamp" state="0">
- <bounds x="32" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp21" element="matrixlamp" state="0">
- <bounds x="40" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp22" element="matrixlamp" state="0">
- <bounds x="48" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp23" element="matrixlamp" state="0">
- <bounds x="56" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp24" element="matrixlamp" state="0">
- <bounds x="64" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp25" element="matrixlamp" state="0">
- <bounds x="72" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp26" element="matrixlamp" state="0">
- <bounds x="80" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp27" element="matrixlamp" state="0">
- <bounds x="88" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp28" element="matrixlamp" state="0">
- <bounds x="96" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp29" element="matrixlamp" state="0">
- <bounds x="104" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp30" element="matrixlamp" state="0">
- <bounds x="112" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp31" element="matrixlamp" state="0">
- <bounds x="120" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp32" element="matrixlamp" state="0">
- <bounds x="0" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp33" element="matrixlamp" state="0">
- <bounds x="8" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp34" element="matrixlamp" state="0">
- <bounds x="16" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp35" element="matrixlamp" state="0">
- <bounds x="24" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp36" element="matrixlamp" state="0">
- <bounds x="32" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp37" element="matrixlamp" state="0">
- <bounds x="40" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp38" element="matrixlamp" state="0">
- <bounds x="48" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp39" element="matrixlamp" state="0">
- <bounds x="56" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp40" element="matrixlamp" state="0">
- <bounds x="64" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp41" element="matrixlamp" state="0">
- <bounds x="72" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp42" element="matrixlamp" state="0">
- <bounds x="80" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp43" element="matrixlamp" state="0">
- <bounds x="88" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp44" element="matrixlamp" state="0">
- <bounds x="96" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp45" element="matrixlamp" state="0">
- <bounds x="104" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp46" element="matrixlamp" state="0">
- <bounds x="112" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp47" element="matrixlamp" state="0">
- <bounds x="120" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp48" element="matrixlamp" state="0">
- <bounds x="0" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp49" element="matrixlamp" state="0">
- <bounds x="8" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp50" element="matrixlamp" state="0">
- <bounds x="16" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp51" element="matrixlamp" state="0">
- <bounds x="24" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp52" element="matrixlamp" state="0">
- <bounds x="32" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp53" element="matrixlamp" state="0">
- <bounds x="40" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp54" element="matrixlamp" state="0">
- <bounds x="48" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp55" element="matrixlamp" state="0">
- <bounds x="56" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp56" element="matrixlamp" state="0">
- <bounds x="64" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp57" element="matrixlamp" state="0">
- <bounds x="72" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp58" element="matrixlamp" state="0">
- <bounds x="80" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp59" element="matrixlamp" state="0">
- <bounds x="88" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp60" element="matrixlamp" state="0">
- <bounds x="96" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp61" element="matrixlamp" state="0">
- <bounds x="104" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp62" element="matrixlamp" state="0">
- <bounds x="112" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp63" element="matrixlamp" state="0">
- <bounds x="120" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp64" element="matrixlamp" state="0">
- <bounds x="0" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp65" element="matrixlamp" state="0">
- <bounds x="8" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp66" element="matrixlamp" state="0">
- <bounds x="16" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp67" element="matrixlamp" state="0">
- <bounds x="24" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp68" element="matrixlamp" state="0">
- <bounds x="32" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp69" element="matrixlamp" state="0">
- <bounds x="40" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp70" element="matrixlamp" state="0">
- <bounds x="48" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp71" element="matrixlamp" state="0">
- <bounds x="56" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp72" element="matrixlamp" state="0">
- <bounds x="64" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp73" element="matrixlamp" state="0">
- <bounds x="72" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp74" element="matrixlamp" state="0">
- <bounds x="80" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp75" element="matrixlamp" state="0">
- <bounds x="88" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp76" element="matrixlamp" state="0">
- <bounds x="96" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp77" element="matrixlamp" state="0">
- <bounds x="104" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp78" element="matrixlamp" state="0">
- <bounds x="112" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp79" element="matrixlamp" state="0">
- <bounds x="120" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp80" element="matrixlamp" state="0">
- <bounds x="0" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp81" element="matrixlamp" state="0">
- <bounds x="8" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp82" element="matrixlamp" state="0">
- <bounds x="16" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp83" element="matrixlamp" state="0">
- <bounds x="24" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp84" element="matrixlamp" state="0">
- <bounds x="32" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp85" element="matrixlamp" state="0">
- <bounds x="40" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp86" element="matrixlamp" state="0">
- <bounds x="48" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp87" element="matrixlamp" state="0">
- <bounds x="56" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp88" element="matrixlamp" state="0">
- <bounds x="64" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp89" element="matrixlamp" state="0">
- <bounds x="72" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp90" element="matrixlamp" state="0">
- <bounds x="80" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp91" element="matrixlamp" state="0">
- <bounds x="88" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp92" element="matrixlamp" state="0">
- <bounds x="96" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp93" element="matrixlamp" state="0">
- <bounds x="104" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp94" element="matrixlamp" state="0">
- <bounds x="112" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp95" element="matrixlamp" state="0">
- <bounds x="120" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp96" element="matrixlamp" state="0">
- <bounds x="0" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp97" element="matrixlamp" state="0">
- <bounds x="8" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp98" element="matrixlamp" state="0">
- <bounds x="16" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp99" element="matrixlamp" state="0">
- <bounds x="24" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp100" element="matrixlamp" state="0">
- <bounds x="32" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp101" element="matrixlamp" state="0">
- <bounds x="40" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp102" element="matrixlamp" state="0">
- <bounds x="48" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp103" element="matrixlamp" state="0">
- <bounds x="56" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp104" element="matrixlamp" state="0">
- <bounds x="64" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp105" element="matrixlamp" state="0">
- <bounds x="72" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp106" element="matrixlamp" state="0">
- <bounds x="80" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp107" element="matrixlamp" state="0">
- <bounds x="88" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp108" element="matrixlamp" state="0">
- <bounds x="96" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp109" element="matrixlamp" state="0">
- <bounds x="104" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp110" element="matrixlamp" state="0">
- <bounds x="112" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp111" element="matrixlamp" state="0">
- <bounds x="120" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp112" element="matrixlamp" state="0">
- <bounds x="0" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp113" element="matrixlamp" state="0">
- <bounds x="8" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp114" element="matrixlamp" state="0">
- <bounds x="16" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp115" element="matrixlamp" state="0">
- <bounds x="24" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp116" element="matrixlamp" state="0">
- <bounds x="32" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp117" element="matrixlamp" state="0">
- <bounds x="40" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp118" element="matrixlamp" state="0">
- <bounds x="48" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp119" element="matrixlamp" state="0">
- <bounds x="56" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp120" element="matrixlamp" state="0">
- <bounds x="64" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp121" element="matrixlamp" state="0">
- <bounds x="72" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp122" element="matrixlamp" state="0">
- <bounds x="80" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp123" element="matrixlamp" state="0">
- <bounds x="88" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp124" element="matrixlamp" state="0">
- <bounds x="96" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp125" element="matrixlamp" state="0">
- <bounds x="104" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp126" element="matrixlamp" state="0">
- <bounds x="112" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp127" element="matrixlamp" state="0">
- <bounds x="120" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp128" element="matrixlamp" state="0">
- <bounds x="0" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp129" element="matrixlamp" state="0">
- <bounds x="8" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp130" element="matrixlamp" state="0">
- <bounds x="16" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp131" element="matrixlamp" state="0">
- <bounds x="24" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp132" element="matrixlamp" state="0">
- <bounds x="32" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp133" element="matrixlamp" state="0">
- <bounds x="40" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp134" element="matrixlamp" state="0">
- <bounds x="48" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp135" element="matrixlamp" state="0">
- <bounds x="56" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp136" element="matrixlamp" state="0">
- <bounds x="64" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp137" element="matrixlamp" state="0">
- <bounds x="72" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp138" element="matrixlamp" state="0">
- <bounds x="80" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp139" element="matrixlamp" state="0">
- <bounds x="88" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp140" element="matrixlamp" state="0">
- <bounds x="96" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp141" element="matrixlamp" state="0">
- <bounds x="104" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp142" element="matrixlamp" state="0">
- <bounds x="112" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp143" element="matrixlamp" state="0">
- <bounds x="120" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp144" element="matrixlamp" state="0">
- <bounds x="0" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp145" element="matrixlamp" state="0">
- <bounds x="8" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp146" element="matrixlamp" state="0">
- <bounds x="16" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp147" element="matrixlamp" state="0">
- <bounds x="24" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp148" element="matrixlamp" state="0">
- <bounds x="32" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp149" element="matrixlamp" state="0">
- <bounds x="40" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp150" element="matrixlamp" state="0">
- <bounds x="48" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp151" element="matrixlamp" state="0">
- <bounds x="56" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp152" element="matrixlamp" state="0">
- <bounds x="64" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp153" element="matrixlamp" state="0">
- <bounds x="72" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp154" element="matrixlamp" state="0">
- <bounds x="80" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp155" element="matrixlamp" state="0">
- <bounds x="88" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp156" element="matrixlamp" state="0">
- <bounds x="96" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp157" element="matrixlamp" state="0">
- <bounds x="104" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp158" element="matrixlamp" state="0">
- <bounds x="112" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp159" element="matrixlamp" state="0">
- <bounds x="120" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp160" element="matrixlamp" state="0">
- <bounds x="0" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp161" element="matrixlamp" state="0">
- <bounds x="8" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp162" element="matrixlamp" state="0">
- <bounds x="16" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp163" element="matrixlamp" state="0">
- <bounds x="24" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp164" element="matrixlamp" state="0">
- <bounds x="32" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp165" element="matrixlamp" state="0">
- <bounds x="40" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp166" element="matrixlamp" state="0">
- <bounds x="48" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp167" element="matrixlamp" state="0">
- <bounds x="56" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp168" element="matrixlamp" state="0">
- <bounds x="64" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp169" element="matrixlamp" state="0">
- <bounds x="72" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp170" element="matrixlamp" state="0">
- <bounds x="80" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp171" element="matrixlamp" state="0">
- <bounds x="88" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp172" element="matrixlamp" state="0">
- <bounds x="96" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp173" element="matrixlamp" state="0">
- <bounds x="104" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp174" element="matrixlamp" state="0">
- <bounds x="112" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp175" element="matrixlamp" state="0">
- <bounds x="120" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp176" element="matrixlamp" state="0">
- <bounds x="0" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp177" element="matrixlamp" state="0">
- <bounds x="8" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp178" element="matrixlamp" state="0">
- <bounds x="16" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp179" element="matrixlamp" state="0">
- <bounds x="24" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp180" element="matrixlamp" state="0">
- <bounds x="32" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp181" element="matrixlamp" state="0">
- <bounds x="40" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp182" element="matrixlamp" state="0">
- <bounds x="48" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp183" element="matrixlamp" state="0">
- <bounds x="56" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp184" element="matrixlamp" state="0">
- <bounds x="64" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp185" element="matrixlamp" state="0">
- <bounds x="72" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp186" element="matrixlamp" state="0">
- <bounds x="80" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp187" element="matrixlamp" state="0">
- <bounds x="88" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp188" element="matrixlamp" state="0">
- <bounds x="96" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp189" element="matrixlamp" state="0">
- <bounds x="104" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp190" element="matrixlamp" state="0">
- <bounds x="112" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp191" element="matrixlamp" state="0">
- <bounds x="120" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp192" element="matrixlamp" state="0">
- <bounds x="0" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp193" element="matrixlamp" state="0">
- <bounds x="8" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp194" element="matrixlamp" state="0">
- <bounds x="16" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp195" element="matrixlamp" state="0">
- <bounds x="24" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp196" element="matrixlamp" state="0">
- <bounds x="32" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp197" element="matrixlamp" state="0">
- <bounds x="40" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp198" element="matrixlamp" state="0">
- <bounds x="48" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp199" element="matrixlamp" state="0">
- <bounds x="56" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp200" element="matrixlamp" state="0">
- <bounds x="64" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp201" element="matrixlamp" state="0">
- <bounds x="72" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp202" element="matrixlamp" state="0">
- <bounds x="80" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp203" element="matrixlamp" state="0">
- <bounds x="88" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp204" element="matrixlamp" state="0">
- <bounds x="96" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp205" element="matrixlamp" state="0">
- <bounds x="104" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp206" element="matrixlamp" state="0">
- <bounds x="112" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp207" element="matrixlamp" state="0">
- <bounds x="120" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp208" element="matrixlamp" state="0">
- <bounds x="0" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp209" element="matrixlamp" state="0">
- <bounds x="8" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp210" element="matrixlamp" state="0">
- <bounds x="16" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp211" element="matrixlamp" state="0">
- <bounds x="24" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp212" element="matrixlamp" state="0">
- <bounds x="32" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp213" element="matrixlamp" state="0">
- <bounds x="40" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp214" element="matrixlamp" state="0">
- <bounds x="48" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp215" element="matrixlamp" state="0">
- <bounds x="56" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp216" element="matrixlamp" state="0">
- <bounds x="64" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp217" element="matrixlamp" state="0">
- <bounds x="72" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp218" element="matrixlamp" state="0">
- <bounds x="80" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp219" element="matrixlamp" state="0">
- <bounds x="88" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp220" element="matrixlamp" state="0">
- <bounds x="96" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp221" element="matrixlamp" state="0">
- <bounds x="104" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp222" element="matrixlamp" state="0">
- <bounds x="112" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp223" element="matrixlamp" state="0">
- <bounds x="120" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp224" element="matrixlamp" state="0">
- <bounds x="0" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp225" element="matrixlamp" state="0">
- <bounds x="8" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp226" element="matrixlamp" state="0">
- <bounds x="16" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp227" element="matrixlamp" state="0">
- <bounds x="24" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp228" element="matrixlamp" state="0">
- <bounds x="32" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp229" element="matrixlamp" state="0">
- <bounds x="40" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp230" element="matrixlamp" state="0">
- <bounds x="48" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp231" element="matrixlamp" state="0">
- <bounds x="56" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp232" element="matrixlamp" state="0">
- <bounds x="64" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp233" element="matrixlamp" state="0">
- <bounds x="72" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp234" element="matrixlamp" state="0">
- <bounds x="80" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp235" element="matrixlamp" state="0">
- <bounds x="88" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp236" element="matrixlamp" state="0">
- <bounds x="96" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp237" element="matrixlamp" state="0">
- <bounds x="104" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp238" element="matrixlamp" state="0">
- <bounds x="112" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp239" element="matrixlamp" state="0">
- <bounds x="120" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp240" element="matrixlamp" state="0">
- <bounds x="0" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp241" element="matrixlamp" state="0">
- <bounds x="8" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp242" element="matrixlamp" state="0">
- <bounds x="16" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp243" element="matrixlamp" state="0">
- <bounds x="24" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp244" element="matrixlamp" state="0">
- <bounds x="32" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp245" element="matrixlamp" state="0">
- <bounds x="40" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp246" element="matrixlamp" state="0">
- <bounds x="48" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp247" element="matrixlamp" state="0">
- <bounds x="56" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp248" element="matrixlamp" state="0">
- <bounds x="64" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp249" element="matrixlamp" state="0">
- <bounds x="72" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp250" element="matrixlamp" state="0">
- <bounds x="80" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp251" element="matrixlamp" state="0">
- <bounds x="88" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp252" element="matrixlamp" state="0">
- <bounds x="96" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp253" element="matrixlamp" state="0">
- <bounds x="104" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp254" element="matrixlamp" state="0">
- <bounds x="112" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp255" element="matrixlamp" state="0">
- <bounds x="120" y="120" width="7" height="7"/>
- </backdrop>
- </view>
+ <group ref="vfd">
+ <bounds x="10" y="280" width="144" height="17" />
+ </group>
- <view name="Adder 2 Output Only (400:280, No Artwork)">
- <screen index="0">
- <bounds left="0" top="0" right="400" bottom="280" />
- </screen>
+ <element name="reel1" ref="Steppers" state="0">
+ <bounds x="10" y="320" width="50" height="50" />
+ </element>
+ <element name="reel2" ref="Steppers" state="0">
+ <bounds x="60" y="320" width="50" height="50" />
+ </element>
+ <element name="reel3" ref="Steppers" state="0">
+ <bounds x="110" y="320" width="50" height="50" />
+ </element>
+ <element name="reel4" ref="Steppers" state="0">
+ <bounds x="160" y="320" width="50" height="50" />
+ </element>
+ <element name="reel5" ref="Steppers" state="0">
+ <bounds x="220" y="320" width="50" height="50" />
+ </element>
+ <element name="reel6" ref="Steppers" state="0">
+ <bounds x="280" y="320" width="50" height="50" />
+ </element>
+
+ <group ref="lamps">
+ <bounds x="0" y="0" width="127" height="127" />
+ </group>
</view>
</mamelayout>
diff --git a/src/mame/layout/sc2_dmd.lay b/src/mame/layout/sc2_dmd.lay
index b27e5dc927b..0d3b9b1f41e 100644
--- a/src/mame/layout/sc2_dmd.lay
+++ b/src/mame/layout/sc2_dmd.lay
@@ -4,4127 +4,50 @@ license:CC0
-->
<mamelayout version="2">
<element name="matrixlamp">
- <rect state ="0">
- <bounds x="0" y="0" width="7" height="7" />
- <color red="0.7" green="0.7" blue="0.7" />
- </rect>
- <rect state ="1">
- <bounds x="0" y="0" width="7" height="7" />
- <color red="0.0" green="0.0" blue="1.0" />
- </rect>
- <rect state ="2">
- <bounds x="0" y="0" width="7" height="7" />
- <color red="0.0" green="1.0" blue="0.0" />
- </rect>
+ <rect state ="0">
+ <bounds x="0" y="0" width="7" height="7" />
+ <color red="0.7" green="0.7" blue="0.7" />
+ </rect>
+ <rect state ="1">
+ <bounds x="0" y="0" width="7" height="7" />
+ <color red="0.0" green="0.0" blue="1.0" />
+ </rect>
+ <rect state ="2">
+ <bounds x="0" y="0" width="7" height="7" />
+ <color red="0.0" green="1.0" blue="0.0" />
+ </rect>
</element>
<element name="dotmatrixdot">
- <dotmatrixdot>
- <color red="1.0" green="0" blue="0" />
- </dotmatrixdot>
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
</element>
<element name="Steppers" defstate="0">
<simplecounter maxstate="999" digits="3">
- <color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
+ <color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
</simplecounter>
</element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video (Reels, Dots and Lamp Matrix)">
- <element name="dotmatrix0" ref="dotmatrixdot" state="0">
- <bounds x="0" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix1" ref="dotmatrixdot" state="0">
- <bounds x="1" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix2" ref="dotmatrixdot" state="0">
- <bounds x="2" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix3" ref="dotmatrixdot" state="0">
- <bounds x="3" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix4" ref="dotmatrixdot" state="0">
- <bounds x="4" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix5" ref="dotmatrixdot" state="0">
- <bounds x="5" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix6" ref="dotmatrixdot" state="0">
- <bounds x="6" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix7" ref="dotmatrixdot" state="0">
- <bounds x="7" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix8" ref="dotmatrixdot" state="0">
- <bounds x="8" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix9" ref="dotmatrixdot" state="0">
- <bounds x="9" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix10" ref="dotmatrixdot" state="0">
- <bounds x="10" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix11" ref="dotmatrixdot" state="0">
- <bounds x="11" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix12" ref="dotmatrixdot" state="0">
- <bounds x="12" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix13" ref="dotmatrixdot" state="0">
- <bounds x="13" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix14" ref="dotmatrixdot" state="0">
- <bounds x="14" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix15" ref="dotmatrixdot" state="0">
- <bounds x="15" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix16" ref="dotmatrixdot" state="0">
- <bounds x="16" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix17" ref="dotmatrixdot" state="0">
- <bounds x="17" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix18" ref="dotmatrixdot" state="0">
- <bounds x="18" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix19" ref="dotmatrixdot" state="0">
- <bounds x="19" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix20" ref="dotmatrixdot" state="0">
- <bounds x="20" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix21" ref="dotmatrixdot" state="0">
- <bounds x="21" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix22" ref="dotmatrixdot" state="0">
- <bounds x="22" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix23" ref="dotmatrixdot" state="0">
- <bounds x="23" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix24" ref="dotmatrixdot" state="0">
- <bounds x="24" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix25" ref="dotmatrixdot" state="0">
- <bounds x="25" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix26" ref="dotmatrixdot" state="0">
- <bounds x="26" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix27" ref="dotmatrixdot" state="0">
- <bounds x="27" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix28" ref="dotmatrixdot" state="0">
- <bounds x="28" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix29" ref="dotmatrixdot" state="0">
- <bounds x="29" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix30" ref="dotmatrixdot" state="0">
- <bounds x="30" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix31" ref="dotmatrixdot" state="0">
- <bounds x="31" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix32" ref="dotmatrixdot" state="0">
- <bounds x="32" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix33" ref="dotmatrixdot" state="0">
- <bounds x="33" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix34" ref="dotmatrixdot" state="0">
- <bounds x="34" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix35" ref="dotmatrixdot" state="0">
- <bounds x="35" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix36" ref="dotmatrixdot" state="0">
- <bounds x="36" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix37" ref="dotmatrixdot" state="0">
- <bounds x="37" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix38" ref="dotmatrixdot" state="0">
- <bounds x="38" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix39" ref="dotmatrixdot" state="0">
- <bounds x="39" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix40" ref="dotmatrixdot" state="0">
- <bounds x="40" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix41" ref="dotmatrixdot" state="0">
- <bounds x="41" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix42" ref="dotmatrixdot" state="0">
- <bounds x="42" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix43" ref="dotmatrixdot" state="0">
- <bounds x="43" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix44" ref="dotmatrixdot" state="0">
- <bounds x="44" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix45" ref="dotmatrixdot" state="0">
- <bounds x="45" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix46" ref="dotmatrixdot" state="0">
- <bounds x="46" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix47" ref="dotmatrixdot" state="0">
- <bounds x="47" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix48" ref="dotmatrixdot" state="0">
- <bounds x="48" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix49" ref="dotmatrixdot" state="0">
- <bounds x="49" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix50" ref="dotmatrixdot" state="0">
- <bounds x="50" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix51" ref="dotmatrixdot" state="0">
- <bounds x="51" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix52" ref="dotmatrixdot" state="0">
- <bounds x="52" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix53" ref="dotmatrixdot" state="0">
- <bounds x="53" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix54" ref="dotmatrixdot" state="0">
- <bounds x="54" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix55" ref="dotmatrixdot" state="0">
- <bounds x="55" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix56" ref="dotmatrixdot" state="0">
- <bounds x="56" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix57" ref="dotmatrixdot" state="0">
- <bounds x="57" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix58" ref="dotmatrixdot" state="0">
- <bounds x="58" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix59" ref="dotmatrixdot" state="0">
- <bounds x="59" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix60" ref="dotmatrixdot" state="0">
- <bounds x="60" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix61" ref="dotmatrixdot" state="0">
- <bounds x="61" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix62" ref="dotmatrixdot" state="0">
- <bounds x="62" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix63" ref="dotmatrixdot" state="0">
- <bounds x="63" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix64" ref="dotmatrixdot" state="0">
- <bounds x="64" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix65" ref="dotmatrixdot" state="0">
- <bounds x="0" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix66" ref="dotmatrixdot" state="0">
- <bounds x="1" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix67" ref="dotmatrixdot" state="0">
- <bounds x="2" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix68" ref="dotmatrixdot" state="0">
- <bounds x="3" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix69" ref="dotmatrixdot" state="0">
- <bounds x="4" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix70" ref="dotmatrixdot" state="0">
- <bounds x="5" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix71" ref="dotmatrixdot" state="0">
- <bounds x="6" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix72" ref="dotmatrixdot" state="0">
- <bounds x="7" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix73" ref="dotmatrixdot" state="0">
- <bounds x="8" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix74" ref="dotmatrixdot" state="0">
- <bounds x="9" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix75" ref="dotmatrixdot" state="0">
- <bounds x="10" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix76" ref="dotmatrixdot" state="0">
- <bounds x="11" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix77" ref="dotmatrixdot" state="0">
- <bounds x="12" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix78" ref="dotmatrixdot" state="0">
- <bounds x="13" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix79" ref="dotmatrixdot" state="0">
- <bounds x="14" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix80" ref="dotmatrixdot" state="0">
- <bounds x="15" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix81" ref="dotmatrixdot" state="0">
- <bounds x="16" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix82" ref="dotmatrixdot" state="0">
- <bounds x="17" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix83" ref="dotmatrixdot" state="0">
- <bounds x="18" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix84" ref="dotmatrixdot" state="0">
- <bounds x="19" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix85" ref="dotmatrixdot" state="0">
- <bounds x="20" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix86" ref="dotmatrixdot" state="0">
- <bounds x="21" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix87" ref="dotmatrixdot" state="0">
- <bounds x="22" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix88" ref="dotmatrixdot" state="0">
- <bounds x="23" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix89" ref="dotmatrixdot" state="0">
- <bounds x="24" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix90" ref="dotmatrixdot" state="0">
- <bounds x="25" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix91" ref="dotmatrixdot" state="0">
- <bounds x="26" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix92" ref="dotmatrixdot" state="0">
- <bounds x="27" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix93" ref="dotmatrixdot" state="0">
- <bounds x="28" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix94" ref="dotmatrixdot" state="0">
- <bounds x="29" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix95" ref="dotmatrixdot" state="0">
- <bounds x="30" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix96" ref="dotmatrixdot" state="0">
- <bounds x="31" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix97" ref="dotmatrixdot" state="0">
- <bounds x="32" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix98" ref="dotmatrixdot" state="0">
- <bounds x="33" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix99" ref="dotmatrixdot" state="0">
- <bounds x="34" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix100" ref="dotmatrixdot" state="0">
- <bounds x="35" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix101" ref="dotmatrixdot" state="0">
- <bounds x="36" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix102" ref="dotmatrixdot" state="0">
- <bounds x="37" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix103" ref="dotmatrixdot" state="0">
- <bounds x="38" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix104" ref="dotmatrixdot" state="0">
- <bounds x="39" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix105" ref="dotmatrixdot" state="0">
- <bounds x="40" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix106" ref="dotmatrixdot" state="0">
- <bounds x="41" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix107" ref="dotmatrixdot" state="0">
- <bounds x="42" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix108" ref="dotmatrixdot" state="0">
- <bounds x="43" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix109" ref="dotmatrixdot" state="0">
- <bounds x="44" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix110" ref="dotmatrixdot" state="0">
- <bounds x="45" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix111" ref="dotmatrixdot" state="0">
- <bounds x="46" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix112" ref="dotmatrixdot" state="0">
- <bounds x="47" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix113" ref="dotmatrixdot" state="0">
- <bounds x="48" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix114" ref="dotmatrixdot" state="0">
- <bounds x="49" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix115" ref="dotmatrixdot" state="0">
- <bounds x="50" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix116" ref="dotmatrixdot" state="0">
- <bounds x="51" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix117" ref="dotmatrixdot" state="0">
- <bounds x="52" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix118" ref="dotmatrixdot" state="0">
- <bounds x="53" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix119" ref="dotmatrixdot" state="0">
- <bounds x="54" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix120" ref="dotmatrixdot" state="0">
- <bounds x="55" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix121" ref="dotmatrixdot" state="0">
- <bounds x="56" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix122" ref="dotmatrixdot" state="0">
- <bounds x="57" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix123" ref="dotmatrixdot" state="0">
- <bounds x="58" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix124" ref="dotmatrixdot" state="0">
- <bounds x="59" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix125" ref="dotmatrixdot" state="0">
- <bounds x="60" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix126" ref="dotmatrixdot" state="0">
- <bounds x="61" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix127" ref="dotmatrixdot" state="0">
- <bounds x="62" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix128" ref="dotmatrixdot" state="0">
- <bounds x="63" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix129" ref="dotmatrixdot" state="0">
- <bounds x="64" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix130" ref="dotmatrixdot" state="0">
- <bounds x="0" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix131" ref="dotmatrixdot" state="0">
- <bounds x="1" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix132" ref="dotmatrixdot" state="0">
- <bounds x="2" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix133" ref="dotmatrixdot" state="0">
- <bounds x="3" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix134" ref="dotmatrixdot" state="0">
- <bounds x="4" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix135" ref="dotmatrixdot" state="0">
- <bounds x="5" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix136" ref="dotmatrixdot" state="0">
- <bounds x="6" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix137" ref="dotmatrixdot" state="0">
- <bounds x="7" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix138" ref="dotmatrixdot" state="0">
- <bounds x="8" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix139" ref="dotmatrixdot" state="0">
- <bounds x="9" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix140" ref="dotmatrixdot" state="0">
- <bounds x="10" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix141" ref="dotmatrixdot" state="0">
- <bounds x="11" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix142" ref="dotmatrixdot" state="0">
- <bounds x="12" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix143" ref="dotmatrixdot" state="0">
- <bounds x="13" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix144" ref="dotmatrixdot" state="0">
- <bounds x="14" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix145" ref="dotmatrixdot" state="0">
- <bounds x="15" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix146" ref="dotmatrixdot" state="0">
- <bounds x="16" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix147" ref="dotmatrixdot" state="0">
- <bounds x="17" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix148" ref="dotmatrixdot" state="0">
- <bounds x="18" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix149" ref="dotmatrixdot" state="0">
- <bounds x="19" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix150" ref="dotmatrixdot" state="0">
- <bounds x="20" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix151" ref="dotmatrixdot" state="0">
- <bounds x="21" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix152" ref="dotmatrixdot" state="0">
- <bounds x="22" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix153" ref="dotmatrixdot" state="0">
- <bounds x="23" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix154" ref="dotmatrixdot" state="0">
- <bounds x="24" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix155" ref="dotmatrixdot" state="0">
- <bounds x="25" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix156" ref="dotmatrixdot" state="0">
- <bounds x="26" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix157" ref="dotmatrixdot" state="0">
- <bounds x="27" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix158" ref="dotmatrixdot" state="0">
- <bounds x="28" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix159" ref="dotmatrixdot" state="0">
- <bounds x="29" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix160" ref="dotmatrixdot" state="0">
- <bounds x="30" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix161" ref="dotmatrixdot" state="0">
- <bounds x="31" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix162" ref="dotmatrixdot" state="0">
- <bounds x="32" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix163" ref="dotmatrixdot" state="0">
- <bounds x="33" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix164" ref="dotmatrixdot" state="0">
- <bounds x="34" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix165" ref="dotmatrixdot" state="0">
- <bounds x="35" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix166" ref="dotmatrixdot" state="0">
- <bounds x="36" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix167" ref="dotmatrixdot" state="0">
- <bounds x="37" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix168" ref="dotmatrixdot" state="0">
- <bounds x="38" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix169" ref="dotmatrixdot" state="0">
- <bounds x="39" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix170" ref="dotmatrixdot" state="0">
- <bounds x="40" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix171" ref="dotmatrixdot" state="0">
- <bounds x="41" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix172" ref="dotmatrixdot" state="0">
- <bounds x="42" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix173" ref="dotmatrixdot" state="0">
- <bounds x="43" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix174" ref="dotmatrixdot" state="0">
- <bounds x="44" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix175" ref="dotmatrixdot" state="0">
- <bounds x="45" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix176" ref="dotmatrixdot" state="0">
- <bounds x="46" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix177" ref="dotmatrixdot" state="0">
- <bounds x="47" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix178" ref="dotmatrixdot" state="0">
- <bounds x="48" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix179" ref="dotmatrixdot" state="0">
- <bounds x="49" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix180" ref="dotmatrixdot" state="0">
- <bounds x="50" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix181" ref="dotmatrixdot" state="0">
- <bounds x="51" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix182" ref="dotmatrixdot" state="0">
- <bounds x="52" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix183" ref="dotmatrixdot" state="0">
- <bounds x="53" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix184" ref="dotmatrixdot" state="0">
- <bounds x="54" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix185" ref="dotmatrixdot" state="0">
- <bounds x="55" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix186" ref="dotmatrixdot" state="0">
- <bounds x="56" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix187" ref="dotmatrixdot" state="0">
- <bounds x="57" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix188" ref="dotmatrixdot" state="0">
- <bounds x="58" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix189" ref="dotmatrixdot" state="0">
- <bounds x="59" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix190" ref="dotmatrixdot" state="0">
- <bounds x="60" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix191" ref="dotmatrixdot" state="0">
- <bounds x="61" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix192" ref="dotmatrixdot" state="0">
- <bounds x="62" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix193" ref="dotmatrixdot" state="0">
- <bounds x="63" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix194" ref="dotmatrixdot" state="0">
- <bounds x="64" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix195" ref="dotmatrixdot" state="0">
- <bounds x="0" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix196" ref="dotmatrixdot" state="0">
- <bounds x="1" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix197" ref="dotmatrixdot" state="0">
- <bounds x="2" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix198" ref="dotmatrixdot" state="0">
- <bounds x="3" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix199" ref="dotmatrixdot" state="0">
- <bounds x="4" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix200" ref="dotmatrixdot" state="0">
- <bounds x="5" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix201" ref="dotmatrixdot" state="0">
- <bounds x="6" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix202" ref="dotmatrixdot" state="0">
- <bounds x="7" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix203" ref="dotmatrixdot" state="0">
- <bounds x="8" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix204" ref="dotmatrixdot" state="0">
- <bounds x="9" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix205" ref="dotmatrixdot" state="0">
- <bounds x="10" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix206" ref="dotmatrixdot" state="0">
- <bounds x="11" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix207" ref="dotmatrixdot" state="0">
- <bounds x="12" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix208" ref="dotmatrixdot" state="0">
- <bounds x="13" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix209" ref="dotmatrixdot" state="0">
- <bounds x="14" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix210" ref="dotmatrixdot" state="0">
- <bounds x="15" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix211" ref="dotmatrixdot" state="0">
- <bounds x="16" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix212" ref="dotmatrixdot" state="0">
- <bounds x="17" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix213" ref="dotmatrixdot" state="0">
- <bounds x="18" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix214" ref="dotmatrixdot" state="0">
- <bounds x="19" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix215" ref="dotmatrixdot" state="0">
- <bounds x="20" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix216" ref="dotmatrixdot" state="0">
- <bounds x="21" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix217" ref="dotmatrixdot" state="0">
- <bounds x="22" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix218" ref="dotmatrixdot" state="0">
- <bounds x="23" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix219" ref="dotmatrixdot" state="0">
- <bounds x="24" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix220" ref="dotmatrixdot" state="0">
- <bounds x="25" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix221" ref="dotmatrixdot" state="0">
- <bounds x="26" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix222" ref="dotmatrixdot" state="0">
- <bounds x="27" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix223" ref="dotmatrixdot" state="0">
- <bounds x="28" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix224" ref="dotmatrixdot" state="0">
- <bounds x="29" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix225" ref="dotmatrixdot" state="0">
- <bounds x="30" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix226" ref="dotmatrixdot" state="0">
- <bounds x="31" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix227" ref="dotmatrixdot" state="0">
- <bounds x="32" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix228" ref="dotmatrixdot" state="0">
- <bounds x="33" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix229" ref="dotmatrixdot" state="0">
- <bounds x="34" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix230" ref="dotmatrixdot" state="0">
- <bounds x="35" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix231" ref="dotmatrixdot" state="0">
- <bounds x="36" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix232" ref="dotmatrixdot" state="0">
- <bounds x="37" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix233" ref="dotmatrixdot" state="0">
- <bounds x="38" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix234" ref="dotmatrixdot" state="0">
- <bounds x="39" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix235" ref="dotmatrixdot" state="0">
- <bounds x="40" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix236" ref="dotmatrixdot" state="0">
- <bounds x="41" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix237" ref="dotmatrixdot" state="0">
- <bounds x="42" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix238" ref="dotmatrixdot" state="0">
- <bounds x="43" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix239" ref="dotmatrixdot" state="0">
- <bounds x="44" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix240" ref="dotmatrixdot" state="0">
- <bounds x="45" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix241" ref="dotmatrixdot" state="0">
- <bounds x="46" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix242" ref="dotmatrixdot" state="0">
- <bounds x="47" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix243" ref="dotmatrixdot" state="0">
- <bounds x="48" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix244" ref="dotmatrixdot" state="0">
- <bounds x="49" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix245" ref="dotmatrixdot" state="0">
- <bounds x="50" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix246" ref="dotmatrixdot" state="0">
- <bounds x="51" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix247" ref="dotmatrixdot" state="0">
- <bounds x="52" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix248" ref="dotmatrixdot" state="0">
- <bounds x="53" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix249" ref="dotmatrixdot" state="0">
- <bounds x="54" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix250" ref="dotmatrixdot" state="0">
- <bounds x="55" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix251" ref="dotmatrixdot" state="0">
- <bounds x="56" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix252" ref="dotmatrixdot" state="0">
- <bounds x="57" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix253" ref="dotmatrixdot" state="0">
- <bounds x="58" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix254" ref="dotmatrixdot" state="0">
- <bounds x="59" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix255" ref="dotmatrixdot" state="0">
- <bounds x="60" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix256" ref="dotmatrixdot" state="0">
- <bounds x="61" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix257" ref="dotmatrixdot" state="0">
- <bounds x="62" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix258" ref="dotmatrixdot" state="0">
- <bounds x="63" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix259" ref="dotmatrixdot" state="0">
- <bounds x="64" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix260" ref="dotmatrixdot" state="0">
- <bounds x="0" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix261" ref="dotmatrixdot" state="0">
- <bounds x="1" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix262" ref="dotmatrixdot" state="0">
- <bounds x="2" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix263" ref="dotmatrixdot" state="0">
- <bounds x="3" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix264" ref="dotmatrixdot" state="0">
- <bounds x="4" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix265" ref="dotmatrixdot" state="0">
- <bounds x="5" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix266" ref="dotmatrixdot" state="0">
- <bounds x="6" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix267" ref="dotmatrixdot" state="0">
- <bounds x="7" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix268" ref="dotmatrixdot" state="0">
- <bounds x="8" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix269" ref="dotmatrixdot" state="0">
- <bounds x="9" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix270" ref="dotmatrixdot" state="0">
- <bounds x="10" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix271" ref="dotmatrixdot" state="0">
- <bounds x="11" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix272" ref="dotmatrixdot" state="0">
- <bounds x="12" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix273" ref="dotmatrixdot" state="0">
- <bounds x="13" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix274" ref="dotmatrixdot" state="0">
- <bounds x="14" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix275" ref="dotmatrixdot" state="0">
- <bounds x="15" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix276" ref="dotmatrixdot" state="0">
- <bounds x="16" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix277" ref="dotmatrixdot" state="0">
- <bounds x="17" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix278" ref="dotmatrixdot" state="0">
- <bounds x="18" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix279" ref="dotmatrixdot" state="0">
- <bounds x="19" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix280" ref="dotmatrixdot" state="0">
- <bounds x="20" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix281" ref="dotmatrixdot" state="0">
- <bounds x="21" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix282" ref="dotmatrixdot" state="0">
- <bounds x="22" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix283" ref="dotmatrixdot" state="0">
- <bounds x="23" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix284" ref="dotmatrixdot" state="0">
- <bounds x="24" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix285" ref="dotmatrixdot" state="0">
- <bounds x="25" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix286" ref="dotmatrixdot" state="0">
- <bounds x="26" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix287" ref="dotmatrixdot" state="0">
- <bounds x="27" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix288" ref="dotmatrixdot" state="0">
- <bounds x="28" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix289" ref="dotmatrixdot" state="0">
- <bounds x="29" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix290" ref="dotmatrixdot" state="0">
- <bounds x="30" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix291" ref="dotmatrixdot" state="0">
- <bounds x="31" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix292" ref="dotmatrixdot" state="0">
- <bounds x="32" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix293" ref="dotmatrixdot" state="0">
- <bounds x="33" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix294" ref="dotmatrixdot" state="0">
- <bounds x="34" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix295" ref="dotmatrixdot" state="0">
- <bounds x="35" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix296" ref="dotmatrixdot" state="0">
- <bounds x="36" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix297" ref="dotmatrixdot" state="0">
- <bounds x="37" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix298" ref="dotmatrixdot" state="0">
- <bounds x="38" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix299" ref="dotmatrixdot" state="0">
- <bounds x="39" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix300" ref="dotmatrixdot" state="0">
- <bounds x="40" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix301" ref="dotmatrixdot" state="0">
- <bounds x="41" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix302" ref="dotmatrixdot" state="0">
- <bounds x="42" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix303" ref="dotmatrixdot" state="0">
- <bounds x="43" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix304" ref="dotmatrixdot" state="0">
- <bounds x="44" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix305" ref="dotmatrixdot" state="0">
- <bounds x="45" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix306" ref="dotmatrixdot" state="0">
- <bounds x="46" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix307" ref="dotmatrixdot" state="0">
- <bounds x="47" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix308" ref="dotmatrixdot" state="0">
- <bounds x="48" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix309" ref="dotmatrixdot" state="0">
- <bounds x="49" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix310" ref="dotmatrixdot" state="0">
- <bounds x="50" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix311" ref="dotmatrixdot" state="0">
- <bounds x="51" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix312" ref="dotmatrixdot" state="0">
- <bounds x="52" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix313" ref="dotmatrixdot" state="0">
- <bounds x="53" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix314" ref="dotmatrixdot" state="0">
- <bounds x="54" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix315" ref="dotmatrixdot" state="0">
- <bounds x="55" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix316" ref="dotmatrixdot" state="0">
- <bounds x="56" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix317" ref="dotmatrixdot" state="0">
- <bounds x="57" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix318" ref="dotmatrixdot" state="0">
- <bounds x="58" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix319" ref="dotmatrixdot" state="0">
- <bounds x="59" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix320" ref="dotmatrixdot" state="0">
- <bounds x="60" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix321" ref="dotmatrixdot" state="0">
- <bounds x="61" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix322" ref="dotmatrixdot" state="0">
- <bounds x="62" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix323" ref="dotmatrixdot" state="0">
- <bounds x="63" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix324" ref="dotmatrixdot" state="0">
- <bounds x="64" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix325" ref="dotmatrixdot" state="0">
- <bounds x="0" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix326" ref="dotmatrixdot" state="0">
- <bounds x="1" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix327" ref="dotmatrixdot" state="0">
- <bounds x="2" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix328" ref="dotmatrixdot" state="0">
- <bounds x="3" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix329" ref="dotmatrixdot" state="0">
- <bounds x="4" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix330" ref="dotmatrixdot" state="0">
- <bounds x="5" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix331" ref="dotmatrixdot" state="0">
- <bounds x="6" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix332" ref="dotmatrixdot" state="0">
- <bounds x="7" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix333" ref="dotmatrixdot" state="0">
- <bounds x="8" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix334" ref="dotmatrixdot" state="0">
- <bounds x="9" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix335" ref="dotmatrixdot" state="0">
- <bounds x="10" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix336" ref="dotmatrixdot" state="0">
- <bounds x="11" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix337" ref="dotmatrixdot" state="0">
- <bounds x="12" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix338" ref="dotmatrixdot" state="0">
- <bounds x="13" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix339" ref="dotmatrixdot" state="0">
- <bounds x="14" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix340" ref="dotmatrixdot" state="0">
- <bounds x="15" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix341" ref="dotmatrixdot" state="0">
- <bounds x="16" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix342" ref="dotmatrixdot" state="0">
- <bounds x="17" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix343" ref="dotmatrixdot" state="0">
- <bounds x="18" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix344" ref="dotmatrixdot" state="0">
- <bounds x="19" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix345" ref="dotmatrixdot" state="0">
- <bounds x="20" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix346" ref="dotmatrixdot" state="0">
- <bounds x="21" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix347" ref="dotmatrixdot" state="0">
- <bounds x="22" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix348" ref="dotmatrixdot" state="0">
- <bounds x="23" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix349" ref="dotmatrixdot" state="0">
- <bounds x="24" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix350" ref="dotmatrixdot" state="0">
- <bounds x="25" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix351" ref="dotmatrixdot" state="0">
- <bounds x="26" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix352" ref="dotmatrixdot" state="0">
- <bounds x="27" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix353" ref="dotmatrixdot" state="0">
- <bounds x="28" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix354" ref="dotmatrixdot" state="0">
- <bounds x="29" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix355" ref="dotmatrixdot" state="0">
- <bounds x="30" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix356" ref="dotmatrixdot" state="0">
- <bounds x="31" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix357" ref="dotmatrixdot" state="0">
- <bounds x="32" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix358" ref="dotmatrixdot" state="0">
- <bounds x="33" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix359" ref="dotmatrixdot" state="0">
- <bounds x="34" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix360" ref="dotmatrixdot" state="0">
- <bounds x="35" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix361" ref="dotmatrixdot" state="0">
- <bounds x="36" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix362" ref="dotmatrixdot" state="0">
- <bounds x="37" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix363" ref="dotmatrixdot" state="0">
- <bounds x="38" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix364" ref="dotmatrixdot" state="0">
- <bounds x="39" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix365" ref="dotmatrixdot" state="0">
- <bounds x="40" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix366" ref="dotmatrixdot" state="0">
- <bounds x="41" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix367" ref="dotmatrixdot" state="0">
- <bounds x="42" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix368" ref="dotmatrixdot" state="0">
- <bounds x="43" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix369" ref="dotmatrixdot" state="0">
- <bounds x="44" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix370" ref="dotmatrixdot" state="0">
- <bounds x="45" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix371" ref="dotmatrixdot" state="0">
- <bounds x="46" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix372" ref="dotmatrixdot" state="0">
- <bounds x="47" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix373" ref="dotmatrixdot" state="0">
- <bounds x="48" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix374" ref="dotmatrixdot" state="0">
- <bounds x="49" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix375" ref="dotmatrixdot" state="0">
- <bounds x="50" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix376" ref="dotmatrixdot" state="0">
- <bounds x="51" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix377" ref="dotmatrixdot" state="0">
- <bounds x="52" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix378" ref="dotmatrixdot" state="0">
- <bounds x="53" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix379" ref="dotmatrixdot" state="0">
- <bounds x="54" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix380" ref="dotmatrixdot" state="0">
- <bounds x="55" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix381" ref="dotmatrixdot" state="0">
- <bounds x="56" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix382" ref="dotmatrixdot" state="0">
- <bounds x="57" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix383" ref="dotmatrixdot" state="0">
- <bounds x="58" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix384" ref="dotmatrixdot" state="0">
- <bounds x="59" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix385" ref="dotmatrixdot" state="0">
- <bounds x="60" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix386" ref="dotmatrixdot" state="0">
- <bounds x="61" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix387" ref="dotmatrixdot" state="0">
- <bounds x="62" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix388" ref="dotmatrixdot" state="0">
- <bounds x="63" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix389" ref="dotmatrixdot" state="0">
- <bounds x="64" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix390" ref="dotmatrixdot" state="0">
- <bounds x="0" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix391" ref="dotmatrixdot" state="0">
- <bounds x="1" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix392" ref="dotmatrixdot" state="0">
- <bounds x="2" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix393" ref="dotmatrixdot" state="0">
- <bounds x="3" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix394" ref="dotmatrixdot" state="0">
- <bounds x="4" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix395" ref="dotmatrixdot" state="0">
- <bounds x="5" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix396" ref="dotmatrixdot" state="0">
- <bounds x="6" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix397" ref="dotmatrixdot" state="0">
- <bounds x="7" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix398" ref="dotmatrixdot" state="0">
- <bounds x="8" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix399" ref="dotmatrixdot" state="0">
- <bounds x="9" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix400" ref="dotmatrixdot" state="0">
- <bounds x="10" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix401" ref="dotmatrixdot" state="0">
- <bounds x="11" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix402" ref="dotmatrixdot" state="0">
- <bounds x="12" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix403" ref="dotmatrixdot" state="0">
- <bounds x="13" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix404" ref="dotmatrixdot" state="0">
- <bounds x="14" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix405" ref="dotmatrixdot" state="0">
- <bounds x="15" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix406" ref="dotmatrixdot" state="0">
- <bounds x="16" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix407" ref="dotmatrixdot" state="0">
- <bounds x="17" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix408" ref="dotmatrixdot" state="0">
- <bounds x="18" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix409" ref="dotmatrixdot" state="0">
- <bounds x="19" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix410" ref="dotmatrixdot" state="0">
- <bounds x="20" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix411" ref="dotmatrixdot" state="0">
- <bounds x="21" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix412" ref="dotmatrixdot" state="0">
- <bounds x="22" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix413" ref="dotmatrixdot" state="0">
- <bounds x="23" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix414" ref="dotmatrixdot" state="0">
- <bounds x="24" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix415" ref="dotmatrixdot" state="0">
- <bounds x="25" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix416" ref="dotmatrixdot" state="0">
- <bounds x="26" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix417" ref="dotmatrixdot" state="0">
- <bounds x="27" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix418" ref="dotmatrixdot" state="0">
- <bounds x="28" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix419" ref="dotmatrixdot" state="0">
- <bounds x="29" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix420" ref="dotmatrixdot" state="0">
- <bounds x="30" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix421" ref="dotmatrixdot" state="0">
- <bounds x="31" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix422" ref="dotmatrixdot" state="0">
- <bounds x="32" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix423" ref="dotmatrixdot" state="0">
- <bounds x="33" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix424" ref="dotmatrixdot" state="0">
- <bounds x="34" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix425" ref="dotmatrixdot" state="0">
- <bounds x="35" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix426" ref="dotmatrixdot" state="0">
- <bounds x="36" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix427" ref="dotmatrixdot" state="0">
- <bounds x="37" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix428" ref="dotmatrixdot" state="0">
- <bounds x="38" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix429" ref="dotmatrixdot" state="0">
- <bounds x="39" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix430" ref="dotmatrixdot" state="0">
- <bounds x="40" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix431" ref="dotmatrixdot" state="0">
- <bounds x="41" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix432" ref="dotmatrixdot" state="0">
- <bounds x="42" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix433" ref="dotmatrixdot" state="0">
- <bounds x="43" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix434" ref="dotmatrixdot" state="0">
- <bounds x="44" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix435" ref="dotmatrixdot" state="0">
- <bounds x="45" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix436" ref="dotmatrixdot" state="0">
- <bounds x="46" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix437" ref="dotmatrixdot" state="0">
- <bounds x="47" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix438" ref="dotmatrixdot" state="0">
- <bounds x="48" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix439" ref="dotmatrixdot" state="0">
- <bounds x="49" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix440" ref="dotmatrixdot" state="0">
- <bounds x="50" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix441" ref="dotmatrixdot" state="0">
- <bounds x="51" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix442" ref="dotmatrixdot" state="0">
- <bounds x="52" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix443" ref="dotmatrixdot" state="0">
- <bounds x="53" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix444" ref="dotmatrixdot" state="0">
- <bounds x="54" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix445" ref="dotmatrixdot" state="0">
- <bounds x="55" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix446" ref="dotmatrixdot" state="0">
- <bounds x="56" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix447" ref="dotmatrixdot" state="0">
- <bounds x="57" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix448" ref="dotmatrixdot" state="0">
- <bounds x="58" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix449" ref="dotmatrixdot" state="0">
- <bounds x="59" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix450" ref="dotmatrixdot" state="0">
- <bounds x="60" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix451" ref="dotmatrixdot" state="0">
- <bounds x="61" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix452" ref="dotmatrixdot" state="0">
- <bounds x="62" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix453" ref="dotmatrixdot" state="0">
- <bounds x="63" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix454" ref="dotmatrixdot" state="0">
- <bounds x="64" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix455" ref="dotmatrixdot" state="0">
- <bounds x="0" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix456" ref="dotmatrixdot" state="0">
- <bounds x="1" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix457" ref="dotmatrixdot" state="0">
- <bounds x="2" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix458" ref="dotmatrixdot" state="0">
- <bounds x="3" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix459" ref="dotmatrixdot" state="0">
- <bounds x="4" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix460" ref="dotmatrixdot" state="0">
- <bounds x="5" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix461" ref="dotmatrixdot" state="0">
- <bounds x="6" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix462" ref="dotmatrixdot" state="0">
- <bounds x="7" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix463" ref="dotmatrixdot" state="0">
- <bounds x="8" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix464" ref="dotmatrixdot" state="0">
- <bounds x="9" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix465" ref="dotmatrixdot" state="0">
- <bounds x="10" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix466" ref="dotmatrixdot" state="0">
- <bounds x="11" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix467" ref="dotmatrixdot" state="0">
- <bounds x="12" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix468" ref="dotmatrixdot" state="0">
- <bounds x="13" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix469" ref="dotmatrixdot" state="0">
- <bounds x="14" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix470" ref="dotmatrixdot" state="0">
- <bounds x="15" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix471" ref="dotmatrixdot" state="0">
- <bounds x="16" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix472" ref="dotmatrixdot" state="0">
- <bounds x="17" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix473" ref="dotmatrixdot" state="0">
- <bounds x="18" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix474" ref="dotmatrixdot" state="0">
- <bounds x="19" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix475" ref="dotmatrixdot" state="0">
- <bounds x="20" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix476" ref="dotmatrixdot" state="0">
- <bounds x="21" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix477" ref="dotmatrixdot" state="0">
- <bounds x="22" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix478" ref="dotmatrixdot" state="0">
- <bounds x="23" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix479" ref="dotmatrixdot" state="0">
- <bounds x="24" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix480" ref="dotmatrixdot" state="0">
- <bounds x="25" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix481" ref="dotmatrixdot" state="0">
- <bounds x="26" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix482" ref="dotmatrixdot" state="0">
- <bounds x="27" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix483" ref="dotmatrixdot" state="0">
- <bounds x="28" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix484" ref="dotmatrixdot" state="0">
- <bounds x="29" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix485" ref="dotmatrixdot" state="0">
- <bounds x="30" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix486" ref="dotmatrixdot" state="0">
- <bounds x="31" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix487" ref="dotmatrixdot" state="0">
- <bounds x="32" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix488" ref="dotmatrixdot" state="0">
- <bounds x="33" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix489" ref="dotmatrixdot" state="0">
- <bounds x="34" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix490" ref="dotmatrixdot" state="0">
- <bounds x="35" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix491" ref="dotmatrixdot" state="0">
- <bounds x="36" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix492" ref="dotmatrixdot" state="0">
- <bounds x="37" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix493" ref="dotmatrixdot" state="0">
- <bounds x="38" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix494" ref="dotmatrixdot" state="0">
- <bounds x="39" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix495" ref="dotmatrixdot" state="0">
- <bounds x="40" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix496" ref="dotmatrixdot" state="0">
- <bounds x="41" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix497" ref="dotmatrixdot" state="0">
- <bounds x="42" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix498" ref="dotmatrixdot" state="0">
- <bounds x="43" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix499" ref="dotmatrixdot" state="0">
- <bounds x="44" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix500" ref="dotmatrixdot" state="0">
- <bounds x="45" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix501" ref="dotmatrixdot" state="0">
- <bounds x="46" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix502" ref="dotmatrixdot" state="0">
- <bounds x="47" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix503" ref="dotmatrixdot" state="0">
- <bounds x="48" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix504" ref="dotmatrixdot" state="0">
- <bounds x="49" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix505" ref="dotmatrixdot" state="0">
- <bounds x="50" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix506" ref="dotmatrixdot" state="0">
- <bounds x="51" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix507" ref="dotmatrixdot" state="0">
- <bounds x="52" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix508" ref="dotmatrixdot" state="0">
- <bounds x="53" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix509" ref="dotmatrixdot" state="0">
- <bounds x="54" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix510" ref="dotmatrixdot" state="0">
- <bounds x="55" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix511" ref="dotmatrixdot" state="0">
- <bounds x="56" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix512" ref="dotmatrixdot" state="0">
- <bounds x="57" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix513" ref="dotmatrixdot" state="0">
- <bounds x="58" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix514" ref="dotmatrixdot" state="0">
- <bounds x="59" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix515" ref="dotmatrixdot" state="0">
- <bounds x="60" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix516" ref="dotmatrixdot" state="0">
- <bounds x="61" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix517" ref="dotmatrixdot" state="0">
- <bounds x="62" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix518" ref="dotmatrixdot" state="0">
- <bounds x="63" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix519" ref="dotmatrixdot" state="0">
- <bounds x="64" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix520" ref="dotmatrixdot" state="0">
- <bounds x="0" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix521" ref="dotmatrixdot" state="0">
- <bounds x="1" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix522" ref="dotmatrixdot" state="0">
- <bounds x="2" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix523" ref="dotmatrixdot" state="0">
- <bounds x="3" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix524" ref="dotmatrixdot" state="0">
- <bounds x="4" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix525" ref="dotmatrixdot" state="0">
- <bounds x="5" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix526" ref="dotmatrixdot" state="0">
- <bounds x="6" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix527" ref="dotmatrixdot" state="0">
- <bounds x="7" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix528" ref="dotmatrixdot" state="0">
- <bounds x="8" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix529" ref="dotmatrixdot" state="0">
- <bounds x="9" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix530" ref="dotmatrixdot" state="0">
- <bounds x="10" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix531" ref="dotmatrixdot" state="0">
- <bounds x="11" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix532" ref="dotmatrixdot" state="0">
- <bounds x="12" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix533" ref="dotmatrixdot" state="0">
- <bounds x="13" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix534" ref="dotmatrixdot" state="0">
- <bounds x="14" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix535" ref="dotmatrixdot" state="0">
- <bounds x="15" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix536" ref="dotmatrixdot" state="0">
- <bounds x="16" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix537" ref="dotmatrixdot" state="0">
- <bounds x="17" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix538" ref="dotmatrixdot" state="0">
- <bounds x="18" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix539" ref="dotmatrixdot" state="0">
- <bounds x="19" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix540" ref="dotmatrixdot" state="0">
- <bounds x="20" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix541" ref="dotmatrixdot" state="0">
- <bounds x="21" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix542" ref="dotmatrixdot" state="0">
- <bounds x="22" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix543" ref="dotmatrixdot" state="0">
- <bounds x="23" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix544" ref="dotmatrixdot" state="0">
- <bounds x="24" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix545" ref="dotmatrixdot" state="0">
- <bounds x="25" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix546" ref="dotmatrixdot" state="0">
- <bounds x="26" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix547" ref="dotmatrixdot" state="0">
- <bounds x="27" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix548" ref="dotmatrixdot" state="0">
- <bounds x="28" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix549" ref="dotmatrixdot" state="0">
- <bounds x="29" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix550" ref="dotmatrixdot" state="0">
- <bounds x="30" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix551" ref="dotmatrixdot" state="0">
- <bounds x="31" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix552" ref="dotmatrixdot" state="0">
- <bounds x="32" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix553" ref="dotmatrixdot" state="0">
- <bounds x="33" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix554" ref="dotmatrixdot" state="0">
- <bounds x="34" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix555" ref="dotmatrixdot" state="0">
- <bounds x="35" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix556" ref="dotmatrixdot" state="0">
- <bounds x="36" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix557" ref="dotmatrixdot" state="0">
- <bounds x="37" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix558" ref="dotmatrixdot" state="0">
- <bounds x="38" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix559" ref="dotmatrixdot" state="0">
- <bounds x="39" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix560" ref="dotmatrixdot" state="0">
- <bounds x="40" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix561" ref="dotmatrixdot" state="0">
- <bounds x="41" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix562" ref="dotmatrixdot" state="0">
- <bounds x="42" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix563" ref="dotmatrixdot" state="0">
- <bounds x="43" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix564" ref="dotmatrixdot" state="0">
- <bounds x="44" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix565" ref="dotmatrixdot" state="0">
- <bounds x="45" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix566" ref="dotmatrixdot" state="0">
- <bounds x="46" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix567" ref="dotmatrixdot" state="0">
- <bounds x="47" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix568" ref="dotmatrixdot" state="0">
- <bounds x="48" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix569" ref="dotmatrixdot" state="0">
- <bounds x="49" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix570" ref="dotmatrixdot" state="0">
- <bounds x="50" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix571" ref="dotmatrixdot" state="0">
- <bounds x="51" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix572" ref="dotmatrixdot" state="0">
- <bounds x="52" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix573" ref="dotmatrixdot" state="0">
- <bounds x="53" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix574" ref="dotmatrixdot" state="0">
- <bounds x="54" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix575" ref="dotmatrixdot" state="0">
- <bounds x="55" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix576" ref="dotmatrixdot" state="0">
- <bounds x="56" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix577" ref="dotmatrixdot" state="0">
- <bounds x="57" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix578" ref="dotmatrixdot" state="0">
- <bounds x="58" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix579" ref="dotmatrixdot" state="0">
- <bounds x="59" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix580" ref="dotmatrixdot" state="0">
- <bounds x="60" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix581" ref="dotmatrixdot" state="0">
- <bounds x="61" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix582" ref="dotmatrixdot" state="0">
- <bounds x="62" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix583" ref="dotmatrixdot" state="0">
- <bounds x="63" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix584" ref="dotmatrixdot" state="0">
- <bounds x="64" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix585" ref="dotmatrixdot" state="0">
- <bounds x="0" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix586" ref="dotmatrixdot" state="0">
- <bounds x="1" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix587" ref="dotmatrixdot" state="0">
- <bounds x="2" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix588" ref="dotmatrixdot" state="0">
- <bounds x="3" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix589" ref="dotmatrixdot" state="0">
- <bounds x="4" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix590" ref="dotmatrixdot" state="0">
- <bounds x="5" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix591" ref="dotmatrixdot" state="0">
- <bounds x="6" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix592" ref="dotmatrixdot" state="0">
- <bounds x="7" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix593" ref="dotmatrixdot" state="0">
- <bounds x="8" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix594" ref="dotmatrixdot" state="0">
- <bounds x="9" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix595" ref="dotmatrixdot" state="0">
- <bounds x="10" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix596" ref="dotmatrixdot" state="0">
- <bounds x="11" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix597" ref="dotmatrixdot" state="0">
- <bounds x="12" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix598" ref="dotmatrixdot" state="0">
- <bounds x="13" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix599" ref="dotmatrixdot" state="0">
- <bounds x="14" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix600" ref="dotmatrixdot" state="0">
- <bounds x="15" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix601" ref="dotmatrixdot" state="0">
- <bounds x="16" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix602" ref="dotmatrixdot" state="0">
- <bounds x="17" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix603" ref="dotmatrixdot" state="0">
- <bounds x="18" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix604" ref="dotmatrixdot" state="0">
- <bounds x="19" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix605" ref="dotmatrixdot" state="0">
- <bounds x="20" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix606" ref="dotmatrixdot" state="0">
- <bounds x="21" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix607" ref="dotmatrixdot" state="0">
- <bounds x="22" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix608" ref="dotmatrixdot" state="0">
- <bounds x="23" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix609" ref="dotmatrixdot" state="0">
- <bounds x="24" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix610" ref="dotmatrixdot" state="0">
- <bounds x="25" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix611" ref="dotmatrixdot" state="0">
- <bounds x="26" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix612" ref="dotmatrixdot" state="0">
- <bounds x="27" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix613" ref="dotmatrixdot" state="0">
- <bounds x="28" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix614" ref="dotmatrixdot" state="0">
- <bounds x="29" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix615" ref="dotmatrixdot" state="0">
- <bounds x="30" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix616" ref="dotmatrixdot" state="0">
- <bounds x="31" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix617" ref="dotmatrixdot" state="0">
- <bounds x="32" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix618" ref="dotmatrixdot" state="0">
- <bounds x="33" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix619" ref="dotmatrixdot" state="0">
- <bounds x="34" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix620" ref="dotmatrixdot" state="0">
- <bounds x="35" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix621" ref="dotmatrixdot" state="0">
- <bounds x="36" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix622" ref="dotmatrixdot" state="0">
- <bounds x="37" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix623" ref="dotmatrixdot" state="0">
- <bounds x="38" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix624" ref="dotmatrixdot" state="0">
- <bounds x="39" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix625" ref="dotmatrixdot" state="0">
- <bounds x="40" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix626" ref="dotmatrixdot" state="0">
- <bounds x="41" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix627" ref="dotmatrixdot" state="0">
- <bounds x="42" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix628" ref="dotmatrixdot" state="0">
- <bounds x="43" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix629" ref="dotmatrixdot" state="0">
- <bounds x="44" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix630" ref="dotmatrixdot" state="0">
- <bounds x="45" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix631" ref="dotmatrixdot" state="0">
- <bounds x="46" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix632" ref="dotmatrixdot" state="0">
- <bounds x="47" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix633" ref="dotmatrixdot" state="0">
- <bounds x="48" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix634" ref="dotmatrixdot" state="0">
- <bounds x="49" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix635" ref="dotmatrixdot" state="0">
- <bounds x="50" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix636" ref="dotmatrixdot" state="0">
- <bounds x="51" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix637" ref="dotmatrixdot" state="0">
- <bounds x="52" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix638" ref="dotmatrixdot" state="0">
- <bounds x="53" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix639" ref="dotmatrixdot" state="0">
- <bounds x="54" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix640" ref="dotmatrixdot" state="0">
- <bounds x="55" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix641" ref="dotmatrixdot" state="0">
- <bounds x="56" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix642" ref="dotmatrixdot" state="0">
- <bounds x="57" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix643" ref="dotmatrixdot" state="0">
- <bounds x="58" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix644" ref="dotmatrixdot" state="0">
- <bounds x="59" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix645" ref="dotmatrixdot" state="0">
- <bounds x="60" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix646" ref="dotmatrixdot" state="0">
- <bounds x="61" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix647" ref="dotmatrixdot" state="0">
- <bounds x="62" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix648" ref="dotmatrixdot" state="0">
- <bounds x="63" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix649" ref="dotmatrixdot" state="0">
- <bounds x="64" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix650" ref="dotmatrixdot" state="0">
- <bounds x="0" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix651" ref="dotmatrixdot" state="0">
- <bounds x="1" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix652" ref="dotmatrixdot" state="0">
- <bounds x="2" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix653" ref="dotmatrixdot" state="0">
- <bounds x="3" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix654" ref="dotmatrixdot" state="0">
- <bounds x="4" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix655" ref="dotmatrixdot" state="0">
- <bounds x="5" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix656" ref="dotmatrixdot" state="0">
- <bounds x="6" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix657" ref="dotmatrixdot" state="0">
- <bounds x="7" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix658" ref="dotmatrixdot" state="0">
- <bounds x="8" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix659" ref="dotmatrixdot" state="0">
- <bounds x="9" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix660" ref="dotmatrixdot" state="0">
- <bounds x="10" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix661" ref="dotmatrixdot" state="0">
- <bounds x="11" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix662" ref="dotmatrixdot" state="0">
- <bounds x="12" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix663" ref="dotmatrixdot" state="0">
- <bounds x="13" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix664" ref="dotmatrixdot" state="0">
- <bounds x="14" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix665" ref="dotmatrixdot" state="0">
- <bounds x="15" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix666" ref="dotmatrixdot" state="0">
- <bounds x="16" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix667" ref="dotmatrixdot" state="0">
- <bounds x="17" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix668" ref="dotmatrixdot" state="0">
- <bounds x="18" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix669" ref="dotmatrixdot" state="0">
- <bounds x="19" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix670" ref="dotmatrixdot" state="0">
- <bounds x="20" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix671" ref="dotmatrixdot" state="0">
- <bounds x="21" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix672" ref="dotmatrixdot" state="0">
- <bounds x="22" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix673" ref="dotmatrixdot" state="0">
- <bounds x="23" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix674" ref="dotmatrixdot" state="0">
- <bounds x="24" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix675" ref="dotmatrixdot" state="0">
- <bounds x="25" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix676" ref="dotmatrixdot" state="0">
- <bounds x="26" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix677" ref="dotmatrixdot" state="0">
- <bounds x="27" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix678" ref="dotmatrixdot" state="0">
- <bounds x="28" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix679" ref="dotmatrixdot" state="0">
- <bounds x="29" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix680" ref="dotmatrixdot" state="0">
- <bounds x="30" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix681" ref="dotmatrixdot" state="0">
- <bounds x="31" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix682" ref="dotmatrixdot" state="0">
- <bounds x="32" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix683" ref="dotmatrixdot" state="0">
- <bounds x="33" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix684" ref="dotmatrixdot" state="0">
- <bounds x="34" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix685" ref="dotmatrixdot" state="0">
- <bounds x="35" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix686" ref="dotmatrixdot" state="0">
- <bounds x="36" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix687" ref="dotmatrixdot" state="0">
- <bounds x="37" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix688" ref="dotmatrixdot" state="0">
- <bounds x="38" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix689" ref="dotmatrixdot" state="0">
- <bounds x="39" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix690" ref="dotmatrixdot" state="0">
- <bounds x="40" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix691" ref="dotmatrixdot" state="0">
- <bounds x="41" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix692" ref="dotmatrixdot" state="0">
- <bounds x="42" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix693" ref="dotmatrixdot" state="0">
- <bounds x="43" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix694" ref="dotmatrixdot" state="0">
- <bounds x="44" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix695" ref="dotmatrixdot" state="0">
- <bounds x="45" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix696" ref="dotmatrixdot" state="0">
- <bounds x="46" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix697" ref="dotmatrixdot" state="0">
- <bounds x="47" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix698" ref="dotmatrixdot" state="0">
- <bounds x="48" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix699" ref="dotmatrixdot" state="0">
- <bounds x="49" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix700" ref="dotmatrixdot" state="0">
- <bounds x="50" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix701" ref="dotmatrixdot" state="0">
- <bounds x="51" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix702" ref="dotmatrixdot" state="0">
- <bounds x="52" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix703" ref="dotmatrixdot" state="0">
- <bounds x="53" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix704" ref="dotmatrixdot" state="0">
- <bounds x="54" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix705" ref="dotmatrixdot" state="0">
- <bounds x="55" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix706" ref="dotmatrixdot" state="0">
- <bounds x="56" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix707" ref="dotmatrixdot" state="0">
- <bounds x="57" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix708" ref="dotmatrixdot" state="0">
- <bounds x="58" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix709" ref="dotmatrixdot" state="0">
- <bounds x="59" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix710" ref="dotmatrixdot" state="0">
- <bounds x="60" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix711" ref="dotmatrixdot" state="0">
- <bounds x="61" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix712" ref="dotmatrixdot" state="0">
- <bounds x="62" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix713" ref="dotmatrixdot" state="0">
- <bounds x="63" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix714" ref="dotmatrixdot" state="0">
- <bounds x="64" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix715" ref="dotmatrixdot" state="0">
- <bounds x="0" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix716" ref="dotmatrixdot" state="0">
- <bounds x="1" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix717" ref="dotmatrixdot" state="0">
- <bounds x="2" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix718" ref="dotmatrixdot" state="0">
- <bounds x="3" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix719" ref="dotmatrixdot" state="0">
- <bounds x="4" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix720" ref="dotmatrixdot" state="0">
- <bounds x="5" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix721" ref="dotmatrixdot" state="0">
- <bounds x="6" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix722" ref="dotmatrixdot" state="0">
- <bounds x="7" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix723" ref="dotmatrixdot" state="0">
- <bounds x="8" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix724" ref="dotmatrixdot" state="0">
- <bounds x="9" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix725" ref="dotmatrixdot" state="0">
- <bounds x="10" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix726" ref="dotmatrixdot" state="0">
- <bounds x="11" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix727" ref="dotmatrixdot" state="0">
- <bounds x="12" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix728" ref="dotmatrixdot" state="0">
- <bounds x="13" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix729" ref="dotmatrixdot" state="0">
- <bounds x="14" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix730" ref="dotmatrixdot" state="0">
- <bounds x="15" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix731" ref="dotmatrixdot" state="0">
- <bounds x="16" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix732" ref="dotmatrixdot" state="0">
- <bounds x="17" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix733" ref="dotmatrixdot" state="0">
- <bounds x="18" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix734" ref="dotmatrixdot" state="0">
- <bounds x="19" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix735" ref="dotmatrixdot" state="0">
- <bounds x="20" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix736" ref="dotmatrixdot" state="0">
- <bounds x="21" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix737" ref="dotmatrixdot" state="0">
- <bounds x="22" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix738" ref="dotmatrixdot" state="0">
- <bounds x="23" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix739" ref="dotmatrixdot" state="0">
- <bounds x="24" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix740" ref="dotmatrixdot" state="0">
- <bounds x="25" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix741" ref="dotmatrixdot" state="0">
- <bounds x="26" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix742" ref="dotmatrixdot" state="0">
- <bounds x="27" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix743" ref="dotmatrixdot" state="0">
- <bounds x="28" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix744" ref="dotmatrixdot" state="0">
- <bounds x="29" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix745" ref="dotmatrixdot" state="0">
- <bounds x="30" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix746" ref="dotmatrixdot" state="0">
- <bounds x="31" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix747" ref="dotmatrixdot" state="0">
- <bounds x="32" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix748" ref="dotmatrixdot" state="0">
- <bounds x="33" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix749" ref="dotmatrixdot" state="0">
- <bounds x="34" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix750" ref="dotmatrixdot" state="0">
- <bounds x="35" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix751" ref="dotmatrixdot" state="0">
- <bounds x="36" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix752" ref="dotmatrixdot" state="0">
- <bounds x="37" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix753" ref="dotmatrixdot" state="0">
- <bounds x="38" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix754" ref="dotmatrixdot" state="0">
- <bounds x="39" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix755" ref="dotmatrixdot" state="0">
- <bounds x="40" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix756" ref="dotmatrixdot" state="0">
- <bounds x="41" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix757" ref="dotmatrixdot" state="0">
- <bounds x="42" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix758" ref="dotmatrixdot" state="0">
- <bounds x="43" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix759" ref="dotmatrixdot" state="0">
- <bounds x="44" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix760" ref="dotmatrixdot" state="0">
- <bounds x="45" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix761" ref="dotmatrixdot" state="0">
- <bounds x="46" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix762" ref="dotmatrixdot" state="0">
- <bounds x="47" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix763" ref="dotmatrixdot" state="0">
- <bounds x="48" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix764" ref="dotmatrixdot" state="0">
- <bounds x="49" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix765" ref="dotmatrixdot" state="0">
- <bounds x="50" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix766" ref="dotmatrixdot" state="0">
- <bounds x="51" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix767" ref="dotmatrixdot" state="0">
- <bounds x="52" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix768" ref="dotmatrixdot" state="0">
- <bounds x="53" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix769" ref="dotmatrixdot" state="0">
- <bounds x="54" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix770" ref="dotmatrixdot" state="0">
- <bounds x="55" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix771" ref="dotmatrixdot" state="0">
- <bounds x="56" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix772" ref="dotmatrixdot" state="0">
- <bounds x="57" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix773" ref="dotmatrixdot" state="0">
- <bounds x="58" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix774" ref="dotmatrixdot" state="0">
- <bounds x="59" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix775" ref="dotmatrixdot" state="0">
- <bounds x="60" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix776" ref="dotmatrixdot" state="0">
- <bounds x="61" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix777" ref="dotmatrixdot" state="0">
- <bounds x="62" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix778" ref="dotmatrixdot" state="0">
- <bounds x="63" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix779" ref="dotmatrixdot" state="0">
- <bounds x="64" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix780" ref="dotmatrixdot" state="0">
- <bounds x="0" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix781" ref="dotmatrixdot" state="0">
- <bounds x="1" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix782" ref="dotmatrixdot" state="0">
- <bounds x="2" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix783" ref="dotmatrixdot" state="0">
- <bounds x="3" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix784" ref="dotmatrixdot" state="0">
- <bounds x="4" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix785" ref="dotmatrixdot" state="0">
- <bounds x="5" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix786" ref="dotmatrixdot" state="0">
- <bounds x="6" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix787" ref="dotmatrixdot" state="0">
- <bounds x="7" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix788" ref="dotmatrixdot" state="0">
- <bounds x="8" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix789" ref="dotmatrixdot" state="0">
- <bounds x="9" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix790" ref="dotmatrixdot" state="0">
- <bounds x="10" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix791" ref="dotmatrixdot" state="0">
- <bounds x="11" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix792" ref="dotmatrixdot" state="0">
- <bounds x="12" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix793" ref="dotmatrixdot" state="0">
- <bounds x="13" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix794" ref="dotmatrixdot" state="0">
- <bounds x="14" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix795" ref="dotmatrixdot" state="0">
- <bounds x="15" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix796" ref="dotmatrixdot" state="0">
- <bounds x="16" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix797" ref="dotmatrixdot" state="0">
- <bounds x="17" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix798" ref="dotmatrixdot" state="0">
- <bounds x="18" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix799" ref="dotmatrixdot" state="0">
- <bounds x="19" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix800" ref="dotmatrixdot" state="0">
- <bounds x="20" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix801" ref="dotmatrixdot" state="0">
- <bounds x="21" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix802" ref="dotmatrixdot" state="0">
- <bounds x="22" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix803" ref="dotmatrixdot" state="0">
- <bounds x="23" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix804" ref="dotmatrixdot" state="0">
- <bounds x="24" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix805" ref="dotmatrixdot" state="0">
- <bounds x="25" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix806" ref="dotmatrixdot" state="0">
- <bounds x="26" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix807" ref="dotmatrixdot" state="0">
- <bounds x="27" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix808" ref="dotmatrixdot" state="0">
- <bounds x="28" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix809" ref="dotmatrixdot" state="0">
- <bounds x="29" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix810" ref="dotmatrixdot" state="0">
- <bounds x="30" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix811" ref="dotmatrixdot" state="0">
- <bounds x="31" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix812" ref="dotmatrixdot" state="0">
- <bounds x="32" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix813" ref="dotmatrixdot" state="0">
- <bounds x="33" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix814" ref="dotmatrixdot" state="0">
- <bounds x="34" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix815" ref="dotmatrixdot" state="0">
- <bounds x="35" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix816" ref="dotmatrixdot" state="0">
- <bounds x="36" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix817" ref="dotmatrixdot" state="0">
- <bounds x="37" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix818" ref="dotmatrixdot" state="0">
- <bounds x="38" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix819" ref="dotmatrixdot" state="0">
- <bounds x="39" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix820" ref="dotmatrixdot" state="0">
- <bounds x="40" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix821" ref="dotmatrixdot" state="0">
- <bounds x="41" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix822" ref="dotmatrixdot" state="0">
- <bounds x="42" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix823" ref="dotmatrixdot" state="0">
- <bounds x="43" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix824" ref="dotmatrixdot" state="0">
- <bounds x="44" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix825" ref="dotmatrixdot" state="0">
- <bounds x="45" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix826" ref="dotmatrixdot" state="0">
- <bounds x="46" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix827" ref="dotmatrixdot" state="0">
- <bounds x="47" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix828" ref="dotmatrixdot" state="0">
- <bounds x="48" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix829" ref="dotmatrixdot" state="0">
- <bounds x="49" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix830" ref="dotmatrixdot" state="0">
- <bounds x="50" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix831" ref="dotmatrixdot" state="0">
- <bounds x="51" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix832" ref="dotmatrixdot" state="0">
- <bounds x="52" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix833" ref="dotmatrixdot" state="0">
- <bounds x="53" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix834" ref="dotmatrixdot" state="0">
- <bounds x="54" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix835" ref="dotmatrixdot" state="0">
- <bounds x="55" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix836" ref="dotmatrixdot" state="0">
- <bounds x="56" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix837" ref="dotmatrixdot" state="0">
- <bounds x="57" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix838" ref="dotmatrixdot" state="0">
- <bounds x="58" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix839" ref="dotmatrixdot" state="0">
- <bounds x="59" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix840" ref="dotmatrixdot" state="0">
- <bounds x="60" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix841" ref="dotmatrixdot" state="0">
- <bounds x="61" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix842" ref="dotmatrixdot" state="0">
- <bounds x="62" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix843" ref="dotmatrixdot" state="0">
- <bounds x="63" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix844" ref="dotmatrixdot" state="0">
- <bounds x="64" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix845" ref="dotmatrixdot" state="0">
- <bounds x="0" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix846" ref="dotmatrixdot" state="0">
- <bounds x="1" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix847" ref="dotmatrixdot" state="0">
- <bounds x="2" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix848" ref="dotmatrixdot" state="0">
- <bounds x="3" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix849" ref="dotmatrixdot" state="0">
- <bounds x="4" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix850" ref="dotmatrixdot" state="0">
- <bounds x="5" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix851" ref="dotmatrixdot" state="0">
- <bounds x="6" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix852" ref="dotmatrixdot" state="0">
- <bounds x="7" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix853" ref="dotmatrixdot" state="0">
- <bounds x="8" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix854" ref="dotmatrixdot" state="0">
- <bounds x="9" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix855" ref="dotmatrixdot" state="0">
- <bounds x="10" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix856" ref="dotmatrixdot" state="0">
- <bounds x="11" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix857" ref="dotmatrixdot" state="0">
- <bounds x="12" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix858" ref="dotmatrixdot" state="0">
- <bounds x="13" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix859" ref="dotmatrixdot" state="0">
- <bounds x="14" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix860" ref="dotmatrixdot" state="0">
- <bounds x="15" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix861" ref="dotmatrixdot" state="0">
- <bounds x="16" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix862" ref="dotmatrixdot" state="0">
- <bounds x="17" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix863" ref="dotmatrixdot" state="0">
- <bounds x="18" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix864" ref="dotmatrixdot" state="0">
- <bounds x="19" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix865" ref="dotmatrixdot" state="0">
- <bounds x="20" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix866" ref="dotmatrixdot" state="0">
- <bounds x="21" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix867" ref="dotmatrixdot" state="0">
- <bounds x="22" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix868" ref="dotmatrixdot" state="0">
- <bounds x="23" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix869" ref="dotmatrixdot" state="0">
- <bounds x="24" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix870" ref="dotmatrixdot" state="0">
- <bounds x="25" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix871" ref="dotmatrixdot" state="0">
- <bounds x="26" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix872" ref="dotmatrixdot" state="0">
- <bounds x="27" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix873" ref="dotmatrixdot" state="0">
- <bounds x="28" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix874" ref="dotmatrixdot" state="0">
- <bounds x="29" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix875" ref="dotmatrixdot" state="0">
- <bounds x="30" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix876" ref="dotmatrixdot" state="0">
- <bounds x="31" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix877" ref="dotmatrixdot" state="0">
- <bounds x="32" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix878" ref="dotmatrixdot" state="0">
- <bounds x="33" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix879" ref="dotmatrixdot" state="0">
- <bounds x="34" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix880" ref="dotmatrixdot" state="0">
- <bounds x="35" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix881" ref="dotmatrixdot" state="0">
- <bounds x="36" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix882" ref="dotmatrixdot" state="0">
- <bounds x="37" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix883" ref="dotmatrixdot" state="0">
- <bounds x="38" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix884" ref="dotmatrixdot" state="0">
- <bounds x="39" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix885" ref="dotmatrixdot" state="0">
- <bounds x="40" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix886" ref="dotmatrixdot" state="0">
- <bounds x="41" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix887" ref="dotmatrixdot" state="0">
- <bounds x="42" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix888" ref="dotmatrixdot" state="0">
- <bounds x="43" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix889" ref="dotmatrixdot" state="0">
- <bounds x="44" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix890" ref="dotmatrixdot" state="0">
- <bounds x="45" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix891" ref="dotmatrixdot" state="0">
- <bounds x="46" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix892" ref="dotmatrixdot" state="0">
- <bounds x="47" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix893" ref="dotmatrixdot" state="0">
- <bounds x="48" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix894" ref="dotmatrixdot" state="0">
- <bounds x="49" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix895" ref="dotmatrixdot" state="0">
- <bounds x="50" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix896" ref="dotmatrixdot" state="0">
- <bounds x="51" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix897" ref="dotmatrixdot" state="0">
- <bounds x="52" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix898" ref="dotmatrixdot" state="0">
- <bounds x="53" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix899" ref="dotmatrixdot" state="0">
- <bounds x="54" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix900" ref="dotmatrixdot" state="0">
- <bounds x="55" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix901" ref="dotmatrixdot" state="0">
- <bounds x="56" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix902" ref="dotmatrixdot" state="0">
- <bounds x="57" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix903" ref="dotmatrixdot" state="0">
- <bounds x="58" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix904" ref="dotmatrixdot" state="0">
- <bounds x="59" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix905" ref="dotmatrixdot" state="0">
- <bounds x="60" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix906" ref="dotmatrixdot" state="0">
- <bounds x="61" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix907" ref="dotmatrixdot" state="0">
- <bounds x="62" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix908" ref="dotmatrixdot" state="0">
- <bounds x="63" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix909" ref="dotmatrixdot" state="0">
- <bounds x="64" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix910" ref="dotmatrixdot" state="0">
- <bounds x="0" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix911" ref="dotmatrixdot" state="0">
- <bounds x="1" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix912" ref="dotmatrixdot" state="0">
- <bounds x="2" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix913" ref="dotmatrixdot" state="0">
- <bounds x="3" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix914" ref="dotmatrixdot" state="0">
- <bounds x="4" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix915" ref="dotmatrixdot" state="0">
- <bounds x="5" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix916" ref="dotmatrixdot" state="0">
- <bounds x="6" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix917" ref="dotmatrixdot" state="0">
- <bounds x="7" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix918" ref="dotmatrixdot" state="0">
- <bounds x="8" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix919" ref="dotmatrixdot" state="0">
- <bounds x="9" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix920" ref="dotmatrixdot" state="0">
- <bounds x="10" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix921" ref="dotmatrixdot" state="0">
- <bounds x="11" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix922" ref="dotmatrixdot" state="0">
- <bounds x="12" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix923" ref="dotmatrixdot" state="0">
- <bounds x="13" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix924" ref="dotmatrixdot" state="0">
- <bounds x="14" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix925" ref="dotmatrixdot" state="0">
- <bounds x="15" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix926" ref="dotmatrixdot" state="0">
- <bounds x="16" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix927" ref="dotmatrixdot" state="0">
- <bounds x="17" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix928" ref="dotmatrixdot" state="0">
- <bounds x="18" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix929" ref="dotmatrixdot" state="0">
- <bounds x="19" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix930" ref="dotmatrixdot" state="0">
- <bounds x="20" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix931" ref="dotmatrixdot" state="0">
- <bounds x="21" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix932" ref="dotmatrixdot" state="0">
- <bounds x="22" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix933" ref="dotmatrixdot" state="0">
- <bounds x="23" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix934" ref="dotmatrixdot" state="0">
- <bounds x="24" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix935" ref="dotmatrixdot" state="0">
- <bounds x="25" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix936" ref="dotmatrixdot" state="0">
- <bounds x="26" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix937" ref="dotmatrixdot" state="0">
- <bounds x="27" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix938" ref="dotmatrixdot" state="0">
- <bounds x="28" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix939" ref="dotmatrixdot" state="0">
- <bounds x="29" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix940" ref="dotmatrixdot" state="0">
- <bounds x="30" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix941" ref="dotmatrixdot" state="0">
- <bounds x="31" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix942" ref="dotmatrixdot" state="0">
- <bounds x="32" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix943" ref="dotmatrixdot" state="0">
- <bounds x="33" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix944" ref="dotmatrixdot" state="0">
- <bounds x="34" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix945" ref="dotmatrixdot" state="0">
- <bounds x="35" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix946" ref="dotmatrixdot" state="0">
- <bounds x="36" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix947" ref="dotmatrixdot" state="0">
- <bounds x="37" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix948" ref="dotmatrixdot" state="0">
- <bounds x="38" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix949" ref="dotmatrixdot" state="0">
- <bounds x="39" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix950" ref="dotmatrixdot" state="0">
- <bounds x="40" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix951" ref="dotmatrixdot" state="0">
- <bounds x="41" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix952" ref="dotmatrixdot" state="0">
- <bounds x="42" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix953" ref="dotmatrixdot" state="0">
- <bounds x="43" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix954" ref="dotmatrixdot" state="0">
- <bounds x="44" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix955" ref="dotmatrixdot" state="0">
- <bounds x="45" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix956" ref="dotmatrixdot" state="0">
- <bounds x="46" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix957" ref="dotmatrixdot" state="0">
- <bounds x="47" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix958" ref="dotmatrixdot" state="0">
- <bounds x="48" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix959" ref="dotmatrixdot" state="0">
- <bounds x="49" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix960" ref="dotmatrixdot" state="0">
- <bounds x="50" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix961" ref="dotmatrixdot" state="0">
- <bounds x="51" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix962" ref="dotmatrixdot" state="0">
- <bounds x="52" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix963" ref="dotmatrixdot" state="0">
- <bounds x="53" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix964" ref="dotmatrixdot" state="0">
- <bounds x="54" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix965" ref="dotmatrixdot" state="0">
- <bounds x="55" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix966" ref="dotmatrixdot" state="0">
- <bounds x="56" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix967" ref="dotmatrixdot" state="0">
- <bounds x="57" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix968" ref="dotmatrixdot" state="0">
- <bounds x="58" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix969" ref="dotmatrixdot" state="0">
- <bounds x="59" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix970" ref="dotmatrixdot" state="0">
- <bounds x="60" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix971" ref="dotmatrixdot" state="0">
- <bounds x="61" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix972" ref="dotmatrixdot" state="0">
- <bounds x="62" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix973" ref="dotmatrixdot" state="0">
- <bounds x="63" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix974" ref="dotmatrixdot" state="0">
- <bounds x="64" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix975" ref="dotmatrixdot" state="0">
- <bounds x="0" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix976" ref="dotmatrixdot" state="0">
- <bounds x="1" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix977" ref="dotmatrixdot" state="0">
- <bounds x="2" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix978" ref="dotmatrixdot" state="0">
- <bounds x="3" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix979" ref="dotmatrixdot" state="0">
- <bounds x="4" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix980" ref="dotmatrixdot" state="0">
- <bounds x="5" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix981" ref="dotmatrixdot" state="0">
- <bounds x="6" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix982" ref="dotmatrixdot" state="0">
- <bounds x="7" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix983" ref="dotmatrixdot" state="0">
- <bounds x="8" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix984" ref="dotmatrixdot" state="0">
- <bounds x="9" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix985" ref="dotmatrixdot" state="0">
- <bounds x="10" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix986" ref="dotmatrixdot" state="0">
- <bounds x="11" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix987" ref="dotmatrixdot" state="0">
- <bounds x="12" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix988" ref="dotmatrixdot" state="0">
- <bounds x="13" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix989" ref="dotmatrixdot" state="0">
- <bounds x="14" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix990" ref="dotmatrixdot" state="0">
- <bounds x="15" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix991" ref="dotmatrixdot" state="0">
- <bounds x="16" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix992" ref="dotmatrixdot" state="0">
- <bounds x="17" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix993" ref="dotmatrixdot" state="0">
- <bounds x="18" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix994" ref="dotmatrixdot" state="0">
- <bounds x="19" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix995" ref="dotmatrixdot" state="0">
- <bounds x="20" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix996" ref="dotmatrixdot" state="0">
- <bounds x="21" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix997" ref="dotmatrixdot" state="0">
- <bounds x="22" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix998" ref="dotmatrixdot" state="0">
- <bounds x="23" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix999" ref="dotmatrixdot" state="0">
- <bounds x="24" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1000" ref="dotmatrixdot" state="0">
- <bounds x="25" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1001" ref="dotmatrixdot" state="0">
- <bounds x="26" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1002" ref="dotmatrixdot" state="0">
- <bounds x="27" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1003" ref="dotmatrixdot" state="0">
- <bounds x="28" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1004" ref="dotmatrixdot" state="0">
- <bounds x="29" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1005" ref="dotmatrixdot" state="0">
- <bounds x="30" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1006" ref="dotmatrixdot" state="0">
- <bounds x="31" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1007" ref="dotmatrixdot" state="0">
- <bounds x="32" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1008" ref="dotmatrixdot" state="0">
- <bounds x="33" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1009" ref="dotmatrixdot" state="0">
- <bounds x="34" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1010" ref="dotmatrixdot" state="0">
- <bounds x="35" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1011" ref="dotmatrixdot" state="0">
- <bounds x="36" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1012" ref="dotmatrixdot" state="0">
- <bounds x="37" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1013" ref="dotmatrixdot" state="0">
- <bounds x="38" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1014" ref="dotmatrixdot" state="0">
- <bounds x="39" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1015" ref="dotmatrixdot" state="0">
- <bounds x="40" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1016" ref="dotmatrixdot" state="0">
- <bounds x="41" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1017" ref="dotmatrixdot" state="0">
- <bounds x="42" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1018" ref="dotmatrixdot" state="0">
- <bounds x="43" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1019" ref="dotmatrixdot" state="0">
- <bounds x="44" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1020" ref="dotmatrixdot" state="0">
- <bounds x="45" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1021" ref="dotmatrixdot" state="0">
- <bounds x="46" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1022" ref="dotmatrixdot" state="0">
- <bounds x="47" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1023" ref="dotmatrixdot" state="0">
- <bounds x="48" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1024" ref="dotmatrixdot" state="0">
- <bounds x="49" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1025" ref="dotmatrixdot" state="0">
- <bounds x="50" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1026" ref="dotmatrixdot" state="0">
- <bounds x="51" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1027" ref="dotmatrixdot" state="0">
- <bounds x="52" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1028" ref="dotmatrixdot" state="0">
- <bounds x="53" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1029" ref="dotmatrixdot" state="0">
- <bounds x="54" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1030" ref="dotmatrixdot" state="0">
- <bounds x="55" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1031" ref="dotmatrixdot" state="0">
- <bounds x="56" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1032" ref="dotmatrixdot" state="0">
- <bounds x="57" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1033" ref="dotmatrixdot" state="0">
- <bounds x="58" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1034" ref="dotmatrixdot" state="0">
- <bounds x="59" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1035" ref="dotmatrixdot" state="0">
- <bounds x="60" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1036" ref="dotmatrixdot" state="0">
- <bounds x="61" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1037" ref="dotmatrixdot" state="0">
- <bounds x="62" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1038" ref="dotmatrixdot" state="0">
- <bounds x="63" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1039" ref="dotmatrixdot" state="0">
- <bounds x="64" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1040" ref="dotmatrixdot" state="0">
- <bounds x="0" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1041" ref="dotmatrixdot" state="0">
- <bounds x="1" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1042" ref="dotmatrixdot" state="0">
- <bounds x="2" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1043" ref="dotmatrixdot" state="0">
- <bounds x="3" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1044" ref="dotmatrixdot" state="0">
- <bounds x="4" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1045" ref="dotmatrixdot" state="0">
- <bounds x="5" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1046" ref="dotmatrixdot" state="0">
- <bounds x="6" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1047" ref="dotmatrixdot" state="0">
- <bounds x="7" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1048" ref="dotmatrixdot" state="0">
- <bounds x="8" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1049" ref="dotmatrixdot" state="0">
- <bounds x="9" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1050" ref="dotmatrixdot" state="0">
- <bounds x="10" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1051" ref="dotmatrixdot" state="0">
- <bounds x="11" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1052" ref="dotmatrixdot" state="0">
- <bounds x="12" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1053" ref="dotmatrixdot" state="0">
- <bounds x="13" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1054" ref="dotmatrixdot" state="0">
- <bounds x="14" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1055" ref="dotmatrixdot" state="0">
- <bounds x="15" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1056" ref="dotmatrixdot" state="0">
- <bounds x="16" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1057" ref="dotmatrixdot" state="0">
- <bounds x="17" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1058" ref="dotmatrixdot" state="0">
- <bounds x="18" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1059" ref="dotmatrixdot" state="0">
- <bounds x="19" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1060" ref="dotmatrixdot" state="0">
- <bounds x="20" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1061" ref="dotmatrixdot" state="0">
- <bounds x="21" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1062" ref="dotmatrixdot" state="0">
- <bounds x="22" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1063" ref="dotmatrixdot" state="0">
- <bounds x="23" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1064" ref="dotmatrixdot" state="0">
- <bounds x="24" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1065" ref="dotmatrixdot" state="0">
- <bounds x="25" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1066" ref="dotmatrixdot" state="0">
- <bounds x="26" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1067" ref="dotmatrixdot" state="0">
- <bounds x="27" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1068" ref="dotmatrixdot" state="0">
- <bounds x="28" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1069" ref="dotmatrixdot" state="0">
- <bounds x="29" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1070" ref="dotmatrixdot" state="0">
- <bounds x="30" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1071" ref="dotmatrixdot" state="0">
- <bounds x="31" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1072" ref="dotmatrixdot" state="0">
- <bounds x="32" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1073" ref="dotmatrixdot" state="0">
- <bounds x="33" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1074" ref="dotmatrixdot" state="0">
- <bounds x="34" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1075" ref="dotmatrixdot" state="0">
- <bounds x="35" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1076" ref="dotmatrixdot" state="0">
- <bounds x="36" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1077" ref="dotmatrixdot" state="0">
- <bounds x="37" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1078" ref="dotmatrixdot" state="0">
- <bounds x="38" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1079" ref="dotmatrixdot" state="0">
- <bounds x="39" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1080" ref="dotmatrixdot" state="0">
- <bounds x="40" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1081" ref="dotmatrixdot" state="0">
- <bounds x="41" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1082" ref="dotmatrixdot" state="0">
- <bounds x="42" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1083" ref="dotmatrixdot" state="0">
- <bounds x="43" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1084" ref="dotmatrixdot" state="0">
- <bounds x="44" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1085" ref="dotmatrixdot" state="0">
- <bounds x="45" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1086" ref="dotmatrixdot" state="0">
- <bounds x="46" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1087" ref="dotmatrixdot" state="0">
- <bounds x="47" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1088" ref="dotmatrixdot" state="0">
- <bounds x="48" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1089" ref="dotmatrixdot" state="0">
- <bounds x="49" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1090" ref="dotmatrixdot" state="0">
- <bounds x="50" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1091" ref="dotmatrixdot" state="0">
- <bounds x="51" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1092" ref="dotmatrixdot" state="0">
- <bounds x="52" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1093" ref="dotmatrixdot" state="0">
- <bounds x="53" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1094" ref="dotmatrixdot" state="0">
- <bounds x="54" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1095" ref="dotmatrixdot" state="0">
- <bounds x="55" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1096" ref="dotmatrixdot" state="0">
- <bounds x="56" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1097" ref="dotmatrixdot" state="0">
- <bounds x="57" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1098" ref="dotmatrixdot" state="0">
- <bounds x="58" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1099" ref="dotmatrixdot" state="0">
- <bounds x="59" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1100" ref="dotmatrixdot" state="0">
- <bounds x="60" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1101" ref="dotmatrixdot" state="0">
- <bounds x="61" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1102" ref="dotmatrixdot" state="0">
- <bounds x="62" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1103" ref="dotmatrixdot" state="0">
- <bounds x="63" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1104" ref="dotmatrixdot" state="0">
- <bounds x="64" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1105" ref="dotmatrixdot" state="0">
- <bounds x="0" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1106" ref="dotmatrixdot" state="0">
- <bounds x="1" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1107" ref="dotmatrixdot" state="0">
- <bounds x="2" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1108" ref="dotmatrixdot" state="0">
- <bounds x="3" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1109" ref="dotmatrixdot" state="0">
- <bounds x="4" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1110" ref="dotmatrixdot" state="0">
- <bounds x="5" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1111" ref="dotmatrixdot" state="0">
- <bounds x="6" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1112" ref="dotmatrixdot" state="0">
- <bounds x="7" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1113" ref="dotmatrixdot" state="0">
- <bounds x="8" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1114" ref="dotmatrixdot" state="0">
- <bounds x="9" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1115" ref="dotmatrixdot" state="0">
- <bounds x="10" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1116" ref="dotmatrixdot" state="0">
- <bounds x="11" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1117" ref="dotmatrixdot" state="0">
- <bounds x="12" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1118" ref="dotmatrixdot" state="0">
- <bounds x="13" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1119" ref="dotmatrixdot" state="0">
- <bounds x="14" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1120" ref="dotmatrixdot" state="0">
- <bounds x="15" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1121" ref="dotmatrixdot" state="0">
- <bounds x="16" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1122" ref="dotmatrixdot" state="0">
- <bounds x="17" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1123" ref="dotmatrixdot" state="0">
- <bounds x="18" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1124" ref="dotmatrixdot" state="0">
- <bounds x="19" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1125" ref="dotmatrixdot" state="0">
- <bounds x="20" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1126" ref="dotmatrixdot" state="0">
- <bounds x="21" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1127" ref="dotmatrixdot" state="0">
- <bounds x="22" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1128" ref="dotmatrixdot" state="0">
- <bounds x="23" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1129" ref="dotmatrixdot" state="0">
- <bounds x="24" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1130" ref="dotmatrixdot" state="0">
- <bounds x="25" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1131" ref="dotmatrixdot" state="0">
- <bounds x="26" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1132" ref="dotmatrixdot" state="0">
- <bounds x="27" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1133" ref="dotmatrixdot" state="0">
- <bounds x="28" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1134" ref="dotmatrixdot" state="0">
- <bounds x="29" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1135" ref="dotmatrixdot" state="0">
- <bounds x="30" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1136" ref="dotmatrixdot" state="0">
- <bounds x="31" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1137" ref="dotmatrixdot" state="0">
- <bounds x="32" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1138" ref="dotmatrixdot" state="0">
- <bounds x="33" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1139" ref="dotmatrixdot" state="0">
- <bounds x="34" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1140" ref="dotmatrixdot" state="0">
- <bounds x="35" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1141" ref="dotmatrixdot" state="0">
- <bounds x="36" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1142" ref="dotmatrixdot" state="0">
- <bounds x="37" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1143" ref="dotmatrixdot" state="0">
- <bounds x="38" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1144" ref="dotmatrixdot" state="0">
- <bounds x="39" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1145" ref="dotmatrixdot" state="0">
- <bounds x="40" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1146" ref="dotmatrixdot" state="0">
- <bounds x="41" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1147" ref="dotmatrixdot" state="0">
- <bounds x="42" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1148" ref="dotmatrixdot" state="0">
- <bounds x="43" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1149" ref="dotmatrixdot" state="0">
- <bounds x="44" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1150" ref="dotmatrixdot" state="0">
- <bounds x="45" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1151" ref="dotmatrixdot" state="0">
- <bounds x="46" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1152" ref="dotmatrixdot" state="0">
- <bounds x="47" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1153" ref="dotmatrixdot" state="0">
- <bounds x="48" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1154" ref="dotmatrixdot" state="0">
- <bounds x="49" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1155" ref="dotmatrixdot" state="0">
- <bounds x="50" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1156" ref="dotmatrixdot" state="0">
- <bounds x="51" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1157" ref="dotmatrixdot" state="0">
- <bounds x="52" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1158" ref="dotmatrixdot" state="0">
- <bounds x="53" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1159" ref="dotmatrixdot" state="0">
- <bounds x="54" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1160" ref="dotmatrixdot" state="0">
- <bounds x="55" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1161" ref="dotmatrixdot" state="0">
- <bounds x="56" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1162" ref="dotmatrixdot" state="0">
- <bounds x="57" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1163" ref="dotmatrixdot" state="0">
- <bounds x="58" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1164" ref="dotmatrixdot" state="0">
- <bounds x="59" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1165" ref="dotmatrixdot" state="0">
- <bounds x="60" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1166" ref="dotmatrixdot" state="0">
- <bounds x="61" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1167" ref="dotmatrixdot" state="0">
- <bounds x="62" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1168" ref="dotmatrixdot" state="0">
- <bounds x="63" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1169" ref="dotmatrixdot" state="0">
- <bounds x="64" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1170" ref="dotmatrixdot" state="0">
- <bounds x="0" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1171" ref="dotmatrixdot" state="0">
- <bounds x="1" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1172" ref="dotmatrixdot" state="0">
- <bounds x="2" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1173" ref="dotmatrixdot" state="0">
- <bounds x="3" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1174" ref="dotmatrixdot" state="0">
- <bounds x="4" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1175" ref="dotmatrixdot" state="0">
- <bounds x="5" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1176" ref="dotmatrixdot" state="0">
- <bounds x="6" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1177" ref="dotmatrixdot" state="0">
- <bounds x="7" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1178" ref="dotmatrixdot" state="0">
- <bounds x="8" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1179" ref="dotmatrixdot" state="0">
- <bounds x="9" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1180" ref="dotmatrixdot" state="0">
- <bounds x="10" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1181" ref="dotmatrixdot" state="0">
- <bounds x="11" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1182" ref="dotmatrixdot" state="0">
- <bounds x="12" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1183" ref="dotmatrixdot" state="0">
- <bounds x="13" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1184" ref="dotmatrixdot" state="0">
- <bounds x="14" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1185" ref="dotmatrixdot" state="0">
- <bounds x="15" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1186" ref="dotmatrixdot" state="0">
- <bounds x="16" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1187" ref="dotmatrixdot" state="0">
- <bounds x="17" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1188" ref="dotmatrixdot" state="0">
- <bounds x="18" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1189" ref="dotmatrixdot" state="0">
- <bounds x="19" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1190" ref="dotmatrixdot" state="0">
- <bounds x="20" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1191" ref="dotmatrixdot" state="0">
- <bounds x="21" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1192" ref="dotmatrixdot" state="0">
- <bounds x="22" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1193" ref="dotmatrixdot" state="0">
- <bounds x="23" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1194" ref="dotmatrixdot" state="0">
- <bounds x="24" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1195" ref="dotmatrixdot" state="0">
- <bounds x="25" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1196" ref="dotmatrixdot" state="0">
- <bounds x="26" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1197" ref="dotmatrixdot" state="0">
- <bounds x="27" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1198" ref="dotmatrixdot" state="0">
- <bounds x="28" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1199" ref="dotmatrixdot" state="0">
- <bounds x="29" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1200" ref="dotmatrixdot" state="0">
- <bounds x="30" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1201" ref="dotmatrixdot" state="0">
- <bounds x="31" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1202" ref="dotmatrixdot" state="0">
- <bounds x="32" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1203" ref="dotmatrixdot" state="0">
- <bounds x="33" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1204" ref="dotmatrixdot" state="0">
- <bounds x="34" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1205" ref="dotmatrixdot" state="0">
- <bounds x="35" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1206" ref="dotmatrixdot" state="0">
- <bounds x="36" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1207" ref="dotmatrixdot" state="0">
- <bounds x="37" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1208" ref="dotmatrixdot" state="0">
- <bounds x="38" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1209" ref="dotmatrixdot" state="0">
- <bounds x="39" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1210" ref="dotmatrixdot" state="0">
- <bounds x="40" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1211" ref="dotmatrixdot" state="0">
- <bounds x="41" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1212" ref="dotmatrixdot" state="0">
- <bounds x="42" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1213" ref="dotmatrixdot" state="0">
- <bounds x="43" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1214" ref="dotmatrixdot" state="0">
- <bounds x="44" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1215" ref="dotmatrixdot" state="0">
- <bounds x="45" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1216" ref="dotmatrixdot" state="0">
- <bounds x="46" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1217" ref="dotmatrixdot" state="0">
- <bounds x="47" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1218" ref="dotmatrixdot" state="0">
- <bounds x="48" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1219" ref="dotmatrixdot" state="0">
- <bounds x="49" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1220" ref="dotmatrixdot" state="0">
- <bounds x="50" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1221" ref="dotmatrixdot" state="0">
- <bounds x="51" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1222" ref="dotmatrixdot" state="0">
- <bounds x="52" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1223" ref="dotmatrixdot" state="0">
- <bounds x="53" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1224" ref="dotmatrixdot" state="0">
- <bounds x="54" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1225" ref="dotmatrixdot" state="0">
- <bounds x="55" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1226" ref="dotmatrixdot" state="0">
- <bounds x="56" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1227" ref="dotmatrixdot" state="0">
- <bounds x="57" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1228" ref="dotmatrixdot" state="0">
- <bounds x="58" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1229" ref="dotmatrixdot" state="0">
- <bounds x="59" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1230" ref="dotmatrixdot" state="0">
- <bounds x="60" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1231" ref="dotmatrixdot" state="0">
- <bounds x="61" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1232" ref="dotmatrixdot" state="0">
- <bounds x="62" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1233" ref="dotmatrixdot" state="0">
- <bounds x="63" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1234" ref="dotmatrixdot" state="0">
- <bounds x="64" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1235" ref="dotmatrixdot" state="0">
- <bounds x="0" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1236" ref="dotmatrixdot" state="0">
- <bounds x="1" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1237" ref="dotmatrixdot" state="0">
- <bounds x="2" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1238" ref="dotmatrixdot" state="0">
- <bounds x="3" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1239" ref="dotmatrixdot" state="0">
- <bounds x="4" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1240" ref="dotmatrixdot" state="0">
- <bounds x="5" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1241" ref="dotmatrixdot" state="0">
- <bounds x="6" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1242" ref="dotmatrixdot" state="0">
- <bounds x="7" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1243" ref="dotmatrixdot" state="0">
- <bounds x="8" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1244" ref="dotmatrixdot" state="0">
- <bounds x="9" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1245" ref="dotmatrixdot" state="0">
- <bounds x="10" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1246" ref="dotmatrixdot" state="0">
- <bounds x="11" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1247" ref="dotmatrixdot" state="0">
- <bounds x="12" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1248" ref="dotmatrixdot" state="0">
- <bounds x="13" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1249" ref="dotmatrixdot" state="0">
- <bounds x="14" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1250" ref="dotmatrixdot" state="0">
- <bounds x="15" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1251" ref="dotmatrixdot" state="0">
- <bounds x="16" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1252" ref="dotmatrixdot" state="0">
- <bounds x="17" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1253" ref="dotmatrixdot" state="0">
- <bounds x="18" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1254" ref="dotmatrixdot" state="0">
- <bounds x="19" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1255" ref="dotmatrixdot" state="0">
- <bounds x="20" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1256" ref="dotmatrixdot" state="0">
- <bounds x="21" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1257" ref="dotmatrixdot" state="0">
- <bounds x="22" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1258" ref="dotmatrixdot" state="0">
- <bounds x="23" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1259" ref="dotmatrixdot" state="0">
- <bounds x="24" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1260" ref="dotmatrixdot" state="0">
- <bounds x="25" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1261" ref="dotmatrixdot" state="0">
- <bounds x="26" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1262" ref="dotmatrixdot" state="0">
- <bounds x="27" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1263" ref="dotmatrixdot" state="0">
- <bounds x="28" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1264" ref="dotmatrixdot" state="0">
- <bounds x="29" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1265" ref="dotmatrixdot" state="0">
- <bounds x="30" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1266" ref="dotmatrixdot" state="0">
- <bounds x="31" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1267" ref="dotmatrixdot" state="0">
- <bounds x="32" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1268" ref="dotmatrixdot" state="0">
- <bounds x="33" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1269" ref="dotmatrixdot" state="0">
- <bounds x="34" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1270" ref="dotmatrixdot" state="0">
- <bounds x="35" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1271" ref="dotmatrixdot" state="0">
- <bounds x="36" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1272" ref="dotmatrixdot" state="0">
- <bounds x="37" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1273" ref="dotmatrixdot" state="0">
- <bounds x="38" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1274" ref="dotmatrixdot" state="0">
- <bounds x="39" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1275" ref="dotmatrixdot" state="0">
- <bounds x="40" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1276" ref="dotmatrixdot" state="0">
- <bounds x="41" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1277" ref="dotmatrixdot" state="0">
- <bounds x="42" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1278" ref="dotmatrixdot" state="0">
- <bounds x="43" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1279" ref="dotmatrixdot" state="0">
- <bounds x="44" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1280" ref="dotmatrixdot" state="0">
- <bounds x="45" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1281" ref="dotmatrixdot" state="0">
- <bounds x="46" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1282" ref="dotmatrixdot" state="0">
- <bounds x="47" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1283" ref="dotmatrixdot" state="0">
- <bounds x="48" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1284" ref="dotmatrixdot" state="0">
- <bounds x="49" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1285" ref="dotmatrixdot" state="0">
- <bounds x="50" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1286" ref="dotmatrixdot" state="0">
- <bounds x="51" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1287" ref="dotmatrixdot" state="0">
- <bounds x="52" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1288" ref="dotmatrixdot" state="0">
- <bounds x="53" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1289" ref="dotmatrixdot" state="0">
- <bounds x="54" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1290" ref="dotmatrixdot" state="0">
- <bounds x="55" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1291" ref="dotmatrixdot" state="0">
- <bounds x="56" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1292" ref="dotmatrixdot" state="0">
- <bounds x="57" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1293" ref="dotmatrixdot" state="0">
- <bounds x="58" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1294" ref="dotmatrixdot" state="0">
- <bounds x="59" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1295" ref="dotmatrixdot" state="0">
- <bounds x="60" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1296" ref="dotmatrixdot" state="0">
- <bounds x="61" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1297" ref="dotmatrixdot" state="0">
- <bounds x="62" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1298" ref="dotmatrixdot" state="0">
- <bounds x="63" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1299" ref="dotmatrixdot" state="0">
- <bounds x="64" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1300" ref="dotmatrixdot" state="0">
- <bounds x="0" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1301" ref="dotmatrixdot" state="0">
- <bounds x="1" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1302" ref="dotmatrixdot" state="0">
- <bounds x="2" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1303" ref="dotmatrixdot" state="0">
- <bounds x="3" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1304" ref="dotmatrixdot" state="0">
- <bounds x="4" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1305" ref="dotmatrixdot" state="0">
- <bounds x="5" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1306" ref="dotmatrixdot" state="0">
- <bounds x="6" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1307" ref="dotmatrixdot" state="0">
- <bounds x="7" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1308" ref="dotmatrixdot" state="0">
- <bounds x="8" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1309" ref="dotmatrixdot" state="0">
- <bounds x="9" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1310" ref="dotmatrixdot" state="0">
- <bounds x="10" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1311" ref="dotmatrixdot" state="0">
- <bounds x="11" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1312" ref="dotmatrixdot" state="0">
- <bounds x="12" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1313" ref="dotmatrixdot" state="0">
- <bounds x="13" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1314" ref="dotmatrixdot" state="0">
- <bounds x="14" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1315" ref="dotmatrixdot" state="0">
- <bounds x="15" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1316" ref="dotmatrixdot" state="0">
- <bounds x="16" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1317" ref="dotmatrixdot" state="0">
- <bounds x="17" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1318" ref="dotmatrixdot" state="0">
- <bounds x="18" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1319" ref="dotmatrixdot" state="0">
- <bounds x="19" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1320" ref="dotmatrixdot" state="0">
- <bounds x="20" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1321" ref="dotmatrixdot" state="0">
- <bounds x="21" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1322" ref="dotmatrixdot" state="0">
- <bounds x="22" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1323" ref="dotmatrixdot" state="0">
- <bounds x="23" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1324" ref="dotmatrixdot" state="0">
- <bounds x="24" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1325" ref="dotmatrixdot" state="0">
- <bounds x="25" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1326" ref="dotmatrixdot" state="0">
- <bounds x="26" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1327" ref="dotmatrixdot" state="0">
- <bounds x="27" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1328" ref="dotmatrixdot" state="0">
- <bounds x="28" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1329" ref="dotmatrixdot" state="0">
- <bounds x="29" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1330" ref="dotmatrixdot" state="0">
- <bounds x="30" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1331" ref="dotmatrixdot" state="0">
- <bounds x="31" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1332" ref="dotmatrixdot" state="0">
- <bounds x="32" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1333" ref="dotmatrixdot" state="0">
- <bounds x="33" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1334" ref="dotmatrixdot" state="0">
- <bounds x="34" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1335" ref="dotmatrixdot" state="0">
- <bounds x="35" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1336" ref="dotmatrixdot" state="0">
- <bounds x="36" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1337" ref="dotmatrixdot" state="0">
- <bounds x="37" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1338" ref="dotmatrixdot" state="0">
- <bounds x="38" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1339" ref="dotmatrixdot" state="0">
- <bounds x="39" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1340" ref="dotmatrixdot" state="0">
- <bounds x="40" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1341" ref="dotmatrixdot" state="0">
- <bounds x="41" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1342" ref="dotmatrixdot" state="0">
- <bounds x="42" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1343" ref="dotmatrixdot" state="0">
- <bounds x="43" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1344" ref="dotmatrixdot" state="0">
- <bounds x="44" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1345" ref="dotmatrixdot" state="0">
- <bounds x="45" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1346" ref="dotmatrixdot" state="0">
- <bounds x="46" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1347" ref="dotmatrixdot" state="0">
- <bounds x="47" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1348" ref="dotmatrixdot" state="0">
- <bounds x="48" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1349" ref="dotmatrixdot" state="0">
- <bounds x="49" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1350" ref="dotmatrixdot" state="0">
- <bounds x="50" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1351" ref="dotmatrixdot" state="0">
- <bounds x="51" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1352" ref="dotmatrixdot" state="0">
- <bounds x="52" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1353" ref="dotmatrixdot" state="0">
- <bounds x="53" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1354" ref="dotmatrixdot" state="0">
- <bounds x="54" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1355" ref="dotmatrixdot" state="0">
- <bounds x="55" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1356" ref="dotmatrixdot" state="0">
- <bounds x="56" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1357" ref="dotmatrixdot" state="0">
- <bounds x="57" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1358" ref="dotmatrixdot" state="0">
- <bounds x="58" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1359" ref="dotmatrixdot" state="0">
- <bounds x="59" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1360" ref="dotmatrixdot" state="0">
- <bounds x="60" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1361" ref="dotmatrixdot" state="0">
- <bounds x="61" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1362" ref="dotmatrixdot" state="0">
- <bounds x="62" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1363" ref="dotmatrixdot" state="0">
- <bounds x="63" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1364" ref="dotmatrixdot" state="0">
- <bounds x="64" y="20" width="1" height="1" />
- </element>
+ <group ref="dmd">
+ <bounds x="0" y="0" width="520" height="168" />
+ </group>
+
<element name="reel1" ref="Steppers" state="0">
<bounds x="10" y="300" width="50" height="50"/>
</element>
@@ -4143,4871 +66,21 @@ license:CC0
<element name="reel6" ref="Steppers" state="0">
<bounds x="280" y="300" width="50" height="50"/>
</element>
- <element name="lamp0" ref="matrixlamp" state="0">
- <bounds x="392" y="300" width="7" height="7"/>
- </element>
- <element name="lamp1" ref="matrixlamp" state="0">
- <bounds x="400" y="300" width="7" height="7"/>
- </element>
- <element name="lamp2" ref="matrixlamp" state="0">
- <bounds x="408" y="300" width="7" height="7"/>
- </element>
- <element name="lamp3" ref="matrixlamp" state="0">
- <bounds x="416" y="300" width="7" height="7"/>
- </element>
- <element name="lamp4" ref="matrixlamp" state="0">
- <bounds x="424" y="300" width="7" height="7"/>
- </element>
- <element name="lamp5" ref="matrixlamp" state="0">
- <bounds x="432" y="300" width="7" height="7"/>
- </element>
- <element name="lamp6" ref="matrixlamp" state="0">
- <bounds x="440" y="300" width="7" height="7"/>
- </element>
- <element name="lamp7" ref="matrixlamp" state="0">
- <bounds x="448" y="300" width="7" height="7"/>
- </element>
- <element name="lamp8" ref="matrixlamp" state="0">
- <bounds x="456" y="300" width="7" height="7"/>
- </element>
- <element name="lamp9" ref="matrixlamp" state="0">
- <bounds x="464" y="300" width="7" height="7"/>
- </element>
- <element name="lamp10" ref="matrixlamp" state="0">
- <bounds x="472" y="300" width="7" height="7"/>
- </element>
- <element name="lamp11" ref="matrixlamp" state="0">
- <bounds x="480" y="300" width="7" height="7"/>
- </element>
- <element name="lamp12" ref="matrixlamp" state="0">
- <bounds x="488" y="300" width="7" height="7"/>
- </element>
- <element name="lamp13" ref="matrixlamp" state="0">
- <bounds x="496" y="300" width="7" height="7"/>
- </element>
- <element name="lamp14" ref="matrixlamp" state="0">
- <bounds x="504" y="300" width="7" height="7"/>
- </element>
- <element name="lamp15" ref="matrixlamp" state="0">
- <bounds x="512" y="300" width="7" height="7"/>
- </element>
- <element name="lamp16" ref="matrixlamp" state="0">
- <bounds x="392" y="308" width="7" height="7"/>
- </element>
- <element name="lamp17" ref="matrixlamp" state="0">
- <bounds x="400" y="308" width="7" height="7"/>
- </element>
- <element name="lamp18" ref="matrixlamp" state="0">
- <bounds x="408" y="308" width="7" height="7"/>
- </element>
- <element name="lamp19" ref="matrixlamp" state="0">
- <bounds x="416" y="308" width="7" height="7"/>
- </element>
- <element name="lamp20" ref="matrixlamp" state="0">
- <bounds x="424" y="308" width="7" height="7"/>
- </element>
- <element name="lamp21" ref="matrixlamp" state="0">
- <bounds x="432" y="308" width="7" height="7"/>
- </element>
- <element name="lamp22" ref="matrixlamp" state="0">
- <bounds x="440" y="308" width="7" height="7"/>
- </element>
- <element name="lamp23" ref="matrixlamp" state="0">
- <bounds x="448" y="308" width="7" height="7"/>
- </element>
- <element name="lamp24" ref="matrixlamp" state="0">
- <bounds x="456" y="308" width="7" height="7"/>
- </element>
- <element name="lamp25" ref="matrixlamp" state="0">
- <bounds x="464" y="308" width="7" height="7"/>
- </element>
- <element name="lamp26" ref="matrixlamp" state="0">
- <bounds x="472" y="308" width="7" height="7"/>
- </element>
- <element name="lamp27" ref="matrixlamp" state="0">
- <bounds x="480" y="308" width="7" height="7"/>
- </element>
- <element name="lamp28" ref="matrixlamp" state="0">
- <bounds x="488" y="308" width="7" height="7"/>
- </element>
- <element name="lamp29" ref="matrixlamp" state="0">
- <bounds x="496" y="308" width="7" height="7"/>
- </element>
- <element name="lamp30" ref="matrixlamp" state="0">
- <bounds x="504" y="308" width="7" height="7"/>
- </element>
- <element name="lamp31" ref="matrixlamp" state="0">
- <bounds x="512" y="308" width="7" height="7"/>
- </element>
- <element name="lamp32" ref="matrixlamp" state="0">
- <bounds x="392" y="316" width="7" height="7"/>
- </element>
- <element name="lamp33" ref="matrixlamp" state="0">
- <bounds x="400" y="316" width="7" height="7"/>
- </element>
- <element name="lamp34" ref="matrixlamp" state="0">
- <bounds x="408" y="316" width="7" height="7"/>
- </element>
- <element name="lamp35" ref="matrixlamp" state="0">
- <bounds x="416" y="316" width="7" height="7"/>
- </element>
- <element name="lamp36" ref="matrixlamp" state="0">
- <bounds x="424" y="316" width="7" height="7"/>
- </element>
- <element name="lamp37" ref="matrixlamp" state="0">
- <bounds x="432" y="316" width="7" height="7"/>
- </element>
- <element name="lamp38" ref="matrixlamp" state="0">
- <bounds x="440" y="316" width="7" height="7"/>
- </element>
- <element name="lamp39" ref="matrixlamp" state="0">
- <bounds x="448" y="316" width="7" height="7"/>
- </element>
- <element name="lamp40" ref="matrixlamp" state="0">
- <bounds x="456" y="316" width="7" height="7"/>
- </element>
- <element name="lamp41" ref="matrixlamp" state="0">
- <bounds x="464" y="316" width="7" height="7"/>
- </element>
- <element name="lamp42" ref="matrixlamp" state="0">
- <bounds x="472" y="316" width="7" height="7"/>
- </element>
- <element name="lamp43" ref="matrixlamp" state="0">
- <bounds x="480" y="316" width="7" height="7"/>
- </element>
- <element name="lamp44" ref="matrixlamp" state="0">
- <bounds x="488" y="316" width="7" height="7"/>
- </element>
- <element name="lamp45" ref="matrixlamp" state="0">
- <bounds x="496" y="316" width="7" height="7"/>
- </element>
- <element name="lamp46" ref="matrixlamp" state="0">
- <bounds x="504" y="316" width="7" height="7"/>
- </element>
- <element name="lamp47" ref="matrixlamp" state="0">
- <bounds x="512" y="316" width="7" height="7"/>
- </element>
- <element name="lamp48" ref="matrixlamp" state="0">
- <bounds x="392" y="324" width="7" height="7"/>
- </element>
- <element name="lamp49" ref="matrixlamp" state="0">
- <bounds x="400" y="324" width="7" height="7"/>
- </element>
- <element name="lamp50" ref="matrixlamp" state="0">
- <bounds x="408" y="324" width="7" height="7"/>
- </element>
- <element name="lamp51" ref="matrixlamp" state="0">
- <bounds x="416" y="324" width="7" height="7"/>
- </element>
- <element name="lamp52" ref="matrixlamp" state="0">
- <bounds x="424" y="324" width="7" height="7"/>
- </element>
- <element name="lamp53" ref="matrixlamp" state="0">
- <bounds x="432" y="324" width="7" height="7"/>
- </element>
- <element name="lamp54" ref="matrixlamp" state="0">
- <bounds x="440" y="324" width="7" height="7"/>
- </element>
- <element name="lamp55" ref="matrixlamp" state="0">
- <bounds x="448" y="324" width="7" height="7"/>
- </element>
- <element name="lamp56" ref="matrixlamp" state="0">
- <bounds x="456" y="324" width="7" height="7"/>
- </element>
- <element name="lamp57" ref="matrixlamp" state="0">
- <bounds x="464" y="324" width="7" height="7"/>
- </element>
- <element name="lamp58" ref="matrixlamp" state="0">
- <bounds x="472" y="324" width="7" height="7"/>
- </element>
- <element name="lamp59" ref="matrixlamp" state="0">
- <bounds x="480" y="324" width="7" height="7"/>
- </element>
- <element name="lamp60" ref="matrixlamp" state="0">
- <bounds x="488" y="324" width="7" height="7"/>
- </element>
- <element name="lamp61" ref="matrixlamp" state="0">
- <bounds x="496" y="324" width="7" height="7"/>
- </element>
- <element name="lamp62" ref="matrixlamp" state="0">
- <bounds x="504" y="324" width="7" height="7"/>
- </element>
- <element name="lamp63" ref="matrixlamp" state="0">
- <bounds x="512" y="324" width="7" height="7"/>
- </element>
- <element name="lamp64" ref="matrixlamp" state="0">
- <bounds x="392" y="332" width="7" height="7"/>
- </element>
- <element name="lamp65" ref="matrixlamp" state="0">
- <bounds x="400" y="332" width="7" height="7"/>
- </element>
- <element name="lamp66" ref="matrixlamp" state="0">
- <bounds x="408" y="332" width="7" height="7"/>
- </element>
- <element name="lamp67" ref="matrixlamp" state="0">
- <bounds x="416" y="332" width="7" height="7"/>
- </element>
- <element name="lamp68" ref="matrixlamp" state="0">
- <bounds x="424" y="332" width="7" height="7"/>
- </element>
- <element name="lamp69" ref="matrixlamp" state="0">
- <bounds x="432" y="332" width="7" height="7"/>
- </element>
- <element name="lamp70" ref="matrixlamp" state="0">
- <bounds x="440" y="332" width="7" height="7"/>
- </element>
- <element name="lamp71" ref="matrixlamp" state="0">
- <bounds x="448" y="332" width="7" height="7"/>
- </element>
- <element name="lamp72" ref="matrixlamp" state="0">
- <bounds x="456" y="332" width="7" height="7"/>
- </element>
- <element name="lamp73" ref="matrixlamp" state="0">
- <bounds x="464" y="332" width="7" height="7"/>
- </element>
- <element name="lamp74" ref="matrixlamp" state="0">
- <bounds x="472" y="332" width="7" height="7"/>
- </element>
- <element name="lamp75" ref="matrixlamp" state="0">
- <bounds x="480" y="332" width="7" height="7"/>
- </element>
- <element name="lamp76" ref="matrixlamp" state="0">
- <bounds x="488" y="332" width="7" height="7"/>
- </element>
- <element name="lamp77" ref="matrixlamp" state="0">
- <bounds x="496" y="332" width="7" height="7"/>
- </element>
- <element name="lamp78" ref="matrixlamp" state="0">
- <bounds x="504" y="332" width="7" height="7"/>
- </element>
- <element name="lamp79" ref="matrixlamp" state="0">
- <bounds x="512" y="332" width="7" height="7"/>
- </element>
- <element name="lamp80" ref="matrixlamp" state="0">
- <bounds x="392" y="340" width="7" height="7"/>
- </element>
- <element name="lamp81" ref="matrixlamp" state="0">
- <bounds x="400" y="340" width="7" height="7"/>
- </element>
- <element name="lamp82" ref="matrixlamp" state="0">
- <bounds x="408" y="340" width="7" height="7"/>
- </element>
- <element name="lamp83" ref="matrixlamp" state="0">
- <bounds x="416" y="340" width="7" height="7"/>
- </element>
- <element name="lamp84" ref="matrixlamp" state="0">
- <bounds x="424" y="340" width="7" height="7"/>
- </element>
- <element name="lamp85" ref="matrixlamp" state="0">
- <bounds x="432" y="340" width="7" height="7"/>
- </element>
- <element name="lamp86" ref="matrixlamp" state="0">
- <bounds x="440" y="340" width="7" height="7"/>
- </element>
- <element name="lamp87" ref="matrixlamp" state="0">
- <bounds x="448" y="340" width="7" height="7"/>
- </element>
- <element name="lamp88" ref="matrixlamp" state="0">
- <bounds x="456" y="340" width="7" height="7"/>
- </element>
- <element name="lamp89" ref="matrixlamp" state="0">
- <bounds x="464" y="340" width="7" height="7"/>
- </element>
- <element name="lamp90" ref="matrixlamp" state="0">
- <bounds x="472" y="340" width="7" height="7"/>
- </element>
- <element name="lamp91" ref="matrixlamp" state="0">
- <bounds x="480" y="340" width="7" height="7"/>
- </element>
- <element name="lamp92" ref="matrixlamp" state="0">
- <bounds x="488" y="340" width="7" height="7"/>
- </element>
- <element name="lamp93" ref="matrixlamp" state="0">
- <bounds x="496" y="340" width="7" height="7"/>
- </element>
- <element name="lamp94" ref="matrixlamp" state="0">
- <bounds x="504" y="340" width="7" height="7"/>
- </element>
- <element name="lamp95" ref="matrixlamp" state="0">
- <bounds x="512" y="340" width="7" height="7"/>
- </element>
- <element name="lamp96" ref="matrixlamp" state="0">
- <bounds x="392" y="348" width="7" height="7"/>
- </element>
- <element name="lamp97" ref="matrixlamp" state="0">
- <bounds x="400" y="348" width="7" height="7"/>
- </element>
- <element name="lamp98" ref="matrixlamp" state="0">
- <bounds x="408" y="348" width="7" height="7"/>
- </element>
- <element name="lamp99" ref="matrixlamp" state="0">
- <bounds x="416" y="348" width="7" height="7"/>
- </element>
- <element name="lamp100" ref="matrixlamp" state="0">
- <bounds x="424" y="348" width="7" height="7"/>
- </element>
- <element name="lamp101" ref="matrixlamp" state="0">
- <bounds x="432" y="348" width="7" height="7"/>
- </element>
- <element name="lamp102" ref="matrixlamp" state="0">
- <bounds x="440" y="348" width="7" height="7"/>
- </element>
- <element name="lamp103" ref="matrixlamp" state="0">
- <bounds x="448" y="348" width="7" height="7"/>
- </element>
- <element name="lamp104" ref="matrixlamp" state="0">
- <bounds x="456" y="348" width="7" height="7"/>
- </element>
- <element name="lamp105" ref="matrixlamp" state="0">
- <bounds x="464" y="348" width="7" height="7"/>
- </element>
- <element name="lamp106" ref="matrixlamp" state="0">
- <bounds x="472" y="348" width="7" height="7"/>
- </element>
- <element name="lamp107" ref="matrixlamp" state="0">
- <bounds x="480" y="348" width="7" height="7"/>
- </element>
- <element name="lamp108" ref="matrixlamp" state="0">
- <bounds x="488" y="348" width="7" height="7"/>
- </element>
- <element name="lamp109" ref="matrixlamp" state="0">
- <bounds x="496" y="348" width="7" height="7"/>
- </element>
- <element name="lamp110" ref="matrixlamp" state="0">
- <bounds x="504" y="348" width="7" height="7"/>
- </element>
- <element name="lamp111" ref="matrixlamp" state="0">
- <bounds x="512" y="348" width="7" height="7"/>
- </element>
- <element name="lamp112" ref="matrixlamp" state="0">
- <bounds x="392" y="356" width="7" height="7"/>
- </element>
- <element name="lamp113" ref="matrixlamp" state="0">
- <bounds x="400" y="356" width="7" height="7"/>
- </element>
- <element name="lamp114" ref="matrixlamp" state="0">
- <bounds x="408" y="356" width="7" height="7"/>
- </element>
- <element name="lamp115" ref="matrixlamp" state="0">
- <bounds x="416" y="356" width="7" height="7"/>
- </element>
- <element name="lamp116" ref="matrixlamp" state="0">
- <bounds x="424" y="356" width="7" height="7"/>
- </element>
- <element name="lamp117" ref="matrixlamp" state="0">
- <bounds x="432" y="356" width="7" height="7"/>
- </element>
- <element name="lamp118" ref="matrixlamp" state="0">
- <bounds x="440" y="356" width="7" height="7"/>
- </element>
- <element name="lamp119" ref="matrixlamp" state="0">
- <bounds x="448" y="356" width="7" height="7"/>
- </element>
- <element name="lamp120" ref="matrixlamp" state="0">
- <bounds x="456" y="356" width="7" height="7"/>
- </element>
- <element name="lamp121" ref="matrixlamp" state="0">
- <bounds x="464" y="356" width="7" height="7"/>
- </element>
- <element name="lamp122" ref="matrixlamp" state="0">
- <bounds x="472" y="356" width="7" height="7"/>
- </element>
- <element name="lamp123" ref="matrixlamp" state="0">
- <bounds x="480" y="356" width="7" height="7"/>
- </element>
- <element name="lamp124" ref="matrixlamp" state="0">
- <bounds x="488" y="356" width="7" height="7"/>
- </element>
- <element name="lamp125" ref="matrixlamp" state="0">
- <bounds x="496" y="356" width="7" height="7"/>
- </element>
- <element name="lamp126" ref="matrixlamp" state="0">
- <bounds x="504" y="356" width="7" height="7"/>
- </element>
- <element name="lamp127" ref="matrixlamp" state="0">
- <bounds x="512" y="356" width="7" height="7"/>
- </element>
- <element name="lamp128" ref="matrixlamp" state="0">
- <bounds x="392" y="364" width="7" height="7"/>
- </element>
- <element name="lamp129" ref="matrixlamp" state="0">
- <bounds x="400" y="364" width="7" height="7"/>
- </element>
- <element name="lamp130" ref="matrixlamp" state="0">
- <bounds x="408" y="364" width="7" height="7"/>
- </element>
- <element name="lamp131" ref="matrixlamp" state="0">
- <bounds x="416" y="364" width="7" height="7"/>
- </element>
- <element name="lamp132" ref="matrixlamp" state="0">
- <bounds x="424" y="364" width="7" height="7"/>
- </element>
- <element name="lamp133" ref="matrixlamp" state="0">
- <bounds x="432" y="364" width="7" height="7"/>
- </element>
- <element name="lamp134" ref="matrixlamp" state="0">
- <bounds x="440" y="364" width="7" height="7"/>
- </element>
- <element name="lamp135" ref="matrixlamp" state="0">
- <bounds x="448" y="364" width="7" height="7"/>
- </element>
- <element name="lamp136" ref="matrixlamp" state="0">
- <bounds x="456" y="364" width="7" height="7"/>
- </element>
- <element name="lamp137" ref="matrixlamp" state="0">
- <bounds x="464" y="364" width="7" height="7"/>
- </element>
- <element name="lamp138" ref="matrixlamp" state="0">
- <bounds x="472" y="364" width="7" height="7"/>
- </element>
- <element name="lamp139" ref="matrixlamp" state="0">
- <bounds x="480" y="364" width="7" height="7"/>
- </element>
- <element name="lamp140" ref="matrixlamp" state="0">
- <bounds x="488" y="364" width="7" height="7"/>
- </element>
- <element name="lamp141" ref="matrixlamp" state="0">
- <bounds x="496" y="364" width="7" height="7"/>
- </element>
- <element name="lamp142" ref="matrixlamp" state="0">
- <bounds x="504" y="364" width="7" height="7"/>
- </element>
- <element name="lamp143" ref="matrixlamp" state="0">
- <bounds x="512" y="364" width="7" height="7"/>
- </element>
- <element name="lamp144" ref="matrixlamp" state="0">
- <bounds x="392" y="372" width="7" height="7"/>
- </element>
- <element name="lamp145" ref="matrixlamp" state="0">
- <bounds x="400" y="372" width="7" height="7"/>
- </element>
- <element name="lamp146" ref="matrixlamp" state="0">
- <bounds x="408" y="372" width="7" height="7"/>
- </element>
- <element name="lamp147" ref="matrixlamp" state="0">
- <bounds x="416" y="372" width="7" height="7"/>
- </element>
- <element name="lamp148" ref="matrixlamp" state="0">
- <bounds x="424" y="372" width="7" height="7"/>
- </element>
- <element name="lamp149" ref="matrixlamp" state="0">
- <bounds x="432" y="372" width="7" height="7"/>
- </element>
- <element name="lamp150" ref="matrixlamp" state="0">
- <bounds x="440" y="372" width="7" height="7"/>
- </element>
- <element name="lamp151" ref="matrixlamp" state="0">
- <bounds x="448" y="372" width="7" height="7"/>
- </element>
- <element name="lamp152" ref="matrixlamp" state="0">
- <bounds x="456" y="372" width="7" height="7"/>
- </element>
- <element name="lamp153" ref="matrixlamp" state="0">
- <bounds x="464" y="372" width="7" height="7"/>
- </element>
- <element name="lamp154" ref="matrixlamp" state="0">
- <bounds x="472" y="372" width="7" height="7"/>
- </element>
- <element name="lamp155" ref="matrixlamp" state="0">
- <bounds x="480" y="372" width="7" height="7"/>
- </element>
- <element name="lamp156" ref="matrixlamp" state="0">
- <bounds x="488" y="372" width="7" height="7"/>
- </element>
- <element name="lamp157" ref="matrixlamp" state="0">
- <bounds x="496" y="372" width="7" height="7"/>
- </element>
- <element name="lamp158" ref="matrixlamp" state="0">
- <bounds x="504" y="372" width="7" height="7"/>
- </element>
- <element name="lamp159" ref="matrixlamp" state="0">
- <bounds x="512" y="372" width="7" height="7"/>
- </element>
- <element name="lamp160" ref="matrixlamp" state="0">
- <bounds x="392" y="380" width="7" height="7"/>
- </element>
- <element name="lamp161" ref="matrixlamp" state="0">
- <bounds x="400" y="380" width="7" height="7"/>
- </element>
- <element name="lamp162" ref="matrixlamp" state="0">
- <bounds x="408" y="380" width="7" height="7"/>
- </element>
- <element name="lamp163" ref="matrixlamp" state="0">
- <bounds x="416" y="380" width="7" height="7"/>
- </element>
- <element name="lamp164" ref="matrixlamp" state="0">
- <bounds x="424" y="380" width="7" height="7"/>
- </element>
- <element name="lamp165" ref="matrixlamp" state="0">
- <bounds x="432" y="380" width="7" height="7"/>
- </element>
- <element name="lamp166" ref="matrixlamp" state="0">
- <bounds x="440" y="380" width="7" height="7"/>
- </element>
- <element name="lamp167" ref="matrixlamp" state="0">
- <bounds x="448" y="380" width="7" height="7"/>
- </element>
- <element name="lamp168" ref="matrixlamp" state="0">
- <bounds x="456" y="380" width="7" height="7"/>
- </element>
- <element name="lamp169" ref="matrixlamp" state="0">
- <bounds x="464" y="380" width="7" height="7"/>
- </element>
- <element name="lamp170" ref="matrixlamp" state="0">
- <bounds x="472" y="380" width="7" height="7"/>
- </element>
- <element name="lamp171" ref="matrixlamp" state="0">
- <bounds x="480" y="380" width="7" height="7"/>
- </element>
- <element name="lamp172" ref="matrixlamp" state="0">
- <bounds x="488" y="380" width="7" height="7"/>
- </element>
- <element name="lamp173" ref="matrixlamp" state="0">
- <bounds x="496" y="380" width="7" height="7"/>
- </element>
- <element name="lamp174" ref="matrixlamp" state="0">
- <bounds x="504" y="380" width="7" height="7"/>
- </element>
- <element name="lamp175" ref="matrixlamp" state="0">
- <bounds x="512" y="380" width="7" height="7"/>
- </element>
- <element name="lamp176" ref="matrixlamp" state="0">
- <bounds x="392" y="388" width="7" height="7"/>
- </element>
- <element name="lamp177" ref="matrixlamp" state="0">
- <bounds x="400" y="388" width="7" height="7"/>
- </element>
- <element name="lamp178" ref="matrixlamp" state="0">
- <bounds x="408" y="388" width="7" height="7"/>
- </element>
- <element name="lamp179" ref="matrixlamp" state="0">
- <bounds x="416" y="388" width="7" height="7"/>
- </element>
- <element name="lamp180" ref="matrixlamp" state="0">
- <bounds x="424" y="388" width="7" height="7"/>
- </element>
- <element name="lamp181" ref="matrixlamp" state="0">
- <bounds x="432" y="388" width="7" height="7"/>
- </element>
- <element name="lamp182" ref="matrixlamp" state="0">
- <bounds x="440" y="388" width="7" height="7"/>
- </element>
- <element name="lamp183" ref="matrixlamp" state="0">
- <bounds x="448" y="388" width="7" height="7"/>
- </element>
- <element name="lamp184" ref="matrixlamp" state="0">
- <bounds x="456" y="388" width="7" height="7"/>
- </element>
- <element name="lamp185" ref="matrixlamp" state="0">
- <bounds x="464" y="388" width="7" height="7"/>
- </element>
- <element name="lamp186" ref="matrixlamp" state="0">
- <bounds x="472" y="388" width="7" height="7"/>
- </element>
- <element name="lamp187" ref="matrixlamp" state="0">
- <bounds x="480" y="388" width="7" height="7"/>
- </element>
- <element name="lamp188" ref="matrixlamp" state="0">
- <bounds x="488" y="388" width="7" height="7"/>
- </element>
- <element name="lamp189" ref="matrixlamp" state="0">
- <bounds x="496" y="388" width="7" height="7"/>
- </element>
- <element name="lamp190" ref="matrixlamp" state="0">
- <bounds x="504" y="388" width="7" height="7"/>
- </element>
- <element name="lamp191" ref="matrixlamp" state="0">
- <bounds x="512" y="388" width="7" height="7"/>
- </element>
- <element name="lamp192" ref="matrixlamp" state="0">
- <bounds x="392" y="396" width="7" height="7"/>
- </element>
- <element name="lamp193" ref="matrixlamp" state="0">
- <bounds x="400" y="396" width="7" height="7"/>
- </element>
- <element name="lamp194" ref="matrixlamp" state="0">
- <bounds x="408" y="396" width="7" height="7"/>
- </element>
- <element name="lamp195" ref="matrixlamp" state="0">
- <bounds x="416" y="396" width="7" height="7"/>
- </element>
- <element name="lamp196" ref="matrixlamp" state="0">
- <bounds x="424" y="396" width="7" height="7"/>
- </element>
- <element name="lamp197" ref="matrixlamp" state="0">
- <bounds x="432" y="396" width="7" height="7"/>
- </element>
- <element name="lamp198" ref="matrixlamp" state="0">
- <bounds x="440" y="396" width="7" height="7"/>
- </element>
- <element name="lamp199" ref="matrixlamp" state="0">
- <bounds x="448" y="396" width="7" height="7"/>
- </element>
- <element name="lamp200" ref="matrixlamp" state="0">
- <bounds x="456" y="396" width="7" height="7"/>
- </element>
- <element name="lamp201" ref="matrixlamp" state="0">
- <bounds x="464" y="396" width="7" height="7"/>
- </element>
- <element name="lamp202" ref="matrixlamp" state="0">
- <bounds x="472" y="396" width="7" height="7"/>
- </element>
- <element name="lamp203" ref="matrixlamp" state="0">
- <bounds x="480" y="396" width="7" height="7"/>
- </element>
- <element name="lamp204" ref="matrixlamp" state="0">
- <bounds x="488" y="396" width="7" height="7"/>
- </element>
- <element name="lamp205" ref="matrixlamp" state="0">
- <bounds x="496" y="396" width="7" height="7"/>
- </element>
- <element name="lamp206" ref="matrixlamp" state="0">
- <bounds x="504" y="396" width="7" height="7"/>
- </element>
- <element name="lamp207" ref="matrixlamp" state="0">
- <bounds x="512" y="396" width="7" height="7"/>
- </element>
- <element name="lamp208" ref="matrixlamp" state="0">
- <bounds x="392" y="404" width="7" height="7"/>
- </element>
- <element name="lamp209" ref="matrixlamp" state="0">
- <bounds x="400" y="404" width="7" height="7"/>
- </element>
- <element name="lamp210" ref="matrixlamp" state="0">
- <bounds x="408" y="404" width="7" height="7"/>
- </element>
- <element name="lamp211" ref="matrixlamp" state="0">
- <bounds x="416" y="404" width="7" height="7"/>
- </element>
- <element name="lamp212" ref="matrixlamp" state="0">
- <bounds x="424" y="404" width="7" height="7"/>
- </element>
- <element name="lamp213" ref="matrixlamp" state="0">
- <bounds x="432" y="404" width="7" height="7"/>
- </element>
- <element name="lamp214" ref="matrixlamp" state="0">
- <bounds x="440" y="404" width="7" height="7"/>
- </element>
- <element name="lamp215" ref="matrixlamp" state="0">
- <bounds x="448" y="404" width="7" height="7"/>
- </element>
- <element name="lamp216" ref="matrixlamp" state="0">
- <bounds x="456" y="404" width="7" height="7"/>
- </element>
- <element name="lamp217" ref="matrixlamp" state="0">
- <bounds x="464" y="404" width="7" height="7"/>
- </element>
- <element name="lamp218" ref="matrixlamp" state="0">
- <bounds x="472" y="404" width="7" height="7"/>
- </element>
- <element name="lamp219" ref="matrixlamp" state="0">
- <bounds x="480" y="404" width="7" height="7"/>
- </element>
- <element name="lamp220" ref="matrixlamp" state="0">
- <bounds x="488" y="404" width="7" height="7"/>
- </element>
- <element name="lamp221" ref="matrixlamp" state="0">
- <bounds x="496" y="404" width="7" height="7"/>
- </element>
- <element name="lamp222" ref="matrixlamp" state="0">
- <bounds x="504" y="404" width="7" height="7"/>
- </element>
- <element name="lamp223" ref="matrixlamp" state="0">
- <bounds x="512" y="404" width="7" height="7"/>
- </element>
- <element name="lamp224" ref="matrixlamp" state="0">
- <bounds x="392" y="412" width="7" height="7"/>
- </element>
- <element name="lamp225" ref="matrixlamp" state="0">
- <bounds x="400" y="412" width="7" height="7"/>
- </element>
- <element name="lamp226" ref="matrixlamp" state="0">
- <bounds x="408" y="412" width="7" height="7"/>
- </element>
- <element name="lamp227" ref="matrixlamp" state="0">
- <bounds x="416" y="412" width="7" height="7"/>
- </element>
- <element name="lamp228" ref="matrixlamp" state="0">
- <bounds x="424" y="412" width="7" height="7"/>
- </element>
- <element name="lamp229" ref="matrixlamp" state="0">
- <bounds x="432" y="412" width="7" height="7"/>
- </element>
- <element name="lamp230" ref="matrixlamp" state="0">
- <bounds x="440" y="412" width="7" height="7"/>
- </element>
- <element name="lamp231" ref="matrixlamp" state="0">
- <bounds x="448" y="412" width="7" height="7"/>
- </element>
- <element name="lamp232" ref="matrixlamp" state="0">
- <bounds x="456" y="412" width="7" height="7"/>
- </element>
- <element name="lamp233" ref="matrixlamp" state="0">
- <bounds x="464" y="412" width="7" height="7"/>
- </element>
- <element name="lamp234" ref="matrixlamp" state="0">
- <bounds x="472" y="412" width="7" height="7"/>
- </element>
- <element name="lamp235" ref="matrixlamp" state="0">
- <bounds x="480" y="412" width="7" height="7"/>
- </element>
- <element name="lamp236" ref="matrixlamp" state="0">
- <bounds x="488" y="412" width="7" height="7"/>
- </element>
- <element name="lamp237" ref="matrixlamp" state="0">
- <bounds x="496" y="412" width="7" height="7"/>
- </element>
- <element name="lamp238" ref="matrixlamp" state="0">
- <bounds x="504" y="412" width="7" height="7"/>
- </element>
- <element name="lamp239" ref="matrixlamp" state="0">
- <bounds x="512" y="412" width="7" height="7"/>
- </element>
- <element name="lamp240" ref="matrixlamp" state="0">
- <bounds x="392" y="420" width="7" height="7"/>
- </element>
- <element name="lamp241" ref="matrixlamp" state="0">
- <bounds x="400" y="420" width="7" height="7"/>
- </element>
- <element name="lamp242" ref="matrixlamp" state="0">
- <bounds x="408" y="420" width="7" height="7"/>
- </element>
- <element name="lamp243" ref="matrixlamp" state="0">
- <bounds x="416" y="420" width="7" height="7"/>
- </element>
- <element name="lamp244" ref="matrixlamp" state="0">
- <bounds x="424" y="420" width="7" height="7"/>
- </element>
- <element name="lamp245" ref="matrixlamp" state="0">
- <bounds x="432" y="420" width="7" height="7"/>
- </element>
- <element name="lamp246" ref="matrixlamp" state="0">
- <bounds x="440" y="420" width="7" height="7"/>
- </element>
- <element name="lamp247" ref="matrixlamp" state="0">
- <bounds x="448" y="420" width="7" height="7"/>
- </element>
- <element name="lamp248" ref="matrixlamp" state="0">
- <bounds x="456" y="420" width="7" height="7"/>
- </element>
- <element name="lamp249" ref="matrixlamp" state="0">
- <bounds x="464" y="420" width="7" height="7"/>
- </element>
- <element name="lamp250" ref="matrixlamp" state="0">
- <bounds x="472" y="420" width="7" height="7"/>
- </element>
- <element name="lamp251" ref="matrixlamp" state="0">
- <bounds x="480" y="420" width="7" height="7"/>
- </element>
- <element name="lamp252" ref="matrixlamp" state="0">
- <bounds x="488" y="420" width="7" height="7"/>
- </element>
- <element name="lamp253" ref="matrixlamp" state="0">
- <bounds x="496" y="420" width="7" height="7"/>
- </element>
- <element name="lamp254" ref="matrixlamp" state="0">
- <bounds x="504" y="420" width="7" height="7"/>
- </element>
- <element name="lamp255" ref="matrixlamp" state="0">
- <bounds x="512" y="420" width="7" height="7"/>
- </element>
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="300" increment="8" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="392" increment="8" />
+ <element name="lamp~n~" ref="matrixlamp" state="0">
+ <bounds x="~x~" y="~y~" width="7" height="7"/>
+ </element>
+ </repeat>
+ </repeat>
</view>
<view name="DMD Only">
- <element name="dotmatrix0" ref="dotmatrixdot" state="0">
- <bounds x="0" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix1" ref="dotmatrixdot" state="0">
- <bounds x="1" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix2" ref="dotmatrixdot" state="0">
- <bounds x="2" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix3" ref="dotmatrixdot" state="0">
- <bounds x="3" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix4" ref="dotmatrixdot" state="0">
- <bounds x="4" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix5" ref="dotmatrixdot" state="0">
- <bounds x="5" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix6" ref="dotmatrixdot" state="0">
- <bounds x="6" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix7" ref="dotmatrixdot" state="0">
- <bounds x="7" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix8" ref="dotmatrixdot" state="0">
- <bounds x="8" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix9" ref="dotmatrixdot" state="0">
- <bounds x="9" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix10" ref="dotmatrixdot" state="0">
- <bounds x="10" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix11" ref="dotmatrixdot" state="0">
- <bounds x="11" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix12" ref="dotmatrixdot" state="0">
- <bounds x="12" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix13" ref="dotmatrixdot" state="0">
- <bounds x="13" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix14" ref="dotmatrixdot" state="0">
- <bounds x="14" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix15" ref="dotmatrixdot" state="0">
- <bounds x="15" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix16" ref="dotmatrixdot" state="0">
- <bounds x="16" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix17" ref="dotmatrixdot" state="0">
- <bounds x="17" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix18" ref="dotmatrixdot" state="0">
- <bounds x="18" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix19" ref="dotmatrixdot" state="0">
- <bounds x="19" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix20" ref="dotmatrixdot" state="0">
- <bounds x="20" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix21" ref="dotmatrixdot" state="0">
- <bounds x="21" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix22" ref="dotmatrixdot" state="0">
- <bounds x="22" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix23" ref="dotmatrixdot" state="0">
- <bounds x="23" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix24" ref="dotmatrixdot" state="0">
- <bounds x="24" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix25" ref="dotmatrixdot" state="0">
- <bounds x="25" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix26" ref="dotmatrixdot" state="0">
- <bounds x="26" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix27" ref="dotmatrixdot" state="0">
- <bounds x="27" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix28" ref="dotmatrixdot" state="0">
- <bounds x="28" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix29" ref="dotmatrixdot" state="0">
- <bounds x="29" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix30" ref="dotmatrixdot" state="0">
- <bounds x="30" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix31" ref="dotmatrixdot" state="0">
- <bounds x="31" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix32" ref="dotmatrixdot" state="0">
- <bounds x="32" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix33" ref="dotmatrixdot" state="0">
- <bounds x="33" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix34" ref="dotmatrixdot" state="0">
- <bounds x="34" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix35" ref="dotmatrixdot" state="0">
- <bounds x="35" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix36" ref="dotmatrixdot" state="0">
- <bounds x="36" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix37" ref="dotmatrixdot" state="0">
- <bounds x="37" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix38" ref="dotmatrixdot" state="0">
- <bounds x="38" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix39" ref="dotmatrixdot" state="0">
- <bounds x="39" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix40" ref="dotmatrixdot" state="0">
- <bounds x="40" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix41" ref="dotmatrixdot" state="0">
- <bounds x="41" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix42" ref="dotmatrixdot" state="0">
- <bounds x="42" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix43" ref="dotmatrixdot" state="0">
- <bounds x="43" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix44" ref="dotmatrixdot" state="0">
- <bounds x="44" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix45" ref="dotmatrixdot" state="0">
- <bounds x="45" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix46" ref="dotmatrixdot" state="0">
- <bounds x="46" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix47" ref="dotmatrixdot" state="0">
- <bounds x="47" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix48" ref="dotmatrixdot" state="0">
- <bounds x="48" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix49" ref="dotmatrixdot" state="0">
- <bounds x="49" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix50" ref="dotmatrixdot" state="0">
- <bounds x="50" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix51" ref="dotmatrixdot" state="0">
- <bounds x="51" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix52" ref="dotmatrixdot" state="0">
- <bounds x="52" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix53" ref="dotmatrixdot" state="0">
- <bounds x="53" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix54" ref="dotmatrixdot" state="0">
- <bounds x="54" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix55" ref="dotmatrixdot" state="0">
- <bounds x="55" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix56" ref="dotmatrixdot" state="0">
- <bounds x="56" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix57" ref="dotmatrixdot" state="0">
- <bounds x="57" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix58" ref="dotmatrixdot" state="0">
- <bounds x="58" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix59" ref="dotmatrixdot" state="0">
- <bounds x="59" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix60" ref="dotmatrixdot" state="0">
- <bounds x="60" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix61" ref="dotmatrixdot" state="0">
- <bounds x="61" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix62" ref="dotmatrixdot" state="0">
- <bounds x="62" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix63" ref="dotmatrixdot" state="0">
- <bounds x="63" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix64" ref="dotmatrixdot" state="0">
- <bounds x="64" y="0" width="1" height="1" />
- </element>
- <element name="dotmatrix65" ref="dotmatrixdot" state="0">
- <bounds x="0" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix66" ref="dotmatrixdot" state="0">
- <bounds x="1" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix67" ref="dotmatrixdot" state="0">
- <bounds x="2" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix68" ref="dotmatrixdot" state="0">
- <bounds x="3" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix69" ref="dotmatrixdot" state="0">
- <bounds x="4" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix70" ref="dotmatrixdot" state="0">
- <bounds x="5" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix71" ref="dotmatrixdot" state="0">
- <bounds x="6" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix72" ref="dotmatrixdot" state="0">
- <bounds x="7" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix73" ref="dotmatrixdot" state="0">
- <bounds x="8" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix74" ref="dotmatrixdot" state="0">
- <bounds x="9" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix75" ref="dotmatrixdot" state="0">
- <bounds x="10" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix76" ref="dotmatrixdot" state="0">
- <bounds x="11" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix77" ref="dotmatrixdot" state="0">
- <bounds x="12" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix78" ref="dotmatrixdot" state="0">
- <bounds x="13" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix79" ref="dotmatrixdot" state="0">
- <bounds x="14" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix80" ref="dotmatrixdot" state="0">
- <bounds x="15" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix81" ref="dotmatrixdot" state="0">
- <bounds x="16" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix82" ref="dotmatrixdot" state="0">
- <bounds x="17" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix83" ref="dotmatrixdot" state="0">
- <bounds x="18" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix84" ref="dotmatrixdot" state="0">
- <bounds x="19" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix85" ref="dotmatrixdot" state="0">
- <bounds x="20" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix86" ref="dotmatrixdot" state="0">
- <bounds x="21" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix87" ref="dotmatrixdot" state="0">
- <bounds x="22" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix88" ref="dotmatrixdot" state="0">
- <bounds x="23" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix89" ref="dotmatrixdot" state="0">
- <bounds x="24" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix90" ref="dotmatrixdot" state="0">
- <bounds x="25" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix91" ref="dotmatrixdot" state="0">
- <bounds x="26" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix92" ref="dotmatrixdot" state="0">
- <bounds x="27" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix93" ref="dotmatrixdot" state="0">
- <bounds x="28" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix94" ref="dotmatrixdot" state="0">
- <bounds x="29" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix95" ref="dotmatrixdot" state="0">
- <bounds x="30" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix96" ref="dotmatrixdot" state="0">
- <bounds x="31" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix97" ref="dotmatrixdot" state="0">
- <bounds x="32" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix98" ref="dotmatrixdot" state="0">
- <bounds x="33" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix99" ref="dotmatrixdot" state="0">
- <bounds x="34" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix100" ref="dotmatrixdot" state="0">
- <bounds x="35" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix101" ref="dotmatrixdot" state="0">
- <bounds x="36" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix102" ref="dotmatrixdot" state="0">
- <bounds x="37" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix103" ref="dotmatrixdot" state="0">
- <bounds x="38" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix104" ref="dotmatrixdot" state="0">
- <bounds x="39" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix105" ref="dotmatrixdot" state="0">
- <bounds x="40" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix106" ref="dotmatrixdot" state="0">
- <bounds x="41" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix107" ref="dotmatrixdot" state="0">
- <bounds x="42" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix108" ref="dotmatrixdot" state="0">
- <bounds x="43" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix109" ref="dotmatrixdot" state="0">
- <bounds x="44" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix110" ref="dotmatrixdot" state="0">
- <bounds x="45" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix111" ref="dotmatrixdot" state="0">
- <bounds x="46" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix112" ref="dotmatrixdot" state="0">
- <bounds x="47" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix113" ref="dotmatrixdot" state="0">
- <bounds x="48" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix114" ref="dotmatrixdot" state="0">
- <bounds x="49" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix115" ref="dotmatrixdot" state="0">
- <bounds x="50" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix116" ref="dotmatrixdot" state="0">
- <bounds x="51" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix117" ref="dotmatrixdot" state="0">
- <bounds x="52" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix118" ref="dotmatrixdot" state="0">
- <bounds x="53" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix119" ref="dotmatrixdot" state="0">
- <bounds x="54" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix120" ref="dotmatrixdot" state="0">
- <bounds x="55" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix121" ref="dotmatrixdot" state="0">
- <bounds x="56" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix122" ref="dotmatrixdot" state="0">
- <bounds x="57" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix123" ref="dotmatrixdot" state="0">
- <bounds x="58" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix124" ref="dotmatrixdot" state="0">
- <bounds x="59" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix125" ref="dotmatrixdot" state="0">
- <bounds x="60" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix126" ref="dotmatrixdot" state="0">
- <bounds x="61" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix127" ref="dotmatrixdot" state="0">
- <bounds x="62" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix128" ref="dotmatrixdot" state="0">
- <bounds x="63" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix129" ref="dotmatrixdot" state="0">
- <bounds x="64" y="1" width="1" height="1" />
- </element>
- <element name="dotmatrix130" ref="dotmatrixdot" state="0">
- <bounds x="0" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix131" ref="dotmatrixdot" state="0">
- <bounds x="1" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix132" ref="dotmatrixdot" state="0">
- <bounds x="2" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix133" ref="dotmatrixdot" state="0">
- <bounds x="3" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix134" ref="dotmatrixdot" state="0">
- <bounds x="4" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix135" ref="dotmatrixdot" state="0">
- <bounds x="5" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix136" ref="dotmatrixdot" state="0">
- <bounds x="6" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix137" ref="dotmatrixdot" state="0">
- <bounds x="7" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix138" ref="dotmatrixdot" state="0">
- <bounds x="8" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix139" ref="dotmatrixdot" state="0">
- <bounds x="9" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix140" ref="dotmatrixdot" state="0">
- <bounds x="10" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix141" ref="dotmatrixdot" state="0">
- <bounds x="11" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix142" ref="dotmatrixdot" state="0">
- <bounds x="12" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix143" ref="dotmatrixdot" state="0">
- <bounds x="13" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix144" ref="dotmatrixdot" state="0">
- <bounds x="14" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix145" ref="dotmatrixdot" state="0">
- <bounds x="15" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix146" ref="dotmatrixdot" state="0">
- <bounds x="16" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix147" ref="dotmatrixdot" state="0">
- <bounds x="17" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix148" ref="dotmatrixdot" state="0">
- <bounds x="18" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix149" ref="dotmatrixdot" state="0">
- <bounds x="19" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix150" ref="dotmatrixdot" state="0">
- <bounds x="20" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix151" ref="dotmatrixdot" state="0">
- <bounds x="21" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix152" ref="dotmatrixdot" state="0">
- <bounds x="22" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix153" ref="dotmatrixdot" state="0">
- <bounds x="23" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix154" ref="dotmatrixdot" state="0">
- <bounds x="24" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix155" ref="dotmatrixdot" state="0">
- <bounds x="25" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix156" ref="dotmatrixdot" state="0">
- <bounds x="26" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix157" ref="dotmatrixdot" state="0">
- <bounds x="27" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix158" ref="dotmatrixdot" state="0">
- <bounds x="28" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix159" ref="dotmatrixdot" state="0">
- <bounds x="29" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix160" ref="dotmatrixdot" state="0">
- <bounds x="30" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix161" ref="dotmatrixdot" state="0">
- <bounds x="31" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix162" ref="dotmatrixdot" state="0">
- <bounds x="32" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix163" ref="dotmatrixdot" state="0">
- <bounds x="33" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix164" ref="dotmatrixdot" state="0">
- <bounds x="34" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix165" ref="dotmatrixdot" state="0">
- <bounds x="35" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix166" ref="dotmatrixdot" state="0">
- <bounds x="36" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix167" ref="dotmatrixdot" state="0">
- <bounds x="37" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix168" ref="dotmatrixdot" state="0">
- <bounds x="38" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix169" ref="dotmatrixdot" state="0">
- <bounds x="39" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix170" ref="dotmatrixdot" state="0">
- <bounds x="40" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix171" ref="dotmatrixdot" state="0">
- <bounds x="41" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix172" ref="dotmatrixdot" state="0">
- <bounds x="42" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix173" ref="dotmatrixdot" state="0">
- <bounds x="43" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix174" ref="dotmatrixdot" state="0">
- <bounds x="44" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix175" ref="dotmatrixdot" state="0">
- <bounds x="45" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix176" ref="dotmatrixdot" state="0">
- <bounds x="46" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix177" ref="dotmatrixdot" state="0">
- <bounds x="47" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix178" ref="dotmatrixdot" state="0">
- <bounds x="48" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix179" ref="dotmatrixdot" state="0">
- <bounds x="49" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix180" ref="dotmatrixdot" state="0">
- <bounds x="50" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix181" ref="dotmatrixdot" state="0">
- <bounds x="51" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix182" ref="dotmatrixdot" state="0">
- <bounds x="52" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix183" ref="dotmatrixdot" state="0">
- <bounds x="53" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix184" ref="dotmatrixdot" state="0">
- <bounds x="54" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix185" ref="dotmatrixdot" state="0">
- <bounds x="55" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix186" ref="dotmatrixdot" state="0">
- <bounds x="56" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix187" ref="dotmatrixdot" state="0">
- <bounds x="57" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix188" ref="dotmatrixdot" state="0">
- <bounds x="58" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix189" ref="dotmatrixdot" state="0">
- <bounds x="59" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix190" ref="dotmatrixdot" state="0">
- <bounds x="60" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix191" ref="dotmatrixdot" state="0">
- <bounds x="61" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix192" ref="dotmatrixdot" state="0">
- <bounds x="62" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix193" ref="dotmatrixdot" state="0">
- <bounds x="63" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix194" ref="dotmatrixdot" state="0">
- <bounds x="64" y="2" width="1" height="1" />
- </element>
- <element name="dotmatrix195" ref="dotmatrixdot" state="0">
- <bounds x="0" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix196" ref="dotmatrixdot" state="0">
- <bounds x="1" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix197" ref="dotmatrixdot" state="0">
- <bounds x="2" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix198" ref="dotmatrixdot" state="0">
- <bounds x="3" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix199" ref="dotmatrixdot" state="0">
- <bounds x="4" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix200" ref="dotmatrixdot" state="0">
- <bounds x="5" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix201" ref="dotmatrixdot" state="0">
- <bounds x="6" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix202" ref="dotmatrixdot" state="0">
- <bounds x="7" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix203" ref="dotmatrixdot" state="0">
- <bounds x="8" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix204" ref="dotmatrixdot" state="0">
- <bounds x="9" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix205" ref="dotmatrixdot" state="0">
- <bounds x="10" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix206" ref="dotmatrixdot" state="0">
- <bounds x="11" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix207" ref="dotmatrixdot" state="0">
- <bounds x="12" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix208" ref="dotmatrixdot" state="0">
- <bounds x="13" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix209" ref="dotmatrixdot" state="0">
- <bounds x="14" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix210" ref="dotmatrixdot" state="0">
- <bounds x="15" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix211" ref="dotmatrixdot" state="0">
- <bounds x="16" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix212" ref="dotmatrixdot" state="0">
- <bounds x="17" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix213" ref="dotmatrixdot" state="0">
- <bounds x="18" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix214" ref="dotmatrixdot" state="0">
- <bounds x="19" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix215" ref="dotmatrixdot" state="0">
- <bounds x="20" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix216" ref="dotmatrixdot" state="0">
- <bounds x="21" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix217" ref="dotmatrixdot" state="0">
- <bounds x="22" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix218" ref="dotmatrixdot" state="0">
- <bounds x="23" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix219" ref="dotmatrixdot" state="0">
- <bounds x="24" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix220" ref="dotmatrixdot" state="0">
- <bounds x="25" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix221" ref="dotmatrixdot" state="0">
- <bounds x="26" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix222" ref="dotmatrixdot" state="0">
- <bounds x="27" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix223" ref="dotmatrixdot" state="0">
- <bounds x="28" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix224" ref="dotmatrixdot" state="0">
- <bounds x="29" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix225" ref="dotmatrixdot" state="0">
- <bounds x="30" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix226" ref="dotmatrixdot" state="0">
- <bounds x="31" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix227" ref="dotmatrixdot" state="0">
- <bounds x="32" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix228" ref="dotmatrixdot" state="0">
- <bounds x="33" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix229" ref="dotmatrixdot" state="0">
- <bounds x="34" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix230" ref="dotmatrixdot" state="0">
- <bounds x="35" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix231" ref="dotmatrixdot" state="0">
- <bounds x="36" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix232" ref="dotmatrixdot" state="0">
- <bounds x="37" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix233" ref="dotmatrixdot" state="0">
- <bounds x="38" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix234" ref="dotmatrixdot" state="0">
- <bounds x="39" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix235" ref="dotmatrixdot" state="0">
- <bounds x="40" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix236" ref="dotmatrixdot" state="0">
- <bounds x="41" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix237" ref="dotmatrixdot" state="0">
- <bounds x="42" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix238" ref="dotmatrixdot" state="0">
- <bounds x="43" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix239" ref="dotmatrixdot" state="0">
- <bounds x="44" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix240" ref="dotmatrixdot" state="0">
- <bounds x="45" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix241" ref="dotmatrixdot" state="0">
- <bounds x="46" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix242" ref="dotmatrixdot" state="0">
- <bounds x="47" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix243" ref="dotmatrixdot" state="0">
- <bounds x="48" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix244" ref="dotmatrixdot" state="0">
- <bounds x="49" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix245" ref="dotmatrixdot" state="0">
- <bounds x="50" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix246" ref="dotmatrixdot" state="0">
- <bounds x="51" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix247" ref="dotmatrixdot" state="0">
- <bounds x="52" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix248" ref="dotmatrixdot" state="0">
- <bounds x="53" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix249" ref="dotmatrixdot" state="0">
- <bounds x="54" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix250" ref="dotmatrixdot" state="0">
- <bounds x="55" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix251" ref="dotmatrixdot" state="0">
- <bounds x="56" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix252" ref="dotmatrixdot" state="0">
- <bounds x="57" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix253" ref="dotmatrixdot" state="0">
- <bounds x="58" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix254" ref="dotmatrixdot" state="0">
- <bounds x="59" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix255" ref="dotmatrixdot" state="0">
- <bounds x="60" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix256" ref="dotmatrixdot" state="0">
- <bounds x="61" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix257" ref="dotmatrixdot" state="0">
- <bounds x="62" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix258" ref="dotmatrixdot" state="0">
- <bounds x="63" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix259" ref="dotmatrixdot" state="0">
- <bounds x="64" y="3" width="1" height="1" />
- </element>
- <element name="dotmatrix260" ref="dotmatrixdot" state="0">
- <bounds x="0" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix261" ref="dotmatrixdot" state="0">
- <bounds x="1" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix262" ref="dotmatrixdot" state="0">
- <bounds x="2" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix263" ref="dotmatrixdot" state="0">
- <bounds x="3" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix264" ref="dotmatrixdot" state="0">
- <bounds x="4" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix265" ref="dotmatrixdot" state="0">
- <bounds x="5" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix266" ref="dotmatrixdot" state="0">
- <bounds x="6" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix267" ref="dotmatrixdot" state="0">
- <bounds x="7" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix268" ref="dotmatrixdot" state="0">
- <bounds x="8" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix269" ref="dotmatrixdot" state="0">
- <bounds x="9" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix270" ref="dotmatrixdot" state="0">
- <bounds x="10" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix271" ref="dotmatrixdot" state="0">
- <bounds x="11" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix272" ref="dotmatrixdot" state="0">
- <bounds x="12" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix273" ref="dotmatrixdot" state="0">
- <bounds x="13" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix274" ref="dotmatrixdot" state="0">
- <bounds x="14" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix275" ref="dotmatrixdot" state="0">
- <bounds x="15" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix276" ref="dotmatrixdot" state="0">
- <bounds x="16" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix277" ref="dotmatrixdot" state="0">
- <bounds x="17" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix278" ref="dotmatrixdot" state="0">
- <bounds x="18" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix279" ref="dotmatrixdot" state="0">
- <bounds x="19" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix280" ref="dotmatrixdot" state="0">
- <bounds x="20" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix281" ref="dotmatrixdot" state="0">
- <bounds x="21" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix282" ref="dotmatrixdot" state="0">
- <bounds x="22" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix283" ref="dotmatrixdot" state="0">
- <bounds x="23" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix284" ref="dotmatrixdot" state="0">
- <bounds x="24" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix285" ref="dotmatrixdot" state="0">
- <bounds x="25" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix286" ref="dotmatrixdot" state="0">
- <bounds x="26" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix287" ref="dotmatrixdot" state="0">
- <bounds x="27" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix288" ref="dotmatrixdot" state="0">
- <bounds x="28" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix289" ref="dotmatrixdot" state="0">
- <bounds x="29" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix290" ref="dotmatrixdot" state="0">
- <bounds x="30" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix291" ref="dotmatrixdot" state="0">
- <bounds x="31" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix292" ref="dotmatrixdot" state="0">
- <bounds x="32" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix293" ref="dotmatrixdot" state="0">
- <bounds x="33" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix294" ref="dotmatrixdot" state="0">
- <bounds x="34" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix295" ref="dotmatrixdot" state="0">
- <bounds x="35" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix296" ref="dotmatrixdot" state="0">
- <bounds x="36" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix297" ref="dotmatrixdot" state="0">
- <bounds x="37" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix298" ref="dotmatrixdot" state="0">
- <bounds x="38" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix299" ref="dotmatrixdot" state="0">
- <bounds x="39" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix300" ref="dotmatrixdot" state="0">
- <bounds x="40" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix301" ref="dotmatrixdot" state="0">
- <bounds x="41" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix302" ref="dotmatrixdot" state="0">
- <bounds x="42" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix303" ref="dotmatrixdot" state="0">
- <bounds x="43" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix304" ref="dotmatrixdot" state="0">
- <bounds x="44" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix305" ref="dotmatrixdot" state="0">
- <bounds x="45" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix306" ref="dotmatrixdot" state="0">
- <bounds x="46" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix307" ref="dotmatrixdot" state="0">
- <bounds x="47" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix308" ref="dotmatrixdot" state="0">
- <bounds x="48" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix309" ref="dotmatrixdot" state="0">
- <bounds x="49" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix310" ref="dotmatrixdot" state="0">
- <bounds x="50" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix311" ref="dotmatrixdot" state="0">
- <bounds x="51" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix312" ref="dotmatrixdot" state="0">
- <bounds x="52" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix313" ref="dotmatrixdot" state="0">
- <bounds x="53" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix314" ref="dotmatrixdot" state="0">
- <bounds x="54" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix315" ref="dotmatrixdot" state="0">
- <bounds x="55" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix316" ref="dotmatrixdot" state="0">
- <bounds x="56" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix317" ref="dotmatrixdot" state="0">
- <bounds x="57" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix318" ref="dotmatrixdot" state="0">
- <bounds x="58" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix319" ref="dotmatrixdot" state="0">
- <bounds x="59" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix320" ref="dotmatrixdot" state="0">
- <bounds x="60" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix321" ref="dotmatrixdot" state="0">
- <bounds x="61" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix322" ref="dotmatrixdot" state="0">
- <bounds x="62" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix323" ref="dotmatrixdot" state="0">
- <bounds x="63" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix324" ref="dotmatrixdot" state="0">
- <bounds x="64" y="4" width="1" height="1" />
- </element>
- <element name="dotmatrix325" ref="dotmatrixdot" state="0">
- <bounds x="0" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix326" ref="dotmatrixdot" state="0">
- <bounds x="1" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix327" ref="dotmatrixdot" state="0">
- <bounds x="2" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix328" ref="dotmatrixdot" state="0">
- <bounds x="3" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix329" ref="dotmatrixdot" state="0">
- <bounds x="4" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix330" ref="dotmatrixdot" state="0">
- <bounds x="5" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix331" ref="dotmatrixdot" state="0">
- <bounds x="6" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix332" ref="dotmatrixdot" state="0">
- <bounds x="7" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix333" ref="dotmatrixdot" state="0">
- <bounds x="8" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix334" ref="dotmatrixdot" state="0">
- <bounds x="9" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix335" ref="dotmatrixdot" state="0">
- <bounds x="10" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix336" ref="dotmatrixdot" state="0">
- <bounds x="11" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix337" ref="dotmatrixdot" state="0">
- <bounds x="12" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix338" ref="dotmatrixdot" state="0">
- <bounds x="13" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix339" ref="dotmatrixdot" state="0">
- <bounds x="14" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix340" ref="dotmatrixdot" state="0">
- <bounds x="15" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix341" ref="dotmatrixdot" state="0">
- <bounds x="16" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix342" ref="dotmatrixdot" state="0">
- <bounds x="17" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix343" ref="dotmatrixdot" state="0">
- <bounds x="18" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix344" ref="dotmatrixdot" state="0">
- <bounds x="19" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix345" ref="dotmatrixdot" state="0">
- <bounds x="20" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix346" ref="dotmatrixdot" state="0">
- <bounds x="21" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix347" ref="dotmatrixdot" state="0">
- <bounds x="22" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix348" ref="dotmatrixdot" state="0">
- <bounds x="23" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix349" ref="dotmatrixdot" state="0">
- <bounds x="24" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix350" ref="dotmatrixdot" state="0">
- <bounds x="25" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix351" ref="dotmatrixdot" state="0">
- <bounds x="26" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix352" ref="dotmatrixdot" state="0">
- <bounds x="27" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix353" ref="dotmatrixdot" state="0">
- <bounds x="28" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix354" ref="dotmatrixdot" state="0">
- <bounds x="29" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix355" ref="dotmatrixdot" state="0">
- <bounds x="30" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix356" ref="dotmatrixdot" state="0">
- <bounds x="31" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix357" ref="dotmatrixdot" state="0">
- <bounds x="32" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix358" ref="dotmatrixdot" state="0">
- <bounds x="33" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix359" ref="dotmatrixdot" state="0">
- <bounds x="34" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix360" ref="dotmatrixdot" state="0">
- <bounds x="35" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix361" ref="dotmatrixdot" state="0">
- <bounds x="36" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix362" ref="dotmatrixdot" state="0">
- <bounds x="37" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix363" ref="dotmatrixdot" state="0">
- <bounds x="38" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix364" ref="dotmatrixdot" state="0">
- <bounds x="39" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix365" ref="dotmatrixdot" state="0">
- <bounds x="40" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix366" ref="dotmatrixdot" state="0">
- <bounds x="41" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix367" ref="dotmatrixdot" state="0">
- <bounds x="42" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix368" ref="dotmatrixdot" state="0">
- <bounds x="43" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix369" ref="dotmatrixdot" state="0">
- <bounds x="44" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix370" ref="dotmatrixdot" state="0">
- <bounds x="45" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix371" ref="dotmatrixdot" state="0">
- <bounds x="46" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix372" ref="dotmatrixdot" state="0">
- <bounds x="47" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix373" ref="dotmatrixdot" state="0">
- <bounds x="48" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix374" ref="dotmatrixdot" state="0">
- <bounds x="49" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix375" ref="dotmatrixdot" state="0">
- <bounds x="50" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix376" ref="dotmatrixdot" state="0">
- <bounds x="51" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix377" ref="dotmatrixdot" state="0">
- <bounds x="52" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix378" ref="dotmatrixdot" state="0">
- <bounds x="53" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix379" ref="dotmatrixdot" state="0">
- <bounds x="54" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix380" ref="dotmatrixdot" state="0">
- <bounds x="55" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix381" ref="dotmatrixdot" state="0">
- <bounds x="56" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix382" ref="dotmatrixdot" state="0">
- <bounds x="57" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix383" ref="dotmatrixdot" state="0">
- <bounds x="58" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix384" ref="dotmatrixdot" state="0">
- <bounds x="59" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix385" ref="dotmatrixdot" state="0">
- <bounds x="60" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix386" ref="dotmatrixdot" state="0">
- <bounds x="61" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix387" ref="dotmatrixdot" state="0">
- <bounds x="62" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix388" ref="dotmatrixdot" state="0">
- <bounds x="63" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix389" ref="dotmatrixdot" state="0">
- <bounds x="64" y="5" width="1" height="1" />
- </element>
- <element name="dotmatrix390" ref="dotmatrixdot" state="0">
- <bounds x="0" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix391" ref="dotmatrixdot" state="0">
- <bounds x="1" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix392" ref="dotmatrixdot" state="0">
- <bounds x="2" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix393" ref="dotmatrixdot" state="0">
- <bounds x="3" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix394" ref="dotmatrixdot" state="0">
- <bounds x="4" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix395" ref="dotmatrixdot" state="0">
- <bounds x="5" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix396" ref="dotmatrixdot" state="0">
- <bounds x="6" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix397" ref="dotmatrixdot" state="0">
- <bounds x="7" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix398" ref="dotmatrixdot" state="0">
- <bounds x="8" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix399" ref="dotmatrixdot" state="0">
- <bounds x="9" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix400" ref="dotmatrixdot" state="0">
- <bounds x="10" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix401" ref="dotmatrixdot" state="0">
- <bounds x="11" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix402" ref="dotmatrixdot" state="0">
- <bounds x="12" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix403" ref="dotmatrixdot" state="0">
- <bounds x="13" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix404" ref="dotmatrixdot" state="0">
- <bounds x="14" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix405" ref="dotmatrixdot" state="0">
- <bounds x="15" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix406" ref="dotmatrixdot" state="0">
- <bounds x="16" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix407" ref="dotmatrixdot" state="0">
- <bounds x="17" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix408" ref="dotmatrixdot" state="0">
- <bounds x="18" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix409" ref="dotmatrixdot" state="0">
- <bounds x="19" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix410" ref="dotmatrixdot" state="0">
- <bounds x="20" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix411" ref="dotmatrixdot" state="0">
- <bounds x="21" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix412" ref="dotmatrixdot" state="0">
- <bounds x="22" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix413" ref="dotmatrixdot" state="0">
- <bounds x="23" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix414" ref="dotmatrixdot" state="0">
- <bounds x="24" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix415" ref="dotmatrixdot" state="0">
- <bounds x="25" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix416" ref="dotmatrixdot" state="0">
- <bounds x="26" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix417" ref="dotmatrixdot" state="0">
- <bounds x="27" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix418" ref="dotmatrixdot" state="0">
- <bounds x="28" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix419" ref="dotmatrixdot" state="0">
- <bounds x="29" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix420" ref="dotmatrixdot" state="0">
- <bounds x="30" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix421" ref="dotmatrixdot" state="0">
- <bounds x="31" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix422" ref="dotmatrixdot" state="0">
- <bounds x="32" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix423" ref="dotmatrixdot" state="0">
- <bounds x="33" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix424" ref="dotmatrixdot" state="0">
- <bounds x="34" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix425" ref="dotmatrixdot" state="0">
- <bounds x="35" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix426" ref="dotmatrixdot" state="0">
- <bounds x="36" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix427" ref="dotmatrixdot" state="0">
- <bounds x="37" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix428" ref="dotmatrixdot" state="0">
- <bounds x="38" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix429" ref="dotmatrixdot" state="0">
- <bounds x="39" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix430" ref="dotmatrixdot" state="0">
- <bounds x="40" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix431" ref="dotmatrixdot" state="0">
- <bounds x="41" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix432" ref="dotmatrixdot" state="0">
- <bounds x="42" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix433" ref="dotmatrixdot" state="0">
- <bounds x="43" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix434" ref="dotmatrixdot" state="0">
- <bounds x="44" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix435" ref="dotmatrixdot" state="0">
- <bounds x="45" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix436" ref="dotmatrixdot" state="0">
- <bounds x="46" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix437" ref="dotmatrixdot" state="0">
- <bounds x="47" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix438" ref="dotmatrixdot" state="0">
- <bounds x="48" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix439" ref="dotmatrixdot" state="0">
- <bounds x="49" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix440" ref="dotmatrixdot" state="0">
- <bounds x="50" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix441" ref="dotmatrixdot" state="0">
- <bounds x="51" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix442" ref="dotmatrixdot" state="0">
- <bounds x="52" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix443" ref="dotmatrixdot" state="0">
- <bounds x="53" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix444" ref="dotmatrixdot" state="0">
- <bounds x="54" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix445" ref="dotmatrixdot" state="0">
- <bounds x="55" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix446" ref="dotmatrixdot" state="0">
- <bounds x="56" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix447" ref="dotmatrixdot" state="0">
- <bounds x="57" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix448" ref="dotmatrixdot" state="0">
- <bounds x="58" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix449" ref="dotmatrixdot" state="0">
- <bounds x="59" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix450" ref="dotmatrixdot" state="0">
- <bounds x="60" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix451" ref="dotmatrixdot" state="0">
- <bounds x="61" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix452" ref="dotmatrixdot" state="0">
- <bounds x="62" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix453" ref="dotmatrixdot" state="0">
- <bounds x="63" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix454" ref="dotmatrixdot" state="0">
- <bounds x="64" y="6" width="1" height="1" />
- </element>
- <element name="dotmatrix455" ref="dotmatrixdot" state="0">
- <bounds x="0" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix456" ref="dotmatrixdot" state="0">
- <bounds x="1" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix457" ref="dotmatrixdot" state="0">
- <bounds x="2" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix458" ref="dotmatrixdot" state="0">
- <bounds x="3" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix459" ref="dotmatrixdot" state="0">
- <bounds x="4" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix460" ref="dotmatrixdot" state="0">
- <bounds x="5" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix461" ref="dotmatrixdot" state="0">
- <bounds x="6" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix462" ref="dotmatrixdot" state="0">
- <bounds x="7" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix463" ref="dotmatrixdot" state="0">
- <bounds x="8" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix464" ref="dotmatrixdot" state="0">
- <bounds x="9" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix465" ref="dotmatrixdot" state="0">
- <bounds x="10" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix466" ref="dotmatrixdot" state="0">
- <bounds x="11" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix467" ref="dotmatrixdot" state="0">
- <bounds x="12" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix468" ref="dotmatrixdot" state="0">
- <bounds x="13" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix469" ref="dotmatrixdot" state="0">
- <bounds x="14" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix470" ref="dotmatrixdot" state="0">
- <bounds x="15" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix471" ref="dotmatrixdot" state="0">
- <bounds x="16" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix472" ref="dotmatrixdot" state="0">
- <bounds x="17" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix473" ref="dotmatrixdot" state="0">
- <bounds x="18" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix474" ref="dotmatrixdot" state="0">
- <bounds x="19" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix475" ref="dotmatrixdot" state="0">
- <bounds x="20" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix476" ref="dotmatrixdot" state="0">
- <bounds x="21" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix477" ref="dotmatrixdot" state="0">
- <bounds x="22" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix478" ref="dotmatrixdot" state="0">
- <bounds x="23" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix479" ref="dotmatrixdot" state="0">
- <bounds x="24" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix480" ref="dotmatrixdot" state="0">
- <bounds x="25" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix481" ref="dotmatrixdot" state="0">
- <bounds x="26" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix482" ref="dotmatrixdot" state="0">
- <bounds x="27" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix483" ref="dotmatrixdot" state="0">
- <bounds x="28" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix484" ref="dotmatrixdot" state="0">
- <bounds x="29" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix485" ref="dotmatrixdot" state="0">
- <bounds x="30" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix486" ref="dotmatrixdot" state="0">
- <bounds x="31" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix487" ref="dotmatrixdot" state="0">
- <bounds x="32" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix488" ref="dotmatrixdot" state="0">
- <bounds x="33" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix489" ref="dotmatrixdot" state="0">
- <bounds x="34" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix490" ref="dotmatrixdot" state="0">
- <bounds x="35" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix491" ref="dotmatrixdot" state="0">
- <bounds x="36" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix492" ref="dotmatrixdot" state="0">
- <bounds x="37" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix493" ref="dotmatrixdot" state="0">
- <bounds x="38" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix494" ref="dotmatrixdot" state="0">
- <bounds x="39" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix495" ref="dotmatrixdot" state="0">
- <bounds x="40" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix496" ref="dotmatrixdot" state="0">
- <bounds x="41" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix497" ref="dotmatrixdot" state="0">
- <bounds x="42" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix498" ref="dotmatrixdot" state="0">
- <bounds x="43" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix499" ref="dotmatrixdot" state="0">
- <bounds x="44" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix500" ref="dotmatrixdot" state="0">
- <bounds x="45" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix501" ref="dotmatrixdot" state="0">
- <bounds x="46" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix502" ref="dotmatrixdot" state="0">
- <bounds x="47" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix503" ref="dotmatrixdot" state="0">
- <bounds x="48" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix504" ref="dotmatrixdot" state="0">
- <bounds x="49" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix505" ref="dotmatrixdot" state="0">
- <bounds x="50" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix506" ref="dotmatrixdot" state="0">
- <bounds x="51" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix507" ref="dotmatrixdot" state="0">
- <bounds x="52" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix508" ref="dotmatrixdot" state="0">
- <bounds x="53" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix509" ref="dotmatrixdot" state="0">
- <bounds x="54" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix510" ref="dotmatrixdot" state="0">
- <bounds x="55" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix511" ref="dotmatrixdot" state="0">
- <bounds x="56" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix512" ref="dotmatrixdot" state="0">
- <bounds x="57" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix513" ref="dotmatrixdot" state="0">
- <bounds x="58" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix514" ref="dotmatrixdot" state="0">
- <bounds x="59" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix515" ref="dotmatrixdot" state="0">
- <bounds x="60" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix516" ref="dotmatrixdot" state="0">
- <bounds x="61" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix517" ref="dotmatrixdot" state="0">
- <bounds x="62" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix518" ref="dotmatrixdot" state="0">
- <bounds x="63" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix519" ref="dotmatrixdot" state="0">
- <bounds x="64" y="7" width="1" height="1" />
- </element>
- <element name="dotmatrix520" ref="dotmatrixdot" state="0">
- <bounds x="0" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix521" ref="dotmatrixdot" state="0">
- <bounds x="1" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix522" ref="dotmatrixdot" state="0">
- <bounds x="2" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix523" ref="dotmatrixdot" state="0">
- <bounds x="3" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix524" ref="dotmatrixdot" state="0">
- <bounds x="4" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix525" ref="dotmatrixdot" state="0">
- <bounds x="5" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix526" ref="dotmatrixdot" state="0">
- <bounds x="6" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix527" ref="dotmatrixdot" state="0">
- <bounds x="7" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix528" ref="dotmatrixdot" state="0">
- <bounds x="8" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix529" ref="dotmatrixdot" state="0">
- <bounds x="9" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix530" ref="dotmatrixdot" state="0">
- <bounds x="10" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix531" ref="dotmatrixdot" state="0">
- <bounds x="11" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix532" ref="dotmatrixdot" state="0">
- <bounds x="12" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix533" ref="dotmatrixdot" state="0">
- <bounds x="13" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix534" ref="dotmatrixdot" state="0">
- <bounds x="14" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix535" ref="dotmatrixdot" state="0">
- <bounds x="15" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix536" ref="dotmatrixdot" state="0">
- <bounds x="16" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix537" ref="dotmatrixdot" state="0">
- <bounds x="17" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix538" ref="dotmatrixdot" state="0">
- <bounds x="18" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix539" ref="dotmatrixdot" state="0">
- <bounds x="19" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix540" ref="dotmatrixdot" state="0">
- <bounds x="20" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix541" ref="dotmatrixdot" state="0">
- <bounds x="21" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix542" ref="dotmatrixdot" state="0">
- <bounds x="22" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix543" ref="dotmatrixdot" state="0">
- <bounds x="23" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix544" ref="dotmatrixdot" state="0">
- <bounds x="24" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix545" ref="dotmatrixdot" state="0">
- <bounds x="25" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix546" ref="dotmatrixdot" state="0">
- <bounds x="26" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix547" ref="dotmatrixdot" state="0">
- <bounds x="27" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix548" ref="dotmatrixdot" state="0">
- <bounds x="28" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix549" ref="dotmatrixdot" state="0">
- <bounds x="29" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix550" ref="dotmatrixdot" state="0">
- <bounds x="30" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix551" ref="dotmatrixdot" state="0">
- <bounds x="31" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix552" ref="dotmatrixdot" state="0">
- <bounds x="32" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix553" ref="dotmatrixdot" state="0">
- <bounds x="33" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix554" ref="dotmatrixdot" state="0">
- <bounds x="34" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix555" ref="dotmatrixdot" state="0">
- <bounds x="35" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix556" ref="dotmatrixdot" state="0">
- <bounds x="36" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix557" ref="dotmatrixdot" state="0">
- <bounds x="37" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix558" ref="dotmatrixdot" state="0">
- <bounds x="38" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix559" ref="dotmatrixdot" state="0">
- <bounds x="39" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix560" ref="dotmatrixdot" state="0">
- <bounds x="40" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix561" ref="dotmatrixdot" state="0">
- <bounds x="41" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix562" ref="dotmatrixdot" state="0">
- <bounds x="42" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix563" ref="dotmatrixdot" state="0">
- <bounds x="43" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix564" ref="dotmatrixdot" state="0">
- <bounds x="44" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix565" ref="dotmatrixdot" state="0">
- <bounds x="45" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix566" ref="dotmatrixdot" state="0">
- <bounds x="46" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix567" ref="dotmatrixdot" state="0">
- <bounds x="47" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix568" ref="dotmatrixdot" state="0">
- <bounds x="48" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix569" ref="dotmatrixdot" state="0">
- <bounds x="49" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix570" ref="dotmatrixdot" state="0">
- <bounds x="50" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix571" ref="dotmatrixdot" state="0">
- <bounds x="51" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix572" ref="dotmatrixdot" state="0">
- <bounds x="52" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix573" ref="dotmatrixdot" state="0">
- <bounds x="53" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix574" ref="dotmatrixdot" state="0">
- <bounds x="54" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix575" ref="dotmatrixdot" state="0">
- <bounds x="55" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix576" ref="dotmatrixdot" state="0">
- <bounds x="56" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix577" ref="dotmatrixdot" state="0">
- <bounds x="57" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix578" ref="dotmatrixdot" state="0">
- <bounds x="58" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix579" ref="dotmatrixdot" state="0">
- <bounds x="59" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix580" ref="dotmatrixdot" state="0">
- <bounds x="60" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix581" ref="dotmatrixdot" state="0">
- <bounds x="61" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix582" ref="dotmatrixdot" state="0">
- <bounds x="62" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix583" ref="dotmatrixdot" state="0">
- <bounds x="63" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix584" ref="dotmatrixdot" state="0">
- <bounds x="64" y="8" width="1" height="1" />
- </element>
- <element name="dotmatrix585" ref="dotmatrixdot" state="0">
- <bounds x="0" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix586" ref="dotmatrixdot" state="0">
- <bounds x="1" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix587" ref="dotmatrixdot" state="0">
- <bounds x="2" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix588" ref="dotmatrixdot" state="0">
- <bounds x="3" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix589" ref="dotmatrixdot" state="0">
- <bounds x="4" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix590" ref="dotmatrixdot" state="0">
- <bounds x="5" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix591" ref="dotmatrixdot" state="0">
- <bounds x="6" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix592" ref="dotmatrixdot" state="0">
- <bounds x="7" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix593" ref="dotmatrixdot" state="0">
- <bounds x="8" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix594" ref="dotmatrixdot" state="0">
- <bounds x="9" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix595" ref="dotmatrixdot" state="0">
- <bounds x="10" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix596" ref="dotmatrixdot" state="0">
- <bounds x="11" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix597" ref="dotmatrixdot" state="0">
- <bounds x="12" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix598" ref="dotmatrixdot" state="0">
- <bounds x="13" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix599" ref="dotmatrixdot" state="0">
- <bounds x="14" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix600" ref="dotmatrixdot" state="0">
- <bounds x="15" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix601" ref="dotmatrixdot" state="0">
- <bounds x="16" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix602" ref="dotmatrixdot" state="0">
- <bounds x="17" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix603" ref="dotmatrixdot" state="0">
- <bounds x="18" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix604" ref="dotmatrixdot" state="0">
- <bounds x="19" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix605" ref="dotmatrixdot" state="0">
- <bounds x="20" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix606" ref="dotmatrixdot" state="0">
- <bounds x="21" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix607" ref="dotmatrixdot" state="0">
- <bounds x="22" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix608" ref="dotmatrixdot" state="0">
- <bounds x="23" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix609" ref="dotmatrixdot" state="0">
- <bounds x="24" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix610" ref="dotmatrixdot" state="0">
- <bounds x="25" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix611" ref="dotmatrixdot" state="0">
- <bounds x="26" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix612" ref="dotmatrixdot" state="0">
- <bounds x="27" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix613" ref="dotmatrixdot" state="0">
- <bounds x="28" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix614" ref="dotmatrixdot" state="0">
- <bounds x="29" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix615" ref="dotmatrixdot" state="0">
- <bounds x="30" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix616" ref="dotmatrixdot" state="0">
- <bounds x="31" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix617" ref="dotmatrixdot" state="0">
- <bounds x="32" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix618" ref="dotmatrixdot" state="0">
- <bounds x="33" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix619" ref="dotmatrixdot" state="0">
- <bounds x="34" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix620" ref="dotmatrixdot" state="0">
- <bounds x="35" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix621" ref="dotmatrixdot" state="0">
- <bounds x="36" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix622" ref="dotmatrixdot" state="0">
- <bounds x="37" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix623" ref="dotmatrixdot" state="0">
- <bounds x="38" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix624" ref="dotmatrixdot" state="0">
- <bounds x="39" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix625" ref="dotmatrixdot" state="0">
- <bounds x="40" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix626" ref="dotmatrixdot" state="0">
- <bounds x="41" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix627" ref="dotmatrixdot" state="0">
- <bounds x="42" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix628" ref="dotmatrixdot" state="0">
- <bounds x="43" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix629" ref="dotmatrixdot" state="0">
- <bounds x="44" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix630" ref="dotmatrixdot" state="0">
- <bounds x="45" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix631" ref="dotmatrixdot" state="0">
- <bounds x="46" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix632" ref="dotmatrixdot" state="0">
- <bounds x="47" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix633" ref="dotmatrixdot" state="0">
- <bounds x="48" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix634" ref="dotmatrixdot" state="0">
- <bounds x="49" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix635" ref="dotmatrixdot" state="0">
- <bounds x="50" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix636" ref="dotmatrixdot" state="0">
- <bounds x="51" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix637" ref="dotmatrixdot" state="0">
- <bounds x="52" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix638" ref="dotmatrixdot" state="0">
- <bounds x="53" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix639" ref="dotmatrixdot" state="0">
- <bounds x="54" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix640" ref="dotmatrixdot" state="0">
- <bounds x="55" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix641" ref="dotmatrixdot" state="0">
- <bounds x="56" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix642" ref="dotmatrixdot" state="0">
- <bounds x="57" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix643" ref="dotmatrixdot" state="0">
- <bounds x="58" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix644" ref="dotmatrixdot" state="0">
- <bounds x="59" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix645" ref="dotmatrixdot" state="0">
- <bounds x="60" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix646" ref="dotmatrixdot" state="0">
- <bounds x="61" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix647" ref="dotmatrixdot" state="0">
- <bounds x="62" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix648" ref="dotmatrixdot" state="0">
- <bounds x="63" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix649" ref="dotmatrixdot" state="0">
- <bounds x="64" y="9" width="1" height="1" />
- </element>
- <element name="dotmatrix650" ref="dotmatrixdot" state="0">
- <bounds x="0" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix651" ref="dotmatrixdot" state="0">
- <bounds x="1" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix652" ref="dotmatrixdot" state="0">
- <bounds x="2" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix653" ref="dotmatrixdot" state="0">
- <bounds x="3" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix654" ref="dotmatrixdot" state="0">
- <bounds x="4" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix655" ref="dotmatrixdot" state="0">
- <bounds x="5" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix656" ref="dotmatrixdot" state="0">
- <bounds x="6" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix657" ref="dotmatrixdot" state="0">
- <bounds x="7" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix658" ref="dotmatrixdot" state="0">
- <bounds x="8" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix659" ref="dotmatrixdot" state="0">
- <bounds x="9" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix660" ref="dotmatrixdot" state="0">
- <bounds x="10" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix661" ref="dotmatrixdot" state="0">
- <bounds x="11" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix662" ref="dotmatrixdot" state="0">
- <bounds x="12" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix663" ref="dotmatrixdot" state="0">
- <bounds x="13" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix664" ref="dotmatrixdot" state="0">
- <bounds x="14" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix665" ref="dotmatrixdot" state="0">
- <bounds x="15" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix666" ref="dotmatrixdot" state="0">
- <bounds x="16" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix667" ref="dotmatrixdot" state="0">
- <bounds x="17" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix668" ref="dotmatrixdot" state="0">
- <bounds x="18" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix669" ref="dotmatrixdot" state="0">
- <bounds x="19" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix670" ref="dotmatrixdot" state="0">
- <bounds x="20" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix671" ref="dotmatrixdot" state="0">
- <bounds x="21" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix672" ref="dotmatrixdot" state="0">
- <bounds x="22" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix673" ref="dotmatrixdot" state="0">
- <bounds x="23" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix674" ref="dotmatrixdot" state="0">
- <bounds x="24" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix675" ref="dotmatrixdot" state="0">
- <bounds x="25" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix676" ref="dotmatrixdot" state="0">
- <bounds x="26" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix677" ref="dotmatrixdot" state="0">
- <bounds x="27" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix678" ref="dotmatrixdot" state="0">
- <bounds x="28" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix679" ref="dotmatrixdot" state="0">
- <bounds x="29" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix680" ref="dotmatrixdot" state="0">
- <bounds x="30" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix681" ref="dotmatrixdot" state="0">
- <bounds x="31" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix682" ref="dotmatrixdot" state="0">
- <bounds x="32" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix683" ref="dotmatrixdot" state="0">
- <bounds x="33" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix684" ref="dotmatrixdot" state="0">
- <bounds x="34" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix685" ref="dotmatrixdot" state="0">
- <bounds x="35" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix686" ref="dotmatrixdot" state="0">
- <bounds x="36" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix687" ref="dotmatrixdot" state="0">
- <bounds x="37" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix688" ref="dotmatrixdot" state="0">
- <bounds x="38" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix689" ref="dotmatrixdot" state="0">
- <bounds x="39" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix690" ref="dotmatrixdot" state="0">
- <bounds x="40" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix691" ref="dotmatrixdot" state="0">
- <bounds x="41" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix692" ref="dotmatrixdot" state="0">
- <bounds x="42" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix693" ref="dotmatrixdot" state="0">
- <bounds x="43" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix694" ref="dotmatrixdot" state="0">
- <bounds x="44" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix695" ref="dotmatrixdot" state="0">
- <bounds x="45" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix696" ref="dotmatrixdot" state="0">
- <bounds x="46" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix697" ref="dotmatrixdot" state="0">
- <bounds x="47" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix698" ref="dotmatrixdot" state="0">
- <bounds x="48" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix699" ref="dotmatrixdot" state="0">
- <bounds x="49" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix700" ref="dotmatrixdot" state="0">
- <bounds x="50" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix701" ref="dotmatrixdot" state="0">
- <bounds x="51" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix702" ref="dotmatrixdot" state="0">
- <bounds x="52" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix703" ref="dotmatrixdot" state="0">
- <bounds x="53" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix704" ref="dotmatrixdot" state="0">
- <bounds x="54" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix705" ref="dotmatrixdot" state="0">
- <bounds x="55" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix706" ref="dotmatrixdot" state="0">
- <bounds x="56" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix707" ref="dotmatrixdot" state="0">
- <bounds x="57" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix708" ref="dotmatrixdot" state="0">
- <bounds x="58" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix709" ref="dotmatrixdot" state="0">
- <bounds x="59" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix710" ref="dotmatrixdot" state="0">
- <bounds x="60" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix711" ref="dotmatrixdot" state="0">
- <bounds x="61" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix712" ref="dotmatrixdot" state="0">
- <bounds x="62" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix713" ref="dotmatrixdot" state="0">
- <bounds x="63" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix714" ref="dotmatrixdot" state="0">
- <bounds x="64" y="10" width="1" height="1" />
- </element>
- <element name="dotmatrix715" ref="dotmatrixdot" state="0">
- <bounds x="0" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix716" ref="dotmatrixdot" state="0">
- <bounds x="1" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix717" ref="dotmatrixdot" state="0">
- <bounds x="2" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix718" ref="dotmatrixdot" state="0">
- <bounds x="3" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix719" ref="dotmatrixdot" state="0">
- <bounds x="4" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix720" ref="dotmatrixdot" state="0">
- <bounds x="5" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix721" ref="dotmatrixdot" state="0">
- <bounds x="6" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix722" ref="dotmatrixdot" state="0">
- <bounds x="7" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix723" ref="dotmatrixdot" state="0">
- <bounds x="8" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix724" ref="dotmatrixdot" state="0">
- <bounds x="9" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix725" ref="dotmatrixdot" state="0">
- <bounds x="10" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix726" ref="dotmatrixdot" state="0">
- <bounds x="11" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix727" ref="dotmatrixdot" state="0">
- <bounds x="12" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix728" ref="dotmatrixdot" state="0">
- <bounds x="13" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix729" ref="dotmatrixdot" state="0">
- <bounds x="14" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix730" ref="dotmatrixdot" state="0">
- <bounds x="15" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix731" ref="dotmatrixdot" state="0">
- <bounds x="16" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix732" ref="dotmatrixdot" state="0">
- <bounds x="17" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix733" ref="dotmatrixdot" state="0">
- <bounds x="18" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix734" ref="dotmatrixdot" state="0">
- <bounds x="19" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix735" ref="dotmatrixdot" state="0">
- <bounds x="20" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix736" ref="dotmatrixdot" state="0">
- <bounds x="21" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix737" ref="dotmatrixdot" state="0">
- <bounds x="22" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix738" ref="dotmatrixdot" state="0">
- <bounds x="23" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix739" ref="dotmatrixdot" state="0">
- <bounds x="24" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix740" ref="dotmatrixdot" state="0">
- <bounds x="25" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix741" ref="dotmatrixdot" state="0">
- <bounds x="26" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix742" ref="dotmatrixdot" state="0">
- <bounds x="27" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix743" ref="dotmatrixdot" state="0">
- <bounds x="28" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix744" ref="dotmatrixdot" state="0">
- <bounds x="29" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix745" ref="dotmatrixdot" state="0">
- <bounds x="30" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix746" ref="dotmatrixdot" state="0">
- <bounds x="31" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix747" ref="dotmatrixdot" state="0">
- <bounds x="32" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix748" ref="dotmatrixdot" state="0">
- <bounds x="33" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix749" ref="dotmatrixdot" state="0">
- <bounds x="34" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix750" ref="dotmatrixdot" state="0">
- <bounds x="35" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix751" ref="dotmatrixdot" state="0">
- <bounds x="36" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix752" ref="dotmatrixdot" state="0">
- <bounds x="37" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix753" ref="dotmatrixdot" state="0">
- <bounds x="38" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix754" ref="dotmatrixdot" state="0">
- <bounds x="39" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix755" ref="dotmatrixdot" state="0">
- <bounds x="40" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix756" ref="dotmatrixdot" state="0">
- <bounds x="41" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix757" ref="dotmatrixdot" state="0">
- <bounds x="42" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix758" ref="dotmatrixdot" state="0">
- <bounds x="43" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix759" ref="dotmatrixdot" state="0">
- <bounds x="44" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix760" ref="dotmatrixdot" state="0">
- <bounds x="45" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix761" ref="dotmatrixdot" state="0">
- <bounds x="46" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix762" ref="dotmatrixdot" state="0">
- <bounds x="47" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix763" ref="dotmatrixdot" state="0">
- <bounds x="48" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix764" ref="dotmatrixdot" state="0">
- <bounds x="49" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix765" ref="dotmatrixdot" state="0">
- <bounds x="50" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix766" ref="dotmatrixdot" state="0">
- <bounds x="51" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix767" ref="dotmatrixdot" state="0">
- <bounds x="52" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix768" ref="dotmatrixdot" state="0">
- <bounds x="53" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix769" ref="dotmatrixdot" state="0">
- <bounds x="54" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix770" ref="dotmatrixdot" state="0">
- <bounds x="55" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix771" ref="dotmatrixdot" state="0">
- <bounds x="56" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix772" ref="dotmatrixdot" state="0">
- <bounds x="57" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix773" ref="dotmatrixdot" state="0">
- <bounds x="58" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix774" ref="dotmatrixdot" state="0">
- <bounds x="59" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix775" ref="dotmatrixdot" state="0">
- <bounds x="60" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix776" ref="dotmatrixdot" state="0">
- <bounds x="61" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix777" ref="dotmatrixdot" state="0">
- <bounds x="62" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix778" ref="dotmatrixdot" state="0">
- <bounds x="63" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix779" ref="dotmatrixdot" state="0">
- <bounds x="64" y="11" width="1" height="1" />
- </element>
- <element name="dotmatrix780" ref="dotmatrixdot" state="0">
- <bounds x="0" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix781" ref="dotmatrixdot" state="0">
- <bounds x="1" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix782" ref="dotmatrixdot" state="0">
- <bounds x="2" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix783" ref="dotmatrixdot" state="0">
- <bounds x="3" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix784" ref="dotmatrixdot" state="0">
- <bounds x="4" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix785" ref="dotmatrixdot" state="0">
- <bounds x="5" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix786" ref="dotmatrixdot" state="0">
- <bounds x="6" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix787" ref="dotmatrixdot" state="0">
- <bounds x="7" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix788" ref="dotmatrixdot" state="0">
- <bounds x="8" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix789" ref="dotmatrixdot" state="0">
- <bounds x="9" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix790" ref="dotmatrixdot" state="0">
- <bounds x="10" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix791" ref="dotmatrixdot" state="0">
- <bounds x="11" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix792" ref="dotmatrixdot" state="0">
- <bounds x="12" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix793" ref="dotmatrixdot" state="0">
- <bounds x="13" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix794" ref="dotmatrixdot" state="0">
- <bounds x="14" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix795" ref="dotmatrixdot" state="0">
- <bounds x="15" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix796" ref="dotmatrixdot" state="0">
- <bounds x="16" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix797" ref="dotmatrixdot" state="0">
- <bounds x="17" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix798" ref="dotmatrixdot" state="0">
- <bounds x="18" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix799" ref="dotmatrixdot" state="0">
- <bounds x="19" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix800" ref="dotmatrixdot" state="0">
- <bounds x="20" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix801" ref="dotmatrixdot" state="0">
- <bounds x="21" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix802" ref="dotmatrixdot" state="0">
- <bounds x="22" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix803" ref="dotmatrixdot" state="0">
- <bounds x="23" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix804" ref="dotmatrixdot" state="0">
- <bounds x="24" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix805" ref="dotmatrixdot" state="0">
- <bounds x="25" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix806" ref="dotmatrixdot" state="0">
- <bounds x="26" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix807" ref="dotmatrixdot" state="0">
- <bounds x="27" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix808" ref="dotmatrixdot" state="0">
- <bounds x="28" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix809" ref="dotmatrixdot" state="0">
- <bounds x="29" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix810" ref="dotmatrixdot" state="0">
- <bounds x="30" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix811" ref="dotmatrixdot" state="0">
- <bounds x="31" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix812" ref="dotmatrixdot" state="0">
- <bounds x="32" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix813" ref="dotmatrixdot" state="0">
- <bounds x="33" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix814" ref="dotmatrixdot" state="0">
- <bounds x="34" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix815" ref="dotmatrixdot" state="0">
- <bounds x="35" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix816" ref="dotmatrixdot" state="0">
- <bounds x="36" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix817" ref="dotmatrixdot" state="0">
- <bounds x="37" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix818" ref="dotmatrixdot" state="0">
- <bounds x="38" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix819" ref="dotmatrixdot" state="0">
- <bounds x="39" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix820" ref="dotmatrixdot" state="0">
- <bounds x="40" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix821" ref="dotmatrixdot" state="0">
- <bounds x="41" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix822" ref="dotmatrixdot" state="0">
- <bounds x="42" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix823" ref="dotmatrixdot" state="0">
- <bounds x="43" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix824" ref="dotmatrixdot" state="0">
- <bounds x="44" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix825" ref="dotmatrixdot" state="0">
- <bounds x="45" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix826" ref="dotmatrixdot" state="0">
- <bounds x="46" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix827" ref="dotmatrixdot" state="0">
- <bounds x="47" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix828" ref="dotmatrixdot" state="0">
- <bounds x="48" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix829" ref="dotmatrixdot" state="0">
- <bounds x="49" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix830" ref="dotmatrixdot" state="0">
- <bounds x="50" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix831" ref="dotmatrixdot" state="0">
- <bounds x="51" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix832" ref="dotmatrixdot" state="0">
- <bounds x="52" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix833" ref="dotmatrixdot" state="0">
- <bounds x="53" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix834" ref="dotmatrixdot" state="0">
- <bounds x="54" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix835" ref="dotmatrixdot" state="0">
- <bounds x="55" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix836" ref="dotmatrixdot" state="0">
- <bounds x="56" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix837" ref="dotmatrixdot" state="0">
- <bounds x="57" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix838" ref="dotmatrixdot" state="0">
- <bounds x="58" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix839" ref="dotmatrixdot" state="0">
- <bounds x="59" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix840" ref="dotmatrixdot" state="0">
- <bounds x="60" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix841" ref="dotmatrixdot" state="0">
- <bounds x="61" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix842" ref="dotmatrixdot" state="0">
- <bounds x="62" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix843" ref="dotmatrixdot" state="0">
- <bounds x="63" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix844" ref="dotmatrixdot" state="0">
- <bounds x="64" y="12" width="1" height="1" />
- </element>
- <element name="dotmatrix845" ref="dotmatrixdot" state="0">
- <bounds x="0" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix846" ref="dotmatrixdot" state="0">
- <bounds x="1" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix847" ref="dotmatrixdot" state="0">
- <bounds x="2" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix848" ref="dotmatrixdot" state="0">
- <bounds x="3" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix849" ref="dotmatrixdot" state="0">
- <bounds x="4" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix850" ref="dotmatrixdot" state="0">
- <bounds x="5" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix851" ref="dotmatrixdot" state="0">
- <bounds x="6" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix852" ref="dotmatrixdot" state="0">
- <bounds x="7" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix853" ref="dotmatrixdot" state="0">
- <bounds x="8" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix854" ref="dotmatrixdot" state="0">
- <bounds x="9" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix855" ref="dotmatrixdot" state="0">
- <bounds x="10" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix856" ref="dotmatrixdot" state="0">
- <bounds x="11" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix857" ref="dotmatrixdot" state="0">
- <bounds x="12" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix858" ref="dotmatrixdot" state="0">
- <bounds x="13" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix859" ref="dotmatrixdot" state="0">
- <bounds x="14" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix860" ref="dotmatrixdot" state="0">
- <bounds x="15" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix861" ref="dotmatrixdot" state="0">
- <bounds x="16" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix862" ref="dotmatrixdot" state="0">
- <bounds x="17" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix863" ref="dotmatrixdot" state="0">
- <bounds x="18" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix864" ref="dotmatrixdot" state="0">
- <bounds x="19" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix865" ref="dotmatrixdot" state="0">
- <bounds x="20" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix866" ref="dotmatrixdot" state="0">
- <bounds x="21" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix867" ref="dotmatrixdot" state="0">
- <bounds x="22" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix868" ref="dotmatrixdot" state="0">
- <bounds x="23" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix869" ref="dotmatrixdot" state="0">
- <bounds x="24" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix870" ref="dotmatrixdot" state="0">
- <bounds x="25" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix871" ref="dotmatrixdot" state="0">
- <bounds x="26" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix872" ref="dotmatrixdot" state="0">
- <bounds x="27" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix873" ref="dotmatrixdot" state="0">
- <bounds x="28" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix874" ref="dotmatrixdot" state="0">
- <bounds x="29" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix875" ref="dotmatrixdot" state="0">
- <bounds x="30" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix876" ref="dotmatrixdot" state="0">
- <bounds x="31" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix877" ref="dotmatrixdot" state="0">
- <bounds x="32" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix878" ref="dotmatrixdot" state="0">
- <bounds x="33" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix879" ref="dotmatrixdot" state="0">
- <bounds x="34" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix880" ref="dotmatrixdot" state="0">
- <bounds x="35" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix881" ref="dotmatrixdot" state="0">
- <bounds x="36" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix882" ref="dotmatrixdot" state="0">
- <bounds x="37" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix883" ref="dotmatrixdot" state="0">
- <bounds x="38" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix884" ref="dotmatrixdot" state="0">
- <bounds x="39" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix885" ref="dotmatrixdot" state="0">
- <bounds x="40" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix886" ref="dotmatrixdot" state="0">
- <bounds x="41" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix887" ref="dotmatrixdot" state="0">
- <bounds x="42" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix888" ref="dotmatrixdot" state="0">
- <bounds x="43" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix889" ref="dotmatrixdot" state="0">
- <bounds x="44" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix890" ref="dotmatrixdot" state="0">
- <bounds x="45" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix891" ref="dotmatrixdot" state="0">
- <bounds x="46" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix892" ref="dotmatrixdot" state="0">
- <bounds x="47" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix893" ref="dotmatrixdot" state="0">
- <bounds x="48" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix894" ref="dotmatrixdot" state="0">
- <bounds x="49" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix895" ref="dotmatrixdot" state="0">
- <bounds x="50" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix896" ref="dotmatrixdot" state="0">
- <bounds x="51" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix897" ref="dotmatrixdot" state="0">
- <bounds x="52" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix898" ref="dotmatrixdot" state="0">
- <bounds x="53" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix899" ref="dotmatrixdot" state="0">
- <bounds x="54" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix900" ref="dotmatrixdot" state="0">
- <bounds x="55" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix901" ref="dotmatrixdot" state="0">
- <bounds x="56" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix902" ref="dotmatrixdot" state="0">
- <bounds x="57" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix903" ref="dotmatrixdot" state="0">
- <bounds x="58" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix904" ref="dotmatrixdot" state="0">
- <bounds x="59" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix905" ref="dotmatrixdot" state="0">
- <bounds x="60" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix906" ref="dotmatrixdot" state="0">
- <bounds x="61" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix907" ref="dotmatrixdot" state="0">
- <bounds x="62" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix908" ref="dotmatrixdot" state="0">
- <bounds x="63" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix909" ref="dotmatrixdot" state="0">
- <bounds x="64" y="13" width="1" height="1" />
- </element>
- <element name="dotmatrix910" ref="dotmatrixdot" state="0">
- <bounds x="0" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix911" ref="dotmatrixdot" state="0">
- <bounds x="1" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix912" ref="dotmatrixdot" state="0">
- <bounds x="2" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix913" ref="dotmatrixdot" state="0">
- <bounds x="3" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix914" ref="dotmatrixdot" state="0">
- <bounds x="4" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix915" ref="dotmatrixdot" state="0">
- <bounds x="5" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix916" ref="dotmatrixdot" state="0">
- <bounds x="6" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix917" ref="dotmatrixdot" state="0">
- <bounds x="7" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix918" ref="dotmatrixdot" state="0">
- <bounds x="8" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix919" ref="dotmatrixdot" state="0">
- <bounds x="9" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix920" ref="dotmatrixdot" state="0">
- <bounds x="10" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix921" ref="dotmatrixdot" state="0">
- <bounds x="11" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix922" ref="dotmatrixdot" state="0">
- <bounds x="12" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix923" ref="dotmatrixdot" state="0">
- <bounds x="13" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix924" ref="dotmatrixdot" state="0">
- <bounds x="14" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix925" ref="dotmatrixdot" state="0">
- <bounds x="15" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix926" ref="dotmatrixdot" state="0">
- <bounds x="16" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix927" ref="dotmatrixdot" state="0">
- <bounds x="17" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix928" ref="dotmatrixdot" state="0">
- <bounds x="18" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix929" ref="dotmatrixdot" state="0">
- <bounds x="19" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix930" ref="dotmatrixdot" state="0">
- <bounds x="20" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix931" ref="dotmatrixdot" state="0">
- <bounds x="21" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix932" ref="dotmatrixdot" state="0">
- <bounds x="22" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix933" ref="dotmatrixdot" state="0">
- <bounds x="23" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix934" ref="dotmatrixdot" state="0">
- <bounds x="24" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix935" ref="dotmatrixdot" state="0">
- <bounds x="25" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix936" ref="dotmatrixdot" state="0">
- <bounds x="26" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix937" ref="dotmatrixdot" state="0">
- <bounds x="27" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix938" ref="dotmatrixdot" state="0">
- <bounds x="28" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix939" ref="dotmatrixdot" state="0">
- <bounds x="29" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix940" ref="dotmatrixdot" state="0">
- <bounds x="30" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix941" ref="dotmatrixdot" state="0">
- <bounds x="31" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix942" ref="dotmatrixdot" state="0">
- <bounds x="32" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix943" ref="dotmatrixdot" state="0">
- <bounds x="33" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix944" ref="dotmatrixdot" state="0">
- <bounds x="34" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix945" ref="dotmatrixdot" state="0">
- <bounds x="35" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix946" ref="dotmatrixdot" state="0">
- <bounds x="36" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix947" ref="dotmatrixdot" state="0">
- <bounds x="37" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix948" ref="dotmatrixdot" state="0">
- <bounds x="38" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix949" ref="dotmatrixdot" state="0">
- <bounds x="39" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix950" ref="dotmatrixdot" state="0">
- <bounds x="40" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix951" ref="dotmatrixdot" state="0">
- <bounds x="41" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix952" ref="dotmatrixdot" state="0">
- <bounds x="42" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix953" ref="dotmatrixdot" state="0">
- <bounds x="43" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix954" ref="dotmatrixdot" state="0">
- <bounds x="44" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix955" ref="dotmatrixdot" state="0">
- <bounds x="45" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix956" ref="dotmatrixdot" state="0">
- <bounds x="46" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix957" ref="dotmatrixdot" state="0">
- <bounds x="47" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix958" ref="dotmatrixdot" state="0">
- <bounds x="48" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix959" ref="dotmatrixdot" state="0">
- <bounds x="49" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix960" ref="dotmatrixdot" state="0">
- <bounds x="50" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix961" ref="dotmatrixdot" state="0">
- <bounds x="51" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix962" ref="dotmatrixdot" state="0">
- <bounds x="52" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix963" ref="dotmatrixdot" state="0">
- <bounds x="53" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix964" ref="dotmatrixdot" state="0">
- <bounds x="54" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix965" ref="dotmatrixdot" state="0">
- <bounds x="55" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix966" ref="dotmatrixdot" state="0">
- <bounds x="56" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix967" ref="dotmatrixdot" state="0">
- <bounds x="57" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix968" ref="dotmatrixdot" state="0">
- <bounds x="58" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix969" ref="dotmatrixdot" state="0">
- <bounds x="59" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix970" ref="dotmatrixdot" state="0">
- <bounds x="60" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix971" ref="dotmatrixdot" state="0">
- <bounds x="61" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix972" ref="dotmatrixdot" state="0">
- <bounds x="62" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix973" ref="dotmatrixdot" state="0">
- <bounds x="63" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix974" ref="dotmatrixdot" state="0">
- <bounds x="64" y="14" width="1" height="1" />
- </element>
- <element name="dotmatrix975" ref="dotmatrixdot" state="0">
- <bounds x="0" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix976" ref="dotmatrixdot" state="0">
- <bounds x="1" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix977" ref="dotmatrixdot" state="0">
- <bounds x="2" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix978" ref="dotmatrixdot" state="0">
- <bounds x="3" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix979" ref="dotmatrixdot" state="0">
- <bounds x="4" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix980" ref="dotmatrixdot" state="0">
- <bounds x="5" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix981" ref="dotmatrixdot" state="0">
- <bounds x="6" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix982" ref="dotmatrixdot" state="0">
- <bounds x="7" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix983" ref="dotmatrixdot" state="0">
- <bounds x="8" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix984" ref="dotmatrixdot" state="0">
- <bounds x="9" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix985" ref="dotmatrixdot" state="0">
- <bounds x="10" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix986" ref="dotmatrixdot" state="0">
- <bounds x="11" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix987" ref="dotmatrixdot" state="0">
- <bounds x="12" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix988" ref="dotmatrixdot" state="0">
- <bounds x="13" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix989" ref="dotmatrixdot" state="0">
- <bounds x="14" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix990" ref="dotmatrixdot" state="0">
- <bounds x="15" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix991" ref="dotmatrixdot" state="0">
- <bounds x="16" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix992" ref="dotmatrixdot" state="0">
- <bounds x="17" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix993" ref="dotmatrixdot" state="0">
- <bounds x="18" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix994" ref="dotmatrixdot" state="0">
- <bounds x="19" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix995" ref="dotmatrixdot" state="0">
- <bounds x="20" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix996" ref="dotmatrixdot" state="0">
- <bounds x="21" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix997" ref="dotmatrixdot" state="0">
- <bounds x="22" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix998" ref="dotmatrixdot" state="0">
- <bounds x="23" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix999" ref="dotmatrixdot" state="0">
- <bounds x="24" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1000" ref="dotmatrixdot" state="0">
- <bounds x="25" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1001" ref="dotmatrixdot" state="0">
- <bounds x="26" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1002" ref="dotmatrixdot" state="0">
- <bounds x="27" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1003" ref="dotmatrixdot" state="0">
- <bounds x="28" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1004" ref="dotmatrixdot" state="0">
- <bounds x="29" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1005" ref="dotmatrixdot" state="0">
- <bounds x="30" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1006" ref="dotmatrixdot" state="0">
- <bounds x="31" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1007" ref="dotmatrixdot" state="0">
- <bounds x="32" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1008" ref="dotmatrixdot" state="0">
- <bounds x="33" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1009" ref="dotmatrixdot" state="0">
- <bounds x="34" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1010" ref="dotmatrixdot" state="0">
- <bounds x="35" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1011" ref="dotmatrixdot" state="0">
- <bounds x="36" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1012" ref="dotmatrixdot" state="0">
- <bounds x="37" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1013" ref="dotmatrixdot" state="0">
- <bounds x="38" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1014" ref="dotmatrixdot" state="0">
- <bounds x="39" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1015" ref="dotmatrixdot" state="0">
- <bounds x="40" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1016" ref="dotmatrixdot" state="0">
- <bounds x="41" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1017" ref="dotmatrixdot" state="0">
- <bounds x="42" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1018" ref="dotmatrixdot" state="0">
- <bounds x="43" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1019" ref="dotmatrixdot" state="0">
- <bounds x="44" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1020" ref="dotmatrixdot" state="0">
- <bounds x="45" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1021" ref="dotmatrixdot" state="0">
- <bounds x="46" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1022" ref="dotmatrixdot" state="0">
- <bounds x="47" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1023" ref="dotmatrixdot" state="0">
- <bounds x="48" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1024" ref="dotmatrixdot" state="0">
- <bounds x="49" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1025" ref="dotmatrixdot" state="0">
- <bounds x="50" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1026" ref="dotmatrixdot" state="0">
- <bounds x="51" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1027" ref="dotmatrixdot" state="0">
- <bounds x="52" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1028" ref="dotmatrixdot" state="0">
- <bounds x="53" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1029" ref="dotmatrixdot" state="0">
- <bounds x="54" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1030" ref="dotmatrixdot" state="0">
- <bounds x="55" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1031" ref="dotmatrixdot" state="0">
- <bounds x="56" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1032" ref="dotmatrixdot" state="0">
- <bounds x="57" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1033" ref="dotmatrixdot" state="0">
- <bounds x="58" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1034" ref="dotmatrixdot" state="0">
- <bounds x="59" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1035" ref="dotmatrixdot" state="0">
- <bounds x="60" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1036" ref="dotmatrixdot" state="0">
- <bounds x="61" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1037" ref="dotmatrixdot" state="0">
- <bounds x="62" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1038" ref="dotmatrixdot" state="0">
- <bounds x="63" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1039" ref="dotmatrixdot" state="0">
- <bounds x="64" y="15" width="1" height="1" />
- </element>
- <element name="dotmatrix1040" ref="dotmatrixdot" state="0">
- <bounds x="0" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1041" ref="dotmatrixdot" state="0">
- <bounds x="1" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1042" ref="dotmatrixdot" state="0">
- <bounds x="2" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1043" ref="dotmatrixdot" state="0">
- <bounds x="3" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1044" ref="dotmatrixdot" state="0">
- <bounds x="4" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1045" ref="dotmatrixdot" state="0">
- <bounds x="5" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1046" ref="dotmatrixdot" state="0">
- <bounds x="6" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1047" ref="dotmatrixdot" state="0">
- <bounds x="7" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1048" ref="dotmatrixdot" state="0">
- <bounds x="8" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1049" ref="dotmatrixdot" state="0">
- <bounds x="9" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1050" ref="dotmatrixdot" state="0">
- <bounds x="10" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1051" ref="dotmatrixdot" state="0">
- <bounds x="11" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1052" ref="dotmatrixdot" state="0">
- <bounds x="12" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1053" ref="dotmatrixdot" state="0">
- <bounds x="13" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1054" ref="dotmatrixdot" state="0">
- <bounds x="14" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1055" ref="dotmatrixdot" state="0">
- <bounds x="15" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1056" ref="dotmatrixdot" state="0">
- <bounds x="16" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1057" ref="dotmatrixdot" state="0">
- <bounds x="17" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1058" ref="dotmatrixdot" state="0">
- <bounds x="18" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1059" ref="dotmatrixdot" state="0">
- <bounds x="19" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1060" ref="dotmatrixdot" state="0">
- <bounds x="20" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1061" ref="dotmatrixdot" state="0">
- <bounds x="21" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1062" ref="dotmatrixdot" state="0">
- <bounds x="22" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1063" ref="dotmatrixdot" state="0">
- <bounds x="23" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1064" ref="dotmatrixdot" state="0">
- <bounds x="24" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1065" ref="dotmatrixdot" state="0">
- <bounds x="25" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1066" ref="dotmatrixdot" state="0">
- <bounds x="26" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1067" ref="dotmatrixdot" state="0">
- <bounds x="27" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1068" ref="dotmatrixdot" state="0">
- <bounds x="28" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1069" ref="dotmatrixdot" state="0">
- <bounds x="29" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1070" ref="dotmatrixdot" state="0">
- <bounds x="30" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1071" ref="dotmatrixdot" state="0">
- <bounds x="31" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1072" ref="dotmatrixdot" state="0">
- <bounds x="32" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1073" ref="dotmatrixdot" state="0">
- <bounds x="33" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1074" ref="dotmatrixdot" state="0">
- <bounds x="34" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1075" ref="dotmatrixdot" state="0">
- <bounds x="35" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1076" ref="dotmatrixdot" state="0">
- <bounds x="36" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1077" ref="dotmatrixdot" state="0">
- <bounds x="37" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1078" ref="dotmatrixdot" state="0">
- <bounds x="38" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1079" ref="dotmatrixdot" state="0">
- <bounds x="39" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1080" ref="dotmatrixdot" state="0">
- <bounds x="40" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1081" ref="dotmatrixdot" state="0">
- <bounds x="41" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1082" ref="dotmatrixdot" state="0">
- <bounds x="42" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1083" ref="dotmatrixdot" state="0">
- <bounds x="43" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1084" ref="dotmatrixdot" state="0">
- <bounds x="44" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1085" ref="dotmatrixdot" state="0">
- <bounds x="45" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1086" ref="dotmatrixdot" state="0">
- <bounds x="46" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1087" ref="dotmatrixdot" state="0">
- <bounds x="47" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1088" ref="dotmatrixdot" state="0">
- <bounds x="48" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1089" ref="dotmatrixdot" state="0">
- <bounds x="49" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1090" ref="dotmatrixdot" state="0">
- <bounds x="50" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1091" ref="dotmatrixdot" state="0">
- <bounds x="51" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1092" ref="dotmatrixdot" state="0">
- <bounds x="52" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1093" ref="dotmatrixdot" state="0">
- <bounds x="53" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1094" ref="dotmatrixdot" state="0">
- <bounds x="54" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1095" ref="dotmatrixdot" state="0">
- <bounds x="55" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1096" ref="dotmatrixdot" state="0">
- <bounds x="56" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1097" ref="dotmatrixdot" state="0">
- <bounds x="57" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1098" ref="dotmatrixdot" state="0">
- <bounds x="58" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1099" ref="dotmatrixdot" state="0">
- <bounds x="59" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1100" ref="dotmatrixdot" state="0">
- <bounds x="60" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1101" ref="dotmatrixdot" state="0">
- <bounds x="61" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1102" ref="dotmatrixdot" state="0">
- <bounds x="62" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1103" ref="dotmatrixdot" state="0">
- <bounds x="63" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1104" ref="dotmatrixdot" state="0">
- <bounds x="64" y="16" width="1" height="1" />
- </element>
- <element name="dotmatrix1105" ref="dotmatrixdot" state="0">
- <bounds x="0" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1106" ref="dotmatrixdot" state="0">
- <bounds x="1" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1107" ref="dotmatrixdot" state="0">
- <bounds x="2" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1108" ref="dotmatrixdot" state="0">
- <bounds x="3" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1109" ref="dotmatrixdot" state="0">
- <bounds x="4" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1110" ref="dotmatrixdot" state="0">
- <bounds x="5" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1111" ref="dotmatrixdot" state="0">
- <bounds x="6" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1112" ref="dotmatrixdot" state="0">
- <bounds x="7" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1113" ref="dotmatrixdot" state="0">
- <bounds x="8" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1114" ref="dotmatrixdot" state="0">
- <bounds x="9" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1115" ref="dotmatrixdot" state="0">
- <bounds x="10" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1116" ref="dotmatrixdot" state="0">
- <bounds x="11" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1117" ref="dotmatrixdot" state="0">
- <bounds x="12" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1118" ref="dotmatrixdot" state="0">
- <bounds x="13" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1119" ref="dotmatrixdot" state="0">
- <bounds x="14" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1120" ref="dotmatrixdot" state="0">
- <bounds x="15" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1121" ref="dotmatrixdot" state="0">
- <bounds x="16" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1122" ref="dotmatrixdot" state="0">
- <bounds x="17" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1123" ref="dotmatrixdot" state="0">
- <bounds x="18" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1124" ref="dotmatrixdot" state="0">
- <bounds x="19" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1125" ref="dotmatrixdot" state="0">
- <bounds x="20" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1126" ref="dotmatrixdot" state="0">
- <bounds x="21" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1127" ref="dotmatrixdot" state="0">
- <bounds x="22" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1128" ref="dotmatrixdot" state="0">
- <bounds x="23" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1129" ref="dotmatrixdot" state="0">
- <bounds x="24" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1130" ref="dotmatrixdot" state="0">
- <bounds x="25" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1131" ref="dotmatrixdot" state="0">
- <bounds x="26" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1132" ref="dotmatrixdot" state="0">
- <bounds x="27" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1133" ref="dotmatrixdot" state="0">
- <bounds x="28" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1134" ref="dotmatrixdot" state="0">
- <bounds x="29" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1135" ref="dotmatrixdot" state="0">
- <bounds x="30" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1136" ref="dotmatrixdot" state="0">
- <bounds x="31" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1137" ref="dotmatrixdot" state="0">
- <bounds x="32" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1138" ref="dotmatrixdot" state="0">
- <bounds x="33" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1139" ref="dotmatrixdot" state="0">
- <bounds x="34" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1140" ref="dotmatrixdot" state="0">
- <bounds x="35" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1141" ref="dotmatrixdot" state="0">
- <bounds x="36" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1142" ref="dotmatrixdot" state="0">
- <bounds x="37" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1143" ref="dotmatrixdot" state="0">
- <bounds x="38" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1144" ref="dotmatrixdot" state="0">
- <bounds x="39" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1145" ref="dotmatrixdot" state="0">
- <bounds x="40" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1146" ref="dotmatrixdot" state="0">
- <bounds x="41" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1147" ref="dotmatrixdot" state="0">
- <bounds x="42" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1148" ref="dotmatrixdot" state="0">
- <bounds x="43" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1149" ref="dotmatrixdot" state="0">
- <bounds x="44" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1150" ref="dotmatrixdot" state="0">
- <bounds x="45" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1151" ref="dotmatrixdot" state="0">
- <bounds x="46" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1152" ref="dotmatrixdot" state="0">
- <bounds x="47" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1153" ref="dotmatrixdot" state="0">
- <bounds x="48" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1154" ref="dotmatrixdot" state="0">
- <bounds x="49" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1155" ref="dotmatrixdot" state="0">
- <bounds x="50" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1156" ref="dotmatrixdot" state="0">
- <bounds x="51" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1157" ref="dotmatrixdot" state="0">
- <bounds x="52" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1158" ref="dotmatrixdot" state="0">
- <bounds x="53" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1159" ref="dotmatrixdot" state="0">
- <bounds x="54" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1160" ref="dotmatrixdot" state="0">
- <bounds x="55" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1161" ref="dotmatrixdot" state="0">
- <bounds x="56" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1162" ref="dotmatrixdot" state="0">
- <bounds x="57" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1163" ref="dotmatrixdot" state="0">
- <bounds x="58" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1164" ref="dotmatrixdot" state="0">
- <bounds x="59" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1165" ref="dotmatrixdot" state="0">
- <bounds x="60" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1166" ref="dotmatrixdot" state="0">
- <bounds x="61" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1167" ref="dotmatrixdot" state="0">
- <bounds x="62" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1168" ref="dotmatrixdot" state="0">
- <bounds x="63" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1169" ref="dotmatrixdot" state="0">
- <bounds x="64" y="17" width="1" height="1" />
- </element>
- <element name="dotmatrix1170" ref="dotmatrixdot" state="0">
- <bounds x="0" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1171" ref="dotmatrixdot" state="0">
- <bounds x="1" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1172" ref="dotmatrixdot" state="0">
- <bounds x="2" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1173" ref="dotmatrixdot" state="0">
- <bounds x="3" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1174" ref="dotmatrixdot" state="0">
- <bounds x="4" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1175" ref="dotmatrixdot" state="0">
- <bounds x="5" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1176" ref="dotmatrixdot" state="0">
- <bounds x="6" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1177" ref="dotmatrixdot" state="0">
- <bounds x="7" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1178" ref="dotmatrixdot" state="0">
- <bounds x="8" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1179" ref="dotmatrixdot" state="0">
- <bounds x="9" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1180" ref="dotmatrixdot" state="0">
- <bounds x="10" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1181" ref="dotmatrixdot" state="0">
- <bounds x="11" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1182" ref="dotmatrixdot" state="0">
- <bounds x="12" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1183" ref="dotmatrixdot" state="0">
- <bounds x="13" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1184" ref="dotmatrixdot" state="0">
- <bounds x="14" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1185" ref="dotmatrixdot" state="0">
- <bounds x="15" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1186" ref="dotmatrixdot" state="0">
- <bounds x="16" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1187" ref="dotmatrixdot" state="0">
- <bounds x="17" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1188" ref="dotmatrixdot" state="0">
- <bounds x="18" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1189" ref="dotmatrixdot" state="0">
- <bounds x="19" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1190" ref="dotmatrixdot" state="0">
- <bounds x="20" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1191" ref="dotmatrixdot" state="0">
- <bounds x="21" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1192" ref="dotmatrixdot" state="0">
- <bounds x="22" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1193" ref="dotmatrixdot" state="0">
- <bounds x="23" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1194" ref="dotmatrixdot" state="0">
- <bounds x="24" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1195" ref="dotmatrixdot" state="0">
- <bounds x="25" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1196" ref="dotmatrixdot" state="0">
- <bounds x="26" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1197" ref="dotmatrixdot" state="0">
- <bounds x="27" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1198" ref="dotmatrixdot" state="0">
- <bounds x="28" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1199" ref="dotmatrixdot" state="0">
- <bounds x="29" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1200" ref="dotmatrixdot" state="0">
- <bounds x="30" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1201" ref="dotmatrixdot" state="0">
- <bounds x="31" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1202" ref="dotmatrixdot" state="0">
- <bounds x="32" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1203" ref="dotmatrixdot" state="0">
- <bounds x="33" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1204" ref="dotmatrixdot" state="0">
- <bounds x="34" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1205" ref="dotmatrixdot" state="0">
- <bounds x="35" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1206" ref="dotmatrixdot" state="0">
- <bounds x="36" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1207" ref="dotmatrixdot" state="0">
- <bounds x="37" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1208" ref="dotmatrixdot" state="0">
- <bounds x="38" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1209" ref="dotmatrixdot" state="0">
- <bounds x="39" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1210" ref="dotmatrixdot" state="0">
- <bounds x="40" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1211" ref="dotmatrixdot" state="0">
- <bounds x="41" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1212" ref="dotmatrixdot" state="0">
- <bounds x="42" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1213" ref="dotmatrixdot" state="0">
- <bounds x="43" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1214" ref="dotmatrixdot" state="0">
- <bounds x="44" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1215" ref="dotmatrixdot" state="0">
- <bounds x="45" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1216" ref="dotmatrixdot" state="0">
- <bounds x="46" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1217" ref="dotmatrixdot" state="0">
- <bounds x="47" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1218" ref="dotmatrixdot" state="0">
- <bounds x="48" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1219" ref="dotmatrixdot" state="0">
- <bounds x="49" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1220" ref="dotmatrixdot" state="0">
- <bounds x="50" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1221" ref="dotmatrixdot" state="0">
- <bounds x="51" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1222" ref="dotmatrixdot" state="0">
- <bounds x="52" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1223" ref="dotmatrixdot" state="0">
- <bounds x="53" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1224" ref="dotmatrixdot" state="0">
- <bounds x="54" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1225" ref="dotmatrixdot" state="0">
- <bounds x="55" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1226" ref="dotmatrixdot" state="0">
- <bounds x="56" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1227" ref="dotmatrixdot" state="0">
- <bounds x="57" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1228" ref="dotmatrixdot" state="0">
- <bounds x="58" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1229" ref="dotmatrixdot" state="0">
- <bounds x="59" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1230" ref="dotmatrixdot" state="0">
- <bounds x="60" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1231" ref="dotmatrixdot" state="0">
- <bounds x="61" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1232" ref="dotmatrixdot" state="0">
- <bounds x="62" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1233" ref="dotmatrixdot" state="0">
- <bounds x="63" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1234" ref="dotmatrixdot" state="0">
- <bounds x="64" y="18" width="1" height="1" />
- </element>
- <element name="dotmatrix1235" ref="dotmatrixdot" state="0">
- <bounds x="0" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1236" ref="dotmatrixdot" state="0">
- <bounds x="1" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1237" ref="dotmatrixdot" state="0">
- <bounds x="2" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1238" ref="dotmatrixdot" state="0">
- <bounds x="3" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1239" ref="dotmatrixdot" state="0">
- <bounds x="4" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1240" ref="dotmatrixdot" state="0">
- <bounds x="5" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1241" ref="dotmatrixdot" state="0">
- <bounds x="6" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1242" ref="dotmatrixdot" state="0">
- <bounds x="7" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1243" ref="dotmatrixdot" state="0">
- <bounds x="8" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1244" ref="dotmatrixdot" state="0">
- <bounds x="9" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1245" ref="dotmatrixdot" state="0">
- <bounds x="10" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1246" ref="dotmatrixdot" state="0">
- <bounds x="11" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1247" ref="dotmatrixdot" state="0">
- <bounds x="12" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1248" ref="dotmatrixdot" state="0">
- <bounds x="13" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1249" ref="dotmatrixdot" state="0">
- <bounds x="14" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1250" ref="dotmatrixdot" state="0">
- <bounds x="15" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1251" ref="dotmatrixdot" state="0">
- <bounds x="16" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1252" ref="dotmatrixdot" state="0">
- <bounds x="17" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1253" ref="dotmatrixdot" state="0">
- <bounds x="18" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1254" ref="dotmatrixdot" state="0">
- <bounds x="19" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1255" ref="dotmatrixdot" state="0">
- <bounds x="20" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1256" ref="dotmatrixdot" state="0">
- <bounds x="21" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1257" ref="dotmatrixdot" state="0">
- <bounds x="22" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1258" ref="dotmatrixdot" state="0">
- <bounds x="23" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1259" ref="dotmatrixdot" state="0">
- <bounds x="24" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1260" ref="dotmatrixdot" state="0">
- <bounds x="25" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1261" ref="dotmatrixdot" state="0">
- <bounds x="26" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1262" ref="dotmatrixdot" state="0">
- <bounds x="27" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1263" ref="dotmatrixdot" state="0">
- <bounds x="28" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1264" ref="dotmatrixdot" state="0">
- <bounds x="29" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1265" ref="dotmatrixdot" state="0">
- <bounds x="30" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1266" ref="dotmatrixdot" state="0">
- <bounds x="31" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1267" ref="dotmatrixdot" state="0">
- <bounds x="32" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1268" ref="dotmatrixdot" state="0">
- <bounds x="33" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1269" ref="dotmatrixdot" state="0">
- <bounds x="34" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1270" ref="dotmatrixdot" state="0">
- <bounds x="35" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1271" ref="dotmatrixdot" state="0">
- <bounds x="36" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1272" ref="dotmatrixdot" state="0">
- <bounds x="37" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1273" ref="dotmatrixdot" state="0">
- <bounds x="38" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1274" ref="dotmatrixdot" state="0">
- <bounds x="39" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1275" ref="dotmatrixdot" state="0">
- <bounds x="40" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1276" ref="dotmatrixdot" state="0">
- <bounds x="41" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1277" ref="dotmatrixdot" state="0">
- <bounds x="42" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1278" ref="dotmatrixdot" state="0">
- <bounds x="43" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1279" ref="dotmatrixdot" state="0">
- <bounds x="44" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1280" ref="dotmatrixdot" state="0">
- <bounds x="45" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1281" ref="dotmatrixdot" state="0">
- <bounds x="46" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1282" ref="dotmatrixdot" state="0">
- <bounds x="47" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1283" ref="dotmatrixdot" state="0">
- <bounds x="48" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1284" ref="dotmatrixdot" state="0">
- <bounds x="49" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1285" ref="dotmatrixdot" state="0">
- <bounds x="50" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1286" ref="dotmatrixdot" state="0">
- <bounds x="51" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1287" ref="dotmatrixdot" state="0">
- <bounds x="52" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1288" ref="dotmatrixdot" state="0">
- <bounds x="53" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1289" ref="dotmatrixdot" state="0">
- <bounds x="54" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1290" ref="dotmatrixdot" state="0">
- <bounds x="55" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1291" ref="dotmatrixdot" state="0">
- <bounds x="56" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1292" ref="dotmatrixdot" state="0">
- <bounds x="57" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1293" ref="dotmatrixdot" state="0">
- <bounds x="58" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1294" ref="dotmatrixdot" state="0">
- <bounds x="59" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1295" ref="dotmatrixdot" state="0">
- <bounds x="60" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1296" ref="dotmatrixdot" state="0">
- <bounds x="61" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1297" ref="dotmatrixdot" state="0">
- <bounds x="62" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1298" ref="dotmatrixdot" state="0">
- <bounds x="63" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1299" ref="dotmatrixdot" state="0">
- <bounds x="64" y="19" width="1" height="1" />
- </element>
- <element name="dotmatrix1300" ref="dotmatrixdot" state="0">
- <bounds x="0" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1301" ref="dotmatrixdot" state="0">
- <bounds x="1" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1302" ref="dotmatrixdot" state="0">
- <bounds x="2" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1303" ref="dotmatrixdot" state="0">
- <bounds x="3" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1304" ref="dotmatrixdot" state="0">
- <bounds x="4" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1305" ref="dotmatrixdot" state="0">
- <bounds x="5" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1306" ref="dotmatrixdot" state="0">
- <bounds x="6" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1307" ref="dotmatrixdot" state="0">
- <bounds x="7" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1308" ref="dotmatrixdot" state="0">
- <bounds x="8" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1309" ref="dotmatrixdot" state="0">
- <bounds x="9" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1310" ref="dotmatrixdot" state="0">
- <bounds x="10" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1311" ref="dotmatrixdot" state="0">
- <bounds x="11" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1312" ref="dotmatrixdot" state="0">
- <bounds x="12" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1313" ref="dotmatrixdot" state="0">
- <bounds x="13" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1314" ref="dotmatrixdot" state="0">
- <bounds x="14" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1315" ref="dotmatrixdot" state="0">
- <bounds x="15" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1316" ref="dotmatrixdot" state="0">
- <bounds x="16" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1317" ref="dotmatrixdot" state="0">
- <bounds x="17" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1318" ref="dotmatrixdot" state="0">
- <bounds x="18" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1319" ref="dotmatrixdot" state="0">
- <bounds x="19" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1320" ref="dotmatrixdot" state="0">
- <bounds x="20" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1321" ref="dotmatrixdot" state="0">
- <bounds x="21" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1322" ref="dotmatrixdot" state="0">
- <bounds x="22" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1323" ref="dotmatrixdot" state="0">
- <bounds x="23" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1324" ref="dotmatrixdot" state="0">
- <bounds x="24" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1325" ref="dotmatrixdot" state="0">
- <bounds x="25" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1326" ref="dotmatrixdot" state="0">
- <bounds x="26" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1327" ref="dotmatrixdot" state="0">
- <bounds x="27" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1328" ref="dotmatrixdot" state="0">
- <bounds x="28" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1329" ref="dotmatrixdot" state="0">
- <bounds x="29" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1330" ref="dotmatrixdot" state="0">
- <bounds x="30" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1331" ref="dotmatrixdot" state="0">
- <bounds x="31" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1332" ref="dotmatrixdot" state="0">
- <bounds x="32" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1333" ref="dotmatrixdot" state="0">
- <bounds x="33" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1334" ref="dotmatrixdot" state="0">
- <bounds x="34" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1335" ref="dotmatrixdot" state="0">
- <bounds x="35" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1336" ref="dotmatrixdot" state="0">
- <bounds x="36" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1337" ref="dotmatrixdot" state="0">
- <bounds x="37" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1338" ref="dotmatrixdot" state="0">
- <bounds x="38" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1339" ref="dotmatrixdot" state="0">
- <bounds x="39" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1340" ref="dotmatrixdot" state="0">
- <bounds x="40" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1341" ref="dotmatrixdot" state="0">
- <bounds x="41" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1342" ref="dotmatrixdot" state="0">
- <bounds x="42" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1343" ref="dotmatrixdot" state="0">
- <bounds x="43" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1344" ref="dotmatrixdot" state="0">
- <bounds x="44" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1345" ref="dotmatrixdot" state="0">
- <bounds x="45" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1346" ref="dotmatrixdot" state="0">
- <bounds x="46" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1347" ref="dotmatrixdot" state="0">
- <bounds x="47" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1348" ref="dotmatrixdot" state="0">
- <bounds x="48" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1349" ref="dotmatrixdot" state="0">
- <bounds x="49" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1350" ref="dotmatrixdot" state="0">
- <bounds x="50" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1351" ref="dotmatrixdot" state="0">
- <bounds x="51" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1352" ref="dotmatrixdot" state="0">
- <bounds x="52" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1353" ref="dotmatrixdot" state="0">
- <bounds x="53" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1354" ref="dotmatrixdot" state="0">
- <bounds x="54" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1355" ref="dotmatrixdot" state="0">
- <bounds x="55" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1356" ref="dotmatrixdot" state="0">
- <bounds x="56" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1357" ref="dotmatrixdot" state="0">
- <bounds x="57" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1358" ref="dotmatrixdot" state="0">
- <bounds x="58" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1359" ref="dotmatrixdot" state="0">
- <bounds x="59" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1360" ref="dotmatrixdot" state="0">
- <bounds x="60" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1361" ref="dotmatrixdot" state="0">
- <bounds x="61" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1362" ref="dotmatrixdot" state="0">
- <bounds x="62" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1363" ref="dotmatrixdot" state="0">
- <bounds x="63" y="20" width="1" height="1" />
- </element>
- <element name="dotmatrix1364" ref="dotmatrixdot" state="0">
- <bounds x="64" y="20" width="1" height="1" />
- </element>
+ <group ref="dmd" />
</view>
</mamelayout>
diff --git a/src/mame/layout/sc2copcl7.lay b/src/mame/layout/sc2copcl7.lay
index 2d5977a0503..d8588a2a311 100644
--- a/src/mame/layout/sc2copcl7.lay
+++ b/src/mame/layout/sc2copcl7.lay
@@ -2028,1542 +2028,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_lamp_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_64">
- <text string="64">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_65">
- <text string="65">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_66">
- <text string="66">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_67">
- <text string="67">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_68">
- <text string="68">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_69">
- <text string="69">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_70">
- <text string="70">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_71">
- <text string="71">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_72">
- <text string="72">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_73">
- <text string="73">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_74">
- <text string="74">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_75">
- <text string="75">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_76">
- <text string="76">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_77">
- <text string="77">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_78">
- <text string="78">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_79">
- <text string="79">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_80">
- <text string="80">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_81">
- <text string="81">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_82">
- <text string="82">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_83">
- <text string="83">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_84">
- <text string="84">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_85">
- <text string="85">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_86">
- <text string="86">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_87">
- <text string="87">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_88">
- <text string="88">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_89">
- <text string="89">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_90">
- <text string="90">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_91">
- <text string="91">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_92">
- <text string="92">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_93">
- <text string="93">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_94">
- <text string="94">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_95">
- <text string="95">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_96">
- <text string="96">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_97">
- <text string="97">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_98">
- <text string="98">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_99">
- <text string="99">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_100">
- <text string="100">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_101">
- <text string="101">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_102">
- <text string="102">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_103">
- <text string="103">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_104">
- <text string="104">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_105">
- <text string="105">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_106">
- <text string="106">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_107">
- <text string="107">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_108">
- <text string="108">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_109">
- <text string="109">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_110">
- <text string="110">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_111">
- <text string="111">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_112">
- <text string="112">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_113">
- <text string="113">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_114">
- <text string="114">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_115">
- <text string="115">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_116">
- <text string="116">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_117">
- <text string="117">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_118">
- <text string="118">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_119">
- <text string="119">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_120">
- <text string="120">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_121">
- <text string="121">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_122">
- <text string="122">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_123">
- <text string="123">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_124">
- <text string="124">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_125">
- <text string="125">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_126">
- <text string="126">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_127">
- <text string="127">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_128">
- <text string="128">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_129">
- <text string="129">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_130">
- <text string="130">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_131">
- <text string="131">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_132">
- <text string="132">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_133">
- <text string="133">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_134">
- <text string="134">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_135">
- <text string="135">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_136">
- <text string="136">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_137">
- <text string="137">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_138">
- <text string="138">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_139">
- <text string="139">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_140">
- <text string="140">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_141">
- <text string="141">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_142">
- <text string="142">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_143">
- <text string="143">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_144">
- <text string="144">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_145">
- <text string="145">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_146">
- <text string="146">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_147">
- <text string="147">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_148">
- <text string="148">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_149">
- <text string="149">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_150">
- <text string="150">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_151">
- <text string="151">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_152">
- <text string="152">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_153">
- <text string="153">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_154">
- <text string="154">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_155">
- <text string="155">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_156">
- <text string="156">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_157">
- <text string="157">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_158">
- <text string="158">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_159">
- <text string="159">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_160">
- <text string="160">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_161">
- <text string="161">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_162">
- <text string="162">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_163">
- <text string="163">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_164">
- <text string="164">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_165">
- <text string="165">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_166">
- <text string="166">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_167">
- <text string="167">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_168">
- <text string="168">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_169">
- <text string="169">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_170">
- <text string="170">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_171">
- <text string="171">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_172">
- <text string="172">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_173">
- <text string="173">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_174">
- <text string="174">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_175">
- <text string="175">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_176">
- <text string="176">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_177">
- <text string="177">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_178">
- <text string="178">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_179">
- <text string="179">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_180">
- <text string="180">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_181">
- <text string="181">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_182">
- <text string="182">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_183">
- <text string="183">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_184">
- <text string="184">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_185">
- <text string="185">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_186">
- <text string="186">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_187">
- <text string="187">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_188">
- <text string="188">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_189">
- <text string="189">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_190">
- <text string="190">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_191">
- <text string="191">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_192">
- <text string="192">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_193">
- <text string="193">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_194">
- <text string="194">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_195">
- <text string="195">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_196">
- <text string="196">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_197">
- <text string="197">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_198">
- <text string="198">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_199">
- <text string="199">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_200">
- <text string="200">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_201">
- <text string="201">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_202">
- <text string="202">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_203">
- <text string="203">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_204">
- <text string="204">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_205">
- <text string="205">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_206">
- <text string="206">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_207">
- <text string="207">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_208">
- <text string="208">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_209">
- <text string="209">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_210">
- <text string="210">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_211">
- <text string="211">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_212">
- <text string="212">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_213">
- <text string="213">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_214">
- <text string="214">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_215">
- <text string="215">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_216">
- <text string="216">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_217">
- <text string="217">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_218">
- <text string="218">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_219">
- <text string="219">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_220">
- <text string="220">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_221">
- <text string="221">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_222">
- <text string="222">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_223">
- <text string="223">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_224">
- <text string="224">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_225">
- <text string="225">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_226">
- <text string="226">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_227">
- <text string="227">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_228">
- <text string="228">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_229">
- <text string="229">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_230">
- <text string="230">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_231">
- <text string="231">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_232">
- <text string="232">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_233">
- <text string="233">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_234">
- <text string="234">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_235">
- <text string="235">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_236">
- <text string="236">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_237">
- <text string="237">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_238">
- <text string="238">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_239">
- <text string="239">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_240">
- <text string="240">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_241">
- <text string="241">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_242">
- <text string="242">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_243">
- <text string="243">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_244">
- <text string="244">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_245">
- <text string="245">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_246">
- <text string="246">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_247">
- <text string="247">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_248">
- <text string="248">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_249">
- <text string="249">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_250">
- <text string="250">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_251">
- <text string="251">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_252">
- <text string="252">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_253">
- <text string="253">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_254">
- <text string="254">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_255">
- <text string="255">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="256">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_lamp_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_button_standard">
<rect state="0">
<color red="0.20" green="0.20" blue="0.00"/>
@@ -3580,390 +2053,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_button_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="64">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_button_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_vfd">
<led14segsc>
<color red="0.0" green="1.0" blue="1.0"/>
@@ -4000,3510 +2098,2551 @@
</text>
</element>
+ <element name="dotmatrixdot">
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
+ </element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video">
- <backdrop element="backdrop_colour">
+ <element ref="backdrop_colour">
<bounds x="0" y="0" width="792" height="646"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="231" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="231.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="234.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="237.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="241.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="244.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="247.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="231.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="234.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="237.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="241.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="244.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="247.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="231.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="234.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="237.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="241.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="244.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="247.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="231" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="313" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="313.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="316.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="319.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="323.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="326.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="329.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="313.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="316.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="319.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="323.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="326.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="329.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="313.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="316.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="319.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="323.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="326.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="329.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="313" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="395" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="395.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="398.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="401.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="405.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="408.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="411.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="395.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="398.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="401.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="405.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="408.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="411.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="395.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="398.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="401.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="405.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="408.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="411.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="395" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="477" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="477.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="480.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="483.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="487.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="490.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="493.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_0" state="0">
<bounds x="477.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_1" state="0">
<bounds x="480.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_2" state="0">
<bounds x="483.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_3" state="0">
<bounds x="487.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_4" state="0">
<bounds x="490.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_5" state="0">
<bounds x="493.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_0" state="0">
<bounds x="477.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_1" state="0">
<bounds x="480.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_2" state="0">
<bounds x="483.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_3" state="0">
<bounds x="487.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_4" state="0">
<bounds x="490.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_5" state="0">
<bounds x="493.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="477" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="262" y="195" width="70" height="70"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_0" state="0">
<bounds x="262.0000" y="195.0000" width="70.0000" height="70.0000"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_1" state="0">
<bounds x="264.9167" y="197.9167" width="64.1667" height="64.1667"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_2" state="0">
<bounds x="267.8333" y="200.8333" width="58.3333" height="58.3333"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_3" state="0">
<bounds x="270.7500" y="203.7500" width="52.5000" height="52.5000"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_4" state="0">
<bounds x="273.6667" y="206.6667" width="46.6667" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_5" state="0">
<bounds x="276.5833" y="209.5833" width="40.8333" height="40.8333"/>
- </backdrop>
- <backdrop name="sreel5" element="reel4" state="0">
+ </element>
+ <element name="sreel5" ref="reel4" state="0">
<bounds x="262" y="195" width="70" height="70"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1_border" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1_border" state="0">
<bounds x="327" y="356" width="132" height="47"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1" state="0">
<bounds x="329" y="358" width="128" height="43"/>
- </backdrop>
- <backdrop name="lamp129" element="lamp_129_1_border" state="0">
+ </element>
+ <element name="lamp129" ref="lamp_129_1_border" state="0">
<bounds x="599" y="200" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp129" element="lamp_129_1" state="0">
+ </element>
+ <element name="lamp129" ref="lamp_129_1" state="0">
<bounds x="601" y="202" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp131" element="lamp_131_1_border" state="0">
+ </element>
+ <element name="lamp131" ref="lamp_131_1_border" state="0">
<bounds x="661" y="200" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp131" element="lamp_131_1" state="0">
+ </element>
+ <element name="lamp131" ref="lamp_131_1" state="0">
<bounds x="663" y="202" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp133" element="lamp_133_1_border" state="0">
+ </element>
+ <element name="lamp133" ref="lamp_133_1_border" state="0">
<bounds x="723" y="200" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp133" element="lamp_133_1" state="0">
+ </element>
+ <element name="lamp133" ref="lamp_133_1" state="0">
<bounds x="725" y="202" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp228" element="lamp_228_1_border" state="0">
+ </element>
+ <element name="lamp228" ref="lamp_228_1_border" state="0">
<bounds x="693" y="282" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp228" element="lamp_228_1" state="0">
+ </element>
+ <element name="lamp228" ref="lamp_228_1" state="0">
<bounds x="695" y="284" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp227" element="lamp_227_1_border" state="0">
+ </element>
+ <element name="lamp227" ref="lamp_227_1_border" state="0">
<bounds x="693" y="314" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp227" element="lamp_227_1" state="0">
+ </element>
+ <element name="lamp227" ref="lamp_227_1" state="0">
<bounds x="695" y="316" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp230" element="lamp_230_1_border" state="0">
+ </element>
+ <element name="lamp230" ref="lamp_230_1_border" state="0">
<bounds x="693" y="346" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp230" element="lamp_230_1" state="0">
+ </element>
+ <element name="lamp230" ref="lamp_230_1" state="0">
<bounds x="695" y="348" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp244" element="lamp_244_1_border" state="0">
+ </element>
+ <element name="lamp244" ref="lamp_244_1_border" state="0">
<bounds x="617" y="282" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp244" element="lamp_244_1" state="0">
+ </element>
+ <element name="lamp244" ref="lamp_244_1" state="0">
<bounds x="619" y="284" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1_border" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1_border" state="0">
<bounds x="617" y="314" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1" state="0">
<bounds x="619" y="316" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp242" element="lamp_242_1_border" state="0">
+ </element>
+ <element name="lamp242" ref="lamp_242_1_border" state="0">
<bounds x="617" y="346" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp242" element="lamp_242_1" state="0">
+ </element>
+ <element name="lamp242" ref="lamp_242_1" state="0">
<bounds x="619" y="348" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp201" element="lamp_201_1_border" state="0">
+ </element>
+ <element name="lamp201" ref="lamp_201_1_border" state="0">
<bounds x="407" y="195" width="34" height="22"/>
- </backdrop>
- <backdrop name="lamp201" element="lamp_201_1" state="0">
+ </element>
+ <element name="lamp201" ref="lamp_201_1" state="0">
<bounds x="409" y="197" width="30" height="18"/>
- </backdrop>
- <backdrop name="lamp202" element="lamp_202_1_border" state="0">
+ </element>
+ <element name="lamp202" ref="lamp_202_1_border" state="0">
<bounds x="407" y="218" width="34" height="22"/>
- </backdrop>
- <backdrop name="lamp202" element="lamp_202_1" state="0">
+ </element>
+ <element name="lamp202" ref="lamp_202_1" state="0">
<bounds x="409" y="220" width="30" height="18"/>
- </backdrop>
- <backdrop name="lamp203" element="lamp_203_1_border" state="0">
+ </element>
+ <element name="lamp203" ref="lamp_203_1_border" state="0">
<bounds x="407" y="241" width="34" height="22"/>
- </backdrop>
- <backdrop name="lamp203" element="lamp_203_1" state="0">
+ </element>
+ <element name="lamp203" ref="lamp_203_1" state="0">
<bounds x="409" y="243" width="30" height="18"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1_border" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1_border" state="0">
<bounds x="396" y="271" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1" state="0">
<bounds x="398" y="273" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1_border" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1_border" state="0">
<bounds x="452" y="159" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1" state="0">
<bounds x="454" y="161" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1_border" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1_border" state="0">
<bounds x="452" y="187" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1" state="0">
<bounds x="454" y="189" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1_border" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1_border" state="0">
<bounds x="452" y="215" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1" state="0">
<bounds x="454" y="217" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1_border" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="452" y="243" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="454" y="245" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1_border" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1_border" state="0">
<bounds x="452" y="271" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1" state="0">
<bounds x="454" y="273" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1_border" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1_border" state="0">
<bounds x="396" y="159" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1" state="0">
<bounds x="398" y="161" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1_border" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1_border" state="0">
<bounds x="340" y="187" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1" state="0">
<bounds x="342" y="189" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1_border" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1_border" state="0">
<bounds x="340" y="159" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1" state="0">
<bounds x="342" y="161" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1_border" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1_border" state="0">
<bounds x="340" y="215" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1" state="0">
<bounds x="342" y="217" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1_border" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1_border" state="0">
<bounds x="340" y="243" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1" state="0">
<bounds x="342" y="245" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1_border" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1_border" state="0">
<bounds x="340" y="271" width="56" height="28"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1" state="0">
<bounds x="342" y="273" width="52" height="24"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1_border" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1_border" state="0">
<bounds x="509" y="199" width="22" height="62"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1" state="0">
<bounds x="511" y="201" width="18" height="58"/>
- </backdrop>
- <backdrop name="lamp144" element="lamp_144_1_border" state="0">
+ </element>
+ <element name="lamp144" ref="lamp_144_1_border" state="0">
<bounds x="532" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp144" element="lamp_144_1" state="0">
+ </element>
+ <element name="lamp144" ref="lamp_144_1" state="0">
<bounds x="534" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp145" element="lamp_145_1_border" state="0">
+ </element>
+ <element name="lamp145" ref="lamp_145_1_border" state="0">
<bounds x="476" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp145" element="lamp_145_1" state="0">
+ </element>
+ <element name="lamp145" ref="lamp_145_1" state="0">
<bounds x="478" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp146" element="lamp_146_1_border" state="0">
+ </element>
+ <element name="lamp146" ref="lamp_146_1_border" state="0">
<bounds x="420" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp146" element="lamp_146_1" state="0">
+ </element>
+ <element name="lamp146" ref="lamp_146_1" state="0">
<bounds x="422" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp147" element="lamp_147_1_border" state="0">
+ </element>
+ <element name="lamp147" ref="lamp_147_1_border" state="0">
<bounds x="364" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp147" element="lamp_147_1" state="0">
+ </element>
+ <element name="lamp147" ref="lamp_147_1" state="0">
<bounds x="366" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp148" element="lamp_148_1_border" state="0">
+ </element>
+ <element name="lamp148" ref="lamp_148_1_border" state="0">
<bounds x="308" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp148" element="lamp_148_1" state="0">
+ </element>
+ <element name="lamp148" ref="lamp_148_1" state="0">
<bounds x="310" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp149" element="lamp_149_1_border" state="0">
+ </element>
+ <element name="lamp149" ref="lamp_149_1_border" state="0">
<bounds x="252" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp149" element="lamp_149_1" state="0">
+ </element>
+ <element name="lamp149" ref="lamp_149_1" state="0">
<bounds x="254" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1_border" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1_border" state="0">
<bounds x="308" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1" state="0">
<bounds x="310" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1_border" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1_border" state="0">
<bounds x="252" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1" state="0">
<bounds x="254" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1_border" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1_border" state="0">
<bounds x="532" y="150" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1" state="0">
<bounds x="534" y="152" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1_border" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1_border" state="0">
<bounds x="532" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1" state="0">
<bounds x="534" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1_border" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1_border" state="0">
<bounds x="476" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1" state="0">
<bounds x="478" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1_border" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1_border" state="0">
<bounds x="420" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1" state="0">
<bounds x="422" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1_border" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1_border" state="0">
<bounds x="532" y="182" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1" state="0">
<bounds x="534" y="184" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1_border" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1_border" state="0">
<bounds x="532" y="214" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1" state="0">
<bounds x="534" y="216" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1_border" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1_border" state="0">
<bounds x="532" y="246" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1" state="0">
<bounds x="534" y="248" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1_border" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1_border" state="0">
<bounds x="532" y="278" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1" state="0">
<bounds x="534" y="280" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1_border" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1_border" state="0">
<bounds x="364" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1" state="0">
<bounds x="366" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1_border" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1_border" state="0">
<bounds x="196" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1" state="0">
<bounds x="198" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1_border" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1_border" state="0">
<bounds x="196" y="150" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1" state="0">
<bounds x="198" y="152" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1_border" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1_border" state="0">
<bounds x="196" y="182" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1" state="0">
<bounds x="198" y="184" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1_border" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1_border" state="0">
<bounds x="196" y="214" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1" state="0">
<bounds x="198" y="216" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1_border" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1_border" state="0">
<bounds x="196" y="246" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1" state="0">
<bounds x="198" y="248" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp151" element="lamp_151_1_border" state="0">
+ </element>
+ <element name="lamp151" ref="lamp_151_1_border" state="0">
<bounds x="196" y="278" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp151" element="lamp_151_1" state="0">
+ </element>
+ <element name="lamp151" ref="lamp_151_1" state="0">
<bounds x="198" y="280" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp150" element="lamp_150_1_border" state="0">
+ </element>
+ <element name="lamp150" ref="lamp_150_1_border" state="0">
<bounds x="196" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp150" element="lamp_150_1" state="0">
+ </element>
+ <element name="lamp150" ref="lamp_150_1" state="0">
<bounds x="198" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1_border" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1_border" state="0">
<bounds x="712" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1" state="0">
<bounds x="714" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp17" element="lamp_17_1_border" state="0">
+ </element>
+ <element name="lamp17" ref="lamp_17_1_border" state="0">
<bounds x="658" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp17" element="lamp_17_1" state="0">
+ </element>
+ <element name="lamp17" ref="lamp_17_1" state="0">
<bounds x="660" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1_border" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1_border" state="0">
<bounds x="604" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1" state="0">
<bounds x="606" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1_border" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1_border" state="0">
<bounds x="604" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1" state="0">
<bounds x="606" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1_border" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1_border" state="0">
<bounds x="658" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1" state="0">
<bounds x="660" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1_border" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1_border" state="0">
<bounds x="712" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1" state="0">
<bounds x="714" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1_border" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1_border" state="0">
<bounds x="604" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1" state="0">
<bounds x="606" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp23" element="lamp_23_1_border" state="0">
+ </element>
+ <element name="lamp23" ref="lamp_23_1_border" state="0">
<bounds x="658" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp23" element="lamp_23_1" state="0">
+ </element>
+ <element name="lamp23" ref="lamp_23_1" state="0">
<bounds x="660" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp36" element="lamp_36_1_border" state="0">
+ </element>
+ <element name="lamp36" ref="lamp_36_1_border" state="0">
<bounds x="712" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp36" element="lamp_36_1" state="0">
+ </element>
+ <element name="lamp36" ref="lamp_36_1" state="0">
<bounds x="714" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp39" element="lamp_39_1_border" state="0">
+ </element>
+ <element name="lamp39" ref="lamp_39_1_border" state="0">
<bounds x="604" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp39" element="lamp_39_1" state="0">
+ </element>
+ <element name="lamp39" ref="lamp_39_1" state="0">
<bounds x="606" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp38" element="lamp_38_1_border" state="0">
+ </element>
+ <element name="lamp38" ref="lamp_38_1_border" state="0">
<bounds x="658" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp38" element="lamp_38_1" state="0">
+ </element>
+ <element name="lamp38" ref="lamp_38_1" state="0">
<bounds x="660" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp37" element="lamp_37_1_border" state="0">
+ </element>
+ <element name="lamp37" ref="lamp_37_1_border" state="0">
<bounds x="712" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp37" element="lamp_37_1" state="0">
+ </element>
+ <element name="lamp37" ref="lamp_37_1" state="0">
<bounds x="714" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp54" element="lamp_54_1_border" state="0">
+ </element>
+ <element name="lamp54" ref="lamp_54_1_border" state="0">
<bounds x="604" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp54" element="lamp_54_1" state="0">
+ </element>
+ <element name="lamp54" ref="lamp_54_1" state="0">
<bounds x="606" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp55" element="lamp_55_1_border" state="0">
+ </element>
+ <element name="lamp55" ref="lamp_55_1_border" state="0">
<bounds x="658" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp55" element="lamp_55_1" state="0">
+ </element>
+ <element name="lamp55" ref="lamp_55_1" state="0">
<bounds x="660" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1_border" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1_border" state="0">
<bounds x="712" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1" state="0">
<bounds x="714" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp84" element="lamp_84_1_border" state="0">
+ </element>
+ <element name="lamp84" ref="lamp_84_1_border" state="0">
<bounds x="604" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp84" element="lamp_84_1" state="0">
+ </element>
+ <element name="lamp84" ref="lamp_84_1" state="0">
<bounds x="606" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1_border" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1_border" state="0">
<bounds x="658" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1" state="0">
<bounds x="660" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1_border" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1_border" state="0">
<bounds x="712" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1" state="0">
<bounds x="714" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp86" element="lamp_86_1_border" state="0">
+ </element>
+ <element name="lamp86" ref="lamp_86_1_border" state="0">
<bounds x="186" y="33" width="72" height="32"/>
- </backdrop>
- <backdrop name="lamp86" element="lamp_86_1" state="0">
+ </element>
+ <element name="lamp86" ref="lamp_86_1" state="0">
<bounds x="188" y="35" width="68" height="28"/>
- </backdrop>
- <backdrop name="lamp87" element="lamp_87_1_border" state="0">
+ </element>
+ <element name="lamp87" ref="lamp_87_1_border" state="0">
<bounds x="186" y="65" width="72" height="47"/>
- </backdrop>
- <backdrop name="lamp87" element="lamp_87_1" state="0">
+ </element>
+ <element name="lamp87" ref="lamp_87_1" state="0">
<bounds x="188" y="67" width="68" height="43"/>
- </backdrop>
- <backdrop name="lamp96" element="lamp_96_1_border" state="0">
+ </element>
+ <element name="lamp96" ref="lamp_96_1_border" state="0">
<bounds x="80" y="449" width="52" height="32"/>
- </backdrop>
- <backdrop name="lamp96" element="lamp_96_1" state="0">
+ </element>
+ <element name="lamp96" ref="lamp_96_1" state="0">
<bounds x="82" y="451" width="48" height="28"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_168_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_168_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="564" y="604" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_168" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_168" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="566" y="606" width="74" height="34"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_169_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_169_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="646" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_169" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_169" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="648" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_170_border" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_170_border" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="394" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_170" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_170" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="396" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_171_border" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_171_border" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="476" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_171" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_171" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="478" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_172_border" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_172_border" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="230" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_172" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_172" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="232" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_173_border" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_173_border" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="312" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_173" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_173" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="314" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_174_border" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_174_border" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="149" y="604" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_174" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_174" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="151" y="606" width="74" height="34"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_175_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_175_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="739" y="585" width="42" height="27"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_175" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_175" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="741" y="587" width="38" height="23"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="717" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off41" element="led_off">
+ </element>
+ <element name="led_off41" ref="led_off">
<bounds x="721" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off42" element="led_off">
+ </element>
+ <element name="led_off42" ref="led_off">
<bounds x="738" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off43" element="led_off">
+ </element>
+ <element name="led_off43" ref="led_off">
<bounds x="738" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off44" element="led_off">
+ </element>
+ <element name="led_off44" ref="led_off">
<bounds x="721" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off45" element="led_off">
+ </element>
+ <element name="led_off45" ref="led_off">
<bounds x="721" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off46" element="led_off">
+ </element>
+ <element name="led_off46" ref="led_off">
<bounds x="721" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off47" element="led_off">
+ </element>
+ <element name="led_off47" ref="led_off">
<bounds x="721" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off40" element="led_dot_off">
+ </element>
+ <element name="led_off40" ref="led_dot_off">
<bounds x="742" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp41" element="led_on">
+ </element>
+ <element name="lamp41" ref="led_on">
<bounds x="721" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp42" element="led_on">
+ </element>
+ <element name="lamp42" ref="led_on">
<bounds x="738" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp43" element="led_on">
+ </element>
+ <element name="lamp43" ref="led_on">
<bounds x="738" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp44" element="led_on">
+ </element>
+ <element name="lamp44" ref="led_on">
<bounds x="721" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp45" element="led_on">
+ </element>
+ <element name="lamp45" ref="led_on">
<bounds x="721" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp46" element="led_on">
+ </element>
+ <element name="lamp46" ref="led_on">
<bounds x="721" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp47" element="led_on">
+ </element>
+ <element name="lamp47" ref="led_on">
<bounds x="721" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp40" element="led_dot_on">
+ </element>
+ <element name="lamp40" ref="led_dot_on">
<bounds x="742" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="687" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off25" element="led_off">
+ </element>
+ <element name="led_off25" ref="led_off">
<bounds x="691" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off26" element="led_off">
+ </element>
+ <element name="led_off26" ref="led_off">
<bounds x="708" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off27" element="led_off">
+ </element>
+ <element name="led_off27" ref="led_off">
<bounds x="708" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off28" element="led_off">
+ </element>
+ <element name="led_off28" ref="led_off">
<bounds x="691" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off29" element="led_off">
+ </element>
+ <element name="led_off29" ref="led_off">
<bounds x="691" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off30" element="led_off">
+ </element>
+ <element name="led_off30" ref="led_off">
<bounds x="691" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off31" element="led_off">
+ </element>
+ <element name="led_off31" ref="led_off">
<bounds x="691" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off24" element="led_dot_off">
+ </element>
+ <element name="led_off24" ref="led_dot_off">
<bounds x="712" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp25" element="led_on">
+ </element>
+ <element name="lamp25" ref="led_on">
<bounds x="691" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp26" element="led_on">
+ </element>
+ <element name="lamp26" ref="led_on">
<bounds x="708" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp27" element="led_on">
+ </element>
+ <element name="lamp27" ref="led_on">
<bounds x="708" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp28" element="led_on">
+ </element>
+ <element name="lamp28" ref="led_on">
<bounds x="691" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp29" element="led_on">
+ </element>
+ <element name="lamp29" ref="led_on">
<bounds x="691" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp30" element="led_on">
+ </element>
+ <element name="lamp30" ref="led_on">
<bounds x="691" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp31" element="led_on">
+ </element>
+ <element name="lamp31" ref="led_on">
<bounds x="691" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp24" element="led_dot_on">
+ </element>
+ <element name="lamp24" ref="led_dot_on">
<bounds x="712" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="747" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off57" element="led_off">
+ </element>
+ <element name="led_off57" ref="led_off">
<bounds x="751" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off58" element="led_off">
+ </element>
+ <element name="led_off58" ref="led_off">
<bounds x="768" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off59" element="led_off">
+ </element>
+ <element name="led_off59" ref="led_off">
<bounds x="768" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off60" element="led_off">
+ </element>
+ <element name="led_off60" ref="led_off">
<bounds x="751" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off61" element="led_off">
+ </element>
+ <element name="led_off61" ref="led_off">
<bounds x="751" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off62" element="led_off">
+ </element>
+ <element name="led_off62" ref="led_off">
<bounds x="751" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off63" element="led_off">
+ </element>
+ <element name="led_off63" ref="led_off">
<bounds x="751" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off56" element="led_dot_off">
+ </element>
+ <element name="led_off56" ref="led_dot_off">
<bounds x="772" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp57" element="led_on">
+ </element>
+ <element name="lamp57" ref="led_on">
<bounds x="751" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp58" element="led_on">
+ </element>
+ <element name="lamp58" ref="led_on">
<bounds x="768" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp59" element="led_on">
+ </element>
+ <element name="lamp59" ref="led_on">
<bounds x="768" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp60" element="led_on">
+ </element>
+ <element name="lamp60" ref="led_on">
<bounds x="751" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp61" element="led_on">
+ </element>
+ <element name="lamp61" ref="led_on">
<bounds x="751" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp62" element="led_on">
+ </element>
+ <element name="lamp62" ref="led_on">
<bounds x="751" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp63" element="led_on">
+ </element>
+ <element name="lamp63" ref="led_on">
<bounds x="751" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp56" element="led_dot_on">
+ </element>
+ <element name="lamp56" ref="led_dot_on">
<bounds x="772" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="657" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off9" element="led_off">
+ </element>
+ <element name="led_off9" ref="led_off">
<bounds x="661" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off10" element="led_off">
+ </element>
+ <element name="led_off10" ref="led_off">
<bounds x="678" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off11" element="led_off">
+ </element>
+ <element name="led_off11" ref="led_off">
<bounds x="678" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off12" element="led_off">
+ </element>
+ <element name="led_off12" ref="led_off">
<bounds x="661" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off13" element="led_off">
+ </element>
+ <element name="led_off13" ref="led_off">
<bounds x="661" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off14" element="led_off">
+ </element>
+ <element name="led_off14" ref="led_off">
<bounds x="661" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off15" element="led_off">
+ </element>
+ <element name="led_off15" ref="led_off">
<bounds x="661" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off8" element="led_dot_off">
+ </element>
+ <element name="led_off8" ref="led_dot_off">
<bounds x="682" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp9" element="led_on">
+ </element>
+ <element name="lamp9" ref="led_on">
<bounds x="661" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp10" element="led_on">
+ </element>
+ <element name="lamp10" ref="led_on">
<bounds x="678" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp11" element="led_on">
+ </element>
+ <element name="lamp11" ref="led_on">
<bounds x="678" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp12" element="led_on">
+ </element>
+ <element name="lamp12" ref="led_on">
<bounds x="661" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp13" element="led_on">
+ </element>
+ <element name="lamp13" ref="led_on">
<bounds x="661" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp14" element="led_on">
+ </element>
+ <element name="lamp14" ref="led_on">
<bounds x="661" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp15" element="led_on">
+ </element>
+ <element name="lamp15" ref="led_on">
<bounds x="661" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp8" element="led_dot_on">
+ </element>
+ <element name="lamp8" ref="led_dot_on">
<bounds x="682" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="717" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off105" element="led_off">
+ </element>
+ <element name="led_off105" ref="led_off">
<bounds x="721" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off106" element="led_off">
+ </element>
+ <element name="led_off106" ref="led_off">
<bounds x="738" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off107" element="led_off">
+ </element>
+ <element name="led_off107" ref="led_off">
<bounds x="738" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off108" element="led_off">
+ </element>
+ <element name="led_off108" ref="led_off">
<bounds x="721" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off109" element="led_off">
+ </element>
+ <element name="led_off109" ref="led_off">
<bounds x="721" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off110" element="led_off">
+ </element>
+ <element name="led_off110" ref="led_off">
<bounds x="721" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off111" element="led_off">
+ </element>
+ <element name="led_off111" ref="led_off">
<bounds x="721" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off104" element="led_dot_off">
+ </element>
+ <element name="led_off104" ref="led_dot_off">
<bounds x="742" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp105" element="led_on">
+ </element>
+ <element name="lamp105" ref="led_on">
<bounds x="721" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp106" element="led_on">
+ </element>
+ <element name="lamp106" ref="led_on">
<bounds x="738" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp107" element="led_on">
+ </element>
+ <element name="lamp107" ref="led_on">
<bounds x="738" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp108" element="led_on">
+ </element>
+ <element name="lamp108" ref="led_on">
<bounds x="721" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp109" element="led_on">
+ </element>
+ <element name="lamp109" ref="led_on">
<bounds x="721" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp110" element="led_on">
+ </element>
+ <element name="lamp110" ref="led_on">
<bounds x="721" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp111" element="led_on">
+ </element>
+ <element name="lamp111" ref="led_on">
<bounds x="721" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp104" element="led_dot_on">
+ </element>
+ <element name="lamp104" ref="led_dot_on">
<bounds x="742" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="687" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off89" element="led_off">
+ </element>
+ <element name="led_off89" ref="led_off">
<bounds x="691" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off90" element="led_off">
+ </element>
+ <element name="led_off90" ref="led_off">
<bounds x="708" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off91" element="led_off">
+ </element>
+ <element name="led_off91" ref="led_off">
<bounds x="708" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off92" element="led_off">
+ </element>
+ <element name="led_off92" ref="led_off">
<bounds x="691" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off93" element="led_off">
+ </element>
+ <element name="led_off93" ref="led_off">
<bounds x="691" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off94" element="led_off">
+ </element>
+ <element name="led_off94" ref="led_off">
<bounds x="691" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off95" element="led_off">
+ </element>
+ <element name="led_off95" ref="led_off">
<bounds x="691" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off88" element="led_dot_off">
+ </element>
+ <element name="led_off88" ref="led_dot_off">
<bounds x="712" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp89" element="led_on">
+ </element>
+ <element name="lamp89" ref="led_on">
<bounds x="691" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp90" element="led_on">
+ </element>
+ <element name="lamp90" ref="led_on">
<bounds x="708" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp91" element="led_on">
+ </element>
+ <element name="lamp91" ref="led_on">
<bounds x="708" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp92" element="led_on">
+ </element>
+ <element name="lamp92" ref="led_on">
<bounds x="691" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp93" element="led_on">
+ </element>
+ <element name="lamp93" ref="led_on">
<bounds x="691" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp94" element="led_on">
+ </element>
+ <element name="lamp94" ref="led_on">
<bounds x="691" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp95" element="led_on">
+ </element>
+ <element name="lamp95" ref="led_on">
<bounds x="691" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp88" element="led_dot_on">
+ </element>
+ <element name="lamp88" ref="led_dot_on">
<bounds x="712" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="747" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off121" element="led_off">
+ </element>
+ <element name="led_off121" ref="led_off">
<bounds x="751" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off122" element="led_off">
+ </element>
+ <element name="led_off122" ref="led_off">
<bounds x="768" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off123" element="led_off">
+ </element>
+ <element name="led_off123" ref="led_off">
<bounds x="768" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off124" element="led_off">
+ </element>
+ <element name="led_off124" ref="led_off">
<bounds x="751" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off125" element="led_off">
+ </element>
+ <element name="led_off125" ref="led_off">
<bounds x="751" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off126" element="led_off">
+ </element>
+ <element name="led_off126" ref="led_off">
<bounds x="751" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off127" element="led_off">
+ </element>
+ <element name="led_off127" ref="led_off">
<bounds x="751" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off120" element="led_dot_off">
+ </element>
+ <element name="led_off120" ref="led_dot_off">
<bounds x="772" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp121" element="led_on">
+ </element>
+ <element name="lamp121" ref="led_on">
<bounds x="751" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp122" element="led_on">
+ </element>
+ <element name="lamp122" ref="led_on">
<bounds x="768" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp123" element="led_on">
+ </element>
+ <element name="lamp123" ref="led_on">
<bounds x="768" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp124" element="led_on">
+ </element>
+ <element name="lamp124" ref="led_on">
<bounds x="751" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp125" element="led_on">
+ </element>
+ <element name="lamp125" ref="led_on">
<bounds x="751" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp126" element="led_on">
+ </element>
+ <element name="lamp126" ref="led_on">
<bounds x="751" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp127" element="led_on">
+ </element>
+ <element name="lamp127" ref="led_on">
<bounds x="751" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp120" element="led_dot_on">
+ </element>
+ <element name="lamp120" ref="led_dot_on">
<bounds x="772" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="657" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off73" element="led_off">
+ </element>
+ <element name="led_off73" ref="led_off">
<bounds x="661" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off74" element="led_off">
+ </element>
+ <element name="led_off74" ref="led_off">
<bounds x="678" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off75" element="led_off">
+ </element>
+ <element name="led_off75" ref="led_off">
<bounds x="678" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off76" element="led_off">
+ </element>
+ <element name="led_off76" ref="led_off">
<bounds x="661" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off77" element="led_off">
+ </element>
+ <element name="led_off77" ref="led_off">
<bounds x="661" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off78" element="led_off">
+ </element>
+ <element name="led_off78" ref="led_off">
<bounds x="661" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off79" element="led_off">
+ </element>
+ <element name="led_off79" ref="led_off">
<bounds x="661" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off256" element="led_dot_off">
+ </element>
+ <element name="led_off256" ref="led_dot_off">
<bounds x="682" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp73" element="led_on">
+ </element>
+ <element name="lamp73" ref="led_on">
<bounds x="661" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp74" element="led_on">
+ </element>
+ <element name="lamp74" ref="led_on">
<bounds x="678" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp75" element="led_on">
+ </element>
+ <element name="lamp75" ref="led_on">
<bounds x="678" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp76" element="led_on">
+ </element>
+ <element name="lamp76" ref="led_on">
<bounds x="661" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp77" element="led_on">
+ </element>
+ <element name="lamp77" ref="led_on">
<bounds x="661" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp78" element="led_on">
+ </element>
+ <element name="lamp78" ref="led_on">
<bounds x="661" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp79" element="led_on">
+ </element>
+ <element name="lamp79" ref="led_on">
<bounds x="661" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp256" element="led_dot_on">
+ </element>
+ <element name="lamp256" ref="led_dot_on">
<bounds x="682" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop element="dmd_background">
- <bounds x="261" y="29" width="262" height="86"/>
- </backdrop>
- <screen index="0">
+ </element>
+ <group ref="dmd">
<bounds left="261" top="29" right="523" bottom="115"/>
- </screen>
- <screen index="0">
- <bounds left="261" top="29" right="523" bottom="115"/>
- </screen>
- <screen index="0">
- <bounds left="261" top="29" right="523" bottom="115"/>
- </screen>
- <backdrop name="label5" element="label_5">
+ </group>
+ <element ref="dmd_background" blend="add">
+ <bounds x="261" y="29" width="262" height="86"/>
+ </element>
+ <element name="label5" ref="label_5">
<bounds x="668" y="5" width="84" height="24"/>
- </backdrop>
- <backdrop name="label10" element="label_10">
+ </element>
+ <element name="label10" ref="label_10">
<bounds x="619" y="11" width="38" height="67"/>
- </backdrop>
- <backdrop name="label11" element="label_11">
+ </element>
+ <element name="label11" ref="label_11">
<bounds x="619" y="85" width="38" height="67"/>
- </backdrop>
- <backdrop name="label12" element="label_12">
+ </element>
+ <element name="label12" ref="label_12">
<bounds x="662" y="79" width="101" height="24"/>
- </backdrop>
- <backdrop name="label21" element="label_21">
+ </element>
+ <element name="label21" ref="label_21">
<bounds x="635" y="177" width="107" height="22"/>
- </backdrop>
- <backdrop name="label28" element="label_28">
+ </element>
+ <element name="label28" ref="label_28">
<bounds x="559" y="495" width="25" height="26"/>
- </backdrop>
- <backdrop name="label29" element="label_29">
+ </element>
+ <element name="label29" ref="label_29">
<bounds x="278" y="173" width="38" height="22"/>
- </backdrop>
- <backdrop name="label70" element="label_70">
+ </element>
+ <element name="label70" ref="label_70">
<bounds x="655" y="258" width="57" height="22"/>
- </backdrop>
- <backdrop name="label89" element="label_89">
+ </element>
+ <element name="label89" ref="label_89">
<bounds x="204" y="495" width="25" height="26"/>
- </backdrop>
- <backdrop name="label97" element="label_97">
+ </element>
+ <element name="label97" ref="label_97">
<bounds x="109" y="197" width="33" height="22"/>
- </backdrop>
- <backdrop name="label98" element="label_98">
+ </element>
+ <element name="label98" ref="label_98">
<bounds x="109" y="385" width="22" height="22"/>
- </backdrop>
- <backdrop name="label99" element="label_99">
+ </element>
+ <element name="label99" ref="label_99">
<bounds x="109" y="360" width="40" height="19"/>
- </backdrop>
- <backdrop name="label100" element="label_100">
+ </element>
+ <element name="label100" ref="label_100">
<bounds x="109" y="331" width="22" height="22"/>
- </backdrop>
- <backdrop name="label101" element="label_101">
+ </element>
+ <element name="label101" ref="label_101">
<bounds x="109" y="304" width="22" height="22"/>
- </backdrop>
- <backdrop name="label102" element="label_102">
+ </element>
+ <element name="label102" ref="label_102">
<bounds x="109" y="277" width="22" height="22"/>
- </backdrop>
- <backdrop name="label113" element="label_113">
+ </element>
+ <element name="label113" ref="label_113">
<bounds x="109" y="251" width="22" height="22"/>
- </backdrop>
- <backdrop name="label122" element="label_122">
+ </element>
+ <element name="label122" ref="label_122">
<bounds x="109" y="224" width="33" height="22"/>
- </backdrop>
- <backdrop name="label129" element="label_129">
+ </element>
+ <element name="label129" ref="label_129">
<bounds x="122" y="88" width="33" height="22"/>
- </backdrop>
- <backdrop name="label130" element="label_130">
+ </element>
+ <element name="label130" ref="label_130">
<bounds x="122" y="9" width="44" height="22"/>
- </backdrop>
- <backdrop name="label131" element="label_131">
+ </element>
+ <element name="label131" ref="label_131">
<bounds x="122" y="35" width="33" height="22"/>
- </backdrop>
- <backdrop name="label132" element="label_132">
+ </element>
+ <element name="label132" ref="label_132">
<bounds x="122" y="62" width="33" height="22"/>
- </backdrop>
- <backdrop name="label133" element="label_133">
+ </element>
+ <element name="label133" ref="label_133">
<bounds x="122" y="114" width="33" height="22"/>
- </backdrop>
- <backdrop name="label134" element="label_134">
+ </element>
+ <element name="label134" ref="label_134">
<bounds x="122" y="143" width="33" height="22"/>
- </backdrop>
- <backdrop name="label135" element="label_135">
+ </element>
+ <element name="label135" ref="label_135">
<bounds x="122" y="169" width="33" height="22"/>
- </backdrop>
+ </element>
</view>
<view name="MFME2MAME Debug">
- <backdrop element="debug_backdrop_colour">
+ <element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_lamp_button" state="0">
+ </element>
+
+ <element name="lamp0" ref="debug_lamp_button" state="0">
<bounds x="32" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_0" element="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp1" ref="debug_lamp_button" state="0">
<bounds x="96" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_1" element="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp2" ref="debug_lamp_button" state="0">
<bounds x="160" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_2" element="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp3" ref="debug_lamp_button" state="0">
<bounds x="224" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_3" element="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp4" ref="debug_lamp_button" state="0">
<bounds x="288" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_4" element="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp5" ref="debug_lamp_button" state="0">
<bounds x="352" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_5" element="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp6" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_6" element="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp7" ref="debug_lamp_button" state="0">
<bounds x="480" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_7" element="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp8" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp8" ref="debug_lamp_segment" state="0">
<bounds x="544" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_8" element="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp9" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp9" ref="debug_lamp_segment" state="0">
<bounds x="608" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_9" element="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp10" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp10" ref="debug_lamp_segment" state="0">
<bounds x="672" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_10" element="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp11" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp11" ref="debug_lamp_segment" state="0">
<bounds x="736" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_11" element="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp12" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp12" ref="debug_lamp_segment" state="0">
<bounds x="800" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_12" element="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp13" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp13" ref="debug_lamp_segment" state="0">
<bounds x="864" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_13" element="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp14" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp14" ref="debug_lamp_segment" state="0">
<bounds x="928" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_14" element="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp15" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp15" ref="debug_lamp_segment" state="0">
<bounds x="992" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_15" element="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp16" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_16" element="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp17" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp17" ref="debug_lamp_standard" state="0">
<bounds x="96" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_17" element="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp18" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp18" ref="debug_lamp_standard" state="0">
<bounds x="160" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_18" element="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp19" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_19" element="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp20" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_20" element="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp21" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_21" element="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp22" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_22" element="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp23" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_23" element="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp24" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp24" ref="debug_lamp_segment" state="0">
<bounds x="544" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_24" element="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp25" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp25" ref="debug_lamp_segment" state="0">
<bounds x="608" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_25" element="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp26" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp26" ref="debug_lamp_segment" state="0">
<bounds x="672" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_26" element="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp27" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp27" ref="debug_lamp_segment" state="0">
<bounds x="736" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_27" element="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp28" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp28" ref="debug_lamp_segment" state="0">
<bounds x="800" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_28" element="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp29" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp29" ref="debug_lamp_segment" state="0">
<bounds x="864" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_29" element="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp30" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp30" ref="debug_lamp_segment" state="0">
<bounds x="928" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_30" element="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp31" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp31" ref="debug_lamp_segment" state="0">
<bounds x="992" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_31" element="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp32" ref="debug_lamp_button" state="0">
<bounds x="32" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_32" element="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp33" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_33" element="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp34" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_34" element="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp35" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_35" element="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp36" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_36" element="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp37" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_37" element="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp38" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_38" element="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp39" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_39" element="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp40" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp40" ref="debug_lamp_segment" state="0">
<bounds x="544" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_40" element="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp41" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp41" ref="debug_lamp_segment" state="0">
<bounds x="608" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_41" element="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp42" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp42" ref="debug_lamp_segment" state="0">
<bounds x="672" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_42" element="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp43" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp43" ref="debug_lamp_segment" state="0">
<bounds x="736" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_43" element="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp44" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp44" ref="debug_lamp_segment" state="0">
<bounds x="800" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_44" element="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp45" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp45" ref="debug_lamp_segment" state="0">
<bounds x="864" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_45" element="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp46" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp46" ref="debug_lamp_segment" state="0">
<bounds x="928" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_46" element="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp47" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp47" ref="debug_lamp_segment" state="0">
<bounds x="992" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_47" element="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp48" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_48" element="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp49" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_49" element="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp50" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp50" ref="debug_lamp_reel" state="0">
<bounds x="160" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_50" element="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp51" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_51" element="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp52" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp52" ref="debug_lamp_reel" state="0">
<bounds x="288" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_52" element="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp53" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp53" ref="debug_lamp_reel" state="0">
<bounds x="352" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_53" element="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp54" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_54" element="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp55" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_55" element="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp56" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp56" ref="debug_lamp_segment" state="0">
<bounds x="544" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_56" element="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp57" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp57" ref="debug_lamp_segment" state="0">
<bounds x="608" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_57" element="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp58" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp58" ref="debug_lamp_segment" state="0">
<bounds x="672" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_58" element="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp59" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp59" ref="debug_lamp_segment" state="0">
<bounds x="736" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_59" element="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp60" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp60" ref="debug_lamp_segment" state="0">
<bounds x="800" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_60" element="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp61" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp61" ref="debug_lamp_segment" state="0">
<bounds x="864" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_61" element="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp62" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp62" ref="debug_lamp_segment" state="0">
<bounds x="928" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_62" element="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp63" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp63" ref="debug_lamp_segment" state="0">
<bounds x="992" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_63" element="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp64" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp64" ref="debug_lamp_reel" state="0">
<bounds x="32" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_64" element="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp65" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp65" ref="debug_lamp_reel" state="0">
<bounds x="96" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_65" element="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp66" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp66" ref="debug_lamp_reel" state="0">
<bounds x="160" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_66" element="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp67" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp67" ref="debug_lamp_reel" state="0">
<bounds x="224" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_67" element="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp68" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp68" ref="debug_lamp_reel" state="0">
<bounds x="288" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_68" element="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp69" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp69" ref="debug_lamp_reel" state="0">
<bounds x="352" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_69" element="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp70" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp70" ref="debug_lamp_standard" state="0">
<bounds x="416" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_70" element="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp71" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp71" ref="debug_lamp_standard" state="0">
<bounds x="480" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_71" element="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp72" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_72" element="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp73" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp73" ref="debug_lamp_segment" state="0">
<bounds x="608" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_73" element="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp74" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp74" ref="debug_lamp_segment" state="0">
<bounds x="672" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_74" element="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp75" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp75" ref="debug_lamp_segment" state="0">
<bounds x="736" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_75" element="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp76" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp76" ref="debug_lamp_segment" state="0">
<bounds x="800" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_76" element="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp77" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp77" ref="debug_lamp_segment" state="0">
<bounds x="864" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_77" element="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp78" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp78" ref="debug_lamp_segment" state="0">
<bounds x="928" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_78" element="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp79" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp79" ref="debug_lamp_segment" state="0">
<bounds x="992" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_79" element="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp80" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_80" element="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp81" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp81" ref="debug_lamp_reel" state="0">
<bounds x="96" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_81" element="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp82" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_82" element="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp83" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_83" element="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp84" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_84" element="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp85" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_85" element="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp86" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_86" element="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp87" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_87" element="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp88" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp88" ref="debug_lamp_segment" state="0">
<bounds x="544" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_88" element="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp89" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp89" ref="debug_lamp_segment" state="0">
<bounds x="608" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_89" element="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp90" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp90" ref="debug_lamp_segment" state="0">
<bounds x="672" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_90" element="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp91" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp91" ref="debug_lamp_segment" state="0">
<bounds x="736" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_91" element="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp92" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp92" ref="debug_lamp_segment" state="0">
<bounds x="800" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_92" element="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp93" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp93" ref="debug_lamp_segment" state="0">
<bounds x="864" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_93" element="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp94" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp94" ref="debug_lamp_segment" state="0">
<bounds x="928" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_94" element="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp95" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp95" ref="debug_lamp_segment" state="0">
<bounds x="992" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_95" element="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp96" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_96" element="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp97" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_97" element="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp98" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_98" element="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp99" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_99" element="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp100" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_100" element="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp101" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_101" element="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp102" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_102" element="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp103" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_103" element="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp104" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp104" ref="debug_lamp_segment" state="0">
<bounds x="544" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_104" element="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp105" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp105" ref="debug_lamp_segment" state="0">
<bounds x="608" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_105" element="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp106" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp106" ref="debug_lamp_segment" state="0">
<bounds x="672" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_106" element="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp107" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp107" ref="debug_lamp_segment" state="0">
<bounds x="736" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_107" element="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp108" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp108" ref="debug_lamp_segment" state="0">
<bounds x="800" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_108" element="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp109" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp109" ref="debug_lamp_segment" state="0">
<bounds x="864" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_109" element="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp110" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp110" ref="debug_lamp_segment" state="0">
<bounds x="928" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_110" element="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp111" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp111" ref="debug_lamp_segment" state="0">
<bounds x="992" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_111" element="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp112" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_112" element="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp113" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_113" element="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp114" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_114" element="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp115" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_115" element="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp116" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_116" element="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp117" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_117" element="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp118" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_118" element="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp119" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_119" element="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp120" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp120" ref="debug_lamp_segment" state="0">
<bounds x="544" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_120" element="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp121" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp121" ref="debug_lamp_segment" state="0">
<bounds x="608" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_121" element="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp122" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp122" ref="debug_lamp_segment" state="0">
<bounds x="672" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_122" element="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp123" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp123" ref="debug_lamp_segment" state="0">
<bounds x="736" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_123" element="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp124" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp124" ref="debug_lamp_segment" state="0">
<bounds x="800" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_124" element="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp125" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp125" ref="debug_lamp_segment" state="0">
<bounds x="864" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_125" element="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp126" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp126" ref="debug_lamp_segment" state="0">
<bounds x="928" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_126" element="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp127" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp127" ref="debug_lamp_segment" state="0">
<bounds x="992" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_127" element="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp128" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_128" element="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp129" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_129" element="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp130" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_130" element="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp131" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_131" element="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp132" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_132" element="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp133" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_133" element="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp134" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_134" element="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp135" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_135" element="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp136" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_136" element="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp137" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_137" element="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp138" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_138" element="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp139" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_139" element="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp140" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_140" element="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp141" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_141" element="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp142" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_142" element="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp143" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_143" element="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp144" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_144" element="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp145" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_145" element="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp146" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_146" element="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp147" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_147" element="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp148" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_148" element="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp149" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_149" element="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp150" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_150" element="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp151" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_151" element="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp152" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_152" element="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp153" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_153" element="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp154" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_154" element="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp155" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_155" element="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp156" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_156" element="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp157" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_157" element="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp158" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_158" element="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp159" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_159" element="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp160" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_160" element="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp161" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_161" element="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp162" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_162" element="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp163" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_163" element="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp164" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_164" element="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp165" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_165" element="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp166" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_166" element="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp167" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_167" element="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp168" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_168" element="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp169" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_169" element="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp170" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_170" element="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp171" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_171" element="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp172" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_172" element="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp173" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_173" element="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp174" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_174" element="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp175" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_175" element="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp176" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_176" element="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp177" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_177" element="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp178" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_178" element="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp179" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_179" element="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp180" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_180" element="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp181" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_181" element="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp182" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_182" element="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp183" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_183" element="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp184" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_184" element="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp185" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_185" element="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp186" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_186" element="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp187" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_187" element="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp188" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_188" element="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp189" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_189" element="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp190" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_190" element="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp191" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_191" element="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp192" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_192" element="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp193" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_193" element="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp194" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp194" ref="debug_lamp_standard" state="0">
<bounds x="160" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_194" element="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp195" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_195" element="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp196" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp196" ref="debug_lamp_standard" state="0">
<bounds x="288" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_196" element="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp197" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp197" ref="debug_lamp_standard" state="0">
<bounds x="352" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_197" element="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp198" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp198" ref="debug_lamp_standard" state="0">
<bounds x="416" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_198" element="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp199" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp199" ref="debug_lamp_standard" state="0">
<bounds x="480" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_199" element="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp200" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_200" element="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp201" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_201" element="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp202" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp202" ref="debug_lamp_standard" state="0">
<bounds x="672" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_202" element="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp203" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp203" ref="debug_lamp_standard" state="0">
<bounds x="736" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_203" element="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp204" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_204" element="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp205" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_205" element="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp206" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_206" element="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp207" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_207" element="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp208" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_208" element="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp209" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_209" element="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp210" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_210" element="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp211" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_211" element="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp212" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp212" ref="debug_lamp_standard" state="0">
<bounds x="288" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_212" element="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp213" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_213" element="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp214" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_214" element="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp215" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_215" element="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp216" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_216" element="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp217" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_217" element="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp218" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_218" element="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp219" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_219" element="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp220" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_220" element="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp221" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_221" element="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp222" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_222" element="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp223" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_223" element="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp224" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_224" element="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp225" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_225" element="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp226" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_226" element="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp227" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp227" ref="debug_lamp_standard" state="0">
<bounds x="224" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_227" element="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp228" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp228" ref="debug_lamp_standard" state="0">
<bounds x="288" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_228" element="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp229" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_229" element="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp230" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp230" ref="debug_lamp_standard" state="0">
<bounds x="416" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_230" element="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp231" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_231" element="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp232" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_232" element="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp233" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_233" element="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp234" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_234" element="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp235" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_235" element="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp236" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_236" element="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp237" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_237" element="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp238" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_238" element="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp239" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_239" element="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp240" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_240" element="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp241" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_241" element="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp242" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp242" ref="debug_lamp_standard" state="0">
<bounds x="160" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_242" element="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp243" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_243" element="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp244" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp244" ref="debug_lamp_standard" state="0">
<bounds x="288" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_244" element="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp245" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_245" element="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp246" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_246" element="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp247" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_247" element="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp248" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_248" element="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp249" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_249" element="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp250" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_250" element="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp251" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_251" element="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp252" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_252" element="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp253" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_253" element="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp254" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp254" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_254" element="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp255" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_255" element="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="debug_button_0" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
+ </element>
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="47" increment="64" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="47" increment="64" />
+ <element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
+ <bounds x="~x~" y="~y~" width="30" height="30"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_0" element="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_1" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
+ </element>
+ <element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_1" element="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_2" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
+ </element>
+ <element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_2" element="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_3" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
+ </element>
+ <element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_3" element="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_4" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
+ </element>
+ <element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_4" element="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_5" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
+ </element>
+ <element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_5" element="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_6" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
+ </element>
+ <element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_6" element="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_7" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
+ </element>
+ <element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_7" element="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_8" element="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_9" element="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_10" element="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_11" element="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_12" element="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_13" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
+ </element>
+ <element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_13" element="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_14" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
+ </element>
+ <element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_14" element="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_15" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
+ </element>
+ <element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_15" element="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_16" element="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_17" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_17" element="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_18" element="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_19" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
+ </element>
+ <element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_19" element="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_20" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
+ </element>
+ <element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_20" element="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_21" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
+ </element>
+ <element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_21" element="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_22" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
+ </element>
+ <element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_22" element="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_23" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
+ </element>
+ <element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_23" element="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_24" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
+ </element>
+ <element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_24" element="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_25" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
+ </element>
+ <element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_25" element="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_26" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
+ </element>
+ <element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_26" element="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_27" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
+ </element>
+ <element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_27" element="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_28" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
+ </element>
+ <element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_28" element="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_29" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
+ </element>
+ <element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_29" element="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_30" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
+ </element>
+ <element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_30" element="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_31" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
+ </element>
+ <element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_31" element="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_32" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
+ </element>
+ <element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_32" element="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_33" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
+ </element>
+ <element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_33" element="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_34" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
+ </element>
+ <element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_34" element="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_35" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
+ </element>
+ <element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_35" element="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_36" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
+ </element>
+ <element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_36" element="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_37" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
+ </element>
+ <element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_37" element="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_38" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
+ </element>
+ <element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_38" element="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_39" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
+ </element>
+ <element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_39" element="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_40" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
+ </element>
+ <element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_40" element="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_41" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
+ </element>
+ <element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_41" element="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_42" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
+ </element>
+ <element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_42" element="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_43" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
+ </element>
+ <element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_43" element="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_44" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
+ </element>
+ <element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_44" element="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_45" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
+ </element>
+ <element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_45" element="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_46" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
+ </element>
+ <element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_46" element="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_47" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
+ </element>
+ <element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_47" element="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_48" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
+ </element>
+ <element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_48" element="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_49" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
+ </element>
+ <element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_49" element="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_50" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
+ </element>
+ <element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_50" element="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_51" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
+ </element>
+ <element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_51" element="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_52" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
+ </element>
+ <element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_52" element="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_53" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
+ </element>
+ <element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_53" element="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_54" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
+ </element>
+ <element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_54" element="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_55" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
+ </element>
+ <element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_55" element="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_56" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
+ </element>
+ <element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_56" element="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_57" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
+ </element>
+ <element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_57" element="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_58" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
+ </element>
+ <element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_58" element="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_59" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
+ </element>
+ <element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_59" element="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_60" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
+ </element>
+ <element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_60" element="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_61" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
+ </element>
+ <element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_61" element="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_62" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
+ </element>
+ <element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_62" element="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_63" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
+ </element>
+ <element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_63" element="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="vfd0" element="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd1" element="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd2" element="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd3" element="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd4" element="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd5" element="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd6" element="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd7" element="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd8" element="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd9" element="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd10" element="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd11" element="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd12" element="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd13" element="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd14" element="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd15" element="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+
+ <repeat count="8">
+ <param name="s" start="0" increment="8" />
+ <param name="y" start="671" increment="48" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="1120" increment="84" />
+ <element name="debug_button_label_~n~" ref="debug_button_label_~n~">
+ <bounds x="~x~" y="~y~" width="40" height="22"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <repeat count="16">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~0~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
+ <element ref="reel_background">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1660" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_0" state="0">
<bounds x="1660.0000" y="32.0000" width="120.0000" height="240.0000"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_1" state="0">
<bounds x="1665.0000" y="42.0000" width="110.0000" height="220.0000"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_2" state="0">
<bounds x="1670.0000" y="52.0000" width="100.0000" height="200.0000"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_3" state="0">
<bounds x="1675.0000" y="62.0000" width="90.0000" height="180.0000"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_4" state="0">
<bounds x="1680.0000" y="72.0000" width="80.0000" height="160.0000"/>
- </backdrop>
- <backdrop name="lamp81" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp81" ref="reel_lamp_layer_5" state="0">
<bounds x="1685.0000" y="82.0000" width="70.0000" height="140.0000"/>
- </backdrop>
- <backdrop name="sreel5" element="reel4" state="0">
+ </element>
+ <element name="sreel5" ref="reel4" state="0">
<bounds x="1660" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="reel1" element="debug_stepper_value">
+ </element>
+ <element name="reel1" ref="debug_stepper_value">
<bounds x="1100" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel2" element="debug_stepper_value">
+ </element>
+ <element name="reel2" ref="debug_stepper_value">
<bounds x="1240" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel3" element="debug_stepper_value">
+ </element>
+ <element name="reel3" ref="debug_stepper_value">
<bounds x="1380" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel4" element="debug_stepper_value">
+ </element>
+ <element name="reel4" ref="debug_stepper_value">
<bounds x="1520" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel5" element="debug_stepper_value">
+ </element>
+ <element name="reel5" ref="debug_stepper_value">
<bounds x="1660" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_0">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
<bounds x="1180" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_1">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
<bounds x="1320" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_2">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
<bounds x="1460" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_3">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
<bounds x="1600" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_4">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_4">
<bounds x="1740" y="272" width="50" height="30"/>
- </backdrop>
- <screen index="0">
+ </element>
+
+ <group ref="dmd">
<bounds left="1400" top="400" right="1790" bottom="526"/>
- </screen>
+ </group>
</view>
</mamelayout>
diff --git a/src/mame/layout/sc2cpe.lay b/src/mame/layout/sc2cpe.lay
index 6d6bbd2535f..d52439a3590 100644
--- a/src/mame/layout/sc2cpe.lay
+++ b/src/mame/layout/sc2cpe.lay
@@ -2054,1542 +2054,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_lamp_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_64">
- <text string="64">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_65">
- <text string="65">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_66">
- <text string="66">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_67">
- <text string="67">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_68">
- <text string="68">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_69">
- <text string="69">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_70">
- <text string="70">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_71">
- <text string="71">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_72">
- <text string="72">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_73">
- <text string="73">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_74">
- <text string="74">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_75">
- <text string="75">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_76">
- <text string="76">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_77">
- <text string="77">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_78">
- <text string="78">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_79">
- <text string="79">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_80">
- <text string="80">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_81">
- <text string="81">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_82">
- <text string="82">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_83">
- <text string="83">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_84">
- <text string="84">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_85">
- <text string="85">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_86">
- <text string="86">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_87">
- <text string="87">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_88">
- <text string="88">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_89">
- <text string="89">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_90">
- <text string="90">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_91">
- <text string="91">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_92">
- <text string="92">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_93">
- <text string="93">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_94">
- <text string="94">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_95">
- <text string="95">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_96">
- <text string="96">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_97">
- <text string="97">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_98">
- <text string="98">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_99">
- <text string="99">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_100">
- <text string="100">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_101">
- <text string="101">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_102">
- <text string="102">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_103">
- <text string="103">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_104">
- <text string="104">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_105">
- <text string="105">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_106">
- <text string="106">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_107">
- <text string="107">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_108">
- <text string="108">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_109">
- <text string="109">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_110">
- <text string="110">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_111">
- <text string="111">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_112">
- <text string="112">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_113">
- <text string="113">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_114">
- <text string="114">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_115">
- <text string="115">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_116">
- <text string="116">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_117">
- <text string="117">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_118">
- <text string="118">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_119">
- <text string="119">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_120">
- <text string="120">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_121">
- <text string="121">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_122">
- <text string="122">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_123">
- <text string="123">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_124">
- <text string="124">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_125">
- <text string="125">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_126">
- <text string="126">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_127">
- <text string="127">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_128">
- <text string="128">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_129">
- <text string="129">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_130">
- <text string="130">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_131">
- <text string="131">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_132">
- <text string="132">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_133">
- <text string="133">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_134">
- <text string="134">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_135">
- <text string="135">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_136">
- <text string="136">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_137">
- <text string="137">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_138">
- <text string="138">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_139">
- <text string="139">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_140">
- <text string="140">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_141">
- <text string="141">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_142">
- <text string="142">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_143">
- <text string="143">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_144">
- <text string="144">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_145">
- <text string="145">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_146">
- <text string="146">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_147">
- <text string="147">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_148">
- <text string="148">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_149">
- <text string="149">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_150">
- <text string="150">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_151">
- <text string="151">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_152">
- <text string="152">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_153">
- <text string="153">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_154">
- <text string="154">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_155">
- <text string="155">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_156">
- <text string="156">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_157">
- <text string="157">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_158">
- <text string="158">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_159">
- <text string="159">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_160">
- <text string="160">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_161">
- <text string="161">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_162">
- <text string="162">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_163">
- <text string="163">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_164">
- <text string="164">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_165">
- <text string="165">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_166">
- <text string="166">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_167">
- <text string="167">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_168">
- <text string="168">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_169">
- <text string="169">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_170">
- <text string="170">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_171">
- <text string="171">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_172">
- <text string="172">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_173">
- <text string="173">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_174">
- <text string="174">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_175">
- <text string="175">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_176">
- <text string="176">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_177">
- <text string="177">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_178">
- <text string="178">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_179">
- <text string="179">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_180">
- <text string="180">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_181">
- <text string="181">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_182">
- <text string="182">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_183">
- <text string="183">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_184">
- <text string="184">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_185">
- <text string="185">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_186">
- <text string="186">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_187">
- <text string="187">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_188">
- <text string="188">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_189">
- <text string="189">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_190">
- <text string="190">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_191">
- <text string="191">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_192">
- <text string="192">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_193">
- <text string="193">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_194">
- <text string="194">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_195">
- <text string="195">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_196">
- <text string="196">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_197">
- <text string="197">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_198">
- <text string="198">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_199">
- <text string="199">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_200">
- <text string="200">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_201">
- <text string="201">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_202">
- <text string="202">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_203">
- <text string="203">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_204">
- <text string="204">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_205">
- <text string="205">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_206">
- <text string="206">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_207">
- <text string="207">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_208">
- <text string="208">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_209">
- <text string="209">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_210">
- <text string="210">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_211">
- <text string="211">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_212">
- <text string="212">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_213">
- <text string="213">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_214">
- <text string="214">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_215">
- <text string="215">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_216">
- <text string="216">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_217">
- <text string="217">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_218">
- <text string="218">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_219">
- <text string="219">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_220">
- <text string="220">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_221">
- <text string="221">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_222">
- <text string="222">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_223">
- <text string="223">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_224">
- <text string="224">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_225">
- <text string="225">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_226">
- <text string="226">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_227">
- <text string="227">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_228">
- <text string="228">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_229">
- <text string="229">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_230">
- <text string="230">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_231">
- <text string="231">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_232">
- <text string="232">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_233">
- <text string="233">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_234">
- <text string="234">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_235">
- <text string="235">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_236">
- <text string="236">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_237">
- <text string="237">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_238">
- <text string="238">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_239">
- <text string="239">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_240">
- <text string="240">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_241">
- <text string="241">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_242">
- <text string="242">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_243">
- <text string="243">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_244">
- <text string="244">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_245">
- <text string="245">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_246">
- <text string="246">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_247">
- <text string="247">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_248">
- <text string="248">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_249">
- <text string="249">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_250">
- <text string="250">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_251">
- <text string="251">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_252">
- <text string="252">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_253">
- <text string="253">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_254">
- <text string="254">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_255">
- <text string="255">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="256">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_lamp_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_button_standard">
<rect state="0">
<color red="0.20" green="0.20" blue="0.00"/>
@@ -3606,390 +2079,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_button_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="64">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_button_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_vfd">
<led14segsc>
<color red="0.0" green="1.0" blue="1.0"/>
@@ -4026,3477 +2124,2518 @@
</text>
</element>
+ <element name="dotmatrixdot">
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
+ </element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video">
- <backdrop element="backdrop_colour">
+ <element ref="backdrop_colour">
<bounds x="0" y="0" width="792" height="646"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="236" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="236.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="239.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="242.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="246.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="249.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="252.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="236.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="239.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="242.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="246.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="249.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="252.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="236.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="239.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="242.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="246.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="249.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="252.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="236" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="318" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="318.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="321.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="324.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="328.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="331.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="334.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="318.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="321.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="324.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="328.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="331.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="334.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="318.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="321.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="324.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="328.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="331.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="334.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="318" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="400" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="400.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="403.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="406.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="410.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="413.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="416.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="400.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="403.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="406.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="410.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="413.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="416.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="400.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="403.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="406.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="410.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="413.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="416.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="400" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="482" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="482.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="485.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="488.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="492.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="495.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="498.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_0" state="0">
<bounds x="482.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_1" state="0">
<bounds x="485.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_2" state="0">
<bounds x="488.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_3" state="0">
<bounds x="492.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_4" state="0">
<bounds x="495.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_5" state="0">
<bounds x="498.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_0" state="0">
<bounds x="482.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_1" state="0">
<bounds x="485.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_2" state="0">
<bounds x="488.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_3" state="0">
<bounds x="492.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_4" state="0">
<bounds x="495.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_5" state="0">
<bounds x="498.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="482" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="269" y="198" width="70" height="70"/>
- </backdrop>
- <backdrop name="sreel5" element="reel4" state="0">
+ </element>
+ <element name="sreel5" ref="reel4" state="0">
<bounds x="269" y="198" width="70" height="70"/>
- </backdrop>
- <backdrop name="lamp203" element="lamp_203_1_border" state="0">
+ </element>
+ <element name="lamp203" ref="lamp_203_1_border" state="0">
<bounds x="252" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp203" element="lamp_203_1" state="0">
+ </element>
+ <element name="lamp203" ref="lamp_203_1" state="0">
<bounds x="254" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp202" element="lamp_202_1_border" state="0">
+ </element>
+ <element name="lamp202" ref="lamp_202_1_border" state="0">
<bounds x="308" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp202" element="lamp_202_1" state="0">
+ </element>
+ <element name="lamp202" ref="lamp_202_1" state="0">
<bounds x="310" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp201" element="lamp_201_1_border" state="0">
+ </element>
+ <element name="lamp201" ref="lamp_201_1_border" state="0">
<bounds x="364" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp201" element="lamp_201_1" state="0">
+ </element>
+ <element name="lamp201" ref="lamp_201_1" state="0">
<bounds x="366" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp200" element="lamp_200_1_border" state="0">
+ </element>
+ <element name="lamp200" ref="lamp_200_1_border" state="0">
<bounds x="420" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp200" element="lamp_200_1" state="0">
+ </element>
+ <element name="lamp200" ref="lamp_200_1" state="0">
<bounds x="422" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp187" element="lamp_187_1_border" state="0">
+ </element>
+ <element name="lamp187" ref="lamp_187_1_border" state="0">
<bounds x="196" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp187" element="lamp_187_1" state="0">
+ </element>
+ <element name="lamp187" ref="lamp_187_1" state="0">
<bounds x="198" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp186" element="lamp_186_1_border" state="0">
+ </element>
+ <element name="lamp186" ref="lamp_186_1_border" state="0">
<bounds x="196" y="278" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp186" element="lamp_186_1" state="0">
+ </element>
+ <element name="lamp186" ref="lamp_186_1" state="0">
<bounds x="198" y="280" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp185" element="lamp_185_1_border" state="0">
+ </element>
+ <element name="lamp185" ref="lamp_185_1_border" state="0">
<bounds x="196" y="246" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp185" element="lamp_185_1" state="0">
+ </element>
+ <element name="lamp185" ref="lamp_185_1" state="0">
<bounds x="198" y="248" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp184" element="lamp_184_1_border" state="0">
+ </element>
+ <element name="lamp184" ref="lamp_184_1_border" state="0">
<bounds x="196" y="214" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp184" element="lamp_184_1" state="0">
+ </element>
+ <element name="lamp184" ref="lamp_184_1" state="0">
<bounds x="198" y="216" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1_border" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1_border" state="0">
<bounds x="476" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1" state="0">
<bounds x="478" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1_border" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1_border" state="0">
<bounds x="532" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1" state="0">
<bounds x="534" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1_border" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1_border" state="0">
<bounds x="196" y="182" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1" state="0">
<bounds x="198" y="184" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp119" element="lamp_119_1_border" state="0">
+ </element>
+ <element name="lamp119" ref="lamp_119_1_border" state="0">
<bounds x="620" y="354" width="132" height="47"/>
- </backdrop>
- <backdrop name="lamp119" element="lamp_119_1" state="0">
+ </element>
+ <element name="lamp119" ref="lamp_119_1" state="0">
<bounds x="622" y="356" width="128" height="43"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1_border" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1_border" state="0">
<bounds x="476" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1" state="0">
<bounds x="478" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1_border" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1_border" state="0">
<bounds x="420" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1" state="0">
<bounds x="422" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1_border" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1_border" state="0">
<bounds x="364" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1" state="0">
<bounds x="366" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1_border" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1_border" state="0">
<bounds x="308" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1" state="0">
<bounds x="310" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1_border" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1_border" state="0">
<bounds x="252" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1" state="0">
<bounds x="254" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1_border" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1_border" state="0">
<bounds x="196" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1" state="0">
<bounds x="198" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1_border" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1_border" state="0">
<bounds x="196" y="150" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1" state="0">
<bounds x="198" y="152" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1_border" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1_border" state="0">
<bounds x="532" y="118" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1" state="0">
<bounds x="534" y="120" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1_border" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1_border" state="0">
<bounds x="532" y="150" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1" state="0">
<bounds x="534" y="152" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1_border" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1_border" state="0">
<bounds x="532" y="182" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1" state="0">
<bounds x="534" y="184" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1_border" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1_border" state="0">
<bounds x="532" y="214" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1" state="0">
<bounds x="534" y="216" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1_border" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1_border" state="0">
<bounds x="532" y="246" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1" state="0">
<bounds x="534" y="248" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1_border" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1_border" state="0">
<bounds x="532" y="278" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1" state="0">
<bounds x="534" y="280" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1_border" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1_border" state="0">
<bounds x="604" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1" state="0">
<bounds x="606" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp213" element="lamp_213_1_border" state="0">
+ </element>
+ <element name="lamp213" ref="lamp_213_1_border" state="0">
<bounds x="655" y="310" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp213" element="lamp_213_1" state="0">
+ </element>
+ <element name="lamp213" ref="lamp_213_1" state="0">
<bounds x="657" y="312" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp214" element="lamp_214_1_border" state="0">
+ </element>
+ <element name="lamp214" ref="lamp_214_1_border" state="0">
<bounds x="717" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp214" element="lamp_214_1" state="0">
+ </element>
+ <element name="lamp214" ref="lamp_214_1" state="0">
<bounds x="719" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp215" element="lamp_215_1_border" state="0">
+ </element>
+ <element name="lamp215" ref="lamp_215_1_border" state="0">
<bounds x="717" y="278" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp215" element="lamp_215_1" state="0">
+ </element>
+ <element name="lamp215" ref="lamp_215_1" state="0">
<bounds x="719" y="280" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp216" element="lamp_216_1_border" state="0">
+ </element>
+ <element name="lamp216" ref="lamp_216_1_border" state="0">
<bounds x="717" y="246" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp216" element="lamp_216_1" state="0">
+ </element>
+ <element name="lamp216" ref="lamp_216_1" state="0">
<bounds x="719" y="248" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp217" element="lamp_217_1_border" state="0">
+ </element>
+ <element name="lamp217" ref="lamp_217_1_border" state="0">
<bounds x="717" y="214" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp217" element="lamp_217_1" state="0">
+ </element>
+ <element name="lamp217" ref="lamp_217_1" state="0">
<bounds x="719" y="216" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp218" element="lamp_218_1_border" state="0">
+ </element>
+ <element name="lamp218" ref="lamp_218_1_border" state="0">
<bounds x="717" y="182" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp218" element="lamp_218_1" state="0">
+ </element>
+ <element name="lamp218" ref="lamp_218_1" state="0">
<bounds x="719" y="184" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp219" element="lamp_219_1_border" state="0">
+ </element>
+ <element name="lamp219" ref="lamp_219_1_border" state="0">
<bounds x="655" y="182" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp219" element="lamp_219_1" state="0">
+ </element>
+ <element name="lamp219" ref="lamp_219_1" state="0">
<bounds x="657" y="184" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1_border" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1_border" state="0">
<bounds x="599" y="182" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1" state="0">
<bounds x="601" y="184" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1_border" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1_border" state="0">
<bounds x="599" y="214" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1" state="0">
<bounds x="601" y="216" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1_border" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1_border" state="0">
<bounds x="599" y="246" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1" state="0">
<bounds x="601" y="248" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1_border" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1_border" state="0">
<bounds x="599" y="278" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1" state="0">
<bounds x="601" y="280" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1_border" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="599" y="310" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="601" y="312" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp220" element="lamp_220_1_border" state="0">
+ </element>
+ <element name="lamp220" ref="lamp_220_1_border" state="0">
<bounds x="660" y="284" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp220" element="lamp_220_1" state="0">
+ </element>
+ <element name="lamp220" ref="lamp_220_1" state="0">
<bounds x="662" y="286" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp221" element="lamp_221_1_border" state="0">
+ </element>
+ <element name="lamp221" ref="lamp_221_1_border" state="0">
<bounds x="660" y="262" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp221" element="lamp_221_1" state="0">
+ </element>
+ <element name="lamp221" ref="lamp_221_1" state="0">
<bounds x="662" y="264" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp222" element="lamp_222_1_border" state="0">
+ </element>
+ <element name="lamp222" ref="lamp_222_1_border" state="0">
<bounds x="660" y="240" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp222" element="lamp_222_1" state="0">
+ </element>
+ <element name="lamp222" ref="lamp_222_1" state="0">
<bounds x="662" y="242" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp223" element="lamp_223_1_border" state="0">
+ </element>
+ <element name="lamp223" ref="lamp_223_1_border" state="0">
<bounds x="660" y="218" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp223" element="lamp_223_1" state="0">
+ </element>
+ <element name="lamp223" ref="lamp_223_1" state="0">
<bounds x="662" y="220" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp23" element="lamp_23_1_border" state="0">
+ </element>
+ <element name="lamp23" ref="lamp_23_1_border" state="0">
<bounds x="658" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp23" element="lamp_23_1" state="0">
+ </element>
+ <element name="lamp23" ref="lamp_23_1" state="0">
<bounds x="660" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp39" element="lamp_39_1_border" state="0">
+ </element>
+ <element name="lamp39" ref="lamp_39_1_border" state="0">
<bounds x="712" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp39" element="lamp_39_1" state="0">
+ </element>
+ <element name="lamp39" ref="lamp_39_1" state="0">
<bounds x="714" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1_border" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1_border" state="0">
<bounds x="604" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1" state="0">
<bounds x="606" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1_border" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1_border" state="0">
<bounds x="658" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1" state="0">
<bounds x="660" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp38" element="lamp_38_1_border" state="0">
+ </element>
+ <element name="lamp38" ref="lamp_38_1_border" state="0">
<bounds x="712" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp38" element="lamp_38_1" state="0">
+ </element>
+ <element name="lamp38" ref="lamp_38_1" state="0">
<bounds x="714" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp17" element="lamp_17_1_border" state="0">
+ </element>
+ <element name="lamp17" ref="lamp_17_1_border" state="0">
<bounds x="604" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp17" element="lamp_17_1" state="0">
+ </element>
+ <element name="lamp17" ref="lamp_17_1" state="0">
<bounds x="606" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1_border" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1_border" state="0">
<bounds x="604" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1" state="0">
<bounds x="606" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp54" element="lamp_54_1_border" state="0">
+ </element>
+ <element name="lamp54" ref="lamp_54_1_border" state="0">
<bounds x="604" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp54" element="lamp_54_1" state="0">
+ </element>
+ <element name="lamp54" ref="lamp_54_1" state="0">
<bounds x="606" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp55" element="lamp_55_1_border" state="0">
+ </element>
+ <element name="lamp55" ref="lamp_55_1_border" state="0">
<bounds x="604" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp55" element="lamp_55_1" state="0">
+ </element>
+ <element name="lamp55" ref="lamp_55_1" state="0">
<bounds x="606" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1_border" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1_border" state="0">
<bounds x="658" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1" state="0">
<bounds x="660" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1_border" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1_border" state="0">
<bounds x="658" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1" state="0">
<bounds x="660" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1_border" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1_border" state="0">
<bounds x="658" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1" state="0">
<bounds x="660" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1_border" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1_border" state="0">
<bounds x="658" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1" state="0">
<bounds x="660" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp34" element="lamp_34_1_border" state="0">
+ </element>
+ <element name="lamp34" ref="lamp_34_1_border" state="0">
<bounds x="712" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp34" element="lamp_34_1" state="0">
+ </element>
+ <element name="lamp34" ref="lamp_34_1" state="0">
<bounds x="714" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp35" element="lamp_35_1_border" state="0">
+ </element>
+ <element name="lamp35" ref="lamp_35_1_border" state="0">
<bounds x="712" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp35" element="lamp_35_1" state="0">
+ </element>
+ <element name="lamp35" ref="lamp_35_1" state="0">
<bounds x="714" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp36" element="lamp_36_1_border" state="0">
+ </element>
+ <element name="lamp36" ref="lamp_36_1_border" state="0">
<bounds x="712" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp36" element="lamp_36_1" state="0">
+ </element>
+ <element name="lamp36" ref="lamp_36_1" state="0">
<bounds x="714" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp37" element="lamp_37_1_border" state="0">
+ </element>
+ <element name="lamp37" ref="lamp_37_1_border" state="0">
<bounds x="712" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp37" element="lamp_37_1" state="0">
+ </element>
+ <element name="lamp37" ref="lamp_37_1" state="0">
<bounds x="714" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1_border" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1_border" state="0">
<bounds x="437" y="182" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1" state="0">
<bounds x="439" y="184" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1_border" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1_border" state="0">
<bounds x="437" y="214" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1" state="0">
<bounds x="439" y="216" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1_border" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1_border" state="0">
<bounds x="437" y="246" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1" state="0">
<bounds x="439" y="248" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1_border" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1_border" state="0">
<bounds x="361" y="246" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1" state="0">
<bounds x="363" y="248" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1_border" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1_border" state="0">
<bounds x="361" y="214" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1" state="0">
<bounds x="363" y="216" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1_border" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1_border" state="0">
<bounds x="361" y="182" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1" state="0">
<bounds x="363" y="184" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1_border" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1_border" state="0">
<bounds x="443" y="369" width="88" height="32"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1" state="0">
<bounds x="445" y="371" width="84" height="28"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1_border" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1_border" state="0">
<bounds x="355" y="369" width="88" height="32"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1" state="0">
<bounds x="357" y="371" width="84" height="28"/>
- </backdrop>
- <backdrop name="lamp249" element="lamp_249_1_border" state="0">
+ </element>
+ <element name="lamp249" ref="lamp_249_1_border" state="0">
<bounds x="267" y="369" width="88" height="32"/>
- </backdrop>
- <backdrop name="lamp249" element="lamp_249_1" state="0">
+ </element>
+ <element name="lamp249" ref="lamp_249_1" state="0">
<bounds x="269" y="371" width="84" height="28"/>
- </backdrop>
- <backdrop name="lamp118" element="lamp_118_1_border" state="0">
+ </element>
+ <element name="lamp118" ref="lamp_118_1_border" state="0">
<bounds x="186" y="64" width="72" height="47"/>
- </backdrop>
- <backdrop name="lamp118" element="lamp_118_1" state="0">
+ </element>
+ <element name="lamp118" ref="lamp_118_1" state="0">
<bounds x="188" y="66" width="68" height="43"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1_border" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1_border" state="0">
<bounds x="186" y="32" width="72" height="32"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1" state="0">
<bounds x="188" y="34" width="68" height="28"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1_border" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1_border" state="0">
<bounds x="141" y="370" width="52" height="32"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1" state="0">
<bounds x="143" y="372" width="48" height="28"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_132_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_132_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="744" y="595" width="42" height="27"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_132" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_132" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="746" y="597" width="38" height="23"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_133_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_133_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="654" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_133" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_133" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="656" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_134_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_134_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="571" y="604" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_134" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_134" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="573" y="606" width="74" height="34"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_136_border" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_136_border" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="152" y="604" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_136" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_136" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="154" y="606" width="74" height="34"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_137_border" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_137_border" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="235" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_137" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_137" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="237" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_138_border" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_138_border" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="317" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_138" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_138" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="319" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_139_border" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_139_border" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="399" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_139" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_139" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="401" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_140_border" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_140_border" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="481" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_140" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_140" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="483" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="657" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off9" element="led_off">
+ </element>
+ <element name="led_off9" ref="led_off">
<bounds x="661" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off10" element="led_off">
+ </element>
+ <element name="led_off10" ref="led_off">
<bounds x="678" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off11" element="led_off">
+ </element>
+ <element name="led_off11" ref="led_off">
<bounds x="678" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off12" element="led_off">
+ </element>
+ <element name="led_off12" ref="led_off">
<bounds x="661" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off13" element="led_off">
+ </element>
+ <element name="led_off13" ref="led_off">
<bounds x="661" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off14" element="led_off">
+ </element>
+ <element name="led_off14" ref="led_off">
<bounds x="661" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off15" element="led_off">
+ </element>
+ <element name="led_off15" ref="led_off">
<bounds x="661" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off8" element="led_dot_off">
+ </element>
+ <element name="led_off8" ref="led_dot_off">
<bounds x="682" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp9" element="led_on">
+ </element>
+ <element name="lamp9" ref="led_on">
<bounds x="661" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp10" element="led_on">
+ </element>
+ <element name="lamp10" ref="led_on">
<bounds x="678" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp11" element="led_on">
+ </element>
+ <element name="lamp11" ref="led_on">
<bounds x="678" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp12" element="led_on">
+ </element>
+ <element name="lamp12" ref="led_on">
<bounds x="661" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp13" element="led_on">
+ </element>
+ <element name="lamp13" ref="led_on">
<bounds x="661" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp14" element="led_on">
+ </element>
+ <element name="lamp14" ref="led_on">
<bounds x="661" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp15" element="led_on">
+ </element>
+ <element name="lamp15" ref="led_on">
<bounds x="661" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp8" element="led_dot_on">
+ </element>
+ <element name="lamp8" ref="led_dot_on">
<bounds x="682" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="687" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off25" element="led_off">
+ </element>
+ <element name="led_off25" ref="led_off">
<bounds x="691" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off26" element="led_off">
+ </element>
+ <element name="led_off26" ref="led_off">
<bounds x="708" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off27" element="led_off">
+ </element>
+ <element name="led_off27" ref="led_off">
<bounds x="708" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off28" element="led_off">
+ </element>
+ <element name="led_off28" ref="led_off">
<bounds x="691" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off29" element="led_off">
+ </element>
+ <element name="led_off29" ref="led_off">
<bounds x="691" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off30" element="led_off">
+ </element>
+ <element name="led_off30" ref="led_off">
<bounds x="691" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off31" element="led_off">
+ </element>
+ <element name="led_off31" ref="led_off">
<bounds x="691" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off24" element="led_dot_off">
+ </element>
+ <element name="led_off24" ref="led_dot_off">
<bounds x="712" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp25" element="led_on">
+ </element>
+ <element name="lamp25" ref="led_on">
<bounds x="691" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp26" element="led_on">
+ </element>
+ <element name="lamp26" ref="led_on">
<bounds x="708" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp27" element="led_on">
+ </element>
+ <element name="lamp27" ref="led_on">
<bounds x="708" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp28" element="led_on">
+ </element>
+ <element name="lamp28" ref="led_on">
<bounds x="691" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp29" element="led_on">
+ </element>
+ <element name="lamp29" ref="led_on">
<bounds x="691" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp30" element="led_on">
+ </element>
+ <element name="lamp30" ref="led_on">
<bounds x="691" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp31" element="led_on">
+ </element>
+ <element name="lamp31" ref="led_on">
<bounds x="691" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp24" element="led_dot_on">
+ </element>
+ <element name="lamp24" ref="led_dot_on">
<bounds x="712" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="716" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off41" element="led_off">
+ </element>
+ <element name="led_off41" ref="led_off">
<bounds x="720" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off42" element="led_off">
+ </element>
+ <element name="led_off42" ref="led_off">
<bounds x="737" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off43" element="led_off">
+ </element>
+ <element name="led_off43" ref="led_off">
<bounds x="737" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off44" element="led_off">
+ </element>
+ <element name="led_off44" ref="led_off">
<bounds x="720" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off45" element="led_off">
+ </element>
+ <element name="led_off45" ref="led_off">
<bounds x="720" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off46" element="led_off">
+ </element>
+ <element name="led_off46" ref="led_off">
<bounds x="720" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off47" element="led_off">
+ </element>
+ <element name="led_off47" ref="led_off">
<bounds x="720" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off40" element="led_dot_off">
+ </element>
+ <element name="led_off40" ref="led_dot_off">
<bounds x="741" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp41" element="led_on">
+ </element>
+ <element name="lamp41" ref="led_on">
<bounds x="720" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp42" element="led_on">
+ </element>
+ <element name="lamp42" ref="led_on">
<bounds x="737" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp43" element="led_on">
+ </element>
+ <element name="lamp43" ref="led_on">
<bounds x="737" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp44" element="led_on">
+ </element>
+ <element name="lamp44" ref="led_on">
<bounds x="720" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp45" element="led_on">
+ </element>
+ <element name="lamp45" ref="led_on">
<bounds x="720" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp46" element="led_on">
+ </element>
+ <element name="lamp46" ref="led_on">
<bounds x="720" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp47" element="led_on">
+ </element>
+ <element name="lamp47" ref="led_on">
<bounds x="720" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp40" element="led_dot_on">
+ </element>
+ <element name="lamp40" ref="led_dot_on">
<bounds x="741" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="746" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off57" element="led_off">
+ </element>
+ <element name="led_off57" ref="led_off">
<bounds x="750" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off58" element="led_off">
+ </element>
+ <element name="led_off58" ref="led_off">
<bounds x="767" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off59" element="led_off">
+ </element>
+ <element name="led_off59" ref="led_off">
<bounds x="767" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off60" element="led_off">
+ </element>
+ <element name="led_off60" ref="led_off">
<bounds x="750" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off61" element="led_off">
+ </element>
+ <element name="led_off61" ref="led_off">
<bounds x="750" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off62" element="led_off">
+ </element>
+ <element name="led_off62" ref="led_off">
<bounds x="750" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off63" element="led_off">
+ </element>
+ <element name="led_off63" ref="led_off">
<bounds x="750" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off256" element="led_dot_off">
+ </element>
+ <element name="led_off256" ref="led_dot_off">
<bounds x="771" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp57" element="led_on">
+ </element>
+ <element name="lamp57" ref="led_on">
<bounds x="750" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp58" element="led_on">
+ </element>
+ <element name="lamp58" ref="led_on">
<bounds x="767" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp59" element="led_on">
+ </element>
+ <element name="lamp59" ref="led_on">
<bounds x="767" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp60" element="led_on">
+ </element>
+ <element name="lamp60" ref="led_on">
<bounds x="750" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp61" element="led_on">
+ </element>
+ <element name="lamp61" ref="led_on">
<bounds x="750" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp62" element="led_on">
+ </element>
+ <element name="lamp62" ref="led_on">
<bounds x="750" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp63" element="led_on">
+ </element>
+ <element name="lamp63" ref="led_on">
<bounds x="750" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp256" element="led_dot_on">
+ </element>
+ <element name="lamp256" ref="led_dot_on">
<bounds x="771" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="746" y="98" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off121" element="led_off">
+ </element>
+ <element name="led_off121" ref="led_off">
<bounds x="750" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off122" element="led_off">
+ </element>
+ <element name="led_off122" ref="led_off">
<bounds x="767" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off123" element="led_off">
+ </element>
+ <element name="led_off123" ref="led_off">
<bounds x="767" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off124" element="led_off">
+ </element>
+ <element name="led_off124" ref="led_off">
<bounds x="750" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off125" element="led_off">
+ </element>
+ <element name="led_off125" ref="led_off">
<bounds x="750" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off126" element="led_off">
+ </element>
+ <element name="led_off126" ref="led_off">
<bounds x="750" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off127" element="led_off">
+ </element>
+ <element name="led_off127" ref="led_off">
<bounds x="750" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off120" element="led_dot_off">
+ </element>
+ <element name="led_off120" ref="led_dot_off">
<bounds x="771" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp121" element="led_on">
+ </element>
+ <element name="lamp121" ref="led_on">
<bounds x="750" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp122" element="led_on">
+ </element>
+ <element name="lamp122" ref="led_on">
<bounds x="767" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp123" element="led_on">
+ </element>
+ <element name="lamp123" ref="led_on">
<bounds x="767" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp124" element="led_on">
+ </element>
+ <element name="lamp124" ref="led_on">
<bounds x="750" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp125" element="led_on">
+ </element>
+ <element name="lamp125" ref="led_on">
<bounds x="750" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp126" element="led_on">
+ </element>
+ <element name="lamp126" ref="led_on">
<bounds x="750" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp127" element="led_on">
+ </element>
+ <element name="lamp127" ref="led_on">
<bounds x="750" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp120" element="led_dot_on">
+ </element>
+ <element name="lamp120" ref="led_dot_on">
<bounds x="771" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="716" y="98" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off105" element="led_off">
+ </element>
+ <element name="led_off105" ref="led_off">
<bounds x="720" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off106" element="led_off">
+ </element>
+ <element name="led_off106" ref="led_off">
<bounds x="737" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off107" element="led_off">
+ </element>
+ <element name="led_off107" ref="led_off">
<bounds x="737" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off108" element="led_off">
+ </element>
+ <element name="led_off108" ref="led_off">
<bounds x="720" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off109" element="led_off">
+ </element>
+ <element name="led_off109" ref="led_off">
<bounds x="720" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off110" element="led_off">
+ </element>
+ <element name="led_off110" ref="led_off">
<bounds x="720" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off111" element="led_off">
+ </element>
+ <element name="led_off111" ref="led_off">
<bounds x="720" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off104" element="led_dot_off">
+ </element>
+ <element name="led_off104" ref="led_dot_off">
<bounds x="741" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp105" element="led_on">
+ </element>
+ <element name="lamp105" ref="led_on">
<bounds x="720" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp106" element="led_on">
+ </element>
+ <element name="lamp106" ref="led_on">
<bounds x="737" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp107" element="led_on">
+ </element>
+ <element name="lamp107" ref="led_on">
<bounds x="737" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp108" element="led_on">
+ </element>
+ <element name="lamp108" ref="led_on">
<bounds x="720" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp109" element="led_on">
+ </element>
+ <element name="lamp109" ref="led_on">
<bounds x="720" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp110" element="led_on">
+ </element>
+ <element name="lamp110" ref="led_on">
<bounds x="720" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp111" element="led_on">
+ </element>
+ <element name="lamp111" ref="led_on">
<bounds x="720" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp104" element="led_dot_on">
+ </element>
+ <element name="lamp104" ref="led_dot_on">
<bounds x="741" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="686" y="98" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off89" element="led_off">
+ </element>
+ <element name="led_off89" ref="led_off">
<bounds x="690" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off90" element="led_off">
+ </element>
+ <element name="led_off90" ref="led_off">
<bounds x="707" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off91" element="led_off">
+ </element>
+ <element name="led_off91" ref="led_off">
<bounds x="707" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off92" element="led_off">
+ </element>
+ <element name="led_off92" ref="led_off">
<bounds x="690" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off93" element="led_off">
+ </element>
+ <element name="led_off93" ref="led_off">
<bounds x="690" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off94" element="led_off">
+ </element>
+ <element name="led_off94" ref="led_off">
<bounds x="690" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off95" element="led_off">
+ </element>
+ <element name="led_off95" ref="led_off">
<bounds x="690" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off88" element="led_dot_off">
+ </element>
+ <element name="led_off88" ref="led_dot_off">
<bounds x="711" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp89" element="led_on">
+ </element>
+ <element name="lamp89" ref="led_on">
<bounds x="690" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp90" element="led_on">
+ </element>
+ <element name="lamp90" ref="led_on">
<bounds x="707" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp91" element="led_on">
+ </element>
+ <element name="lamp91" ref="led_on">
<bounds x="707" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp92" element="led_on">
+ </element>
+ <element name="lamp92" ref="led_on">
<bounds x="690" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp93" element="led_on">
+ </element>
+ <element name="lamp93" ref="led_on">
<bounds x="690" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp94" element="led_on">
+ </element>
+ <element name="lamp94" ref="led_on">
<bounds x="690" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp95" element="led_on">
+ </element>
+ <element name="lamp95" ref="led_on">
<bounds x="690" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp88" element="led_dot_on">
+ </element>
+ <element name="lamp88" ref="led_dot_on">
<bounds x="711" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="657" y="98" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off73" element="led_off">
+ </element>
+ <element name="led_off73" ref="led_off">
<bounds x="661" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off74" element="led_off">
+ </element>
+ <element name="led_off74" ref="led_off">
<bounds x="678" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off75" element="led_off">
+ </element>
+ <element name="led_off75" ref="led_off">
<bounds x="678" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off76" element="led_off">
+ </element>
+ <element name="led_off76" ref="led_off">
<bounds x="661" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off77" element="led_off">
+ </element>
+ <element name="led_off77" ref="led_off">
<bounds x="661" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off78" element="led_off">
+ </element>
+ <element name="led_off78" ref="led_off">
<bounds x="661" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off79" element="led_off">
+ </element>
+ <element name="led_off79" ref="led_off">
<bounds x="661" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off256" element="led_dot_off">
+ </element>
+ <element name="led_off256" ref="led_dot_off">
<bounds x="682" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp73" element="led_on">
+ </element>
+ <element name="lamp73" ref="led_on">
<bounds x="661" y="101" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp74" element="led_on">
+ </element>
+ <element name="lamp74" ref="led_on">
<bounds x="678" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp75" element="led_on">
+ </element>
+ <element name="lamp75" ref="led_on">
<bounds x="678" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp76" element="led_on">
+ </element>
+ <element name="lamp76" ref="led_on">
<bounds x="661" y="130" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp77" element="led_on">
+ </element>
+ <element name="lamp77" ref="led_on">
<bounds x="661" y="116" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp78" element="led_on">
+ </element>
+ <element name="lamp78" ref="led_on">
<bounds x="661" y="101" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp79" element="led_on">
+ </element>
+ <element name="lamp79" ref="led_on">
<bounds x="661" y="116" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp256" element="led_dot_on">
+ </element>
+ <element name="lamp256" ref="led_dot_on">
<bounds x="682" y="130" width="4" height="3"/>
- </backdrop>
- <backdrop element="dmd_background">
- <bounds x="261" y="29" width="262" height="86"/>
- </backdrop>
- <screen index="0">
+ </element>
+ <group ref="dmd">
<bounds left="261" top="29" right="523" bottom="115"/>
- </screen>
- <screen index="0">
- <bounds left="261" top="29" right="523" bottom="115"/>
- </screen>
- <screen index="0">
- <bounds left="261" top="29" right="523" bottom="115"/>
- </screen>
- <backdrop name="label51" element="label_51">
+ </group>
+ <element ref="dmd_background" blend="add">
+ <bounds x="261" y="29" width="262" height="86"/>
+ </element>
+ <element name="label51" ref="label_51">
<bounds x="619" y="11" width="38" height="67"/>
- </backdrop>
- <backdrop name="label69" element="label_69">
+ </element>
+ <element name="label69" ref="label_69">
<bounds x="667" y="3" width="84" height="24"/>
- </backdrop>
- <backdrop name="label70" element="label_70">
+ </element>
+ <element name="label70" ref="label_70">
<bounds x="209" y="495" width="25" height="26"/>
- </backdrop>
- <backdrop name="label71" element="label_71">
+ </element>
+ <element name="label71" ref="label_71">
<bounds x="564" y="495" width="25" height="26"/>
- </backdrop>
- <backdrop name="label78" element="label_78">
+ </element>
+ <element name="label78" ref="label_78">
<bounds x="284" y="176" width="38" height="22"/>
- </backdrop>
- <backdrop name="label79" element="label_79">
+ </element>
+ <element name="label79" ref="label_79">
<bounds x="322" y="348" width="143" height="22"/>
- </backdrop>
- <backdrop name="label83" element="label_83">
+ </element>
+ <element name="label83" ref="label_83">
<bounds x="381" y="161" width="77" height="19"/>
- </backdrop>
- <backdrop name="label91" element="label_91">
+ </element>
+ <element name="label91" ref="label_91">
<bounds x="61" y="9" width="44" height="22"/>
- </backdrop>
- <backdrop name="label92" element="label_92">
+ </element>
+ <element name="label92" ref="label_92">
<bounds x="61" y="36" width="33" height="22"/>
- </backdrop>
- <backdrop name="label93" element="label_93">
+ </element>
+ <element name="label93" ref="label_93">
<bounds x="61" y="63" width="33" height="22"/>
- </backdrop>
- <backdrop name="label94" element="label_94">
+ </element>
+ <element name="label94" ref="label_94">
<bounds x="61" y="90" width="33" height="22"/>
- </backdrop>
- <backdrop name="label95" element="label_95">
+ </element>
+ <element name="label95" ref="label_95">
<bounds x="61" y="116" width="33" height="22"/>
- </backdrop>
- <backdrop name="label96" element="label_96">
+ </element>
+ <element name="label96" ref="label_96">
<bounds x="61" y="144" width="33" height="22"/>
- </backdrop>
- <backdrop name="label97" element="label_97">
+ </element>
+ <element name="label97" ref="label_97">
<bounds x="61" y="171" width="33" height="22"/>
- </backdrop>
- <backdrop name="label98" element="label_98">
+ </element>
+ <element name="label98" ref="label_98">
<bounds x="61" y="198" width="33" height="22"/>
- </backdrop>
- <backdrop name="label99" element="label_99">
+ </element>
+ <element name="label99" ref="label_99">
<bounds x="61" y="225" width="33" height="22"/>
- </backdrop>
- <backdrop name="label100" element="label_100">
+ </element>
+ <element name="label100" ref="label_100">
<bounds x="61" y="251" width="22" height="22"/>
- </backdrop>
- <backdrop name="label101" element="label_101">
+ </element>
+ <element name="label101" ref="label_101">
<bounds x="61" y="279" width="22" height="22"/>
- </backdrop>
- <backdrop name="label102" element="label_102">
+ </element>
+ <element name="label102" ref="label_102">
<bounds x="61" y="306" width="22" height="22"/>
- </backdrop>
- <backdrop name="label103" element="label_103">
+ </element>
+ <element name="label103" ref="label_103">
<bounds x="61" y="333" width="22" height="22"/>
- </backdrop>
- <backdrop name="label104" element="label_104">
+ </element>
+ <element name="label104" ref="label_104">
<bounds x="61" y="361" width="40" height="19"/>
- </backdrop>
- <backdrop name="label105" element="label_105">
+ </element>
+ <element name="label105" ref="label_105">
<bounds x="61" y="387" width="22" height="22"/>
- </backdrop>
- <backdrop name="label125" element="label_125">
+ </element>
+ <element name="label125" ref="label_125">
<bounds x="660" y="74" width="85" height="24"/>
- </backdrop>
- <backdrop name="label126" element="label_126">
+ </element>
+ <element name="label126" ref="label_126">
<bounds x="619" y="82" width="38" height="67"/>
- </backdrop>
- <backdrop name="label131" element="label_131">
+ </element>
+ <element name="label131" ref="label_131">
<bounds x="617" y="167" width="95" height="14"/>
- </backdrop>
+ </element>
</view>
<view name="MFME2MAME Debug">
- <backdrop element="debug_backdrop_colour">
+ <element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_lamp_button" state="0">
+ </element>
+
+ <element name="lamp0" ref="debug_lamp_button" state="0">
<bounds x="32" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_0" element="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp1" ref="debug_lamp_button" state="0">
<bounds x="96" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_1" element="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp2" ref="debug_lamp_button" state="0">
<bounds x="160" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_2" element="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp3" ref="debug_lamp_button" state="0">
<bounds x="224" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_3" element="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp4" ref="debug_lamp_button" state="0">
<bounds x="288" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_4" element="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp5" ref="debug_lamp_button" state="0">
<bounds x="352" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_5" element="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp6" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_6" element="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp7" ref="debug_lamp_button" state="0">
<bounds x="480" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_7" element="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp8" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp8" ref="debug_lamp_segment" state="0">
<bounds x="544" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_8" element="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp9" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp9" ref="debug_lamp_segment" state="0">
<bounds x="608" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_9" element="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp10" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp10" ref="debug_lamp_segment" state="0">
<bounds x="672" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_10" element="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp11" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp11" ref="debug_lamp_segment" state="0">
<bounds x="736" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_11" element="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp12" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp12" ref="debug_lamp_segment" state="0">
<bounds x="800" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_12" element="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp13" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp13" ref="debug_lamp_segment" state="0">
<bounds x="864" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_13" element="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp14" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp14" ref="debug_lamp_segment" state="0">
<bounds x="928" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_14" element="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp15" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp15" ref="debug_lamp_segment" state="0">
<bounds x="992" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_15" element="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp16" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_16" element="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp17" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp17" ref="debug_lamp_standard" state="0">
<bounds x="96" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_17" element="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp18" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp18" ref="debug_lamp_standard" state="0">
<bounds x="160" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_18" element="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp19" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_19" element="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp20" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_20" element="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp21" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_21" element="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp22" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_22" element="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp23" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_23" element="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp24" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp24" ref="debug_lamp_segment" state="0">
<bounds x="544" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_24" element="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp25" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp25" ref="debug_lamp_segment" state="0">
<bounds x="608" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_25" element="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp26" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp26" ref="debug_lamp_segment" state="0">
<bounds x="672" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_26" element="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp27" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp27" ref="debug_lamp_segment" state="0">
<bounds x="736" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_27" element="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp28" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp28" ref="debug_lamp_segment" state="0">
<bounds x="800" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_28" element="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp29" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp29" ref="debug_lamp_segment" state="0">
<bounds x="864" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_29" element="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp30" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp30" ref="debug_lamp_segment" state="0">
<bounds x="928" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_30" element="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp31" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp31" ref="debug_lamp_segment" state="0">
<bounds x="992" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_31" element="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp32" ref="debug_lamp_button" state="0">
<bounds x="32" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_32" element="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp33" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_33" element="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp34" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_34" element="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp35" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_35" element="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp36" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_36" element="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp37" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_37" element="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp38" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_38" element="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp39" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_39" element="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp40" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp40" ref="debug_lamp_segment" state="0">
<bounds x="544" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_40" element="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp41" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp41" ref="debug_lamp_segment" state="0">
<bounds x="608" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_41" element="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp42" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp42" ref="debug_lamp_segment" state="0">
<bounds x="672" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_42" element="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp43" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp43" ref="debug_lamp_segment" state="0">
<bounds x="736" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_43" element="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp44" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp44" ref="debug_lamp_segment" state="0">
<bounds x="800" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_44" element="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp45" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp45" ref="debug_lamp_segment" state="0">
<bounds x="864" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_45" element="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp46" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp46" ref="debug_lamp_segment" state="0">
<bounds x="928" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_46" element="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp47" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp47" ref="debug_lamp_segment" state="0">
<bounds x="992" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_47" element="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp48" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_48" element="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp49" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_49" element="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp50" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp50" ref="debug_lamp_reel" state="0">
<bounds x="160" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_50" element="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp51" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_51" element="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp52" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp52" ref="debug_lamp_reel" state="0">
<bounds x="288" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_52" element="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp53" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp53" ref="debug_lamp_reel" state="0">
<bounds x="352" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_53" element="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp54" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_54" element="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp55" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_55" element="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp56" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_56" element="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp57" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp57" ref="debug_lamp_segment" state="0">
<bounds x="608" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_57" element="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp58" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp58" ref="debug_lamp_segment" state="0">
<bounds x="672" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_58" element="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp59" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp59" ref="debug_lamp_segment" state="0">
<bounds x="736" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_59" element="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp60" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp60" ref="debug_lamp_segment" state="0">
<bounds x="800" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_60" element="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp61" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp61" ref="debug_lamp_segment" state="0">
<bounds x="864" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_61" element="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp62" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp62" ref="debug_lamp_segment" state="0">
<bounds x="928" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_62" element="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp63" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp63" ref="debug_lamp_segment" state="0">
<bounds x="992" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_63" element="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp64" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp64" ref="debug_lamp_reel" state="0">
<bounds x="32" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_64" element="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp65" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp65" ref="debug_lamp_reel" state="0">
<bounds x="96" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_65" element="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp66" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp66" ref="debug_lamp_reel" state="0">
<bounds x="160" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_66" element="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp67" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp67" ref="debug_lamp_reel" state="0">
<bounds x="224" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_67" element="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp68" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp68" ref="debug_lamp_reel" state="0">
<bounds x="288" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_68" element="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp69" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp69" ref="debug_lamp_reel" state="0">
<bounds x="352" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_69" element="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp70" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp70" ref="debug_lamp_standard" state="0">
<bounds x="416" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_70" element="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp71" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp71" ref="debug_lamp_standard" state="0">
<bounds x="480" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_71" element="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp72" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_72" element="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp73" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp73" ref="debug_lamp_segment" state="0">
<bounds x="608" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_73" element="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp74" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp74" ref="debug_lamp_segment" state="0">
<bounds x="672" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_74" element="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp75" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp75" ref="debug_lamp_segment" state="0">
<bounds x="736" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_75" element="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp76" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp76" ref="debug_lamp_segment" state="0">
<bounds x="800" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_76" element="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp77" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp77" ref="debug_lamp_segment" state="0">
<bounds x="864" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_77" element="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp78" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp78" ref="debug_lamp_segment" state="0">
<bounds x="928" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_78" element="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp79" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp79" ref="debug_lamp_segment" state="0">
<bounds x="992" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_79" element="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp80" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_80" element="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp81" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_81" element="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp82" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_82" element="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp83" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_83" element="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp84" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_84" element="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp85" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_85" element="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp86" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_86" element="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp87" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_87" element="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp88" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp88" ref="debug_lamp_segment" state="0">
<bounds x="544" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_88" element="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp89" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp89" ref="debug_lamp_segment" state="0">
<bounds x="608" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_89" element="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp90" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp90" ref="debug_lamp_segment" state="0">
<bounds x="672" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_90" element="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp91" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp91" ref="debug_lamp_segment" state="0">
<bounds x="736" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_91" element="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp92" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp92" ref="debug_lamp_segment" state="0">
<bounds x="800" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_92" element="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp93" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp93" ref="debug_lamp_segment" state="0">
<bounds x="864" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_93" element="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp94" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp94" ref="debug_lamp_segment" state="0">
<bounds x="928" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_94" element="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp95" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp95" ref="debug_lamp_segment" state="0">
<bounds x="992" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_95" element="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp96" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_96" element="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp97" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_97" element="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp98" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_98" element="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp99" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_99" element="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp100" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_100" element="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp101" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_101" element="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp102" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_102" element="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp103" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_103" element="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp104" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp104" ref="debug_lamp_segment" state="0">
<bounds x="544" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_104" element="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp105" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp105" ref="debug_lamp_segment" state="0">
<bounds x="608" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_105" element="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp106" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp106" ref="debug_lamp_segment" state="0">
<bounds x="672" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_106" element="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp107" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp107" ref="debug_lamp_segment" state="0">
<bounds x="736" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_107" element="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp108" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp108" ref="debug_lamp_segment" state="0">
<bounds x="800" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_108" element="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp109" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp109" ref="debug_lamp_segment" state="0">
<bounds x="864" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_109" element="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp110" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp110" ref="debug_lamp_segment" state="0">
<bounds x="928" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_110" element="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp111" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp111" ref="debug_lamp_segment" state="0">
<bounds x="992" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_111" element="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp112" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_112" element="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp113" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_113" element="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp114" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_114" element="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp115" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_115" element="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp116" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_116" element="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp117" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_117" element="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp118" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_118" element="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp119" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_119" element="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp120" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp120" ref="debug_lamp_segment" state="0">
<bounds x="544" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_120" element="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp121" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp121" ref="debug_lamp_segment" state="0">
<bounds x="608" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_121" element="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp122" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp122" ref="debug_lamp_segment" state="0">
<bounds x="672" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_122" element="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp123" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp123" ref="debug_lamp_segment" state="0">
<bounds x="736" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_123" element="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp124" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp124" ref="debug_lamp_segment" state="0">
<bounds x="800" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_124" element="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp125" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp125" ref="debug_lamp_segment" state="0">
<bounds x="864" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_125" element="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp126" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp126" ref="debug_lamp_segment" state="0">
<bounds x="928" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_126" element="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp127" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp127" ref="debug_lamp_segment" state="0">
<bounds x="992" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_127" element="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp128" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_128" element="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp129" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_129" element="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp130" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_130" element="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp131" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_131" element="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp132" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_132" element="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp133" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_133" element="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp134" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_134" element="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp135" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_135" element="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp136" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_136" element="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp137" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_137" element="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp138" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_138" element="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp139" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_139" element="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp140" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_140" element="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp141" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_141" element="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp142" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_142" element="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp143" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_143" element="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp144" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_144" element="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp145" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_145" element="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp146" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_146" element="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp147" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_147" element="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp148" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_148" element="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp149" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_149" element="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp150" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_150" element="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp151" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_151" element="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp152" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_152" element="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp153" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_153" element="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp154" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_154" element="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp155" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_155" element="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp156" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_156" element="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp157" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_157" element="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp158" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_158" element="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp159" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_159" element="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp160" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_160" element="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp161" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_161" element="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp162" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_162" element="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp163" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_163" element="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp164" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_164" element="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp165" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_165" element="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp166" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_166" element="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp167" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_167" element="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp168" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_168" element="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp169" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_169" element="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp170" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_170" element="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp171" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_171" element="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp172" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_172" element="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp173" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_173" element="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp174" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_174" element="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp175" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_175" element="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp176" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_176" element="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp177" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_177" element="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp178" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_178" element="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp179" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_179" element="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp180" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_180" element="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp181" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_181" element="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp182" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_182" element="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp183" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_183" element="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp184" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_184" element="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp185" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_185" element="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp186" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_186" element="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp187" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_187" element="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp188" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_188" element="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp189" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_189" element="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp190" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_190" element="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp191" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_191" element="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp192" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_192" element="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp193" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_193" element="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp194" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp194" ref="debug_lamp_standard" state="0">
<bounds x="160" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_194" element="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp195" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_195" element="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp196" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp196" ref="debug_lamp_standard" state="0">
<bounds x="288" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_196" element="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp197" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp197" ref="debug_lamp_standard" state="0">
<bounds x="352" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_197" element="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp198" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp198" ref="debug_lamp_standard" state="0">
<bounds x="416" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_198" element="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp199" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp199" ref="debug_lamp_standard" state="0">
<bounds x="480" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_199" element="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp200" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp200" ref="debug_lamp_standard" state="0">
<bounds x="544" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_200" element="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp201" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_201" element="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp202" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp202" ref="debug_lamp_standard" state="0">
<bounds x="672" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_202" element="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp203" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp203" ref="debug_lamp_standard" state="0">
<bounds x="736" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_203" element="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp204" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_204" element="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp205" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_205" element="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp206" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_206" element="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp207" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_207" element="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp208" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_208" element="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp209" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_209" element="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp210" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_210" element="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp211" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_211" element="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp212" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp212" ref="debug_lamp_standard" state="0">
<bounds x="288" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_212" element="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp213" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp213" ref="debug_lamp_standard" state="0">
<bounds x="352" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_213" element="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp214" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp214" ref="debug_lamp_standard" state="0">
<bounds x="416" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_214" element="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp215" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp215" ref="debug_lamp_standard" state="0">
<bounds x="480" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_215" element="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp216" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_216" element="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp217" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_217" element="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp218" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp218" ref="debug_lamp_standard" state="0">
<bounds x="672" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_218" element="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp219" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp219" ref="debug_lamp_standard" state="0">
<bounds x="736" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_219" element="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp220" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp220" ref="debug_lamp_standard" state="0">
<bounds x="800" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_220" element="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp221" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp221" ref="debug_lamp_standard" state="0">
<bounds x="864" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_221" element="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp222" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp222" ref="debug_lamp_standard" state="0">
<bounds x="928" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_222" element="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp223" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp223" ref="debug_lamp_standard" state="0">
<bounds x="992" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_223" element="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp224" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_224" element="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp225" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_225" element="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp226" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_226" element="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp227" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_227" element="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp228" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_228" element="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp229" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_229" element="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp230" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_230" element="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp231" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_231" element="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp232" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_232" element="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp233" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_233" element="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp234" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_234" element="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp235" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_235" element="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp236" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_236" element="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp237" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_237" element="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp238" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_238" element="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp239" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_239" element="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp240" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_240" element="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp241" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_241" element="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp242" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_242" element="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp243" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_243" element="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp244" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_244" element="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp245" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_245" element="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp246" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_246" element="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp247" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_247" element="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp248" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_248" element="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp249" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp249" ref="debug_lamp_standard" state="0">
<bounds x="608" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_249" element="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp250" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_250" element="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp251" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_251" element="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp252" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_252" element="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp253" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_253" element="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp254" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp254" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_254" element="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp255" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_255" element="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="debug_button_0" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
+ </element>
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="47" increment="64" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="47" increment="64" />
+ <element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
+ <bounds x="~x~" y="~y~" width="30" height="30"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_0" element="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_1" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
+ </element>
+ <element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_1" element="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_2" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
+ </element>
+ <element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_2" element="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_3" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
+ </element>
+ <element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_3" element="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_4" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
+ </element>
+ <element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_4" element="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_5" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
+ </element>
+ <element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_5" element="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_6" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
+ </element>
+ <element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_6" element="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_7" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
+ </element>
+ <element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_7" element="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_8" element="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_9" element="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_10" element="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_11" element="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_12" element="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_13" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
+ </element>
+ <element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_13" element="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_14" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
+ </element>
+ <element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_14" element="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_15" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
+ </element>
+ <element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_15" element="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_16" element="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_17" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_17" element="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_18" element="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_19" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
+ </element>
+ <element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_19" element="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_20" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
+ </element>
+ <element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_20" element="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_21" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
+ </element>
+ <element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_21" element="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_22" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
+ </element>
+ <element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_22" element="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_23" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
+ </element>
+ <element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_23" element="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_24" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
+ </element>
+ <element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_24" element="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_25" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
+ </element>
+ <element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_25" element="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_26" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
+ </element>
+ <element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_26" element="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_27" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
+ </element>
+ <element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_27" element="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_28" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
+ </element>
+ <element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_28" element="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_29" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
+ </element>
+ <element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_29" element="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_30" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
+ </element>
+ <element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_30" element="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_31" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
+ </element>
+ <element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_31" element="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_32" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
+ </element>
+ <element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_32" element="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_33" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
+ </element>
+ <element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_33" element="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_34" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
+ </element>
+ <element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_34" element="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_35" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
+ </element>
+ <element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_35" element="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_36" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
+ </element>
+ <element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_36" element="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_37" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
+ </element>
+ <element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_37" element="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_38" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
+ </element>
+ <element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_38" element="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_39" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
+ </element>
+ <element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_39" element="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_40" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
+ </element>
+ <element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_40" element="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_41" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
+ </element>
+ <element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_41" element="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_42" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
+ </element>
+ <element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_42" element="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_43" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
+ </element>
+ <element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_43" element="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_44" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
+ </element>
+ <element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_44" element="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_45" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
+ </element>
+ <element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_45" element="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_46" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
+ </element>
+ <element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_46" element="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_47" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
+ </element>
+ <element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_47" element="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_48" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
+ </element>
+ <element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_48" element="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_49" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
+ </element>
+ <element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_49" element="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_50" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
+ </element>
+ <element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_50" element="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_51" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
+ </element>
+ <element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_51" element="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_52" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
+ </element>
+ <element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_52" element="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_53" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
+ </element>
+ <element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_53" element="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_54" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
+ </element>
+ <element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_54" element="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_55" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
+ </element>
+ <element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_55" element="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_56" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
+ </element>
+ <element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_56" element="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_57" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
+ </element>
+ <element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_57" element="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_58" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
+ </element>
+ <element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_58" element="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_59" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
+ </element>
+ <element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_59" element="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_60" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
+ </element>
+ <element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_60" element="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_61" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
+ </element>
+ <element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_61" element="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_62" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
+ </element>
+ <element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_62" element="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_63" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
+ </element>
+ <element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_63" element="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="vfd0" element="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd1" element="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd2" element="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd3" element="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd4" element="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd5" element="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd6" element="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd7" element="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd8" element="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd9" element="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd10" element="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd11" element="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd12" element="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd13" element="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd14" element="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd15" element="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+
+ <repeat count="8">
+ <param name="s" start="0" increment="8" />
+ <param name="y" start="671" increment="48" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="1120" increment="84" />
+ <element name="debug_button_label_~n~" ref="debug_button_label_~n~">
+ <bounds x="~x~" y="~y~" width="40" height="22"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <repeat count="16">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~0~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
+ <element ref="reel_background">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1660" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="sreel5" element="reel4" state="0">
+ </element>
+ <element name="sreel5" ref="reel4" state="0">
<bounds x="1660" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="reel1" element="debug_stepper_value">
+ </element>
+ <element name="reel1" ref="debug_stepper_value">
<bounds x="1100" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel2" element="debug_stepper_value">
+ </element>
+ <element name="reel2" ref="debug_stepper_value">
<bounds x="1240" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel3" element="debug_stepper_value">
+ </element>
+ <element name="reel3" ref="debug_stepper_value">
<bounds x="1380" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel4" element="debug_stepper_value">
+ </element>
+ <element name="reel4" ref="debug_stepper_value">
<bounds x="1520" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel5" element="debug_stepper_value">
+ </element>
+ <element name="reel5" ref="debug_stepper_value">
<bounds x="1660" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_0">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
<bounds x="1180" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_1">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
<bounds x="1320" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_2">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
<bounds x="1460" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_3">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
<bounds x="1600" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_4">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_4">
<bounds x="1740" y="272" width="50" height="30"/>
- </backdrop>
- <screen index="0">
+ </element>
+
+ <group ref="dmd">
<bounds left="1400" top="400" right="1790" bottom="526"/>
- </screen>
+ </group>
</view>
</mamelayout>
diff --git a/src/mame/layout/sc2prem2.lay b/src/mame/layout/sc2prem2.lay
index 1325c831699..71b79ae888a 100644
--- a/src/mame/layout/sc2prem2.lay
+++ b/src/mame/layout/sc2prem2.lay
@@ -2114,1542 +2114,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_lamp_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_64">
- <text string="64">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_65">
- <text string="65">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_66">
- <text string="66">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_67">
- <text string="67">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_68">
- <text string="68">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_69">
- <text string="69">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_70">
- <text string="70">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_71">
- <text string="71">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_72">
- <text string="72">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_73">
- <text string="73">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_74">
- <text string="74">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_75">
- <text string="75">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_76">
- <text string="76">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_77">
- <text string="77">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_78">
- <text string="78">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_79">
- <text string="79">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_80">
- <text string="80">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_81">
- <text string="81">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_82">
- <text string="82">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_83">
- <text string="83">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_84">
- <text string="84">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_85">
- <text string="85">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_86">
- <text string="86">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_87">
- <text string="87">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_88">
- <text string="88">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_89">
- <text string="89">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_90">
- <text string="90">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_91">
- <text string="91">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_92">
- <text string="92">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_93">
- <text string="93">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_94">
- <text string="94">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_95">
- <text string="95">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_96">
- <text string="96">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_97">
- <text string="97">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_98">
- <text string="98">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_99">
- <text string="99">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_100">
- <text string="100">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_101">
- <text string="101">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_102">
- <text string="102">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_103">
- <text string="103">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_104">
- <text string="104">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_105">
- <text string="105">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_106">
- <text string="106">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_107">
- <text string="107">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_108">
- <text string="108">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_109">
- <text string="109">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_110">
- <text string="110">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_111">
- <text string="111">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_112">
- <text string="112">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_113">
- <text string="113">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_114">
- <text string="114">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_115">
- <text string="115">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_116">
- <text string="116">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_117">
- <text string="117">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_118">
- <text string="118">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_119">
- <text string="119">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_120">
- <text string="120">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_121">
- <text string="121">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_122">
- <text string="122">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_123">
- <text string="123">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_124">
- <text string="124">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_125">
- <text string="125">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_126">
- <text string="126">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_127">
- <text string="127">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_128">
- <text string="128">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_129">
- <text string="129">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_130">
- <text string="130">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_131">
- <text string="131">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_132">
- <text string="132">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_133">
- <text string="133">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_134">
- <text string="134">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_135">
- <text string="135">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_136">
- <text string="136">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_137">
- <text string="137">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_138">
- <text string="138">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_139">
- <text string="139">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_140">
- <text string="140">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_141">
- <text string="141">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_142">
- <text string="142">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_143">
- <text string="143">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_144">
- <text string="144">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_145">
- <text string="145">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_146">
- <text string="146">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_147">
- <text string="147">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_148">
- <text string="148">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_149">
- <text string="149">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_150">
- <text string="150">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_151">
- <text string="151">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_152">
- <text string="152">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_153">
- <text string="153">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_154">
- <text string="154">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_155">
- <text string="155">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_156">
- <text string="156">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_157">
- <text string="157">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_158">
- <text string="158">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_159">
- <text string="159">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_160">
- <text string="160">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_161">
- <text string="161">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_162">
- <text string="162">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_163">
- <text string="163">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_164">
- <text string="164">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_165">
- <text string="165">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_166">
- <text string="166">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_167">
- <text string="167">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_168">
- <text string="168">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_169">
- <text string="169">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_170">
- <text string="170">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_171">
- <text string="171">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_172">
- <text string="172">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_173">
- <text string="173">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_174">
- <text string="174">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_175">
- <text string="175">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_176">
- <text string="176">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_177">
- <text string="177">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_178">
- <text string="178">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_179">
- <text string="179">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_180">
- <text string="180">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_181">
- <text string="181">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_182">
- <text string="182">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_183">
- <text string="183">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_184">
- <text string="184">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_185">
- <text string="185">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_186">
- <text string="186">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_187">
- <text string="187">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_188">
- <text string="188">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_189">
- <text string="189">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_190">
- <text string="190">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_191">
- <text string="191">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_192">
- <text string="192">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_193">
- <text string="193">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_194">
- <text string="194">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_195">
- <text string="195">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_196">
- <text string="196">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_197">
- <text string="197">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_198">
- <text string="198">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_199">
- <text string="199">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_200">
- <text string="200">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_201">
- <text string="201">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_202">
- <text string="202">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_203">
- <text string="203">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_204">
- <text string="204">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_205">
- <text string="205">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_206">
- <text string="206">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_207">
- <text string="207">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_208">
- <text string="208">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_209">
- <text string="209">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_210">
- <text string="210">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_211">
- <text string="211">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_212">
- <text string="212">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_213">
- <text string="213">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_214">
- <text string="214">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_215">
- <text string="215">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_216">
- <text string="216">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_217">
- <text string="217">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_218">
- <text string="218">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_219">
- <text string="219">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_220">
- <text string="220">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_221">
- <text string="221">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_222">
- <text string="222">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_223">
- <text string="223">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_224">
- <text string="224">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_225">
- <text string="225">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_226">
- <text string="226">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_227">
- <text string="227">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_228">
- <text string="228">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_229">
- <text string="229">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_230">
- <text string="230">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_231">
- <text string="231">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_232">
- <text string="232">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_233">
- <text string="233">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_234">
- <text string="234">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_235">
- <text string="235">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_236">
- <text string="236">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_237">
- <text string="237">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_238">
- <text string="238">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_239">
- <text string="239">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_240">
- <text string="240">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_241">
- <text string="241">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_242">
- <text string="242">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_243">
- <text string="243">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_244">
- <text string="244">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_245">
- <text string="245">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_246">
- <text string="246">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_247">
- <text string="247">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_248">
- <text string="248">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_249">
- <text string="249">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_250">
- <text string="250">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_251">
- <text string="251">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_252">
- <text string="252">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_253">
- <text string="253">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_254">
- <text string="254">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_255">
- <text string="255">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="256">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_lamp_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_button_standard">
<rect state="0">
<color red="0.20" green="0.20" blue="0.00"/>
@@ -3666,390 +2139,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_button_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="64">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_button_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_vfd">
<led14segsc>
<color red="0.0" green="1.0" blue="1.0"/>
@@ -4086,3648 +2184,2689 @@
</text>
</element>
+ <element name="dotmatrixdot">
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
+ </element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video">
- <backdrop element="backdrop_colour">
+ <element ref="backdrop_colour">
<bounds x="0" y="0" width="792" height="646"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="236" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="236.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="239.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="242.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="246.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="249.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="252.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="236.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="239.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="242.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="246.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="249.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="252.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="236.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="239.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="242.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="246.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="249.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="252.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="236" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="318" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="318.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="321.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="324.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="328.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="331.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="334.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="318.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="321.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="324.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="328.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="331.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="334.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="318.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="321.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="324.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="328.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="331.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="334.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="318" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="400" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="400.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="403.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="406.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="410.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="413.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="416.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="400.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="403.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="406.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="410.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="413.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="416.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="400.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="403.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="406.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="410.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="413.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="416.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="400" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="482" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="482.0000" y="413.0000" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="485.3333" y="415.6389" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="488.6667" y="418.2778" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="492.0000" y="420.9167" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="495.3333" y="423.5555" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="498.6667" y="426.1945" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_0" state="0">
<bounds x="482.0000" y="476.3333" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_1" state="0">
<bounds x="485.3333" y="478.9722" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_2" state="0">
<bounds x="488.6667" y="481.6111" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_3" state="0">
<bounds x="492.0000" y="484.2500" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_4" state="0">
<bounds x="495.3333" y="486.8889" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_5" state="0">
<bounds x="498.6667" y="489.5278" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_0" state="0">
<bounds x="482.0000" y="539.6667" width="80.0000" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_1" state="0">
<bounds x="485.3333" y="542.3056" width="73.3333" height="58.0556"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_2" state="0">
<bounds x="488.6667" y="544.9445" width="66.6667" height="52.7778"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_3" state="0">
<bounds x="492.0000" y="547.5834" width="60.0000" height="47.5000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_4" state="0">
<bounds x="495.3333" y="550.2222" width="53.3333" height="42.2222"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_5" state="0">
<bounds x="498.6667" y="552.8611" width="46.6667" height="36.9444"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="482" y="413" width="80" height="190"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="276" y="159" width="70" height="70"/>
- </backdrop>
- <backdrop name="sreel5" element="reel4" state="0">
+ </element>
+ <element name="sreel5" ref="reel4" state="0">
<bounds x="276" y="159" width="70" height="70"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1_border" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1_border" state="0">
<bounds x="620" y="354" width="132" height="47"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1" state="0">
<bounds x="622" y="356" width="128" height="43"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1_border" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1_border" state="0">
<bounds x="604" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1" state="0">
<bounds x="606" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp23" element="lamp_23_1_border" state="0">
+ </element>
+ <element name="lamp23" ref="lamp_23_1_border" state="0">
<bounds x="658" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp23" element="lamp_23_1" state="0">
+ </element>
+ <element name="lamp23" ref="lamp_23_1" state="0">
<bounds x="660" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp39" element="lamp_39_1_border" state="0">
+ </element>
+ <element name="lamp39" ref="lamp_39_1_border" state="0">
<bounds x="712" y="542" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp39" element="lamp_39_1" state="0">
+ </element>
+ <element name="lamp39" ref="lamp_39_1" state="0">
<bounds x="714" y="544" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1_border" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1_border" state="0">
<bounds x="658" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1" state="0">
<bounds x="660" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp38" element="lamp_38_1_border" state="0">
+ </element>
+ <element name="lamp38" ref="lamp_38_1_border" state="0">
<bounds x="712" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp38" element="lamp_38_1" state="0">
+ </element>
+ <element name="lamp38" ref="lamp_38_1" state="0">
<bounds x="714" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp17" element="lamp_17_1_border" state="0">
+ </element>
+ <element name="lamp17" ref="lamp_17_1_border" state="0">
<bounds x="604" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp17" element="lamp_17_1" state="0">
+ </element>
+ <element name="lamp17" ref="lamp_17_1" state="0">
<bounds x="606" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1_border" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1_border" state="0">
<bounds x="604" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1" state="0">
<bounds x="606" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp54" element="lamp_54_1_border" state="0">
+ </element>
+ <element name="lamp54" ref="lamp_54_1_border" state="0">
<bounds x="604" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp54" element="lamp_54_1" state="0">
+ </element>
+ <element name="lamp54" ref="lamp_54_1" state="0">
<bounds x="606" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp55" element="lamp_55_1_border" state="0">
+ </element>
+ <element name="lamp55" ref="lamp_55_1_border" state="0">
<bounds x="604" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp55" element="lamp_55_1" state="0">
+ </element>
+ <element name="lamp55" ref="lamp_55_1" state="0">
<bounds x="606" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1_border" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1_border" state="0">
<bounds x="658" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1" state="0">
<bounds x="660" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1_border" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1_border" state="0">
<bounds x="658" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1" state="0">
<bounds x="660" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1_border" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1_border" state="0">
<bounds x="658" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1" state="0">
<bounds x="660" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1_border" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1_border" state="0">
<bounds x="658" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1" state="0">
<bounds x="660" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp34" element="lamp_34_1_border" state="0">
+ </element>
+ <element name="lamp34" ref="lamp_34_1_border" state="0">
<bounds x="712" y="412" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp34" element="lamp_34_1" state="0">
+ </element>
+ <element name="lamp34" ref="lamp_34_1" state="0">
<bounds x="714" y="414" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp35" element="lamp_35_1_border" state="0">
+ </element>
+ <element name="lamp35" ref="lamp_35_1_border" state="0">
<bounds x="712" y="438" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp35" element="lamp_35_1" state="0">
+ </element>
+ <element name="lamp35" ref="lamp_35_1" state="0">
<bounds x="714" y="440" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp36" element="lamp_36_1_border" state="0">
+ </element>
+ <element name="lamp36" ref="lamp_36_1_border" state="0">
<bounds x="712" y="464" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp36" element="lamp_36_1" state="0">
+ </element>
+ <element name="lamp36" ref="lamp_36_1" state="0">
<bounds x="714" y="466" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp37" element="lamp_37_1_border" state="0">
+ </element>
+ <element name="lamp37" ref="lamp_37_1_border" state="0">
<bounds x="712" y="490" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp37" element="lamp_37_1" state="0">
+ </element>
+ <element name="lamp37" ref="lamp_37_1" state="0">
<bounds x="714" y="492" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1_border" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1_border" state="0">
<bounds x="531" y="256" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1" state="0">
<bounds x="533" y="258" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp184" element="lamp_184_1_border" state="0">
+ </element>
+ <element name="lamp184" ref="lamp_184_1_border" state="0">
<bounds x="531" y="288" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp184" element="lamp_184_1" state="0">
+ </element>
+ <element name="lamp184" ref="lamp_184_1" state="0">
<bounds x="533" y="290" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp201" element="lamp_201_1_border" state="0">
+ </element>
+ <element name="lamp201" ref="lamp_201_1_border" state="0">
<bounds x="252" y="96" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp201" element="lamp_201_1" state="0">
+ </element>
+ <element name="lamp201" ref="lamp_201_1" state="0">
<bounds x="254" y="98" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp202" element="lamp_202_1_border" state="0">
+ </element>
+ <element name="lamp202" ref="lamp_202_1_border" state="0">
<bounds x="308" y="96" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp202" element="lamp_202_1" state="0">
+ </element>
+ <element name="lamp202" ref="lamp_202_1" state="0">
<bounds x="310" y="98" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp200" element="lamp_200_1_border" state="0">
+ </element>
+ <element name="lamp200" ref="lamp_200_1_border" state="0">
<bounds x="196" y="96" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp200" element="lamp_200_1" state="0">
+ </element>
+ <element name="lamp200" ref="lamp_200_1" state="0">
<bounds x="198" y="98" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1_border" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1_border" state="0">
<bounds x="252" y="320" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1" state="0">
<bounds x="254" y="322" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1_border" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1_border" state="0">
<bounds x="308" y="320" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1" state="0">
<bounds x="310" y="322" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1_border" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1_border" state="0">
<bounds x="364" y="320" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1" state="0">
<bounds x="366" y="322" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp187" element="lamp_187_1_border" state="0">
+ </element>
+ <element name="lamp187" ref="lamp_187_1_border" state="0">
<bounds x="420" y="320" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp187" element="lamp_187_1" state="0">
+ </element>
+ <element name="lamp187" ref="lamp_187_1" state="0">
<bounds x="422" y="322" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1_border" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1_border" state="0">
<bounds x="196" y="320" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1" state="0">
<bounds x="198" y="322" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1_border" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1_border" state="0">
<bounds x="196" y="288" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1" state="0">
<bounds x="198" y="290" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1_border" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1_border" state="0">
<bounds x="196" y="256" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1" state="0">
<bounds x="198" y="258" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1_border" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1_border" state="0">
<bounds x="196" y="224" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1" state="0">
<bounds x="198" y="226" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp186" element="lamp_186_1_border" state="0">
+ </element>
+ <element name="lamp186" ref="lamp_186_1_border" state="0">
<bounds x="476" y="320" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp186" element="lamp_186_1" state="0">
+ </element>
+ <element name="lamp186" ref="lamp_186_1" state="0">
<bounds x="478" y="322" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp185" element="lamp_185_1_border" state="0">
+ </element>
+ <element name="lamp185" ref="lamp_185_1_border" state="0">
<bounds x="531" y="320" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp185" element="lamp_185_1" state="0">
+ </element>
+ <element name="lamp185" ref="lamp_185_1" state="0">
<bounds x="533" y="322" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1_border" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1_border" state="0">
<bounds x="196" y="192" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1" state="0">
<bounds x="198" y="194" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1_border" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1_border" state="0">
<bounds x="420" y="96" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1" state="0">
<bounds x="422" y="98" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp203" element="lamp_203_1_border" state="0">
+ </element>
+ <element name="lamp203" ref="lamp_203_1_border" state="0">
<bounds x="364" y="96" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp203" element="lamp_203_1" state="0">
+ </element>
+ <element name="lamp203" ref="lamp_203_1" state="0">
<bounds x="366" y="98" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1_border" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1_border" state="0">
<bounds x="196" y="128" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1" state="0">
<bounds x="198" y="130" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1_border" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1_border" state="0">
<bounds x="196" y="160" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1" state="0">
<bounds x="198" y="162" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1_border" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1_border" state="0">
<bounds x="476" y="96" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1" state="0">
<bounds x="478" y="98" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1_border" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1_border" state="0">
<bounds x="531" y="96" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1" state="0">
<bounds x="533" y="98" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1_border" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1_border" state="0">
<bounds x="531" y="128" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1" state="0">
<bounds x="533" y="130" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1_border" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1_border" state="0">
<bounds x="531" y="160" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1" state="0">
<bounds x="533" y="162" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1_border" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1_border" state="0">
<bounds x="531" y="192" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1" state="0">
<bounds x="533" y="194" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1_border" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1_border" state="0">
<bounds x="531" y="224" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1" state="0">
<bounds x="533" y="226" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1_border" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1_border" state="0">
<bounds x="267" y="375" width="88" height="32"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1" state="0">
<bounds x="269" y="377" width="84" height="28"/>
- </backdrop>
- <backdrop name="lamp246" element="lamp_246_1_border" state="0">
+ </element>
+ <element name="lamp246" ref="lamp_246_1_border" state="0">
<bounds x="355" y="375" width="88" height="32"/>
- </backdrop>
- <backdrop name="lamp246" element="lamp_246_1" state="0">
+ </element>
+ <element name="lamp246" ref="lamp_246_1" state="0">
<bounds x="357" y="377" width="84" height="28"/>
- </backdrop>
- <backdrop name="lamp247" element="lamp_247_1_border" state="0">
+ </element>
+ <element name="lamp247" ref="lamp_247_1_border" state="0">
<bounds x="443" y="375" width="88" height="32"/>
- </backdrop>
- <backdrop name="lamp247" element="lamp_247_1" state="0">
+ </element>
+ <element name="lamp247" ref="lamp_247_1" state="0">
<bounds x="445" y="377" width="84" height="28"/>
- </backdrop>
- <backdrop name="lamp145" element="lamp_145_1_border" state="0">
+ </element>
+ <element name="lamp145" ref="lamp_145_1_border" state="0">
<bounds x="371" y="134" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp145" element="lamp_145_1" state="0">
+ </element>
+ <element name="lamp145" ref="lamp_145_1" state="0">
<bounds x="373" y="136" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp144" element="lamp_144_1_border" state="0">
+ </element>
+ <element name="lamp144" ref="lamp_144_1_border" state="0">
<bounds x="371" y="166" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp144" element="lamp_144_1" state="0">
+ </element>
+ <element name="lamp144" ref="lamp_144_1" state="0">
<bounds x="373" y="168" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp151" element="lamp_151_1_border" state="0">
+ </element>
+ <element name="lamp151" ref="lamp_151_1_border" state="0">
<bounds x="371" y="198" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp151" element="lamp_151_1" state="0">
+ </element>
+ <element name="lamp151" ref="lamp_151_1" state="0">
<bounds x="373" y="200" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp149" element="lamp_149_1_border" state="0">
+ </element>
+ <element name="lamp149" ref="lamp_149_1_border" state="0">
<bounds x="447" y="198" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp149" element="lamp_149_1" state="0">
+ </element>
+ <element name="lamp149" ref="lamp_149_1" state="0">
<bounds x="449" y="200" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp148" element="lamp_148_1_border" state="0">
+ </element>
+ <element name="lamp148" ref="lamp_148_1_border" state="0">
<bounds x="447" y="166" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp148" element="lamp_148_1" state="0">
+ </element>
+ <element name="lamp148" ref="lamp_148_1" state="0">
<bounds x="449" y="168" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp150" element="lamp_150_1_border" state="0">
+ </element>
+ <element name="lamp150" ref="lamp_150_1_border" state="0">
<bounds x="447" y="134" width="76" height="32"/>
- </backdrop>
- <backdrop name="lamp150" element="lamp_150_1" state="0">
+ </element>
+ <element name="lamp150" ref="lamp_150_1" state="0">
<bounds x="449" y="136" width="72" height="28"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1_border" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1_border" state="0">
<bounds x="604" y="516" width="54" height="26"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1" state="0">
<bounds x="606" y="518" width="50" height="22"/>
- </backdrop>
- <backdrop name="lamp227" element="lamp_227_1_border" state="0">
+ </element>
+ <element name="lamp227" ref="lamp_227_1_border" state="0">
<bounds x="660" y="223" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp227" element="lamp_227_1" state="0">
+ </element>
+ <element name="lamp227" ref="lamp_227_1" state="0">
<bounds x="662" y="225" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp226" element="lamp_226_1_border" state="0">
+ </element>
+ <element name="lamp226" ref="lamp_226_1_border" state="0">
<bounds x="660" y="245" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp226" element="lamp_226_1" state="0">
+ </element>
+ <element name="lamp226" ref="lamp_226_1" state="0">
<bounds x="662" y="247" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1_border" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1_border" state="0">
<bounds x="660" y="267" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1" state="0">
<bounds x="662" y="269" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1_border" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1_border" state="0">
<bounds x="660" y="289" width="52" height="22"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1" state="0">
<bounds x="662" y="291" width="48" height="18"/>
- </backdrop>
- <backdrop name="lamp224" element="lamp_224_1_border" state="0">
+ </element>
+ <element name="lamp224" ref="lamp_224_1_border" state="0">
<bounds x="599" y="315" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp224" element="lamp_224_1" state="0">
+ </element>
+ <element name="lamp224" ref="lamp_224_1" state="0">
<bounds x="601" y="317" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp225" element="lamp_225_1_border" state="0">
+ </element>
+ <element name="lamp225" ref="lamp_225_1_border" state="0">
<bounds x="599" y="283" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp225" element="lamp_225_1" state="0">
+ </element>
+ <element name="lamp225" ref="lamp_225_1" state="0">
<bounds x="601" y="285" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1_border" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1_border" state="0">
<bounds x="599" y="251" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1" state="0">
<bounds x="601" y="253" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1_border" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1_border" state="0">
<bounds x="599" y="219" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1" state="0">
<bounds x="601" y="221" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1_border" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="599" y="187" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="601" y="189" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp213" element="lamp_213_1_border" state="0">
+ </element>
+ <element name="lamp213" ref="lamp_213_1_border" state="0">
<bounds x="655" y="187" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp213" element="lamp_213_1" state="0">
+ </element>
+ <element name="lamp213" ref="lamp_213_1" state="0">
<bounds x="657" y="189" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp214" element="lamp_214_1_border" state="0">
+ </element>
+ <element name="lamp214" ref="lamp_214_1_border" state="0">
<bounds x="717" y="187" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp214" element="lamp_214_1" state="0">
+ </element>
+ <element name="lamp214" ref="lamp_214_1" state="0">
<bounds x="719" y="189" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp215" element="lamp_215_1_border" state="0">
+ </element>
+ <element name="lamp215" ref="lamp_215_1_border" state="0">
<bounds x="717" y="219" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp215" element="lamp_215_1" state="0">
+ </element>
+ <element name="lamp215" ref="lamp_215_1" state="0">
<bounds x="719" y="221" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp216" element="lamp_216_1_border" state="0">
+ </element>
+ <element name="lamp216" ref="lamp_216_1_border" state="0">
<bounds x="717" y="251" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp216" element="lamp_216_1" state="0">
+ </element>
+ <element name="lamp216" ref="lamp_216_1" state="0">
<bounds x="719" y="253" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp217" element="lamp_217_1_border" state="0">
+ </element>
+ <element name="lamp217" ref="lamp_217_1_border" state="0">
<bounds x="717" y="283" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp217" element="lamp_217_1" state="0">
+ </element>
+ <element name="lamp217" ref="lamp_217_1" state="0">
<bounds x="719" y="285" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp218" element="lamp_218_1_border" state="0">
+ </element>
+ <element name="lamp218" ref="lamp_218_1_border" state="0">
<bounds x="717" y="315" width="56" height="32"/>
- </backdrop>
- <backdrop name="lamp218" element="lamp_218_1" state="0">
+ </element>
+ <element name="lamp218" ref="lamp_218_1" state="0">
<bounds x="719" y="317" width="52" height="28"/>
- </backdrop>
- <backdrop name="lamp219" element="lamp_219_1_border" state="0">
+ </element>
+ <element name="lamp219" ref="lamp_219_1_border" state="0">
<bounds x="655" y="315" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp219" element="lamp_219_1" state="0">
+ </element>
+ <element name="lamp219" ref="lamp_219_1" state="0">
<bounds x="657" y="317" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1_border" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1_border" state="0">
<bounds x="88" y="443" width="52" height="32"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1" state="0">
<bounds x="90" y="445" width="48" height="28"/>
- </backdrop>
- <backdrop name="lamp101" element="lamp_101_1_border" state="0">
+ </element>
+ <element name="lamp101" ref="lamp_101_1_border" state="0">
<bounds x="525" y="42" width="82" height="47"/>
- </backdrop>
- <backdrop name="lamp101" element="lamp_101_1" state="0">
+ </element>
+ <element name="lamp101" ref="lamp_101_1" state="0">
<bounds x="527" y="44" width="78" height="43"/>
- </backdrop>
- <backdrop name="lamp101" element="lamp_101_2_border" state="0">
+ </element>
+ <element name="lamp101" ref="lamp_101_2_border" state="0">
<bounds x="525" y="9" width="82" height="32"/>
- </backdrop>
- <backdrop name="lamp101" element="lamp_101_2" state="0">
+ </element>
+ <element name="lamp101" ref="lamp_101_2" state="0">
<bounds x="527" y="11" width="78" height="28"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_176_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_176_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="744" y="595" width="42" height="27"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_176" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_176" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="746" y="597" width="38" height="23"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_177_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_177_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="654" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_177" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_177" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="656" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_178_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_178_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="571" y="604" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_178" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_178" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="573" y="606" width="74" height="34"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_179_border" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_179_border" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="152" y="604" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_179" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_179" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="154" y="606" width="74" height="34"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_180_border" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_180_border" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="235" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_180" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_180" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="237" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_181_border" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_181_border" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="317" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_181" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_181" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="319" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_182_border" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_182_border" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="399" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_182" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_182" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="401" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_183_border" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_183_border" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="481" y="604" width="82" height="38"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_183" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_183" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="483" y="606" width="78" height="34"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="657" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off9" element="led_off">
+ </element>
+ <element name="led_off9" ref="led_off">
<bounds x="661" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off10" element="led_off">
+ </element>
+ <element name="led_off10" ref="led_off">
<bounds x="678" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off11" element="led_off">
+ </element>
+ <element name="led_off11" ref="led_off">
<bounds x="678" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off12" element="led_off">
+ </element>
+ <element name="led_off12" ref="led_off">
<bounds x="661" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off13" element="led_off">
+ </element>
+ <element name="led_off13" ref="led_off">
<bounds x="661" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off14" element="led_off">
+ </element>
+ <element name="led_off14" ref="led_off">
<bounds x="661" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off15" element="led_off">
+ </element>
+ <element name="led_off15" ref="led_off">
<bounds x="661" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off8" element="led_dot_off">
+ </element>
+ <element name="led_off8" ref="led_dot_off">
<bounds x="682" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp9" element="led_on">
+ </element>
+ <element name="lamp9" ref="led_on">
<bounds x="661" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp10" element="led_on">
+ </element>
+ <element name="lamp10" ref="led_on">
<bounds x="678" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp11" element="led_on">
+ </element>
+ <element name="lamp11" ref="led_on">
<bounds x="678" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp12" element="led_on">
+ </element>
+ <element name="lamp12" ref="led_on">
<bounds x="661" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp13" element="led_on">
+ </element>
+ <element name="lamp13" ref="led_on">
<bounds x="661" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp14" element="led_on">
+ </element>
+ <element name="lamp14" ref="led_on">
<bounds x="661" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp15" element="led_on">
+ </element>
+ <element name="lamp15" ref="led_on">
<bounds x="661" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp8" element="led_dot_on">
+ </element>
+ <element name="lamp8" ref="led_dot_on">
<bounds x="682" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="687" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off25" element="led_off">
+ </element>
+ <element name="led_off25" ref="led_off">
<bounds x="691" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off26" element="led_off">
+ </element>
+ <element name="led_off26" ref="led_off">
<bounds x="708" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off27" element="led_off">
+ </element>
+ <element name="led_off27" ref="led_off">
<bounds x="708" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off28" element="led_off">
+ </element>
+ <element name="led_off28" ref="led_off">
<bounds x="691" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off29" element="led_off">
+ </element>
+ <element name="led_off29" ref="led_off">
<bounds x="691" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off30" element="led_off">
+ </element>
+ <element name="led_off30" ref="led_off">
<bounds x="691" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off31" element="led_off">
+ </element>
+ <element name="led_off31" ref="led_off">
<bounds x="691" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off24" element="led_dot_off">
+ </element>
+ <element name="led_off24" ref="led_dot_off">
<bounds x="712" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp25" element="led_on">
+ </element>
+ <element name="lamp25" ref="led_on">
<bounds x="691" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp26" element="led_on">
+ </element>
+ <element name="lamp26" ref="led_on">
<bounds x="708" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp27" element="led_on">
+ </element>
+ <element name="lamp27" ref="led_on">
<bounds x="708" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp28" element="led_on">
+ </element>
+ <element name="lamp28" ref="led_on">
<bounds x="691" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp29" element="led_on">
+ </element>
+ <element name="lamp29" ref="led_on">
<bounds x="691" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp30" element="led_on">
+ </element>
+ <element name="lamp30" ref="led_on">
<bounds x="691" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp31" element="led_on">
+ </element>
+ <element name="lamp31" ref="led_on">
<bounds x="691" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp24" element="led_dot_on">
+ </element>
+ <element name="lamp24" ref="led_dot_on">
<bounds x="712" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="716" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off41" element="led_off">
+ </element>
+ <element name="led_off41" ref="led_off">
<bounds x="720" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off42" element="led_off">
+ </element>
+ <element name="led_off42" ref="led_off">
<bounds x="737" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off43" element="led_off">
+ </element>
+ <element name="led_off43" ref="led_off">
<bounds x="737" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off44" element="led_off">
+ </element>
+ <element name="led_off44" ref="led_off">
<bounds x="720" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off45" element="led_off">
+ </element>
+ <element name="led_off45" ref="led_off">
<bounds x="720" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off46" element="led_off">
+ </element>
+ <element name="led_off46" ref="led_off">
<bounds x="720" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off47" element="led_off">
+ </element>
+ <element name="led_off47" ref="led_off">
<bounds x="720" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off40" element="led_dot_off">
+ </element>
+ <element name="led_off40" ref="led_dot_off">
<bounds x="741" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp41" element="led_on">
+ </element>
+ <element name="lamp41" ref="led_on">
<bounds x="720" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp42" element="led_on">
+ </element>
+ <element name="lamp42" ref="led_on">
<bounds x="737" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp43" element="led_on">
+ </element>
+ <element name="lamp43" ref="led_on">
<bounds x="737" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp44" element="led_on">
+ </element>
+ <element name="lamp44" ref="led_on">
<bounds x="720" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp45" element="led_on">
+ </element>
+ <element name="lamp45" ref="led_on">
<bounds x="720" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp46" element="led_on">
+ </element>
+ <element name="lamp46" ref="led_on">
<bounds x="720" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp47" element="led_on">
+ </element>
+ <element name="lamp47" ref="led_on">
<bounds x="720" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp40" element="led_dot_on">
+ </element>
+ <element name="lamp40" ref="led_dot_on">
<bounds x="741" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="746" y="27" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off57" element="led_off">
+ </element>
+ <element name="led_off57" ref="led_off">
<bounds x="750" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off58" element="led_off">
+ </element>
+ <element name="led_off58" ref="led_off">
<bounds x="767" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off59" element="led_off">
+ </element>
+ <element name="led_off59" ref="led_off">
<bounds x="767" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off60" element="led_off">
+ </element>
+ <element name="led_off60" ref="led_off">
<bounds x="750" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off61" element="led_off">
+ </element>
+ <element name="led_off61" ref="led_off">
<bounds x="750" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off62" element="led_off">
+ </element>
+ <element name="led_off62" ref="led_off">
<bounds x="750" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off63" element="led_off">
+ </element>
+ <element name="led_off63" ref="led_off">
<bounds x="750" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off256" element="led_dot_off">
+ </element>
+ <element name="led_off256" ref="led_dot_off">
<bounds x="771" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp57" element="led_on">
+ </element>
+ <element name="lamp57" ref="led_on">
<bounds x="750" y="30" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp58" element="led_on">
+ </element>
+ <element name="lamp58" ref="led_on">
<bounds x="767" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp59" element="led_on">
+ </element>
+ <element name="lamp59" ref="led_on">
<bounds x="767" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp60" element="led_on">
+ </element>
+ <element name="lamp60" ref="led_on">
<bounds x="750" y="59" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp61" element="led_on">
+ </element>
+ <element name="lamp61" ref="led_on">
<bounds x="750" y="45" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp62" element="led_on">
+ </element>
+ <element name="lamp62" ref="led_on">
<bounds x="750" y="30" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp63" element="led_on">
+ </element>
+ <element name="lamp63" ref="led_on">
<bounds x="750" y="45" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp256" element="led_dot_on">
+ </element>
+ <element name="lamp256" ref="led_dot_on">
<bounds x="771" y="59" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="657" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off73" element="led_off">
+ </element>
+ <element name="led_off73" ref="led_off">
<bounds x="661" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off74" element="led_off">
+ </element>
+ <element name="led_off74" ref="led_off">
<bounds x="678" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off75" element="led_off">
+ </element>
+ <element name="led_off75" ref="led_off">
<bounds x="678" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off76" element="led_off">
+ </element>
+ <element name="led_off76" ref="led_off">
<bounds x="661" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off77" element="led_off">
+ </element>
+ <element name="led_off77" ref="led_off">
<bounds x="661" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off78" element="led_off">
+ </element>
+ <element name="led_off78" ref="led_off">
<bounds x="661" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off79" element="led_off">
+ </element>
+ <element name="led_off79" ref="led_off">
<bounds x="661" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off256" element="led_dot_off">
+ </element>
+ <element name="led_off256" ref="led_dot_off">
<bounds x="682" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp73" element="led_on">
+ </element>
+ <element name="lamp73" ref="led_on">
<bounds x="661" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp74" element="led_on">
+ </element>
+ <element name="lamp74" ref="led_on">
<bounds x="678" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp75" element="led_on">
+ </element>
+ <element name="lamp75" ref="led_on">
<bounds x="678" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp76" element="led_on">
+ </element>
+ <element name="lamp76" ref="led_on">
<bounds x="661" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp77" element="led_on">
+ </element>
+ <element name="lamp77" ref="led_on">
<bounds x="661" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp78" element="led_on">
+ </element>
+ <element name="lamp78" ref="led_on">
<bounds x="661" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp79" element="led_on">
+ </element>
+ <element name="lamp79" ref="led_on">
<bounds x="661" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp256" element="led_dot_on">
+ </element>
+ <element name="lamp256" ref="led_dot_on">
<bounds x="682" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="686" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off89" element="led_off">
+ </element>
+ <element name="led_off89" ref="led_off">
<bounds x="690" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off90" element="led_off">
+ </element>
+ <element name="led_off90" ref="led_off">
<bounds x="707" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off91" element="led_off">
+ </element>
+ <element name="led_off91" ref="led_off">
<bounds x="707" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off92" element="led_off">
+ </element>
+ <element name="led_off92" ref="led_off">
<bounds x="690" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off93" element="led_off">
+ </element>
+ <element name="led_off93" ref="led_off">
<bounds x="690" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off94" element="led_off">
+ </element>
+ <element name="led_off94" ref="led_off">
<bounds x="690" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off95" element="led_off">
+ </element>
+ <element name="led_off95" ref="led_off">
<bounds x="690" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off88" element="led_dot_off">
+ </element>
+ <element name="led_off88" ref="led_dot_off">
<bounds x="711" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp89" element="led_on">
+ </element>
+ <element name="lamp89" ref="led_on">
<bounds x="690" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp90" element="led_on">
+ </element>
+ <element name="lamp90" ref="led_on">
<bounds x="707" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp91" element="led_on">
+ </element>
+ <element name="lamp91" ref="led_on">
<bounds x="707" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp92" element="led_on">
+ </element>
+ <element name="lamp92" ref="led_on">
<bounds x="690" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp93" element="led_on">
+ </element>
+ <element name="lamp93" ref="led_on">
<bounds x="690" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp94" element="led_on">
+ </element>
+ <element name="lamp94" ref="led_on">
<bounds x="690" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp95" element="led_on">
+ </element>
+ <element name="lamp95" ref="led_on">
<bounds x="690" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp88" element="led_dot_on">
+ </element>
+ <element name="lamp88" ref="led_dot_on">
<bounds x="711" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="716" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off105" element="led_off">
+ </element>
+ <element name="led_off105" ref="led_off">
<bounds x="720" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off106" element="led_off">
+ </element>
+ <element name="led_off106" ref="led_off">
<bounds x="737" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off107" element="led_off">
+ </element>
+ <element name="led_off107" ref="led_off">
<bounds x="737" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off108" element="led_off">
+ </element>
+ <element name="led_off108" ref="led_off">
<bounds x="720" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off109" element="led_off">
+ </element>
+ <element name="led_off109" ref="led_off">
<bounds x="720" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off110" element="led_off">
+ </element>
+ <element name="led_off110" ref="led_off">
<bounds x="720" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off111" element="led_off">
+ </element>
+ <element name="led_off111" ref="led_off">
<bounds x="720" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off104" element="led_dot_off">
+ </element>
+ <element name="led_off104" ref="led_dot_off">
<bounds x="741" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp105" element="led_on">
+ </element>
+ <element name="lamp105" ref="led_on">
<bounds x="720" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp106" element="led_on">
+ </element>
+ <element name="lamp106" ref="led_on">
<bounds x="737" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp107" element="led_on">
+ </element>
+ <element name="lamp107" ref="led_on">
<bounds x="737" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp108" element="led_on">
+ </element>
+ <element name="lamp108" ref="led_on">
<bounds x="720" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp109" element="led_on">
+ </element>
+ <element name="lamp109" ref="led_on">
<bounds x="720" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp110" element="led_on">
+ </element>
+ <element name="lamp110" ref="led_on">
<bounds x="720" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp111" element="led_on">
+ </element>
+ <element name="lamp111" ref="led_on">
<bounds x="720" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp104" element="led_dot_on">
+ </element>
+ <element name="lamp104" ref="led_dot_on">
<bounds x="741" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="746" y="101" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off121" element="led_off">
+ </element>
+ <element name="led_off121" ref="led_off">
<bounds x="750" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off122" element="led_off">
+ </element>
+ <element name="led_off122" ref="led_off">
<bounds x="767" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off123" element="led_off">
+ </element>
+ <element name="led_off123" ref="led_off">
<bounds x="767" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off124" element="led_off">
+ </element>
+ <element name="led_off124" ref="led_off">
<bounds x="750" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off125" element="led_off">
+ </element>
+ <element name="led_off125" ref="led_off">
<bounds x="750" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off126" element="led_off">
+ </element>
+ <element name="led_off126" ref="led_off">
<bounds x="750" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off127" element="led_off">
+ </element>
+ <element name="led_off127" ref="led_off">
<bounds x="750" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off120" element="led_dot_off">
+ </element>
+ <element name="led_off120" ref="led_dot_off">
<bounds x="771" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp121" element="led_on">
+ </element>
+ <element name="lamp121" ref="led_on">
<bounds x="750" y="104" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp122" element="led_on">
+ </element>
+ <element name="lamp122" ref="led_on">
<bounds x="767" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp123" element="led_on">
+ </element>
+ <element name="lamp123" ref="led_on">
<bounds x="767" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp124" element="led_on">
+ </element>
+ <element name="lamp124" ref="led_on">
<bounds x="750" y="133" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp125" element="led_on">
+ </element>
+ <element name="lamp125" ref="led_on">
<bounds x="750" y="119" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp126" element="led_on">
+ </element>
+ <element name="lamp126" ref="led_on">
<bounds x="750" y="104" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp127" element="led_on">
+ </element>
+ <element name="lamp127" ref="led_on">
<bounds x="750" y="119" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp120" element="led_dot_on">
+ </element>
+ <element name="lamp120" ref="led_dot_on">
<bounds x="771" y="133" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="363" y="256" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off137" element="led_off">
+ </element>
+ <element name="led_off137" ref="led_off">
<bounds x="367" y="259" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off138" element="led_off">
+ </element>
+ <element name="led_off138" ref="led_off">
<bounds x="384" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off139" element="led_off">
+ </element>
+ <element name="led_off139" ref="led_off">
<bounds x="384" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off140" element="led_off">
+ </element>
+ <element name="led_off140" ref="led_off">
<bounds x="367" y="288" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off141" element="led_off">
+ </element>
+ <element name="led_off141" ref="led_off">
<bounds x="367" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off142" element="led_off">
+ </element>
+ <element name="led_off142" ref="led_off">
<bounds x="367" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off143" element="led_off">
+ </element>
+ <element name="led_off143" ref="led_off">
<bounds x="367" y="274" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off136" element="led_dot_off">
+ </element>
+ <element name="led_off136" ref="led_dot_off">
<bounds x="388" y="288" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp137" element="led_on">
+ </element>
+ <element name="lamp137" ref="led_on">
<bounds x="367" y="259" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp138" element="led_on">
+ </element>
+ <element name="lamp138" ref="led_on">
<bounds x="384" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp139" element="led_on">
+ </element>
+ <element name="lamp139" ref="led_on">
<bounds x="384" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp140" element="led_on">
+ </element>
+ <element name="lamp140" ref="led_on">
<bounds x="367" y="288" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp141" element="led_on">
+ </element>
+ <element name="lamp141" ref="led_on">
<bounds x="367" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp142" element="led_on">
+ </element>
+ <element name="lamp142" ref="led_on">
<bounds x="367" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp143" element="led_on">
+ </element>
+ <element name="lamp143" ref="led_on">
<bounds x="367" y="274" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp136" element="led_dot_on">
+ </element>
+ <element name="lamp136" ref="led_dot_on">
<bounds x="388" y="288" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="333" y="256" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off153" element="led_off">
+ </element>
+ <element name="led_off153" ref="led_off">
<bounds x="337" y="259" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off154" element="led_off">
+ </element>
+ <element name="led_off154" ref="led_off">
<bounds x="354" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off155" element="led_off">
+ </element>
+ <element name="led_off155" ref="led_off">
<bounds x="354" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off156" element="led_off">
+ </element>
+ <element name="led_off156" ref="led_off">
<bounds x="337" y="288" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off157" element="led_off">
+ </element>
+ <element name="led_off157" ref="led_off">
<bounds x="337" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off158" element="led_off">
+ </element>
+ <element name="led_off158" ref="led_off">
<bounds x="337" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off159" element="led_off">
+ </element>
+ <element name="led_off159" ref="led_off">
<bounds x="337" y="274" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off152" element="led_dot_off">
+ </element>
+ <element name="led_off152" ref="led_dot_off">
<bounds x="358" y="288" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp153" element="led_on">
+ </element>
+ <element name="lamp153" ref="led_on">
<bounds x="337" y="259" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp154" element="led_on">
+ </element>
+ <element name="lamp154" ref="led_on">
<bounds x="354" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp155" element="led_on">
+ </element>
+ <element name="lamp155" ref="led_on">
<bounds x="354" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp156" element="led_on">
+ </element>
+ <element name="lamp156" ref="led_on">
<bounds x="337" y="288" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp157" element="led_on">
+ </element>
+ <element name="lamp157" ref="led_on">
<bounds x="337" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp158" element="led_on">
+ </element>
+ <element name="lamp158" ref="led_on">
<bounds x="337" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp159" element="led_on">
+ </element>
+ <element name="lamp159" ref="led_on">
<bounds x="337" y="274" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp152" element="led_dot_on">
+ </element>
+ <element name="lamp152" ref="led_dot_on">
<bounds x="358" y="288" width="4" height="3"/>
- </backdrop>
- <backdrop name="led_background" element="led_background">
+ </element>
+ <element name="led_background" ref="led_background">
<bounds x="303" y="256" width="30" height="40"/>
- </backdrop>
- <backdrop name="led_off169" element="led_off">
+ </element>
+ <element name="led_off169" ref="led_off">
<bounds x="307" y="259" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off170" element="led_off">
+ </element>
+ <element name="led_off170" ref="led_off">
<bounds x="324" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off171" element="led_off">
+ </element>
+ <element name="led_off171" ref="led_off">
<bounds x="324" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off172" element="led_off">
+ </element>
+ <element name="led_off172" ref="led_off">
<bounds x="307" y="288" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off173" element="led_off">
+ </element>
+ <element name="led_off173" ref="led_off">
<bounds x="307" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off174" element="led_off">
+ </element>
+ <element name="led_off174" ref="led_off">
<bounds x="307" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="led_off175" element="led_off">
+ </element>
+ <element name="led_off175" ref="led_off">
<bounds x="307" y="274" width="21" height="3"/>
- </backdrop>
- <backdrop name="led_off168" element="led_dot_off">
+ </element>
+ <element name="led_off168" ref="led_dot_off">
<bounds x="328" y="288" width="4" height="3"/>
- </backdrop>
- <backdrop name="lamp169" element="led_on">
+ </element>
+ <element name="lamp169" ref="led_on">
<bounds x="307" y="259" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp170" element="led_on">
+ </element>
+ <element name="lamp170" ref="led_on">
<bounds x="324" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp171" element="led_on">
+ </element>
+ <element name="lamp171" ref="led_on">
<bounds x="324" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp172" element="led_on">
+ </element>
+ <element name="lamp172" ref="led_on">
<bounds x="307" y="288" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp173" element="led_on">
+ </element>
+ <element name="lamp173" ref="led_on">
<bounds x="307" y="274" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp174" element="led_on">
+ </element>
+ <element name="lamp174" ref="led_on">
<bounds x="307" y="259" width="4" height="18"/>
- </backdrop>
- <backdrop name="lamp175" element="led_on">
+ </element>
+ <element name="lamp175" ref="led_on">
<bounds x="307" y="274" width="21" height="3"/>
- </backdrop>
- <backdrop name="lamp168" element="led_dot_on">
+ </element>
+ <element name="lamp168" ref="led_dot_on">
<bounds x="328" y="288" width="4" height="3"/>
- </backdrop>
- <backdrop element="dmd_background">
- <bounds x="261" y="6" width="262" height="86"/>
- </backdrop>
- <screen index="0">
+ </element>
+ <group ref="dmd">
<bounds left="261" top="6" right="523" bottom="92"/>
- </screen>
- <screen index="0">
- <bounds left="261" top="6" right="523" bottom="92"/>
- </screen>
- <screen index="0">
- <bounds left="261" top="6" right="523" bottom="92"/>
- </screen>
- <backdrop name="label15" element="label_15">
+ </group>
+ <element ref="dmd_background" blend="add">
+ <bounds x="261" y="6" width="262" height="86"/>
+ </element>
+ <element name="label15" ref="label_15">
<bounds x="619" y="85" width="38" height="67"/>
- </backdrop>
- <backdrop name="label16" element="label_16">
+ </element>
+ <element name="label16" ref="label_16">
<bounds x="619" y="11" width="38" height="67"/>
- </backdrop>
- <backdrop name="label33" element="label_33">
+ </element>
+ <element name="label33" ref="label_33">
<bounds x="660" y="77" width="85" height="24"/>
- </backdrop>
- <backdrop name="label34" element="label_34">
+ </element>
+ <element name="label34" ref="label_34">
<bounds x="667" y="3" width="84" height="24"/>
- </backdrop>
- <backdrop name="label35" element="label_35">
+ </element>
+ <element name="label35" ref="label_35">
<bounds x="209" y="495" width="25" height="26"/>
- </backdrop>
- <backdrop name="label36" element="label_36">
+ </element>
+ <element name="label36" ref="label_36">
<bounds x="564" y="495" width="25" height="26"/>
- </backdrop>
- <backdrop name="label66" element="label_66">
+ </element>
+ <element name="label66" ref="label_66">
<bounds x="307" y="353" width="147" height="22"/>
- </backdrop>
- <backdrop name="label73" element="label_73">
+ </element>
+ <element name="label73" ref="label_73">
<bounds x="384" y="231" width="91" height="38"/>
- </backdrop>
- <backdrop name="label77" element="label_77">
+ </element>
+ <element name="label77" ref="label_77">
<bounds x="293" y="296" width="75" height="19"/>
- </backdrop>
- <backdrop name="label78" element="label_78">
+ </element>
+ <element name="label78" ref="label_78">
<bounds x="266" y="240" width="38" height="67"/>
- </backdrop>
- <backdrop name="label79" element="label_79">
+ </element>
+ <element name="label79" ref="label_79">
<bounds x="291" y="137" width="38" height="22"/>
- </backdrop>
- <backdrop name="label81" element="label_81">
+ </element>
+ <element name="label81" ref="label_81">
<bounds x="625" y="174" width="110" height="14"/>
- </backdrop>
- <backdrop name="label126" element="label_126">
+ </element>
+ <element name="label126" ref="label_126">
<bounds x="117" y="10" width="44" height="22"/>
- </backdrop>
- <backdrop name="label127" element="label_127">
+ </element>
+ <element name="label127" ref="label_127">
<bounds x="117" y="36" width="33" height="22"/>
- </backdrop>
- <backdrop name="label128" element="label_128">
+ </element>
+ <element name="label128" ref="label_128">
<bounds x="118" y="64" width="33" height="22"/>
- </backdrop>
- <backdrop name="label129" element="label_129">
+ </element>
+ <element name="label129" ref="label_129">
<bounds x="122" y="93" width="33" height="22"/>
- </backdrop>
- <backdrop name="label130" element="label_130">
+ </element>
+ <element name="label130" ref="label_130">
<bounds x="122" y="119" width="33" height="22"/>
- </backdrop>
- <backdrop name="label131" element="label_131">
+ </element>
+ <element name="label131" ref="label_131">
<bounds x="122" y="147" width="33" height="22"/>
- </backdrop>
- <backdrop name="label132" element="label_132">
+ </element>
+ <element name="label132" ref="label_132">
<bounds x="122" y="174" width="33" height="22"/>
- </backdrop>
- <backdrop name="label152" element="label_152">
+ </element>
+ <element name="label152" ref="label_152">
<bounds x="107" y="389" width="22" height="22"/>
- </backdrop>
- <backdrop name="label153" element="label_153">
+ </element>
+ <element name="label153" ref="label_153">
<bounds x="107" y="363" width="40" height="19"/>
- </backdrop>
- <backdrop name="label154" element="label_154">
+ </element>
+ <element name="label154" ref="label_154">
<bounds x="107" y="335" width="22" height="22"/>
- </backdrop>
- <backdrop name="label155" element="label_155">
+ </element>
+ <element name="label155" ref="label_155">
<bounds x="107" y="308" width="22" height="22"/>
- </backdrop>
- <backdrop name="label156" element="label_156">
+ </element>
+ <element name="label156" ref="label_156">
<bounds x="107" y="281" width="22" height="22"/>
- </backdrop>
- <backdrop name="label157" element="label_157">
+ </element>
+ <element name="label157" ref="label_157">
<bounds x="107" y="253" width="22" height="22"/>
- </backdrop>
- <backdrop name="label158" element="label_158">
+ </element>
+ <element name="label158" ref="label_158">
<bounds x="107" y="227" width="33" height="22"/>
- </backdrop>
- <backdrop name="label159" element="label_159">
+ </element>
+ <element name="label159" ref="label_159">
<bounds x="107" y="200" width="33" height="22"/>
- </backdrop>
+ </element>
</view>
<view name="MFME2MAME Debug">
- <backdrop element="debug_backdrop_colour">
+ <element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_lamp_button" state="0">
+ </element>
+
+ <element name="lamp0" ref="debug_lamp_button" state="0">
<bounds x="32" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_0" element="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp1" ref="debug_lamp_button" state="0">
<bounds x="96" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_1" element="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp2" ref="debug_lamp_button" state="0">
<bounds x="160" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_2" element="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp3" ref="debug_lamp_button" state="0">
<bounds x="224" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_3" element="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp4" ref="debug_lamp_button" state="0">
<bounds x="288" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_4" element="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp5" ref="debug_lamp_button" state="0">
<bounds x="352" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_5" element="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp6" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_6" element="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp7" ref="debug_lamp_button" state="0">
<bounds x="480" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_7" element="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp8" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp8" ref="debug_lamp_segment" state="0">
<bounds x="544" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_8" element="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp9" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp9" ref="debug_lamp_segment" state="0">
<bounds x="608" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_9" element="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp10" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp10" ref="debug_lamp_segment" state="0">
<bounds x="672" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_10" element="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp11" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp11" ref="debug_lamp_segment" state="0">
<bounds x="736" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_11" element="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp12" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp12" ref="debug_lamp_segment" state="0">
<bounds x="800" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_12" element="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp13" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp13" ref="debug_lamp_segment" state="0">
<bounds x="864" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_13" element="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp14" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp14" ref="debug_lamp_segment" state="0">
<bounds x="928" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_14" element="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp15" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp15" ref="debug_lamp_segment" state="0">
<bounds x="992" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_15" element="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp16" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_16" element="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp17" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp17" ref="debug_lamp_standard" state="0">
<bounds x="96" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_17" element="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp18" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp18" ref="debug_lamp_standard" state="0">
<bounds x="160" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_18" element="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp19" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_19" element="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp20" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_20" element="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp21" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_21" element="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp22" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_22" element="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp23" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_23" element="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp24" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp24" ref="debug_lamp_segment" state="0">
<bounds x="544" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_24" element="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp25" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp25" ref="debug_lamp_segment" state="0">
<bounds x="608" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_25" element="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp26" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp26" ref="debug_lamp_segment" state="0">
<bounds x="672" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_26" element="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp27" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp27" ref="debug_lamp_segment" state="0">
<bounds x="736" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_27" element="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp28" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp28" ref="debug_lamp_segment" state="0">
<bounds x="800" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_28" element="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp29" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp29" ref="debug_lamp_segment" state="0">
<bounds x="864" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_29" element="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp30" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp30" ref="debug_lamp_segment" state="0">
<bounds x="928" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_30" element="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp31" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp31" ref="debug_lamp_segment" state="0">
<bounds x="992" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_31" element="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp32" ref="debug_lamp_button" state="0">
<bounds x="32" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_32" element="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp33" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_33" element="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp34" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_34" element="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp35" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_35" element="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp36" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_36" element="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp37" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_37" element="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp38" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_38" element="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp39" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_39" element="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp40" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp40" ref="debug_lamp_segment" state="0">
<bounds x="544" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_40" element="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp41" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp41" ref="debug_lamp_segment" state="0">
<bounds x="608" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_41" element="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp42" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp42" ref="debug_lamp_segment" state="0">
<bounds x="672" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_42" element="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp43" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp43" ref="debug_lamp_segment" state="0">
<bounds x="736" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_43" element="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp44" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp44" ref="debug_lamp_segment" state="0">
<bounds x="800" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_44" element="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp45" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp45" ref="debug_lamp_segment" state="0">
<bounds x="864" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_45" element="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp46" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp46" ref="debug_lamp_segment" state="0">
<bounds x="928" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_46" element="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp47" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp47" ref="debug_lamp_segment" state="0">
<bounds x="992" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_47" element="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp48" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_48" element="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp49" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_49" element="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp50" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp50" ref="debug_lamp_reel" state="0">
<bounds x="160" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_50" element="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp51" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_51" element="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp52" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp52" ref="debug_lamp_reel" state="0">
<bounds x="288" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_52" element="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp53" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp53" ref="debug_lamp_reel" state="0">
<bounds x="352" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_53" element="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp54" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_54" element="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp55" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_55" element="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp56" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_56" element="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp57" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp57" ref="debug_lamp_segment" state="0">
<bounds x="608" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_57" element="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp58" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp58" ref="debug_lamp_segment" state="0">
<bounds x="672" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_58" element="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp59" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp59" ref="debug_lamp_segment" state="0">
<bounds x="736" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_59" element="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp60" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp60" ref="debug_lamp_segment" state="0">
<bounds x="800" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_60" element="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp61" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp61" ref="debug_lamp_segment" state="0">
<bounds x="864" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_61" element="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp62" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp62" ref="debug_lamp_segment" state="0">
<bounds x="928" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_62" element="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp63" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp63" ref="debug_lamp_segment" state="0">
<bounds x="992" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_63" element="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp64" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp64" ref="debug_lamp_reel" state="0">
<bounds x="32" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_64" element="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp65" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp65" ref="debug_lamp_reel" state="0">
<bounds x="96" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_65" element="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp66" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp66" ref="debug_lamp_reel" state="0">
<bounds x="160" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_66" element="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp67" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp67" ref="debug_lamp_reel" state="0">
<bounds x="224" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_67" element="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp68" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp68" ref="debug_lamp_reel" state="0">
<bounds x="288" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_68" element="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp69" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp69" ref="debug_lamp_reel" state="0">
<bounds x="352" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_69" element="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp70" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp70" ref="debug_lamp_standard" state="0">
<bounds x="416" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_70" element="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp71" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp71" ref="debug_lamp_standard" state="0">
<bounds x="480" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_71" element="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp72" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_72" element="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp73" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp73" ref="debug_lamp_segment" state="0">
<bounds x="608" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_73" element="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp74" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp74" ref="debug_lamp_segment" state="0">
<bounds x="672" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_74" element="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp75" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp75" ref="debug_lamp_segment" state="0">
<bounds x="736" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_75" element="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp76" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp76" ref="debug_lamp_segment" state="0">
<bounds x="800" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_76" element="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp77" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp77" ref="debug_lamp_segment" state="0">
<bounds x="864" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_77" element="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp78" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp78" ref="debug_lamp_segment" state="0">
<bounds x="928" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_78" element="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp79" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp79" ref="debug_lamp_segment" state="0">
<bounds x="992" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_79" element="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp80" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_80" element="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp81" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_81" element="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp82" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_82" element="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp83" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_83" element="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp84" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_84" element="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp85" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_85" element="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp86" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_86" element="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp87" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_87" element="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp88" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp88" ref="debug_lamp_segment" state="0">
<bounds x="544" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_88" element="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp89" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp89" ref="debug_lamp_segment" state="0">
<bounds x="608" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_89" element="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp90" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp90" ref="debug_lamp_segment" state="0">
<bounds x="672" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_90" element="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp91" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp91" ref="debug_lamp_segment" state="0">
<bounds x="736" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_91" element="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp92" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp92" ref="debug_lamp_segment" state="0">
<bounds x="800" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_92" element="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp93" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp93" ref="debug_lamp_segment" state="0">
<bounds x="864" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_93" element="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp94" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp94" ref="debug_lamp_segment" state="0">
<bounds x="928" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_94" element="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp95" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp95" ref="debug_lamp_segment" state="0">
<bounds x="992" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_95" element="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp96" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_96" element="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp97" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_97" element="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp98" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_98" element="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp99" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_99" element="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp100" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_100" element="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp101" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_101" element="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp102" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_102" element="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp103" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_103" element="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp104" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp104" ref="debug_lamp_segment" state="0">
<bounds x="544" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_104" element="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp105" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp105" ref="debug_lamp_segment" state="0">
<bounds x="608" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_105" element="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp106" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp106" ref="debug_lamp_segment" state="0">
<bounds x="672" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_106" element="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp107" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp107" ref="debug_lamp_segment" state="0">
<bounds x="736" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_107" element="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp108" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp108" ref="debug_lamp_segment" state="0">
<bounds x="800" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_108" element="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp109" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp109" ref="debug_lamp_segment" state="0">
<bounds x="864" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_109" element="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp110" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp110" ref="debug_lamp_segment" state="0">
<bounds x="928" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_110" element="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp111" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp111" ref="debug_lamp_segment" state="0">
<bounds x="992" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_111" element="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp112" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_112" element="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp113" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_113" element="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp114" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_114" element="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp115" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_115" element="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp116" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_116" element="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp117" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_117" element="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp118" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_118" element="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp119" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_119" element="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp120" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp120" ref="debug_lamp_segment" state="0">
<bounds x="544" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_120" element="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp121" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp121" ref="debug_lamp_segment" state="0">
<bounds x="608" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_121" element="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp122" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp122" ref="debug_lamp_segment" state="0">
<bounds x="672" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_122" element="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp123" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp123" ref="debug_lamp_segment" state="0">
<bounds x="736" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_123" element="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp124" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp124" ref="debug_lamp_segment" state="0">
<bounds x="800" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_124" element="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp125" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp125" ref="debug_lamp_segment" state="0">
<bounds x="864" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_125" element="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp126" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp126" ref="debug_lamp_segment" state="0">
<bounds x="928" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_126" element="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp127" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp127" ref="debug_lamp_segment" state="0">
<bounds x="992" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_127" element="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp128" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_128" element="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp129" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_129" element="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp130" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_130" element="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp131" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_131" element="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp132" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_132" element="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp133" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_133" element="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp134" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_134" element="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp135" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_135" element="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp136" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp136" ref="debug_lamp_segment" state="0">
<bounds x="544" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_136" element="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp137" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp137" ref="debug_lamp_segment" state="0">
<bounds x="608" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_137" element="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp138" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp138" ref="debug_lamp_segment" state="0">
<bounds x="672" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_138" element="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp139" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp139" ref="debug_lamp_segment" state="0">
<bounds x="736" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_139" element="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp140" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp140" ref="debug_lamp_segment" state="0">
<bounds x="800" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_140" element="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp141" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp141" ref="debug_lamp_segment" state="0">
<bounds x="864" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_141" element="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp142" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp142" ref="debug_lamp_segment" state="0">
<bounds x="928" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_142" element="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp143" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp143" ref="debug_lamp_segment" state="0">
<bounds x="992" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_143" element="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp144" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_144" element="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp145" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_145" element="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp146" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_146" element="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp147" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_147" element="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp148" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_148" element="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp149" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_149" element="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp150" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_150" element="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp151" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_151" element="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp152" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp152" ref="debug_lamp_segment" state="0">
<bounds x="544" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_152" element="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp153" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp153" ref="debug_lamp_segment" state="0">
<bounds x="608" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_153" element="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp154" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp154" ref="debug_lamp_segment" state="0">
<bounds x="672" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_154" element="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp155" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp155" ref="debug_lamp_segment" state="0">
<bounds x="736" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_155" element="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp156" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp156" ref="debug_lamp_segment" state="0">
<bounds x="800" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_156" element="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp157" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp157" ref="debug_lamp_segment" state="0">
<bounds x="864" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_157" element="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp158" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp158" ref="debug_lamp_segment" state="0">
<bounds x="928" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_158" element="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp159" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp159" ref="debug_lamp_segment" state="0">
<bounds x="992" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_159" element="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp160" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_160" element="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp161" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_161" element="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp162" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_162" element="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp163" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_163" element="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp164" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_164" element="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp165" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_165" element="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp166" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_166" element="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp167" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_167" element="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp168" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp168" ref="debug_lamp_segment" state="0">
<bounds x="544" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_168" element="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp169" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp169" ref="debug_lamp_segment" state="0">
<bounds x="608" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_169" element="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp170" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp170" ref="debug_lamp_segment" state="0">
<bounds x="672" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_170" element="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp171" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp171" ref="debug_lamp_segment" state="0">
<bounds x="736" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_171" element="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp172" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp172" ref="debug_lamp_segment" state="0">
<bounds x="800" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_172" element="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp173" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp173" ref="debug_lamp_segment" state="0">
<bounds x="864" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_173" element="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp174" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp174" ref="debug_lamp_segment" state="0">
<bounds x="928" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_174" element="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp175" element="debug_lamp_segment" state="0">
+ </element>
+ <element name="lamp175" ref="debug_lamp_segment" state="0">
<bounds x="992" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_175" element="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp176" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_176" element="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp177" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_177" element="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp178" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_178" element="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp179" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_179" element="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp180" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_180" element="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp181" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_181" element="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp182" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_182" element="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp183" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_183" element="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp184" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_184" element="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp185" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_185" element="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp186" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_186" element="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp187" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_187" element="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp188" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_188" element="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp189" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_189" element="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp190" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_190" element="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp191" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_191" element="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp192" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_192" element="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp193" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_193" element="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp194" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp194" ref="debug_lamp_standard" state="0">
<bounds x="160" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_194" element="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp195" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_195" element="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp196" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp196" ref="debug_lamp_standard" state="0">
<bounds x="288" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_196" element="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp197" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp197" ref="debug_lamp_standard" state="0">
<bounds x="352" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_197" element="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp198" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp198" ref="debug_lamp_standard" state="0">
<bounds x="416" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_198" element="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp199" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp199" ref="debug_lamp_standard" state="0">
<bounds x="480" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_199" element="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp200" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp200" ref="debug_lamp_standard" state="0">
<bounds x="544" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_200" element="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp201" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_201" element="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp202" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp202" ref="debug_lamp_standard" state="0">
<bounds x="672" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_202" element="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp203" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp203" ref="debug_lamp_standard" state="0">
<bounds x="736" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_203" element="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp204" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_204" element="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp205" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_205" element="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp206" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_206" element="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp207" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_207" element="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp208" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_208" element="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp209" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_209" element="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp210" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_210" element="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp211" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_211" element="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp212" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp212" ref="debug_lamp_standard" state="0">
<bounds x="288" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_212" element="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp213" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp213" ref="debug_lamp_standard" state="0">
<bounds x="352" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_213" element="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp214" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp214" ref="debug_lamp_standard" state="0">
<bounds x="416" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_214" element="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp215" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp215" ref="debug_lamp_standard" state="0">
<bounds x="480" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_215" element="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp216" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_216" element="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp217" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_217" element="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp218" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp218" ref="debug_lamp_standard" state="0">
<bounds x="672" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_218" element="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp219" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp219" ref="debug_lamp_standard" state="0">
<bounds x="736" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_219" element="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp220" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_220" element="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp221" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_221" element="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp222" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_222" element="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp223" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_223" element="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp224" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_224" element="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp225" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp225" ref="debug_lamp_standard" state="0">
<bounds x="96" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_225" element="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp226" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp226" ref="debug_lamp_standard" state="0">
<bounds x="160" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_226" element="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp227" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp227" ref="debug_lamp_standard" state="0">
<bounds x="224" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_227" element="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp228" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_228" element="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp229" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_229" element="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp230" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_230" element="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp231" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_231" element="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp232" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_232" element="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp233" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_233" element="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp234" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_234" element="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp235" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_235" element="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp236" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_236" element="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp237" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_237" element="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp238" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_238" element="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp239" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_239" element="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp240" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_240" element="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp241" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_241" element="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp242" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_242" element="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp243" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_243" element="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp244" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_244" element="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp245" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_245" element="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp246" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp246" ref="debug_lamp_standard" state="0">
<bounds x="416" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_246" element="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp247" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp247" ref="debug_lamp_standard" state="0">
<bounds x="480" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_247" element="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp248" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_248" element="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp249" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_249" element="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp250" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_250" element="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp251" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_251" element="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp252" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_252" element="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp253" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_253" element="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp254" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp254" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_254" element="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp255" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_255" element="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="debug_button_0" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
+ </element>
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="47" increment="64" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="47" increment="64" />
+ <element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
+ <bounds x="~x~" y="~y~" width="30" height="30"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_0" element="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_1" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
+ </element>
+ <element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_1" element="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_2" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
+ </element>
+ <element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_2" element="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_3" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
+ </element>
+ <element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_3" element="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_4" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
+ </element>
+ <element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_4" element="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_5" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
+ </element>
+ <element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_5" element="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_6" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
+ </element>
+ <element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_6" element="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_7" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
+ </element>
+ <element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_7" element="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_8" element="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_9" element="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_10" element="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_11" element="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_12" element="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_13" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
+ </element>
+ <element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_13" element="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_14" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
+ </element>
+ <element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_14" element="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_15" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
+ </element>
+ <element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_15" element="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_16" element="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_17" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_17" element="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_18" element="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_19" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
+ </element>
+ <element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_19" element="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_20" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
+ </element>
+ <element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_20" element="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_21" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
+ </element>
+ <element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_21" element="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_22" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
+ </element>
+ <element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_22" element="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_23" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
+ </element>
+ <element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_23" element="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_24" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
+ </element>
+ <element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_24" element="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_25" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
+ </element>
+ <element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_25" element="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_26" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
+ </element>
+ <element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_26" element="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_27" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
+ </element>
+ <element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_27" element="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_28" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
+ </element>
+ <element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_28" element="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_29" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
+ </element>
+ <element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_29" element="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_30" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
+ </element>
+ <element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_30" element="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_31" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
+ </element>
+ <element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_31" element="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_32" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
+ </element>
+ <element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_32" element="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_33" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
+ </element>
+ <element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_33" element="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_34" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
+ </element>
+ <element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_34" element="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_35" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
+ </element>
+ <element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_35" element="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_36" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
+ </element>
+ <element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_36" element="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_37" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
+ </element>
+ <element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_37" element="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_38" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
+ </element>
+ <element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_38" element="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_39" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
+ </element>
+ <element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_39" element="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_40" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
+ </element>
+ <element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_40" element="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_41" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
+ </element>
+ <element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_41" element="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_42" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
+ </element>
+ <element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_42" element="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_43" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
+ </element>
+ <element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_43" element="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_44" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
+ </element>
+ <element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_44" element="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_45" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
+ </element>
+ <element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_45" element="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_46" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
+ </element>
+ <element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_46" element="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_47" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
+ </element>
+ <element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_47" element="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_48" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
+ </element>
+ <element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_48" element="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_49" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
+ </element>
+ <element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_49" element="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_50" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
+ </element>
+ <element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_50" element="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_51" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
+ </element>
+ <element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_51" element="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_52" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
+ </element>
+ <element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_52" element="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_53" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
+ </element>
+ <element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_53" element="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_54" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
+ </element>
+ <element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_54" element="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_55" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
+ </element>
+ <element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_55" element="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_56" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
+ </element>
+ <element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_56" element="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_57" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
+ </element>
+ <element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_57" element="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_58" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
+ </element>
+ <element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_58" element="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_59" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
+ </element>
+ <element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_59" element="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_60" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
+ </element>
+ <element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_60" element="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_61" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
+ </element>
+ <element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_61" element="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_62" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
+ </element>
+ <element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_62" element="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_63" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
+ </element>
+ <element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_63" element="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="vfd0" element="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd1" element="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd2" element="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd3" element="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd4" element="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd5" element="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd6" element="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd7" element="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd8" element="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd9" element="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd10" element="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd11" element="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd12" element="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd13" element="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd14" element="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd15" element="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+
+ <repeat count="8">
+ <param name="s" start="0" increment="8" />
+ <param name="y" start="671" increment="48" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="1120" increment="84" />
+ <element name="debug_button_label_~n~" ref="debug_button_label_~n~">
+ <bounds x="~x~" y="~y~" width="40" height="22"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <repeat count="16">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~0~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
+ <element ref="reel_background">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp68" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp68" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp67" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp67" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1660" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="sreel5" element="reel4" state="0">
+ </element>
+ <element name="sreel5" ref="reel4" state="0">
<bounds x="1660" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="reel1" element="debug_stepper_value">
+ </element>
+ <element name="reel1" ref="debug_stepper_value">
<bounds x="1100" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel2" element="debug_stepper_value">
+ </element>
+ <element name="reel2" ref="debug_stepper_value">
<bounds x="1240" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel3" element="debug_stepper_value">
+ </element>
+ <element name="reel3" ref="debug_stepper_value">
<bounds x="1380" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel4" element="debug_stepper_value">
+ </element>
+ <element name="reel4" ref="debug_stepper_value">
<bounds x="1520" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel5" element="debug_stepper_value">
+ </element>
+ <element name="reel5" ref="debug_stepper_value">
<bounds x="1660" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_0">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
<bounds x="1180" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_1">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
<bounds x="1320" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_2">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
<bounds x="1460" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_3">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
<bounds x="1600" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_4">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_4">
<bounds x="1740" y="272" width="50" height="30"/>
- </backdrop>
- <screen index="0">
+ </element>
+
+ <group ref="dmd">
<bounds left="1400" top="400" right="1790" bottom="526"/>
- </screen>
+ </group>
</view>
</mamelayout>
diff --git a/src/mame/layout/sc2prom.lay b/src/mame/layout/sc2prom.lay
index 2fcaa32166c..63c9b8d1679 100644
--- a/src/mame/layout/sc2prom.lay
+++ b/src/mame/layout/sc2prom.lay
@@ -1543,1542 +1543,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_lamp_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_64">
- <text string="64">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_65">
- <text string="65">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_66">
- <text string="66">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_67">
- <text string="67">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_68">
- <text string="68">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_69">
- <text string="69">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_70">
- <text string="70">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_71">
- <text string="71">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_72">
- <text string="72">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_73">
- <text string="73">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_74">
- <text string="74">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_75">
- <text string="75">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_76">
- <text string="76">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_77">
- <text string="77">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_78">
- <text string="78">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_79">
- <text string="79">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_80">
- <text string="80">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_81">
- <text string="81">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_82">
- <text string="82">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_83">
- <text string="83">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_84">
- <text string="84">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_85">
- <text string="85">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_86">
- <text string="86">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_87">
- <text string="87">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_88">
- <text string="88">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_89">
- <text string="89">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_90">
- <text string="90">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_91">
- <text string="91">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_92">
- <text string="92">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_93">
- <text string="93">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_94">
- <text string="94">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_95">
- <text string="95">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_96">
- <text string="96">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_97">
- <text string="97">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_98">
- <text string="98">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_99">
- <text string="99">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_100">
- <text string="100">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_101">
- <text string="101">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_102">
- <text string="102">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_103">
- <text string="103">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_104">
- <text string="104">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_105">
- <text string="105">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_106">
- <text string="106">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_107">
- <text string="107">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_108">
- <text string="108">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_109">
- <text string="109">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_110">
- <text string="110">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_111">
- <text string="111">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_112">
- <text string="112">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_113">
- <text string="113">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_114">
- <text string="114">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_115">
- <text string="115">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_116">
- <text string="116">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_117">
- <text string="117">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_118">
- <text string="118">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_119">
- <text string="119">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_120">
- <text string="120">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_121">
- <text string="121">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_122">
- <text string="122">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_123">
- <text string="123">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_124">
- <text string="124">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_125">
- <text string="125">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_126">
- <text string="126">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_127">
- <text string="127">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_128">
- <text string="128">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_129">
- <text string="129">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_130">
- <text string="130">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_131">
- <text string="131">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_132">
- <text string="132">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_133">
- <text string="133">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_134">
- <text string="134">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_135">
- <text string="135">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_136">
- <text string="136">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_137">
- <text string="137">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_138">
- <text string="138">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_139">
- <text string="139">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_140">
- <text string="140">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_141">
- <text string="141">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_142">
- <text string="142">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_143">
- <text string="143">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_144">
- <text string="144">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_145">
- <text string="145">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_146">
- <text string="146">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_147">
- <text string="147">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_148">
- <text string="148">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_149">
- <text string="149">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_150">
- <text string="150">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_151">
- <text string="151">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_152">
- <text string="152">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_153">
- <text string="153">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_154">
- <text string="154">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_155">
- <text string="155">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_156">
- <text string="156">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_157">
- <text string="157">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_158">
- <text string="158">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_159">
- <text string="159">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_160">
- <text string="160">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_161">
- <text string="161">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_162">
- <text string="162">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_163">
- <text string="163">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_164">
- <text string="164">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_165">
- <text string="165">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_166">
- <text string="166">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_167">
- <text string="167">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_168">
- <text string="168">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_169">
- <text string="169">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_170">
- <text string="170">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_171">
- <text string="171">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_172">
- <text string="172">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_173">
- <text string="173">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_174">
- <text string="174">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_175">
- <text string="175">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_176">
- <text string="176">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_177">
- <text string="177">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_178">
- <text string="178">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_179">
- <text string="179">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_180">
- <text string="180">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_181">
- <text string="181">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_182">
- <text string="182">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_183">
- <text string="183">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_184">
- <text string="184">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_185">
- <text string="185">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_186">
- <text string="186">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_187">
- <text string="187">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_188">
- <text string="188">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_189">
- <text string="189">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_190">
- <text string="190">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_191">
- <text string="191">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_192">
- <text string="192">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_193">
- <text string="193">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_194">
- <text string="194">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_195">
- <text string="195">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_196">
- <text string="196">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_197">
- <text string="197">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_198">
- <text string="198">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_199">
- <text string="199">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_200">
- <text string="200">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_201">
- <text string="201">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_202">
- <text string="202">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_203">
- <text string="203">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_204">
- <text string="204">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_205">
- <text string="205">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_206">
- <text string="206">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_207">
- <text string="207">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_208">
- <text string="208">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_209">
- <text string="209">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_210">
- <text string="210">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_211">
- <text string="211">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_212">
- <text string="212">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_213">
- <text string="213">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_214">
- <text string="214">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_215">
- <text string="215">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_216">
- <text string="216">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_217">
- <text string="217">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_218">
- <text string="218">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_219">
- <text string="219">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_220">
- <text string="220">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_221">
- <text string="221">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_222">
- <text string="222">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_223">
- <text string="223">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_224">
- <text string="224">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_225">
- <text string="225">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_226">
- <text string="226">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_227">
- <text string="227">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_228">
- <text string="228">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_229">
- <text string="229">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_230">
- <text string="230">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_231">
- <text string="231">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_232">
- <text string="232">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_233">
- <text string="233">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_234">
- <text string="234">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_235">
- <text string="235">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_236">
- <text string="236">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_237">
- <text string="237">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_238">
- <text string="238">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_239">
- <text string="239">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_240">
- <text string="240">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_241">
- <text string="241">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_242">
- <text string="242">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_243">
- <text string="243">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_244">
- <text string="244">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_245">
- <text string="245">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_246">
- <text string="246">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_247">
- <text string="247">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_248">
- <text string="248">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_249">
- <text string="249">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_250">
- <text string="250">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_251">
- <text string="251">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_252">
- <text string="252">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_253">
- <text string="253">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_254">
- <text string="254">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_255">
- <text string="255">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="256">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_lamp_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_button_standard">
<rect state="0">
<color red="0.20" green="0.20" blue="0.00"/>
@@ -3095,390 +1568,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_button_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="64">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_button_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_vfd">
<led14segsc>
<color red="0.0" green="1.0" blue="1.0"/>
@@ -3510,2796 +1608,1837 @@
</text>
</element>
+ <element name="dotmatrixdot">
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
+ </element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video">
- <backdrop element="backdrop_colour">
+ <element ref="backdrop_colour">
<bounds x="0" y="0" width="763" height="859"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="101" y="564" width="89" height="145"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="101.0000" y="564.0000" width="89.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="104.7083" y="566.0139" width="81.5833" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="108.4167" y="568.0278" width="74.1667" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="112.1250" y="570.0417" width="66.7500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="115.8333" y="572.0555" width="59.3333" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="119.5417" y="574.0695" width="51.9167" height="28.1944"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="101.0000" y="612.3333" width="89.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="104.7083" y="614.3472" width="81.5833" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="108.4167" y="616.3611" width="74.1667" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="112.1250" y="618.3750" width="66.7500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="115.8333" y="620.3889" width="59.3333" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="119.5417" y="622.4028" width="51.9167" height="28.1944"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="101.0000" y="660.6667" width="89.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="104.7083" y="662.6806" width="81.5833" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="108.4167" y="664.6945" width="74.1667" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="112.1250" y="666.7084" width="66.7500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="115.8333" y="668.7222" width="59.3333" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="119.5417" y="670.7361" width="51.9167" height="28.1944"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="101" y="564" width="89" height="145"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="195" y="564" width="87" height="145"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="195.0000" y="564.0000" width="87.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="198.6250" y="566.0139" width="79.7500" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="202.2500" y="568.0278" width="72.5000" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="205.8750" y="570.0417" width="65.2500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="209.5000" y="572.0555" width="58.0000" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="213.1250" y="574.0695" width="50.7500" height="28.1944"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="195.0000" y="612.3333" width="87.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="198.6250" y="614.3472" width="79.7500" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="202.2500" y="616.3611" width="72.5000" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="205.8750" y="618.3750" width="65.2500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="209.5000" y="620.3889" width="58.0000" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="213.1250" y="622.4028" width="50.7500" height="28.1944"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="195.0000" y="660.6667" width="87.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="198.6250" y="662.6806" width="79.7500" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="202.2500" y="664.6945" width="72.5000" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="205.8750" y="666.7084" width="65.2500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="209.5000" y="668.7222" width="58.0000" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="213.1250" y="670.7361" width="50.7500" height="28.1944"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="195" y="564" width="87" height="145"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="288" y="563" width="87" height="145"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="288.0000" y="563.0000" width="87.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="291.6250" y="565.0139" width="79.7500" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="295.2500" y="567.0278" width="72.5000" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="298.8750" y="569.0417" width="65.2500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="302.5000" y="571.0555" width="58.0000" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="306.1250" y="573.0695" width="50.7500" height="28.1944"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="288.0000" y="611.3333" width="87.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="291.6250" y="613.3472" width="79.7500" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="295.2500" y="615.3611" width="72.5000" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="298.8750" y="617.3750" width="65.2500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="302.5000" y="619.3889" width="58.0000" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="306.1250" y="621.4028" width="50.7500" height="28.1944"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="288.0000" y="659.6667" width="87.0000" height="48.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="291.6250" y="661.6806" width="79.7500" height="44.3056"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="295.2500" y="663.6945" width="72.5000" height="40.2778"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="298.8750" y="665.7084" width="65.2500" height="36.2500"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="302.5000" y="667.7222" width="58.0000" height="32.2222"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="306.1250" y="669.7361" width="50.7500" height="28.1944"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="288" y="563" width="87" height="145"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="257" y="165" width="62" height="68"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_0" state="0">
<bounds x="257.0000" y="165.0000" width="62.0000" height="68.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_1" state="0">
<bounds x="259.5833" y="167.8333" width="56.8333" height="62.3333"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_2" state="0">
<bounds x="262.1667" y="170.6667" width="51.6667" height="56.6667"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_3" state="0">
<bounds x="264.7500" y="173.5000" width="46.5000" height="51.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_4" state="0">
<bounds x="267.3333" y="176.3333" width="41.3333" height="45.3333"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_5" state="0">
<bounds x="269.9167" y="179.1667" width="36.1667" height="39.6667"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="257" y="165" width="62" height="68"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1_border" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1_border" state="0">
<bounds x="175" y="39" width="172" height="96"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1" state="0">
<bounds x="177" y="41" width="168" height="92"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1_border" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1_border" state="0">
<bounds x="5" y="763" width="50" height="24"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1" state="0">
<bounds x="7" y="765" width="46" height="20"/>
- </backdrop>
- <backdrop name="lamp229" element="lamp_229_1_border" state="0">
+ </element>
+ <element name="lamp229" ref="lamp_229_1_border" state="0">
<bounds x="489" y="699" width="74" height="30"/>
- </backdrop>
- <backdrop name="lamp229" element="lamp_229_1" state="0">
+ </element>
+ <element name="lamp229" ref="lamp_229_1" state="0">
<bounds x="491" y="701" width="70" height="26"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1_border" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1_border" state="0">
<bounds x="470" y="628" width="102" height="47"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1" state="0">
<bounds x="472" y="630" width="98" height="43"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1_border" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1_border" state="0">
<bounds x="496" y="592" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1" state="0">
<bounds x="498" y="594" width="54" height="14"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1_border" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1_border" state="0">
<bounds x="491" y="568" width="68" height="26"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1" state="0">
<bounds x="493" y="570" width="64" height="22"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1_border" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1_border" state="0">
<bounds x="97" y="39" width="74" height="102"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1" state="0">
<bounds x="99" y="41" width="70" height="98"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1_border" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1_border" state="0">
<bounds x="97" y="149" width="74" height="98"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1" state="0">
<bounds x="99" y="151" width="70" height="94"/>
- </backdrop>
- <backdrop name="lamp247" element="lamp_247_1_border" state="0">
+ </element>
+ <element name="lamp247" ref="lamp_247_1_border" state="0">
<bounds x="482" y="396" width="52" height="40"/>
- </backdrop>
- <backdrop name="lamp247" element="lamp_247_1" state="0">
+ </element>
+ <element name="lamp247" ref="lamp_247_1" state="0">
<bounds x="484" y="398" width="48" height="36"/>
- </backdrop>
- <backdrop name="lamp246" element="lamp_246_1_border" state="0">
+ </element>
+ <element name="lamp246" ref="lamp_246_1_border" state="0">
<bounds x="482" y="355" width="52" height="40"/>
- </backdrop>
- <backdrop name="lamp246" element="lamp_246_1" state="0">
+ </element>
+ <element name="lamp246" ref="lamp_246_1" state="0">
<bounds x="484" y="357" width="48" height="36"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1_border" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1_border" state="0">
<bounds x="394" y="380" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1" state="0">
<bounds x="396" y="382" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1_border" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1_border" state="0">
<bounds x="319" y="380" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1" state="0">
<bounds x="321" y="382" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1_border" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1_border" state="0">
<bounds x="245" y="380" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1" state="0">
<bounds x="247" y="382" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1_border" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1_border" state="0">
<bounds x="169" y="380" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1" state="0">
<bounds x="171" y="382" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1_border" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1_border" state="0">
<bounds x="94" y="380" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1" state="0">
<bounds x="96" y="382" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1_border" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1_border" state="0">
<bounds x="621" y="383" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1" state="0">
<bounds x="623" y="385" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1_border" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1_border" state="0">
<bounds x="621" y="324" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1" state="0">
<bounds x="623" y="326" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1_border" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1_border" state="0">
<bounds x="621" y="265" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1" state="0">
<bounds x="623" y="267" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1_border" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1_border" state="0">
<bounds x="621" y="206" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1" state="0">
<bounds x="623" y="208" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1_border" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1_border" state="0">
<bounds x="225" y="284" width="64" height="40"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1" state="0">
<bounds x="227" y="286" width="60" height="36"/>
- </backdrop>
- <backdrop name="lamp242" element="lamp_242_1_border" state="0">
+ </element>
+ <element name="lamp242" ref="lamp_242_1_border" state="0">
<bounds x="292" y="283" width="56" height="40"/>
- </backdrop>
- <backdrop name="lamp242" element="lamp_242_1" state="0">
+ </element>
+ <element name="lamp242" ref="lamp_242_1" state="0">
<bounds x="294" y="285" width="52" height="36"/>
- </backdrop>
- <backdrop name="lamp240" element="lamp_240_1_border" state="0">
+ </element>
+ <element name="lamp240" ref="lamp_240_1_border" state="0">
<bounds x="149" y="284" width="76" height="40"/>
- </backdrop>
- <backdrop name="lamp240" element="lamp_240_1" state="0">
+ </element>
+ <element name="lamp240" ref="lamp_240_1" state="0">
<bounds x="151" y="286" width="72" height="36"/>
- </backdrop>
- <backdrop name="lamp243" element="lamp_243_1_border" state="0">
+ </element>
+ <element name="lamp243" ref="lamp_243_1_border" state="0">
<bounds x="350" y="282" width="66" height="40"/>
- </backdrop>
- <backdrop name="lamp243" element="lamp_243_1" state="0">
+ </element>
+ <element name="lamp243" ref="lamp_243_1" state="0">
<bounds x="352" y="284" width="62" height="36"/>
- </backdrop>
- <backdrop name="lamp244" element="lamp_244_1_border" state="0">
+ </element>
+ <element name="lamp244" ref="lamp_244_1_border" state="0">
<bounds x="417" y="282" width="55" height="40"/>
- </backdrop>
- <backdrop name="lamp244" element="lamp_244_1" state="0">
+ </element>
+ <element name="lamp244" ref="lamp_244_1" state="0">
<bounds x="419" y="284" width="51" height="36"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1_border" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1_border" state="0">
<bounds x="473" y="282" width="56" height="40"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1" state="0">
<bounds x="475" y="284" width="52" height="36"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1_border" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1_border" state="0">
<bounds x="439" y="147" width="90" height="58"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1" state="0">
<bounds x="441" y="149" width="86" height="54"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1_border" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1_border" state="0">
<bounds x="530" y="147" width="90" height="58"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1" state="0">
<bounds x="532" y="149" width="86" height="54"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1_border" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1_border" state="0">
<bounds x="621" y="147" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1" state="0">
<bounds x="623" y="149" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1_border" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1_border" state="0">
<bounds x="349" y="39" width="90" height="50"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1" state="0">
<bounds x="351" y="41" width="86" height="46"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1_border" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1_border" state="0">
<bounds x="349" y="90" width="90" height="54"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1" state="0">
<bounds x="351" y="92" width="86" height="50"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1_border" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1_border" state="0">
<bounds x="349" y="147" width="90" height="58"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1" state="0">
<bounds x="351" y="149" width="86" height="54"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1_border" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1_border" state="0">
<bounds x="676" y="741" width="64" height="34"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1" state="0">
<bounds x="678" y="743" width="60" height="30"/>
- </backdrop>
- <backdrop name="lamp101" element="lamp_101_1_border" state="0">
+ </element>
+ <element name="lamp101" ref="lamp_101_1_border" state="0">
<bounds x="676" y="706" width="64" height="34"/>
- </backdrop>
- <backdrop name="lamp101" element="lamp_101_1" state="0">
+ </element>
+ <element name="lamp101" ref="lamp_101_1" state="0">
<bounds x="678" y="708" width="60" height="30"/>
- </backdrop>
- <backdrop name="lamp100" element="lamp_100_1_border" state="0">
+ </element>
+ <element name="lamp100" ref="lamp_100_1_border" state="0">
<bounds x="676" y="671" width="64" height="34"/>
- </backdrop>
- <backdrop name="lamp100" element="lamp_100_1" state="0">
+ </element>
+ <element name="lamp100" ref="lamp_100_1" state="0">
<bounds x="678" y="673" width="60" height="30"/>
- </backdrop>
- <backdrop name="lamp99" element="lamp_99_1_border" state="0">
+ </element>
+ <element name="lamp99" ref="lamp_99_1_border" state="0">
<bounds x="676" y="636" width="64" height="34"/>
- </backdrop>
- <backdrop name="lamp99" element="lamp_99_1" state="0">
+ </element>
+ <element name="lamp99" ref="lamp_99_1" state="0">
<bounds x="678" y="638" width="60" height="30"/>
- </backdrop>
- <backdrop name="lamp98" element="lamp_98_1_border" state="0">
+ </element>
+ <element name="lamp98" ref="lamp_98_1_border" state="0">
<bounds x="676" y="601" width="64" height="34"/>
- </backdrop>
- <backdrop name="lamp98" element="lamp_98_1" state="0">
+ </element>
+ <element name="lamp98" ref="lamp_98_1" state="0">
<bounds x="678" y="603" width="60" height="30"/>
- </backdrop>
- <backdrop name="lamp97" element="lamp_97_1_border" state="0">
+ </element>
+ <element name="lamp97" ref="lamp_97_1_border" state="0">
<bounds x="676" y="566" width="64" height="34"/>
- </backdrop>
- <backdrop name="lamp97" element="lamp_97_1" state="0">
+ </element>
+ <element name="lamp97" ref="lamp_97_1" state="0">
<bounds x="678" y="568" width="60" height="30"/>
- </backdrop>
- <backdrop name="lamp96" element="lamp_96_1_border" state="0">
+ </element>
+ <element name="lamp96" ref="lamp_96_1_border" state="0">
<bounds x="676" y="531" width="64" height="34"/>
- </backdrop>
- <backdrop name="lamp96" element="lamp_96_1" state="0">
+ </element>
+ <element name="lamp96" ref="lamp_96_1" state="0">
<bounds x="678" y="533" width="60" height="30"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1_border" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1_border" state="0">
<bounds x="74" y="730" width="82" height="26"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1" state="0">
<bounds x="76" y="732" width="78" height="22"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1_border" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1_border" state="0">
<bounds x="54" y="757" width="34" height="34"/>
- </backdrop>
- <backdrop name="lamp18" element="lamp_18_1" state="0">
+ </element>
+ <element name="lamp18" ref="lamp_18_1" state="0">
<bounds x="56" y="759" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1_border" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1_border" state="0">
<bounds x="89" y="757" width="34" height="34"/>
- </backdrop>
- <backdrop name="lamp19" element="lamp_19_1" state="0">
+ </element>
+ <element name="lamp19" ref="lamp_19_1" state="0">
<bounds x="91" y="759" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1_border" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1_border" state="0">
<bounds x="124" y="757" width="34" height="34"/>
- </backdrop>
- <backdrop name="lamp20" element="lamp_20_1" state="0">
+ </element>
+ <element name="lamp20" ref="lamp_20_1" state="0">
<bounds x="126" y="759" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1_border" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1_border" state="0">
<bounds x="159" y="757" width="34" height="34"/>
- </backdrop>
- <backdrop name="lamp21" element="lamp_21_1" state="0">
+ </element>
+ <element name="lamp21" ref="lamp_21_1" state="0">
<bounds x="161" y="759" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1_border" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1_border" state="0">
<bounds x="395" y="441" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1" state="0">
<bounds x="397" y="443" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1_border" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1_border" state="0">
<bounds x="470" y="441" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1" state="0">
<bounds x="472" y="443" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1_border" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1_border" state="0">
<bounds x="545" y="441" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1" state="0">
<bounds x="547" y="443" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1_border" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1_border" state="0">
<bounds x="621" y="441" width="74" height="58"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1" state="0">
<bounds x="623" y="443" width="70" height="54"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1_border" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1_border" state="0">
<bounds x="18" y="248" width="74" height="96"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1" state="0">
<bounds x="20" y="250" width="70" height="92"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1_border" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="18" y="149" width="74" height="98"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="20" y="151" width="70" height="94"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1_border" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1_border" state="0">
<bounds x="18" y="345" width="74" height="96"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1" state="0">
<bounds x="20" y="347" width="70" height="92"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_193_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_193_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="716" y="2" width="45" height="36"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_193" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_193" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="718" y="4" width="41" height="32"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_195_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_195_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="557" y="822" width="75" height="37"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_195" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_195" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="559" y="824" width="71" height="33"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_196_border" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_196_border" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="11" y="822" width="75" height="37"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_196" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_196" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="13" y="824" width="71" height="33"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_197_border" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_197_border" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="293" y="822" width="75" height="37"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_197" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_197" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="295" y="824" width="71" height="33"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_198_border" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_198_border" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="200" y="822" width="75" height="37"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_198" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_198" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="202" y="824" width="71" height="33"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_199_border" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_199_border" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="108" y="822" width="75" height="37"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_199" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_199" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="110" y="824" width="71" height="33"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_200_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_200_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="473" y="822" width="78" height="37"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_200" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_200" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="475" y="824" width="74" height="33"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_201_border" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_201_border" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="393" y="822" width="75" height="37"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_201" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_201" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="395" y="824" width="71" height="33"/>
- </backdrop>
- <backdrop element="dmd_background">
- <bounds x="65" y="451" width="327" height="107"/>
- </backdrop>
- <screen index="0">
+ </element>
+ <group ref="dmd">
<bounds left="65" top="451" right="392" bottom="558"/>
- </screen>
- <screen index="0">
- <bounds left="65" top="451" right="392" bottom="558"/>
- </screen>
- <screen index="0">
- <bounds left="65" top="451" right="392" bottom="558"/>
- </screen>
- <backdrop name="label66" element="label_66">
+ </group>
+ <element ref="dmd_background" blend="add">
+ <bounds x="65" y="451" width="327" height="107"/>
+ </element>
+ <element name="label66" ref="label_66">
<bounds x="232" y="780" width="111" height="26"/>
- </backdrop>
- <backdrop name="label72" element="label_72">
+ </element>
+ <element name="label72" ref="label_72">
<bounds x="318" y="744" width="13" height="20"/>
- </backdrop>
- <backdrop name="label73" element="label_73">
+ </element>
+ <element name="label73" ref="label_73">
<bounds x="253" y="744" width="13" height="20"/>
- </backdrop>
- <backdrop name="label125" element="label_125">
+ </element>
+ <element name="label125" ref="label_125">
<bounds x="378" y="628" width="34" height="16"/>
- </backdrop>
- <backdrop name="label126" element="label_126">
+ </element>
+ <element name="label126" ref="label_126">
<bounds x="68" y="628" width="30" height="16"/>
- </backdrop>
- <backdrop name="label127" element="label_127">
+ </element>
+ <element name="label127" ref="label_127">
<bounds x="544" y="12" width="149" height="48"/>
- </backdrop>
+ </element>
</view>
<view name="MFME2MAME Debug">
- <backdrop element="debug_backdrop_colour">
+ <element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_lamp_button" state="0">
+ </element>
+
+ <element name="lamp0" ref="debug_lamp_button" state="0">
<bounds x="32" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_0" element="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp1" ref="debug_lamp_button" state="0">
<bounds x="96" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_1" element="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp2" ref="debug_lamp_button" state="0">
<bounds x="160" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_2" element="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp3" ref="debug_lamp_button" state="0">
<bounds x="224" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_3" element="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp4" ref="debug_lamp_button" state="0">
<bounds x="288" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_4" element="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp5" ref="debug_lamp_button" state="0">
<bounds x="352" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_5" element="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp6" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_6" element="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp7" ref="debug_lamp_button" state="0">
<bounds x="480" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_7" element="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp8" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_8" element="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp9" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_9" element="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp10" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_10" element="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp11" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_11" element="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp12" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_12" element="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp13" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_13" element="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp14" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_14" element="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp15" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_15" element="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp16" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_16" element="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp17" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_17" element="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp18" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp18" ref="debug_lamp_standard" state="0">
<bounds x="160" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_18" element="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp19" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_19" element="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp20" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_20" element="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp21" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_21" element="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp22" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_22" element="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp23" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_23" element="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp24" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_24" element="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp25" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_25" element="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp26" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_26" element="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp27" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_27" element="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp28" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_28" element="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp29" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_29" element="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp30" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_30" element="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp31" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_31" element="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp32" ref="debug_lamp_button" state="0">
<bounds x="32" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_32" element="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp33" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_33" element="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp34" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_34" element="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp35" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_35" element="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp36" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_36" element="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp37" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_37" element="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp38" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_38" element="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp39" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_39" element="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp40" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_40" element="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp41" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_41" element="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp42" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_42" element="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp43" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_43" element="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp44" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_44" element="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp45" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_45" element="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp46" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_46" element="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp47" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_47" element="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp48" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_48" element="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp49" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_49" element="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp50" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp50" ref="debug_lamp_reel" state="0">
<bounds x="160" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_50" element="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp51" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_51" element="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp52" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp52" ref="debug_lamp_reel" state="0">
<bounds x="288" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_52" element="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp53" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp53" ref="debug_lamp_reel" state="0">
<bounds x="352" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_53" element="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp54" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_54" element="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp55" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_55" element="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp56" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_56" element="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp57" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_57" element="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp58" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_58" element="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp59" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_59" element="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp60" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_60" element="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp61" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_61" element="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp62" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_62" element="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp63" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_63" element="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp64" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp64" ref="debug_lamp_reel" state="0">
<bounds x="32" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_64" element="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp65" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp65" ref="debug_lamp_reel" state="0">
<bounds x="96" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_65" element="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp66" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp66" ref="debug_lamp_reel" state="0">
<bounds x="160" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_66" element="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp67" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp67" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_67" element="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp68" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp68" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_68" element="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp69" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp69" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_69" element="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp70" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp70" ref="debug_lamp_standard" state="0">
<bounds x="416" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_70" element="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp71" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp71" ref="debug_lamp_standard" state="0">
<bounds x="480" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_71" element="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp72" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_72" element="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp73" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_73" element="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp74" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_74" element="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp75" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_75" element="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp76" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_76" element="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp77" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_77" element="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp78" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_78" element="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp79" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_79" element="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp80" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_80" element="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp81" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_81" element="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp82" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_82" element="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp83" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_83" element="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp84" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_84" element="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp85" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_85" element="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp86" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_86" element="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp87" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_87" element="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp88" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_88" element="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp89" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_89" element="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp90" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_90" element="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp91" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_91" element="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp92" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_92" element="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp93" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_93" element="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp94" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_94" element="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp95" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_95" element="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp96" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_96" element="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp97" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_97" element="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp98" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_98" element="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp99" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_99" element="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp100" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_100" element="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp101" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_101" element="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp102" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_102" element="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp103" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_103" element="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp104" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_104" element="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp105" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_105" element="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp106" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_106" element="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp107" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_107" element="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp108" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_108" element="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp109" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_109" element="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp110" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_110" element="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp111" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp111" ref="debug_lamp_reel" state="0">
<bounds x="992" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_111" element="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp112" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_112" element="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp113" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_113" element="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp114" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_114" element="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp115" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_115" element="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp116" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_116" element="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp117" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_117" element="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp118" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_118" element="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp119" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_119" element="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp120" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_120" element="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp121" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_121" element="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp122" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_122" element="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp123" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_123" element="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp124" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_124" element="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp125" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_125" element="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp126" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_126" element="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp127" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_127" element="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp128" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_128" element="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp129" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_129" element="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp130" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_130" element="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp131" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_131" element="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp132" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_132" element="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp133" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_133" element="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp134" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_134" element="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp135" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_135" element="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp136" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_136" element="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp137" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_137" element="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp138" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_138" element="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp139" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_139" element="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp140" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_140" element="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp141" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_141" element="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp142" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_142" element="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp143" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_143" element="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp144" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_144" element="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp145" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_145" element="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp146" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_146" element="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp147" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_147" element="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp148" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_148" element="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp149" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_149" element="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp150" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_150" element="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp151" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_151" element="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp152" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_152" element="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp153" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_153" element="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp154" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_154" element="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp155" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_155" element="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp156" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_156" element="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp157" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_157" element="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp158" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_158" element="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp159" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_159" element="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp160" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_160" element="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp161" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_161" element="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp162" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_162" element="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp163" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_163" element="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp164" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_164" element="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp165" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_165" element="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp166" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_166" element="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp167" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_167" element="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp168" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_168" element="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp169" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_169" element="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp170" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_170" element="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp171" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_171" element="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp172" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_172" element="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp173" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_173" element="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp174" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_174" element="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp175" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_175" element="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp176" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_176" element="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp177" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_177" element="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp178" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_178" element="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp179" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_179" element="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp180" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_180" element="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp181" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_181" element="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp182" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_182" element="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp183" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_183" element="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp184" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_184" element="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp185" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_185" element="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp186" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_186" element="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp187" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_187" element="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp188" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_188" element="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp189" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_189" element="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp190" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_190" element="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp191" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_191" element="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp192" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_192" element="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp193" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_193" element="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp194" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp194" ref="debug_lamp_standard" state="0">
<bounds x="160" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_194" element="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp195" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_195" element="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp196" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp196" ref="debug_lamp_standard" state="0">
<bounds x="288" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_196" element="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp197" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_197" element="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp198" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_198" element="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp199" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_199" element="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp200" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_200" element="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp201" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_201" element="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp202" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_202" element="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp203" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_203" element="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp204" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_204" element="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp205" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_205" element="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp206" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_206" element="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp207" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_207" element="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp208" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_208" element="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp209" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_209" element="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp210" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_210" element="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp211" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_211" element="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp212" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp212" ref="debug_lamp_standard" state="0">
<bounds x="288" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_212" element="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp213" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_213" element="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp214" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_214" element="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp215" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_215" element="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp216" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_216" element="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp217" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_217" element="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp218" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_218" element="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp219" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_219" element="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp220" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_220" element="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp221" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_221" element="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp222" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_222" element="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp223" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_223" element="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp224" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_224" element="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp225" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_225" element="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp226" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_226" element="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp227" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_227" element="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp228" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_228" element="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp229" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp229" ref="debug_lamp_standard" state="0">
<bounds x="352" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_229" element="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp230" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_230" element="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp231" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_231" element="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp232" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_232" element="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp233" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_233" element="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp234" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_234" element="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp235" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_235" element="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp236" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_236" element="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp237" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_237" element="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp238" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_238" element="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp239" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_239" element="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp240" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_240" element="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp241" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_241" element="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp242" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp242" ref="debug_lamp_standard" state="0">
<bounds x="160" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_242" element="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp243" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp243" ref="debug_lamp_standard" state="0">
<bounds x="224" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_243" element="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp244" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp244" ref="debug_lamp_standard" state="0">
<bounds x="288" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_244" element="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp245" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_245" element="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp246" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp246" ref="debug_lamp_standard" state="0">
<bounds x="416" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_246" element="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp247" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp247" ref="debug_lamp_standard" state="0">
<bounds x="480" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_247" element="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp248" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_248" element="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp249" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_249" element="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp250" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_250" element="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp251" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_251" element="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp252" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_252" element="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp253" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_253" element="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp254" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp254" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_254" element="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp255" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_255" element="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="debug_button_0" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
+ </element>
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="47" increment="64" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="47" increment="64" />
+ <element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
+ <bounds x="~x~" y="~y~" width="30" height="30"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_0" element="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_1" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
+ </element>
+ <element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_1" element="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_2" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
+ </element>
+ <element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_2" element="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_3" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
+ </element>
+ <element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_3" element="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_4" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
+ </element>
+ <element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_4" element="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_5" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
+ </element>
+ <element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_5" element="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_6" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
+ </element>
+ <element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_6" element="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_7" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
+ </element>
+ <element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_7" element="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_8" element="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_9" element="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_10" element="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_11" element="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_12" element="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_13" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
+ </element>
+ <element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_13" element="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_14" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
+ </element>
+ <element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_14" element="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_15" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
+ </element>
+ <element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_15" element="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_16" element="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_17" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_17" element="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_18" element="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_19" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
+ </element>
+ <element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_19" element="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_20" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
+ </element>
+ <element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_20" element="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_21" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
+ </element>
+ <element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_21" element="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_22" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
+ </element>
+ <element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_22" element="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_23" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
+ </element>
+ <element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_23" element="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_24" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
+ </element>
+ <element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_24" element="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_25" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
+ </element>
+ <element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_25" element="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_26" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
+ </element>
+ <element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_26" element="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_27" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
+ </element>
+ <element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_27" element="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_28" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
+ </element>
+ <element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_28" element="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_29" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
+ </element>
+ <element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_29" element="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_30" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
+ </element>
+ <element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_30" element="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_31" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
+ </element>
+ <element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_31" element="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_32" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
+ </element>
+ <element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_32" element="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_33" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
+ </element>
+ <element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_33" element="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_34" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
+ </element>
+ <element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_34" element="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_35" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
+ </element>
+ <element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_35" element="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_36" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
+ </element>
+ <element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_36" element="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_37" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
+ </element>
+ <element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_37" element="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_38" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
+ </element>
+ <element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_38" element="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_39" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
+ </element>
+ <element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_39" element="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_40" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
+ </element>
+ <element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_40" element="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_41" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
+ </element>
+ <element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_41" element="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_42" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
+ </element>
+ <element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_42" element="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_43" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
+ </element>
+ <element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_43" element="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_44" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
+ </element>
+ <element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_44" element="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_45" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
+ </element>
+ <element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_45" element="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_46" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
+ </element>
+ <element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_46" element="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_47" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
+ </element>
+ <element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_47" element="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_48" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
+ </element>
+ <element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_48" element="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_49" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
+ </element>
+ <element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_49" element="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_50" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
+ </element>
+ <element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_50" element="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_51" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
+ </element>
+ <element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_51" element="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_52" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
+ </element>
+ <element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_52" element="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_53" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
+ </element>
+ <element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_53" element="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_54" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
+ </element>
+ <element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_54" element="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_55" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
+ </element>
+ <element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_55" element="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_56" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
+ </element>
+ <element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_56" element="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_57" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
+ </element>
+ <element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_57" element="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_58" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
+ </element>
+ <element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_58" element="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_59" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
+ </element>
+ <element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_59" element="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_60" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
+ </element>
+ <element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_60" element="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_61" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
+ </element>
+ <element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_61" element="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_62" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
+ </element>
+ <element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_62" element="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_63" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
+ </element>
+ <element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_63" element="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="vfd0" element="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd1" element="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd2" element="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd3" element="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd4" element="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd5" element="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd6" element="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd7" element="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd8" element="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd9" element="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd10" element="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd11" element="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd12" element="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd13" element="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd14" element="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd15" element="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+
+ <repeat count="8">
+ <param name="s" start="0" increment="8" />
+ <param name="y" start="671" increment="48" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="1120" increment="84" />
+ <element name="debug_button_label_~n~" ref="debug_button_label_~n~">
+ <bounds x="~x~" y="~y~" width="40" height="22"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <repeat count="16">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~0~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
+ <element ref="reel_background">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="32.0000" width="120.0000" height="240.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="42.0000" width="110.0000" height="220.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="52.0000" width="100.0000" height="200.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="62.0000" width="90.0000" height="180.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="72.0000" width="80.0000" height="160.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="82.0000" width="70.0000" height="140.0000"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="reel1" element="debug_stepper_value">
+ </element>
+ <element name="reel1" ref="debug_stepper_value">
<bounds x="1100" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel2" element="debug_stepper_value">
+ </element>
+ <element name="reel2" ref="debug_stepper_value">
<bounds x="1240" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel3" element="debug_stepper_value">
+ </element>
+ <element name="reel3" ref="debug_stepper_value">
<bounds x="1380" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel4" element="debug_stepper_value">
+ </element>
+ <element name="reel4" ref="debug_stepper_value">
<bounds x="1520" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_0">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
<bounds x="1180" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_1">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
<bounds x="1320" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_2">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
<bounds x="1460" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_3">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
<bounds x="1600" y="272" width="50" height="30"/>
- </backdrop>
- <screen index="0">
+ </element>
+
+ <group ref="dmd">
<bounds left="1400" top="400" right="1790" bottom="526"/>
- </screen>
+ </group>
</view>
</mamelayout>
diff --git a/src/mame/layout/sc2ptytm1.lay b/src/mame/layout/sc2ptytm1.lay
index 339a733d58c..1cde0618a3b 100644
--- a/src/mame/layout/sc2ptytm1.lay
+++ b/src/mame/layout/sc2ptytm1.lay
@@ -1087,1542 +1087,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_lamp_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_64">
- <text string="64">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_65">
- <text string="65">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_66">
- <text string="66">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_67">
- <text string="67">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_68">
- <text string="68">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_69">
- <text string="69">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_70">
- <text string="70">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_71">
- <text string="71">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_72">
- <text string="72">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_73">
- <text string="73">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_74">
- <text string="74">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_75">
- <text string="75">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_76">
- <text string="76">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_77">
- <text string="77">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_78">
- <text string="78">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_79">
- <text string="79">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_80">
- <text string="80">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_81">
- <text string="81">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_82">
- <text string="82">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_83">
- <text string="83">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_84">
- <text string="84">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_85">
- <text string="85">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_86">
- <text string="86">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_87">
- <text string="87">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_88">
- <text string="88">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_89">
- <text string="89">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_90">
- <text string="90">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_91">
- <text string="91">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_92">
- <text string="92">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_93">
- <text string="93">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_94">
- <text string="94">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_95">
- <text string="95">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_96">
- <text string="96">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_97">
- <text string="97">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_98">
- <text string="98">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_99">
- <text string="99">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_100">
- <text string="100">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_101">
- <text string="101">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_102">
- <text string="102">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_103">
- <text string="103">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_104">
- <text string="104">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_105">
- <text string="105">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_106">
- <text string="106">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_107">
- <text string="107">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_108">
- <text string="108">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_109">
- <text string="109">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_110">
- <text string="110">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_111">
- <text string="111">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_112">
- <text string="112">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_113">
- <text string="113">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_114">
- <text string="114">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_115">
- <text string="115">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_116">
- <text string="116">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_117">
- <text string="117">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_118">
- <text string="118">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_119">
- <text string="119">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_120">
- <text string="120">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_121">
- <text string="121">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_122">
- <text string="122">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_123">
- <text string="123">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_124">
- <text string="124">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_125">
- <text string="125">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_126">
- <text string="126">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_127">
- <text string="127">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_128">
- <text string="128">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_129">
- <text string="129">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_130">
- <text string="130">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_131">
- <text string="131">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_132">
- <text string="132">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_133">
- <text string="133">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_134">
- <text string="134">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_135">
- <text string="135">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_136">
- <text string="136">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_137">
- <text string="137">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_138">
- <text string="138">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_139">
- <text string="139">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_140">
- <text string="140">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_141">
- <text string="141">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_142">
- <text string="142">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_143">
- <text string="143">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_144">
- <text string="144">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_145">
- <text string="145">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_146">
- <text string="146">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_147">
- <text string="147">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_148">
- <text string="148">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_149">
- <text string="149">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_150">
- <text string="150">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_151">
- <text string="151">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_152">
- <text string="152">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_153">
- <text string="153">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_154">
- <text string="154">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_155">
- <text string="155">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_156">
- <text string="156">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_157">
- <text string="157">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_158">
- <text string="158">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_159">
- <text string="159">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_160">
- <text string="160">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_161">
- <text string="161">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_162">
- <text string="162">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_163">
- <text string="163">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_164">
- <text string="164">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_165">
- <text string="165">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_166">
- <text string="166">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_167">
- <text string="167">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_168">
- <text string="168">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_169">
- <text string="169">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_170">
- <text string="170">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_171">
- <text string="171">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_172">
- <text string="172">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_173">
- <text string="173">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_174">
- <text string="174">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_175">
- <text string="175">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_176">
- <text string="176">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_177">
- <text string="177">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_178">
- <text string="178">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_179">
- <text string="179">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_180">
- <text string="180">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_181">
- <text string="181">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_182">
- <text string="182">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_183">
- <text string="183">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_184">
- <text string="184">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_185">
- <text string="185">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_186">
- <text string="186">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_187">
- <text string="187">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_188">
- <text string="188">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_189">
- <text string="189">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_190">
- <text string="190">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_191">
- <text string="191">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_192">
- <text string="192">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_193">
- <text string="193">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_194">
- <text string="194">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_195">
- <text string="195">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_196">
- <text string="196">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_197">
- <text string="197">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_198">
- <text string="198">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_199">
- <text string="199">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_200">
- <text string="200">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_201">
- <text string="201">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_202">
- <text string="202">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_203">
- <text string="203">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_204">
- <text string="204">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_205">
- <text string="205">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_206">
- <text string="206">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_207">
- <text string="207">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_208">
- <text string="208">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_209">
- <text string="209">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_210">
- <text string="210">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_211">
- <text string="211">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_212">
- <text string="212">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_213">
- <text string="213">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_214">
- <text string="214">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_215">
- <text string="215">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_216">
- <text string="216">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_217">
- <text string="217">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_218">
- <text string="218">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_219">
- <text string="219">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_220">
- <text string="220">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_221">
- <text string="221">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_222">
- <text string="222">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_223">
- <text string="223">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_224">
- <text string="224">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_225">
- <text string="225">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_226">
- <text string="226">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_227">
- <text string="227">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_228">
- <text string="228">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_229">
- <text string="229">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_230">
- <text string="230">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_231">
- <text string="231">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_232">
- <text string="232">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_233">
- <text string="233">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_234">
- <text string="234">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_235">
- <text string="235">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_236">
- <text string="236">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_237">
- <text string="237">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_238">
- <text string="238">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_239">
- <text string="239">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_240">
- <text string="240">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_241">
- <text string="241">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_242">
- <text string="242">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_243">
- <text string="243">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_244">
- <text string="244">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_245">
- <text string="245">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_246">
- <text string="246">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_247">
- <text string="247">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_248">
- <text string="248">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_249">
- <text string="249">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_250">
- <text string="250">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_251">
- <text string="251">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_252">
- <text string="252">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_253">
- <text string="253">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_254">
- <text string="254">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_255">
- <text string="255">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="256">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_lamp_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_button_standard">
<rect state="0">
<color red="0.20" green="0.20" blue="0.00"/>
@@ -2639,390 +1112,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_button_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="64">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_button_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_vfd">
<led14segsc>
<color red="0.0" green="1.0" blue="1.0"/>
@@ -3054,2700 +1152,1741 @@
</text>
</element>
+ <element name="dotmatrixdot">
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
+ </element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video">
- <backdrop element="backdrop_colour">
+ <element ref="backdrop_colour">
<bounds x="0" y="0" width="797" height="869"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="130" y="475" width="80" height="140"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="130.0000" y="475.0000" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="133.3333" y="476.9445" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="136.6667" y="478.8889" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="140.0000" y="480.8333" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="143.3333" y="482.7778" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="146.6667" y="484.7222" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="130.0000" y="521.6667" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="133.3333" y="523.6111" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="136.6667" y="525.5556" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="140.0000" y="527.5000" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="143.3333" y="529.4445" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="146.6667" y="531.3889" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="130.0000" y="568.3333" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="133.3333" y="570.2778" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="136.6667" y="572.2222" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="140.0000" y="574.1666" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="143.3333" y="576.1111" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="146.6667" y="578.0555" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="130" y="475" width="80" height="140"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="225" y="475" width="80" height="140"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="225.0000" y="475.0000" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="228.3333" y="476.9445" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="231.6667" y="478.8889" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="235.0000" y="480.8333" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="238.3333" y="482.7778" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="241.6667" y="484.7222" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="225.0000" y="521.6667" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="228.3333" y="523.6111" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="231.6667" y="525.5556" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="235.0000" y="527.5000" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="238.3333" y="529.4445" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="241.6667" y="531.3889" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="225.0000" y="568.3333" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="228.3333" y="570.2778" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="231.6667" y="572.2222" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="235.0000" y="574.1666" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="238.3333" y="576.1111" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="241.6667" y="578.0555" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="225" y="475" width="80" height="140"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="320" y="475" width="80" height="140"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="320.0000" y="475.0000" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="323.3333" y="476.9445" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="326.6667" y="478.8889" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="330.0000" y="480.8333" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="333.3333" y="482.7778" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="336.6667" y="484.7222" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="320.0000" y="521.6667" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="323.3333" y="523.6111" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="326.6667" y="525.5556" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="330.0000" y="527.5000" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="333.3333" y="529.4445" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="336.6667" y="531.3889" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="320.0000" y="568.3333" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="323.3333" y="570.2778" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="326.6667" y="572.2222" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="330.0000" y="574.1666" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="333.3333" y="576.1111" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="336.6667" y="578.0555" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="320" y="475" width="80" height="140"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="56" y="136" width="80" height="76"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="56.0000" y="136.0000" width="80.0000" height="76.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="59.3333" y="139.1667" width="73.3333" height="69.6667"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="62.6667" y="142.3333" width="66.6667" height="63.3333"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="66.0000" y="145.5000" width="60.0000" height="57.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="69.3333" y="148.6667" width="53.3333" height="50.6667"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="72.6667" y="151.8333" width="46.6667" height="44.3333"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="56" y="136" width="80" height="76"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1_border" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="349" y="264" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="351" y="266" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp213" element="lamp_213_1_border" state="0">
+ </element>
+ <element name="lamp213" ref="lamp_213_1_border" state="0">
<bounds x="349" y="264" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp213" element="lamp_213_1" state="0">
+ </element>
+ <element name="lamp213" ref="lamp_213_1" state="0">
<bounds x="351" y="266" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp132" element="lamp_132_1_border" state="0">
+ </element>
+ <element name="lamp132" ref="lamp_132_1_border" state="0">
<bounds x="230" y="51" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp132" element="lamp_132_1" state="0">
+ </element>
+ <element name="lamp132" ref="lamp_132_1" state="0">
<bounds x="232" y="53" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp133" element="lamp_133_1_border" state="0">
+ </element>
+ <element name="lamp133" ref="lamp_133_1_border" state="0">
<bounds x="230" y="51" width="62" height="32"/>
- </backdrop>
- <backdrop name="lamp133" element="lamp_133_1" state="0">
+ </element>
+ <element name="lamp133" ref="lamp_133_1" state="0">
<bounds x="232" y="53" width="58" height="28"/>
- </backdrop>
- <backdrop name="lamp148" element="lamp_148_1_border" state="0">
+ </element>
+ <element name="lamp148" ref="lamp_148_1_border" state="0">
<bounds x="349" y="84" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp148" element="lamp_148_1" state="0">
+ </element>
+ <element name="lamp148" ref="lamp_148_1" state="0">
<bounds x="351" y="86" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp149" element="lamp_149_1_border" state="0">
+ </element>
+ <element name="lamp149" ref="lamp_149_1_border" state="0">
<bounds x="349" y="84" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp149" element="lamp_149_1" state="0">
+ </element>
+ <element name="lamp149" ref="lamp_149_1" state="0">
<bounds x="351" y="86" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1_border" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1_border" state="0">
<bounds x="349" y="129" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1" state="0">
<bounds x="351" y="131" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1_border" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1_border" state="0">
<bounds x="349" y="129" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1" state="0">
<bounds x="351" y="131" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1_border" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1_border" state="0">
<bounds x="349" y="174" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1" state="0">
<bounds x="351" y="176" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1_border" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1_border" state="0">
<bounds x="349" y="174" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1" state="0">
<bounds x="351" y="176" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1_border" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1_border" state="0">
<bounds x="349" y="219" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1" state="0">
<bounds x="351" y="221" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1_border" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1_border" state="0">
<bounds x="349" y="219" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp197" element="lamp_197_1" state="0">
+ </element>
+ <element name="lamp197" ref="lamp_197_1" state="0">
<bounds x="351" y="221" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1_border" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1_border" state="0">
<bounds x="451" y="429" width="48" height="37"/>
- </backdrop>
- <backdrop name="lamp102" element="lamp_102_1" state="0">
+ </element>
+ <element name="lamp102" ref="lamp_102_1" state="0">
<bounds x="453" y="431" width="44" height="33"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1_border" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1_border" state="0">
<bounds x="424" y="135" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1" state="0">
<bounds x="426" y="137" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1_border" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1_border" state="0">
<bounds x="424" y="135" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1" state="0">
<bounds x="426" y="137" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1_border" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1_border" state="0">
<bounds x="424" y="179" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1" state="0">
<bounds x="426" y="181" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1_border" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1_border" state="0">
<bounds x="424" y="179" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp183" element="lamp_183_1" state="0">
+ </element>
+ <element name="lamp183" ref="lamp_183_1" state="0">
<bounds x="426" y="181" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1_border" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1_border" state="0">
<bounds x="424" y="224" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp198" element="lamp_198_1" state="0">
+ </element>
+ <element name="lamp198" ref="lamp_198_1" state="0">
<bounds x="426" y="226" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1_border" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1_border" state="0">
<bounds x="424" y="224" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp199" element="lamp_199_1" state="0">
+ </element>
+ <element name="lamp199" ref="lamp_199_1" state="0">
<bounds x="426" y="226" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp214" element="lamp_214_1_border" state="0">
+ </element>
+ <element name="lamp214" ref="lamp_214_1_border" state="0">
<bounds x="424" y="268" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp214" element="lamp_214_1" state="0">
+ </element>
+ <element name="lamp214" ref="lamp_214_1" state="0">
<bounds x="426" y="270" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp215" element="lamp_215_1_border" state="0">
+ </element>
+ <element name="lamp215" ref="lamp_215_1_border" state="0">
<bounds x="424" y="268" width="135" height="32"/>
- </backdrop>
- <backdrop name="lamp215" element="lamp_215_1" state="0">
+ </element>
+ <element name="lamp215" ref="lamp_215_1" state="0">
<bounds x="426" y="270" width="131" height="28"/>
- </backdrop>
- <backdrop name="lamp128" element="lamp_128_1_border" state="0">
+ </element>
+ <element name="lamp128" ref="lamp_128_1_border" state="0">
<bounds x="82" y="95" width="35" height="27"/>
- </backdrop>
- <backdrop name="lamp128" element="lamp_128_1" state="0">
+ </element>
+ <element name="lamp128" ref="lamp_128_1" state="0">
<bounds x="84" y="97" width="31" height="23"/>
- </backdrop>
- <backdrop name="lamp144" element="lamp_144_1_border" state="0">
+ </element>
+ <element name="lamp144" ref="lamp_144_1_border" state="0">
<bounds x="82" y="239" width="35" height="27"/>
- </backdrop>
- <backdrop name="lamp144" element="lamp_144_1" state="0">
+ </element>
+ <element name="lamp144" ref="lamp_144_1" state="0">
<bounds x="84" y="241" width="31" height="23"/>
- </backdrop>
- <backdrop name="lamp134" element="lamp_134_1_border" state="0">
+ </element>
+ <element name="lamp134" ref="lamp_134_1_border" state="0">
<bounds x="497" y="76" width="62" height="57"/>
- </backdrop>
- <backdrop name="lamp134" element="lamp_134_1" state="0">
+ </element>
+ <element name="lamp134" ref="lamp_134_1" state="0">
<bounds x="499" y="78" width="58" height="53"/>
- </backdrop>
- <backdrop name="lamp113" element="lamp_113_1_border" state="0">
+ </element>
+ <element name="lamp113" ref="lamp_113_1_border" state="0">
<bounds x="139" y="429" width="127" height="37"/>
- </backdrop>
- <backdrop name="lamp113" element="lamp_113_1" state="0">
+ </element>
+ <element name="lamp113" ref="lamp_113_1" state="0">
<bounds x="141" y="431" width="123" height="33"/>
- </backdrop>
- <backdrop name="lamp114" element="lamp_114_1_border" state="0">
+ </element>
+ <element name="lamp114" ref="lamp_114_1_border" state="0">
<bounds x="139" y="429" width="127" height="37"/>
- </backdrop>
- <backdrop name="lamp114" element="lamp_114_1" state="0">
+ </element>
+ <element name="lamp114" ref="lamp_114_1" state="0">
<bounds x="141" y="431" width="123" height="33"/>
- </backdrop>
- <backdrop name="lamp81" element="lamp_81_1_border" state="0">
+ </element>
+ <element name="lamp81" ref="lamp_81_1_border" state="0">
<bounds x="280" y="429" width="107" height="37"/>
- </backdrop>
- <backdrop name="lamp81" element="lamp_81_1" state="0">
+ </element>
+ <element name="lamp81" ref="lamp_81_1" state="0">
<bounds x="282" y="431" width="103" height="33"/>
- </backdrop>
- <backdrop name="lamp82" element="lamp_82_1_border" state="0">
+ </element>
+ <element name="lamp82" ref="lamp_82_1_border" state="0">
<bounds x="280" y="429" width="107" height="37"/>
- </backdrop>
- <backdrop name="lamp82" element="lamp_82_1" state="0">
+ </element>
+ <element name="lamp82" ref="lamp_82_1" state="0">
<bounds x="282" y="431" width="103" height="33"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1_border" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1_border" state="0">
<bounds x="496" y="429" width="47" height="37"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1" state="0">
<bounds x="498" y="431" width="43" height="33"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1_border" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1_border" state="0">
<bounds x="540" y="429" width="48" height="37"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1" state="0">
<bounds x="542" y="431" width="44" height="33"/>
- </backdrop>
- <backdrop name="lamp150" element="lamp_150_1_border" state="0">
+ </element>
+ <element name="lamp150" ref="lamp_150_1_border" state="0">
<bounds x="424" y="76" width="62" height="26"/>
- </backdrop>
- <backdrop name="lamp150" element="lamp_150_1" state="0">
+ </element>
+ <element name="lamp150" ref="lamp_150_1" state="0">
<bounds x="426" y="78" width="58" height="22"/>
- </backdrop>
- <backdrop name="lamp151" element="lamp_151_1_border" state="0">
+ </element>
+ <element name="lamp151" ref="lamp_151_1_border" state="0">
<bounds x="424" y="107" width="62" height="26"/>
- </backdrop>
- <backdrop name="lamp151" element="lamp_151_1" state="0">
+ </element>
+ <element name="lamp151" ref="lamp_151_1" state="0">
<bounds x="426" y="109" width="58" height="22"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_70_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_70_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="604" y="639" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_70" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_70" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="606" y="641" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_71_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_71_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="509" y="639" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_71" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_71" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="511" y="641" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_72_border" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_72_border" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="414" y="639" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_72" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_72" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="416" y="641" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_73_border" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_73_border" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="319" y="639" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_73" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_73" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="321" y="641" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_74_border" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_74_border" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="225" y="639" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_74" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_74" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="227" y="641" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_75_border" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_75_border" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="130" y="640" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_75" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_75" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="132" y="642" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_76_border" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_76_border" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="34" y="639" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_76" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_76" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="36" y="641" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_77_border" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="lamp32" ref="colour_button_77_border" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="694" y="29" width="50" height="16"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_77" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="lamp32" ref="colour_button_77" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="696" y="31" width="46" height="12"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_78_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp32" ref="colour_button_78_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="694" y="49" width="50" height="16"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_78" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp32" ref="colour_button_78" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="696" y="51" width="46" height="12"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_79_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_79_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="694" y="9" width="50" height="16"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_79" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_79" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="696" y="11" width="46" height="12"/>
- </backdrop>
- <backdrop element="dmd_background">
- <bounds x="134" y="325" width="262" height="86"/>
- </backdrop>
- <screen index="0">
+ </element>
+ <group ref="dmd">
<bounds left="134" top="325" right="396" bottom="411"/>
- </screen>
- <screen index="0">
- <bounds left="134" top="325" right="396" bottom="411"/>
- </screen>
- <screen index="0">
- <bounds left="134" top="325" right="396" bottom="411"/>
- </screen>
- <backdrop name="label10" element="label_10">
+ </group>
+ <element ref="dmd_background" blend="add">
+ <bounds x="134" y="325" width="262" height="86"/>
+ </element>
+ <element name="label10" ref="label_10">
<bounds x="12" y="162" width="32" height="19"/>
- </backdrop>
- <backdrop name="label11" element="label_11">
+ </element>
+ <element name="label11" ref="label_11">
<bounds x="750" y="50" width="19" height="14"/>
- </backdrop>
- <backdrop name="label12" element="label_12">
+ </element>
+ <element name="label12" ref="label_12">
<bounds x="750" y="30" width="19" height="14"/>
- </backdrop>
- <backdrop name="label13" element="label_13">
+ </element>
+ <element name="label13" ref="label_13">
<bounds x="750" y="10" width="12" height="14"/>
- </backdrop>
- <backdrop name="label14" element="label_14">
+ </element>
+ <element name="label14" ref="label_14">
<bounds x="100" y="530" width="24" height="28"/>
- </backdrop>
- <backdrop name="label15" element="label_15">
+ </element>
+ <element name="label15" ref="label_15">
<bounds x="403" y="530" width="24" height="28"/>
- </backdrop>
+ </element>
</view>
<view name="MFME2MAME Debug">
- <backdrop element="debug_backdrop_colour">
+ <element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_lamp_button" state="0">
+ </element>
+
+ <element name="lamp0" ref="debug_lamp_button" state="0">
<bounds x="32" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_0" element="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp1" ref="debug_lamp_button" state="0">
<bounds x="96" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_1" element="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp2" ref="debug_lamp_button" state="0">
<bounds x="160" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_2" element="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp3" ref="debug_lamp_button" state="0">
<bounds x="224" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_3" element="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp4" ref="debug_lamp_button" state="0">
<bounds x="288" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_4" element="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp5" ref="debug_lamp_button" state="0">
<bounds x="352" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_5" element="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp6" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_6" element="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp7" ref="debug_lamp_button" state="0">
<bounds x="480" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_7" element="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp8" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_8" element="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp9" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_9" element="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp10" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_10" element="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp11" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_11" element="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp12" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_12" element="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp13" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_13" element="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp14" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_14" element="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp15" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_15" element="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp16" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_16" element="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp17" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_17" element="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp18" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_18" element="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp19" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_19" element="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp20" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_20" element="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp21" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_21" element="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp22" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_22" element="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp23" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_23" element="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp24" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_24" element="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp25" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_25" element="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp26" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_26" element="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp27" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_27" element="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp28" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_28" element="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp29" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_29" element="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp30" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_30" element="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp31" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_31" element="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp32" ref="debug_lamp_button" state="0">
<bounds x="32" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_32" element="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp33" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_33" element="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp34" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_34" element="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp35" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_35" element="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp36" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_36" element="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp37" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_37" element="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp38" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_38" element="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp39" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_39" element="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp40" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_40" element="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp41" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_41" element="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp42" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_42" element="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp43" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_43" element="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp44" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_44" element="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp45" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_45" element="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp46" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_46" element="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp47" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_47" element="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp48" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_48" element="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp49" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_49" element="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp50" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp50" ref="debug_lamp_reel" state="0">
<bounds x="160" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_50" element="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp51" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_51" element="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp52" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp52" ref="debug_lamp_reel" state="0">
<bounds x="288" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_52" element="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp53" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp53" ref="debug_lamp_reel" state="0">
<bounds x="352" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_53" element="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp54" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_54" element="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp55" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_55" element="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp56" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_56" element="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp57" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_57" element="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp58" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_58" element="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp59" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_59" element="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp60" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_60" element="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp61" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_61" element="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp62" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_62" element="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp63" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_63" element="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp64" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp64" ref="debug_lamp_reel" state="0">
<bounds x="32" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_64" element="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp65" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp65" ref="debug_lamp_reel" state="0">
<bounds x="96" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_65" element="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp66" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp66" ref="debug_lamp_reel" state="0">
<bounds x="160" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_66" element="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp67" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp67" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_67" element="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp68" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp68" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_68" element="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp69" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp69" ref="debug_lamp_reel" state="0">
<bounds x="352" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_69" element="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp70" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp70" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_70" element="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp71" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_71" element="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp72" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_72" element="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp73" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_73" element="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp74" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_74" element="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp75" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_75" element="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp76" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_76" element="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp77" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_77" element="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp78" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_78" element="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp79" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_79" element="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp80" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_80" element="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp81" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_81" element="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp82" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_82" element="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp83" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_83" element="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp84" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_84" element="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp85" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_85" element="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp86" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_86" element="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp87" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_87" element="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp88" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_88" element="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp89" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_89" element="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp90" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_90" element="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp91" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_91" element="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp92" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_92" element="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp93" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_93" element="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp94" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_94" element="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp95" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_95" element="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp96" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_96" element="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp97" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_97" element="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp98" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_98" element="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp99" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_99" element="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp100" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_100" element="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp101" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_101" element="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp102" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_102" element="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp103" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_103" element="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp104" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_104" element="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp105" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_105" element="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp106" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_106" element="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp107" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_107" element="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp108" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_108" element="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp109" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_109" element="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp110" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_110" element="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp111" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_111" element="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp112" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_112" element="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp113" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_113" element="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp114" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_114" element="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp115" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_115" element="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp116" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_116" element="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp117" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_117" element="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp118" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_118" element="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp119" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_119" element="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp120" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_120" element="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp121" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_121" element="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp122" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_122" element="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp123" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_123" element="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp124" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_124" element="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp125" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_125" element="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp126" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_126" element="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp127" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_127" element="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp128" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_128" element="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp129" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_129" element="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp130" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_130" element="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp131" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_131" element="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp132" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_132" element="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp133" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_133" element="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp134" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_134" element="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp135" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_135" element="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp136" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_136" element="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp137" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_137" element="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp138" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_138" element="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp139" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_139" element="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp140" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_140" element="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp141" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_141" element="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp142" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_142" element="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp143" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_143" element="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp144" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_144" element="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp145" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_145" element="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp146" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_146" element="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp147" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_147" element="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp148" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_148" element="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp149" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_149" element="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp150" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_150" element="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp151" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_151" element="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp152" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_152" element="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp153" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_153" element="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp154" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_154" element="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp155" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_155" element="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp156" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_156" element="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp157" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_157" element="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp158" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_158" element="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp159" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_159" element="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp160" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_160" element="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp161" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_161" element="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp162" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_162" element="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp163" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_163" element="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp164" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_164" element="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp165" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_165" element="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp166" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_166" element="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp167" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_167" element="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp168" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_168" element="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp169" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_169" element="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp170" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_170" element="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp171" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_171" element="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp172" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_172" element="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp173" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_173" element="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp174" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_174" element="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp175" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_175" element="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp176" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_176" element="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp177" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_177" element="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp178" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_178" element="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp179" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_179" element="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp180" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_180" element="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp181" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_181" element="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp182" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_182" element="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp183" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_183" element="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp184" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_184" element="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp185" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_185" element="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp186" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_186" element="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp187" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_187" element="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp188" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_188" element="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp189" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_189" element="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp190" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_190" element="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp191" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_191" element="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp192" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_192" element="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp193" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_193" element="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp194" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_194" element="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp195" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_195" element="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp196" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp196" ref="debug_lamp_standard" state="0">
<bounds x="288" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_196" element="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp197" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp197" ref="debug_lamp_standard" state="0">
<bounds x="352" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_197" element="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp198" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp198" ref="debug_lamp_standard" state="0">
<bounds x="416" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_198" element="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp199" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp199" ref="debug_lamp_standard" state="0">
<bounds x="480" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_199" element="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp200" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_200" element="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp201" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_201" element="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp202" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_202" element="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp203" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_203" element="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp204" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_204" element="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp205" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_205" element="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp206" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_206" element="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp207" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_207" element="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp208" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_208" element="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp209" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_209" element="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp210" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_210" element="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp211" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_211" element="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp212" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp212" ref="debug_lamp_standard" state="0">
<bounds x="288" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_212" element="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp213" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp213" ref="debug_lamp_standard" state="0">
<bounds x="352" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_213" element="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp214" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp214" ref="debug_lamp_standard" state="0">
<bounds x="416" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_214" element="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp215" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp215" ref="debug_lamp_standard" state="0">
<bounds x="480" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_215" element="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp216" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_216" element="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp217" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_217" element="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp218" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_218" element="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp219" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_219" element="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp220" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_220" element="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp221" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_221" element="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp222" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_222" element="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp223" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_223" element="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp224" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_224" element="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp225" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_225" element="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp226" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_226" element="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp227" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_227" element="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp228" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_228" element="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp229" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_229" element="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp230" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_230" element="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp231" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_231" element="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp232" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_232" element="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp233" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_233" element="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp234" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_234" element="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp235" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_235" element="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp236" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_236" element="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp237" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_237" element="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp238" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_238" element="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp239" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_239" element="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp240" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_240" element="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp241" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_241" element="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp242" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_242" element="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp243" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_243" element="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp244" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_244" element="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp245" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_245" element="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp246" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_246" element="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp247" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_247" element="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp248" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_248" element="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp249" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_249" element="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp250" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_250" element="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp251" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_251" element="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp252" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_252" element="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp253" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_253" element="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp254" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp254" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_254" element="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp255" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_255" element="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="debug_button_0" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
+ </element>
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="47" increment="64" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="47" increment="64" />
+ <element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
+ <bounds x="~x~" y="~y~" width="30" height="30"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_0" element="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_1" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
+ </element>
+ <element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_1" element="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_2" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
+ </element>
+ <element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_2" element="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_3" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
+ </element>
+ <element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_3" element="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_4" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
+ </element>
+ <element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_4" element="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_5" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
+ </element>
+ <element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_5" element="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_6" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
+ </element>
+ <element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_6" element="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_7" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
+ </element>
+ <element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_7" element="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_8" element="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_9" element="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_10" element="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_11" element="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_12" element="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_13" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
+ </element>
+ <element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_13" element="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_14" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
+ </element>
+ <element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_14" element="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_15" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
+ </element>
+ <element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_15" element="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp32" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_16" element="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="lamp32" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_17" element="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_18" element="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_19" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
+ </element>
+ <element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_19" element="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_20" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
+ </element>
+ <element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_20" element="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_21" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
+ </element>
+ <element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_21" element="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_22" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
+ </element>
+ <element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_22" element="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_23" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
+ </element>
+ <element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_23" element="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_24" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
+ </element>
+ <element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_24" element="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_25" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
+ </element>
+ <element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_25" element="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_26" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
+ </element>
+ <element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_26" element="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_27" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
+ </element>
+ <element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_27" element="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_28" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
+ </element>
+ <element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_28" element="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_29" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
+ </element>
+ <element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_29" element="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_30" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
+ </element>
+ <element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_30" element="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_31" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
+ </element>
+ <element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_31" element="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_32" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
+ </element>
+ <element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_32" element="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_33" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
+ </element>
+ <element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_33" element="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_34" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
+ </element>
+ <element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_34" element="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_35" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
+ </element>
+ <element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_35" element="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_36" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
+ </element>
+ <element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_36" element="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_37" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
+ </element>
+ <element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_37" element="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_38" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
+ </element>
+ <element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_38" element="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_39" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
+ </element>
+ <element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_39" element="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_40" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
+ </element>
+ <element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_40" element="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_41" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
+ </element>
+ <element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_41" element="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_42" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
+ </element>
+ <element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_42" element="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_43" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
+ </element>
+ <element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_43" element="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_44" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
+ </element>
+ <element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_44" element="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_45" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
+ </element>
+ <element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_45" element="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_46" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
+ </element>
+ <element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_46" element="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_47" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
+ </element>
+ <element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_47" element="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_48" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
+ </element>
+ <element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_48" element="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_49" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
+ </element>
+ <element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_49" element="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_50" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
+ </element>
+ <element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_50" element="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_51" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
+ </element>
+ <element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_51" element="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_52" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
+ </element>
+ <element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_52" element="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_53" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
+ </element>
+ <element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_53" element="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_54" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
+ </element>
+ <element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_54" element="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_55" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
+ </element>
+ <element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_55" element="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_56" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
+ </element>
+ <element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_56" element="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_57" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
+ </element>
+ <element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_57" element="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_58" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
+ </element>
+ <element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_58" element="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_59" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
+ </element>
+ <element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_59" element="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_60" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
+ </element>
+ <element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_60" element="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_61" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
+ </element>
+ <element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_61" element="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_62" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
+ </element>
+ <element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_62" element="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_63" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
+ </element>
+ <element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_63" element="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="vfd0" element="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd1" element="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd2" element="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd3" element="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd4" element="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd5" element="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd6" element="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd7" element="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd8" element="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd9" element="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd10" element="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd11" element="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd12" element="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd13" element="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd14" element="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd15" element="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+
+ <repeat count="8">
+ <param name="s" start="0" increment="8" />
+ <param name="y" start="671" increment="48" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="1120" increment="84" />
+ <element name="debug_button_label_~n~" ref="debug_button_label_~n~">
+ <bounds x="~x~" y="~y~" width="40" height="22"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <repeat count="16">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~0~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
+ <element ref="reel_background">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="32.0000" width="120.0000" height="240.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="42.0000" width="110.0000" height="220.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="52.0000" width="100.0000" height="200.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="62.0000" width="90.0000" height="180.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="72.0000" width="80.0000" height="160.0000"/>
- </backdrop>
- <backdrop name="lamp69" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp69" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="82.0000" width="70.0000" height="140.0000"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="reel1" element="debug_stepper_value">
+ </element>
+ <element name="reel1" ref="debug_stepper_value">
<bounds x="1100" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel2" element="debug_stepper_value">
+ </element>
+ <element name="reel2" ref="debug_stepper_value">
<bounds x="1240" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel3" element="debug_stepper_value">
+ </element>
+ <element name="reel3" ref="debug_stepper_value">
<bounds x="1380" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel4" element="debug_stepper_value">
+ </element>
+ <element name="reel4" ref="debug_stepper_value">
<bounds x="1520" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_0">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
<bounds x="1180" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_1">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
<bounds x="1320" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_2">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
<bounds x="1460" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_3">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
<bounds x="1600" y="272" width="50" height="30"/>
- </backdrop>
- <screen index="0">
+ </element>
+
+ <group ref="dmd">
<bounds left="1400" top="400" right="1790" bottom="526"/>
- </screen>
+ </group>
</view>
</mamelayout>
diff --git a/src/mame/layout/sc2town2.lay b/src/mame/layout/sc2town2.lay
index 3e9e6132b80..d0595ea60ea 100644
--- a/src/mame/layout/sc2town2.lay
+++ b/src/mame/layout/sc2town2.lay
@@ -1821,1542 +1821,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_lamp_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_64">
- <text string="64">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_65">
- <text string="65">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_66">
- <text string="66">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_67">
- <text string="67">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_68">
- <text string="68">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_69">
- <text string="69">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_70">
- <text string="70">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_71">
- <text string="71">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_72">
- <text string="72">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_73">
- <text string="73">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_74">
- <text string="74">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_75">
- <text string="75">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_76">
- <text string="76">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_77">
- <text string="77">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_78">
- <text string="78">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_79">
- <text string="79">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_80">
- <text string="80">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_81">
- <text string="81">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_82">
- <text string="82">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_83">
- <text string="83">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_84">
- <text string="84">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_85">
- <text string="85">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_86">
- <text string="86">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_87">
- <text string="87">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_88">
- <text string="88">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_89">
- <text string="89">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_90">
- <text string="90">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_91">
- <text string="91">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_92">
- <text string="92">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_93">
- <text string="93">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_94">
- <text string="94">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_95">
- <text string="95">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_96">
- <text string="96">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_97">
- <text string="97">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_98">
- <text string="98">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_99">
- <text string="99">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_100">
- <text string="100">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_101">
- <text string="101">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_102">
- <text string="102">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_103">
- <text string="103">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_104">
- <text string="104">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_105">
- <text string="105">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_106">
- <text string="106">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_107">
- <text string="107">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_108">
- <text string="108">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_109">
- <text string="109">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_110">
- <text string="110">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_111">
- <text string="111">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_112">
- <text string="112">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_113">
- <text string="113">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_114">
- <text string="114">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_115">
- <text string="115">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_116">
- <text string="116">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_117">
- <text string="117">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_118">
- <text string="118">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_119">
- <text string="119">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_120">
- <text string="120">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_121">
- <text string="121">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_122">
- <text string="122">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_123">
- <text string="123">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_124">
- <text string="124">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_125">
- <text string="125">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_126">
- <text string="126">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_127">
- <text string="127">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_128">
- <text string="128">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_129">
- <text string="129">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_130">
- <text string="130">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_131">
- <text string="131">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_132">
- <text string="132">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_133">
- <text string="133">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_134">
- <text string="134">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_135">
- <text string="135">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_136">
- <text string="136">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_137">
- <text string="137">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_138">
- <text string="138">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_139">
- <text string="139">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_140">
- <text string="140">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_141">
- <text string="141">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_142">
- <text string="142">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_143">
- <text string="143">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_144">
- <text string="144">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_145">
- <text string="145">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_146">
- <text string="146">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_147">
- <text string="147">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_148">
- <text string="148">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_149">
- <text string="149">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_150">
- <text string="150">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_151">
- <text string="151">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_152">
- <text string="152">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_153">
- <text string="153">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_154">
- <text string="154">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_155">
- <text string="155">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_156">
- <text string="156">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_157">
- <text string="157">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_158">
- <text string="158">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_159">
- <text string="159">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_160">
- <text string="160">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_161">
- <text string="161">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_162">
- <text string="162">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_163">
- <text string="163">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_164">
- <text string="164">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_165">
- <text string="165">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_166">
- <text string="166">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_167">
- <text string="167">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_168">
- <text string="168">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_169">
- <text string="169">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_170">
- <text string="170">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_171">
- <text string="171">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_172">
- <text string="172">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_173">
- <text string="173">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_174">
- <text string="174">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_175">
- <text string="175">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_176">
- <text string="176">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_177">
- <text string="177">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_178">
- <text string="178">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_179">
- <text string="179">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_180">
- <text string="180">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_181">
- <text string="181">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_182">
- <text string="182">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_183">
- <text string="183">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_184">
- <text string="184">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_185">
- <text string="185">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_186">
- <text string="186">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_187">
- <text string="187">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_188">
- <text string="188">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_189">
- <text string="189">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_190">
- <text string="190">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_191">
- <text string="191">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_192">
- <text string="192">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_193">
- <text string="193">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_194">
- <text string="194">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_195">
- <text string="195">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_196">
- <text string="196">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_197">
- <text string="197">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_198">
- <text string="198">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_199">
- <text string="199">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_200">
- <text string="200">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_201">
- <text string="201">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_202">
- <text string="202">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_203">
- <text string="203">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_204">
- <text string="204">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_205">
- <text string="205">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_206">
- <text string="206">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_207">
- <text string="207">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_208">
- <text string="208">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_209">
- <text string="209">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_210">
- <text string="210">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_211">
- <text string="211">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_212">
- <text string="212">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_213">
- <text string="213">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_214">
- <text string="214">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_215">
- <text string="215">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_216">
- <text string="216">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_217">
- <text string="217">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_218">
- <text string="218">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_219">
- <text string="219">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_220">
- <text string="220">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_221">
- <text string="221">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_222">
- <text string="222">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_223">
- <text string="223">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_224">
- <text string="224">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_225">
- <text string="225">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_226">
- <text string="226">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_227">
- <text string="227">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_228">
- <text string="228">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_229">
- <text string="229">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_230">
- <text string="230">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_231">
- <text string="231">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_232">
- <text string="232">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_233">
- <text string="233">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_234">
- <text string="234">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_235">
- <text string="235">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_236">
- <text string="236">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_237">
- <text string="237">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_238">
- <text string="238">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_239">
- <text string="239">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_240">
- <text string="240">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_241">
- <text string="241">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_242">
- <text string="242">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_243">
- <text string="243">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_244">
- <text string="244">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_245">
- <text string="245">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_246">
- <text string="246">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_247">
- <text string="247">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_248">
- <text string="248">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_249">
- <text string="249">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_250">
- <text string="250">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_251">
- <text string="251">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_252">
- <text string="252">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_253">
- <text string="253">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_254">
- <text string="254">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_lamp_label_255">
- <text string="255">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="256">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_lamp_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_button_standard">
<rect state="0">
<color red="0.20" green="0.20" blue="0.00"/>
@@ -3373,390 +1846,15 @@
<color red="1.00" green="1.00" blue="1.00"/>
</rect>
</element>
- <element name="debug_button_label_0">
- <text string="0">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_1">
- <text string="1">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_2">
- <text string="2">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_3">
- <text string="3">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_4">
- <text string="4">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_5">
- <text string="5">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_6">
- <text string="6">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_7">
- <text string="7">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_8">
- <text string="8">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_9">
- <text string="9">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_10">
- <text string="10">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_11">
- <text string="11">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_12">
- <text string="12">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_13">
- <text string="13">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_14">
- <text string="14">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_15">
- <text string="15">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_16">
- <text string="16">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_17">
- <text string="17">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_18">
- <text string="18">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_19">
- <text string="19">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_20">
- <text string="20">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_21">
- <text string="21">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_22">
- <text string="22">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_23">
- <text string="23">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_24">
- <text string="24">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_25">
- <text string="25">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_26">
- <text string="26">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_27">
- <text string="27">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_28">
- <text string="28">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_29">
- <text string="29">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_30">
- <text string="30">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_31">
- <text string="31">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_32">
- <text string="32">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_33">
- <text string="33">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_34">
- <text string="34">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_35">
- <text string="35">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_36">
- <text string="36">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_37">
- <text string="37">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_38">
- <text string="38">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_39">
- <text string="39">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_40">
- <text string="40">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_41">
- <text string="41">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_42">
- <text string="42">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_43">
- <text string="43">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_44">
- <text string="44">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_45">
- <text string="45">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_46">
- <text string="46">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_47">
- <text string="47">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_48">
- <text string="48">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_49">
- <text string="49">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_50">
- <text string="50">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_51">
- <text string="51">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_52">
- <text string="52">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_53">
- <text string="53">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_54">
- <text string="54">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_55">
- <text string="55">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_56">
- <text string="56">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_57">
- <text string="57">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_58">
- <text string="58">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_59">
- <text string="59">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_60">
- <text string="60">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_61">
- <text string="61">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_62">
- <text string="62">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
- <element name="debug_button_label_63">
- <text string="63">
- <color red="0.0" green="0.0" blue="0.0"/>
- <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
- </text>
- </element>
+ <repeat count="64">
+ <param name="n" start="0" increment="1" />
+ <element name="debug_button_label_~n~">
+ <text string="~n~">
+ <color red="0.0" green="0.0" blue="0.0"/>
+ <bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
+ </text>
+ </element>
+ </repeat>
<element name="debug_vfd">
<led14segsc>
<color red="0.0" green="1.0" blue="1.0"/>
@@ -3788,2907 +1886,1948 @@
</text>
</element>
+ <element name="dotmatrixdot">
+ <dotmatrixdot>
+ <color red="1.0" green="0.12" blue="0.12" />
+ </dotmatrixdot>
+ </element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video">
- <backdrop element="backdrop_colour">
+ <element ref="backdrop_colour">
<bounds x="0" y="0" width="782" height="641"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="130" y="435" width="80" height="140"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="130.0000" y="435.0000" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="133.3333" y="436.9445" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="136.6667" y="438.8889" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="140.0000" y="440.8333" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="143.3333" y="442.7778" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="146.6667" y="444.7222" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="130.0000" y="481.6667" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="133.3333" y="483.6111" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="136.6667" y="485.5555" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="140.0000" y="487.5000" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="143.3333" y="489.4444" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="146.6667" y="491.3889" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="130.0000" y="528.3333" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="133.3333" y="530.2778" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="136.6667" y="532.2222" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="140.0000" y="534.1666" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="143.3333" y="536.1111" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="146.6667" y="538.0555" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="130" y="435" width="80" height="140"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="225" y="435" width="80" height="140"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="225.0000" y="435.0000" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="228.3333" y="436.9445" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="231.6667" y="438.8889" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="235.0000" y="440.8333" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="238.3333" y="442.7778" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="241.6667" y="444.7222" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="225.0000" y="481.6667" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="228.3333" y="483.6111" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="231.6667" y="485.5555" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="235.0000" y="487.5000" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="238.3333" y="489.4444" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="241.6667" y="491.3889" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="225.0000" y="528.3333" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="228.3333" y="530.2778" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="231.6667" y="532.2222" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="235.0000" y="534.1666" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="238.3333" y="536.1111" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="241.6667" y="538.0555" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="225" y="435" width="80" height="140"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="320" y="435" width="80" height="140"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="320.0000" y="435.0000" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="323.3333" y="436.9445" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="326.6667" y="438.8889" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="330.0000" y="440.8333" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="333.3333" y="442.7778" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="336.6667" y="444.7222" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="320.0000" y="481.6667" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="323.3333" y="483.6111" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="326.6667" y="485.5555" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="330.0000" y="487.5000" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="333.3333" y="489.4444" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="336.6667" y="491.3889" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="320.0000" y="528.3333" width="80.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="323.3333" y="530.2778" width="73.3333" height="42.7778"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="326.6667" y="532.2222" width="66.6667" height="38.8889"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="330.0000" y="534.1666" width="60.0000" height="35.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="333.3333" y="536.1111" width="53.3333" height="31.1111"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="336.6667" y="538.0555" width="46.6667" height="27.2222"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="320" y="435" width="80" height="140"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="585" y="220" width="70" height="70"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_0" state="0">
<bounds x="585.0000" y="220.0000" width="70.0000" height="70.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_1" state="0">
<bounds x="587.9167" y="222.9167" width="64.1667" height="64.1667"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_2" state="0">
<bounds x="590.8333" y="225.8333" width="58.3333" height="58.3333"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_3" state="0">
<bounds x="593.7500" y="228.7500" width="52.5000" height="52.5000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_4" state="0">
<bounds x="596.6667" y="231.6667" width="46.6667" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_5" state="0">
<bounds x="599.5833" y="234.5833" width="40.8333" height="40.8333"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="585" y="220" width="70" height="70"/>
- </backdrop>
- <backdrop name="lamp240" element="lamp_240_1_border" state="0">
+ </element>
+ <element name="lamp240" ref="lamp_240_1_border" state="0">
<bounds x="139" y="149" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp240" element="lamp_240_1" state="0">
+ </element>
+ <element name="lamp240" ref="lamp_240_1" state="0">
<bounds x="141" y="151" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1_border" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1_border" state="0">
<bounds x="224" y="149" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp241" element="lamp_241_1" state="0">
+ </element>
+ <element name="lamp241" ref="lamp_241_1" state="0">
<bounds x="226" y="151" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp242" element="lamp_242_1_border" state="0">
+ </element>
+ <element name="lamp242" ref="lamp_242_1_border" state="0">
<bounds x="309" y="149" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp242" element="lamp_242_1" state="0">
+ </element>
+ <element name="lamp242" ref="lamp_242_1" state="0">
<bounds x="311" y="151" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp243" element="lamp_243_1_border" state="0">
+ </element>
+ <element name="lamp243" ref="lamp_243_1_border" state="0">
<bounds x="394" y="149" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp243" element="lamp_243_1" state="0">
+ </element>
+ <element name="lamp243" ref="lamp_243_1" state="0">
<bounds x="396" y="151" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp244" element="lamp_244_1_border" state="0">
+ </element>
+ <element name="lamp244" ref="lamp_244_1_border" state="0">
<bounds x="479" y="149" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp244" element="lamp_244_1" state="0">
+ </element>
+ <element name="lamp244" ref="lamp_244_1" state="0">
<bounds x="481" y="151" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1_border" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1_border" state="0">
<bounds x="564" y="149" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp245" element="lamp_245_1" state="0">
+ </element>
+ <element name="lamp245" ref="lamp_245_1" state="0">
<bounds x="566" y="151" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1_border" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1_border" state="0">
<bounds x="689" y="74" width="82" height="62"/>
- </backdrop>
- <backdrop name="lamp192" element="lamp_192_1" state="0">
+ </element>
+ <element name="lamp192" ref="lamp_192_1" state="0">
<bounds x="691" y="76" width="78" height="58"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1_border" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1_border" state="0">
<bounds x="604" y="94" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_1" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_1" state="0">
<bounds x="606" y="96" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1_border" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1_border" state="0">
<bounds x="519" y="74" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_1" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_1" state="0">
<bounds x="521" y="76" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_2_border" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_2_border" state="0">
<bounds x="604" y="74" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp167" element="lamp_167_2" state="0">
+ </element>
+ <element name="lamp167" ref="lamp_167_2" state="0">
<bounds x="606" y="76" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1_border" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1_border" state="0">
<bounds x="689" y="269" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_1" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_1" state="0">
<bounds x="691" y="271" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_2_border" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_2_border" state="0">
<bounds x="689" y="289" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp195" element="lamp_195_2" state="0">
+ </element>
+ <element name="lamp195" ref="lamp_195_2" state="0">
<bounds x="691" y="291" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1_border" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1_border" state="0">
<bounds x="349" y="269" width="82" height="62"/>
- </backdrop>
- <backdrop name="lamp180" element="lamp_180_1" state="0">
+ </element>
+ <element name="lamp180" ref="lamp_180_1" state="0">
<bounds x="351" y="271" width="78" height="58"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1_border" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1_border" state="0">
<bounds x="689" y="334" width="82" height="62"/>
- </backdrop>
- <backdrop name="lamp196" element="lamp_196_1" state="0">
+ </element>
+ <element name="lamp196" ref="lamp_196_1" state="0">
<bounds x="691" y="336" width="78" height="58"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1_border" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1_border" state="0">
<bounds x="349" y="354" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_1" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_1" state="0">
<bounds x="351" y="356" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1_border" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1_border" state="0">
<bounds x="434" y="354" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_1" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_1" state="0">
<bounds x="436" y="356" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1_border" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1_border" state="0">
<bounds x="604" y="354" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_1" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_1" state="0">
<bounds x="606" y="356" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1_border" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1_border" state="0">
<bounds x="519" y="334" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_1" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_1" state="0">
<bounds x="521" y="336" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_2_border" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_2_border" state="0">
<bounds x="434" y="334" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp178" element="lamp_178_2" state="0">
+ </element>
+ <element name="lamp178" ref="lamp_178_2" state="0">
<bounds x="436" y="336" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_2_border" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_2_border" state="0">
<bounds x="349" y="334" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp179" element="lamp_179_2" state="0">
+ </element>
+ <element name="lamp179" ref="lamp_179_2" state="0">
<bounds x="351" y="336" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_2_border" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_2_border" state="0">
<bounds x="604" y="334" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp176" element="lamp_176_2" state="0">
+ </element>
+ <element name="lamp176" ref="lamp_176_2" state="0">
<bounds x="606" y="336" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1_border" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1_border" state="0">
<bounds x="689" y="139" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_1" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_1" state="0">
<bounds x="691" y="141" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1_border" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1_border" state="0">
<bounds x="689" y="224" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_1" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_1" state="0">
<bounds x="691" y="226" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1_border" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1_border" state="0">
<bounds x="264" y="224" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_1" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_1" state="0">
<bounds x="266" y="226" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1_border" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1_border" state="0">
<bounds x="179" y="204" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_1" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_1" state="0">
<bounds x="181" y="206" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1_border" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1_border" state="0">
<bounds x="94" y="224" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_1" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_1" state="0">
<bounds x="96" y="226" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1_border" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1_border" state="0">
<bounds x="9" y="139" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_1" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_1" state="0">
<bounds x="11" y="141" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1_border" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="9" y="94" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_1" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="11" y="96" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_2_border" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_2_border" state="0">
<bounds x="9" y="74" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp212" element="lamp_212_2" state="0">
+ </element>
+ <element name="lamp212" ref="lamp_212_2" state="0">
<bounds x="11" y="76" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_2_border" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_2_border" state="0">
<bounds x="9" y="159" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp211" element="lamp_211_2" state="0">
+ </element>
+ <element name="lamp211" ref="lamp_211_2" state="0">
<bounds x="11" y="161" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1_border" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1_border" state="0">
<bounds x="9" y="204" width="82" height="62"/>
- </backdrop>
- <backdrop name="lamp210" element="lamp_210_1" state="0">
+ </element>
+ <element name="lamp210" ref="lamp_210_1" state="0">
<bounds x="11" y="206" width="78" height="58"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1_border" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1_border" state="0">
<bounds x="94" y="74" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_1" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_1" state="0">
<bounds x="96" y="76" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_2_border" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_2_border" state="0">
<bounds x="94" y="204" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp209" element="lamp_209_2" state="0">
+ </element>
+ <element name="lamp209" ref="lamp_209_2" state="0">
<bounds x="96" y="206" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_2_border" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_2_border" state="0">
<bounds x="179" y="224" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp208" element="lamp_208_2" state="0">
+ </element>
+ <element name="lamp208" ref="lamp_208_2" state="0">
<bounds x="181" y="226" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_2_border" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_2_border" state="0">
<bounds x="264" y="204" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp182" element="lamp_182_2" state="0">
+ </element>
+ <element name="lamp182" ref="lamp_182_2" state="0">
<bounds x="266" y="206" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1_border" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1_border" state="0">
<bounds x="349" y="204" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_1" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_1" state="0">
<bounds x="351" y="206" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_2_border" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_2_border" state="0">
<bounds x="349" y="224" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp181" element="lamp_181_2" state="0">
+ </element>
+ <element name="lamp181" ref="lamp_181_2" state="0">
<bounds x="351" y="226" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_2_border" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_2_border" state="0">
<bounds x="689" y="204" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp194" element="lamp_194_2" state="0">
+ </element>
+ <element name="lamp194" ref="lamp_194_2" state="0">
<bounds x="691" y="206" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_2_border" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_2_border" state="0">
<bounds x="689" y="159" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp193" element="lamp_193_2" state="0">
+ </element>
+ <element name="lamp193" ref="lamp_193_2" state="0">
<bounds x="691" y="161" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1_border" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1_border" state="0">
<bounds x="434" y="29" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_1" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_1" state="0">
<bounds x="436" y="31" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1_border" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1_border" state="0">
<bounds x="519" y="29" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_1" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_1" state="0">
<bounds x="521" y="31" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_2_border" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_2_border" state="0">
<bounds x="519" y="9" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp165" element="lamp_165_2" state="0">
+ </element>
+ <element name="lamp165" ref="lamp_165_2" state="0">
<bounds x="521" y="11" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1_border" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1_border" state="0">
<bounds x="349" y="9" width="82" height="62"/>
- </backdrop>
- <backdrop name="lamp163" element="lamp_163_1" state="0">
+ </element>
+ <element name="lamp163" ref="lamp_163_1" state="0">
<bounds x="351" y="11" width="78" height="58"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_2_border" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_2_border" state="0">
<bounds x="434" y="9" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp164" element="lamp_164_2" state="0">
+ </element>
+ <element name="lamp164" ref="lamp_164_2" state="0">
<bounds x="436" y="11" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1_border" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1_border" state="0">
<bounds x="179" y="29" width="167" height="42"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_1" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_1" state="0">
<bounds x="181" y="31" width="163" height="38"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1_border" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1_border" state="0">
<bounds x="94" y="9" width="82" height="23"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_1" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_1" state="0">
<bounds x="96" y="11" width="78" height="19"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_2_border" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_2_border" state="0">
<bounds x="94" y="29" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp161" element="lamp_161_2" state="0">
+ </element>
+ <element name="lamp161" ref="lamp_161_2" state="0">
<bounds x="96" y="31" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_2_border" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_2_border" state="0">
<bounds x="179" y="9" width="167" height="23"/>
- </backdrop>
- <backdrop name="lamp162" element="lamp_162_2" state="0">
+ </element>
+ <element name="lamp162" ref="lamp_162_2" state="0">
<bounds x="181" y="11" width="163" height="19"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_2_border" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_2_border" state="0">
<bounds x="519" y="354" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp177" element="lamp_177_2" state="0">
+ </element>
+ <element name="lamp177" ref="lamp_177_2" state="0">
<bounds x="521" y="356" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_2_border" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_2_border" state="0">
<bounds x="94" y="94" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp160" element="lamp_160_2" state="0">
+ </element>
+ <element name="lamp160" ref="lamp_160_2" state="0">
<bounds x="96" y="96" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_2_border" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_2_border" state="0">
<bounds x="519" y="94" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp166" element="lamp_166_2" state="0">
+ </element>
+ <element name="lamp166" ref="lamp_166_2" state="0">
<bounds x="521" y="96" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp247" element="lamp_247_1_border" state="0">
+ </element>
+ <element name="lamp247" ref="lamp_247_1_border" state="0">
<bounds x="464" y="264" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp247" element="lamp_247_1" state="0">
+ </element>
+ <element name="lamp247" ref="lamp_247_1" state="0">
<bounds x="466" y="266" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp246" element="lamp_246_1_border" state="0">
+ </element>
+ <element name="lamp246" ref="lamp_246_1_border" state="0">
<bounds x="464" y="219" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp246" element="lamp_246_1" state="0">
+ </element>
+ <element name="lamp246" ref="lamp_246_1" state="0">
<bounds x="466" y="221" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp229" element="lamp_229_1_border" state="0">
+ </element>
+ <element name="lamp229" ref="lamp_229_1_border" state="0">
<bounds x="584" y="534" width="62" height="42"/>
- </backdrop>
- <backdrop name="lamp229" element="lamp_229_1" state="0">
+ </element>
+ <element name="lamp229" ref="lamp_229_1" state="0">
<bounds x="586" y="536" width="58" height="38"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1_border" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1_border" state="0">
<bounds x="584" y="484" width="62" height="47"/>
- </backdrop>
- <backdrop name="lamp103" element="lamp_103_1" state="0">
+ </element>
+ <element name="lamp103" ref="lamp_103_1" state="0">
<bounds x="586" y="486" width="58" height="43"/>
- </backdrop>
- <backdrop name="lamp86" element="lamp_86_1_border" state="0">
+ </element>
+ <element name="lamp86" ref="lamp_86_1_border" state="0">
<bounds x="714" y="554" width="62" height="22"/>
- </backdrop>
- <backdrop name="lamp86" element="lamp_86_1" state="0">
+ </element>
+ <element name="lamp86" ref="lamp_86_1" state="0">
<bounds x="716" y="556" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp80" element="lamp_80_1_border" state="0">
+ </element>
+ <element name="lamp80" ref="lamp_80_1_border" state="0">
<bounds x="714" y="404" width="62" height="22"/>
- </backdrop>
- <backdrop name="lamp80" element="lamp_80_1" state="0">
+ </element>
+ <element name="lamp80" ref="lamp_80_1" state="0">
<bounds x="716" y="406" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp81" element="lamp_81_1_border" state="0">
+ </element>
+ <element name="lamp81" ref="lamp_81_1_border" state="0">
<bounds x="714" y="429" width="62" height="22"/>
- </backdrop>
- <backdrop name="lamp81" element="lamp_81_1" state="0">
+ </element>
+ <element name="lamp81" ref="lamp_81_1" state="0">
<bounds x="716" y="431" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp82" element="lamp_82_1_border" state="0">
+ </element>
+ <element name="lamp82" ref="lamp_82_1_border" state="0">
<bounds x="714" y="454" width="62" height="22"/>
- </backdrop>
- <backdrop name="lamp82" element="lamp_82_1" state="0">
+ </element>
+ <element name="lamp82" ref="lamp_82_1" state="0">
<bounds x="716" y="456" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1_border" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1_border" state="0">
<bounds x="714" y="479" width="62" height="22"/>
- </backdrop>
- <backdrop name="lamp83" element="lamp_83_1" state="0">
+ </element>
+ <element name="lamp83" ref="lamp_83_1" state="0">
<bounds x="716" y="481" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp84" element="lamp_84_1_border" state="0">
+ </element>
+ <element name="lamp84" ref="lamp_84_1_border" state="0">
<bounds x="714" y="504" width="62" height="22"/>
- </backdrop>
- <backdrop name="lamp84" element="lamp_84_1" state="0">
+ </element>
+ <element name="lamp84" ref="lamp_84_1" state="0">
<bounds x="716" y="506" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp85" element="lamp_85_1_border" state="0">
+ </element>
+ <element name="lamp85" ref="lamp_85_1_border" state="0">
<bounds x="714" y="529" width="62" height="22"/>
- </backdrop>
- <backdrop name="lamp85" element="lamp_85_1" state="0">
+ </element>
+ <element name="lamp85" ref="lamp_85_1" state="0">
<bounds x="716" y="531" width="58" height="18"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1_border" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1_border" state="0">
<bounds x="584" y="404" width="62" height="37"/>
- </backdrop>
- <backdrop name="lamp71" element="lamp_71_1" state="0">
+ </element>
+ <element name="lamp71" ref="lamp_71_1" state="0">
<bounds x="586" y="406" width="58" height="33"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1_border" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1_border" state="0">
<bounds x="584" y="444" width="62" height="37"/>
- </backdrop>
- <backdrop name="lamp70" element="lamp_70_1" state="0">
+ </element>
+ <element name="lamp70" ref="lamp_70_1" state="0">
<bounds x="586" y="446" width="58" height="33"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1_border" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1_border" state="0">
<bounds x="14" y="419" width="77" height="22"/>
- </backdrop>
- <backdrop name="lamp16" element="lamp_16_1" state="0">
+ </element>
+ <element name="lamp16" ref="lamp_16_1" state="0">
<bounds x="16" y="421" width="73" height="18"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1_border" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1_border" state="0">
<bounds x="54" y="554" width="37" height="22"/>
- </backdrop>
- <backdrop name="lamp22" element="lamp_22_1" state="0">
+ </element>
+ <element name="lamp22" ref="lamp_22_1" state="0">
<bounds x="56" y="556" width="33" height="18"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_131_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_131_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="604" y="589" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp7" element="colour_button_131" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp7" ref="colour_button_131" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="606" y="591" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_132_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_132_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="509" y="589" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp5" element="colour_button_132" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp5" ref="colour_button_132" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="511" y="591" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_133_border" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_133_border" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="414" y="589" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp4" element="colour_button_133" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="colour_button_133" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="416" y="591" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_134_border" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_134_border" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="319" y="589" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp3" element="colour_button_134" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="colour_button_134" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="321" y="591" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_135_border" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_135_border" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="224" y="589" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp2" element="colour_button_135" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="colour_button_135" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="226" y="591" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_136_border" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_136_border" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="129" y="589" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp1" element="colour_button_136" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="colour_button_136" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="131" y="591" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_137_border" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_137_border" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="34" y="589" width="82" height="42"/>
- </backdrop>
- <backdrop name="lamp0" element="colour_button_137" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="colour_button_137" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="36" y="591" width="78" height="38"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_138_border" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="lamp32" ref="colour_button_138_border" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="694" y="29" width="50" height="16"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_138" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="lamp32" ref="colour_button_138" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="696" y="31" width="46" height="12"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_139_border" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp32" ref="colour_button_139_border" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="694" y="49" width="50" height="16"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_139" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp32" ref="colour_button_139" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="696" y="51" width="46" height="12"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_140_border" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_140_border" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="694" y="9" width="50" height="16"/>
- </backdrop>
- <backdrop name="lamp32" element="colour_button_140" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="colour_button_140" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="696" y="11" width="46" height="12"/>
- </backdrop>
- <backdrop element="dmd_background">
- <bounds x="10" y="285" width="327" height="107"/>
- </backdrop>
- <screen index="0">
+ </element>
+ <group ref="dmd">
<bounds left="10" top="285" right="337" bottom="392"/>
- </screen>
- <screen index="0">
- <bounds left="10" top="285" right="337" bottom="392"/>
- </screen>
- <screen index="0">
- <bounds left="10" top="285" right="337" bottom="392"/>
- </screen>
- <backdrop name="label66" element="label_66">
+ </group>
+ <element ref="dmd_background" blend="add">
+ <bounds x="10" y="285" width="327" height="107"/>
+ </element>
+ <element name="label66" ref="label_66">
<bounds x="605" y="300" width="31" height="19"/>
- </backdrop>
- <backdrop name="label67" element="label_67">
+ </element>
+ <element name="label67" ref="label_67">
<bounds x="750" y="50" width="19" height="14"/>
- </backdrop>
- <backdrop name="label68" element="label_68">
+ </element>
+ <element name="label68" ref="label_68">
<bounds x="750" y="30" width="19" height="14"/>
- </backdrop>
- <backdrop name="label69" element="label_69">
+ </element>
+ <element name="label69" ref="label_69">
<bounds x="750" y="10" width="12" height="14"/>
- </backdrop>
- <backdrop name="label70" element="label_70">
+ </element>
+ <element name="label70" ref="label_70">
<bounds x="100" y="495" width="24" height="28"/>
- </backdrop>
- <backdrop name="label71" element="label_71">
+ </element>
+ <element name="label71" ref="label_71">
<bounds x="430" y="535" width="109" height="32"/>
- </backdrop>
- <backdrop name="label75" element="label_75">
+ </element>
+ <element name="label75" ref="label_75">
<bounds x="403" y="495" width="24" height="28"/>
- </backdrop>
+ </element>
</view>
<view name="MFME2MAME Debug">
- <backdrop element="debug_backdrop_colour">
+ <element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_lamp_button" state="0">
+ </element>
+
+ <element name="lamp0" ref="debug_lamp_button" state="0">
<bounds x="32" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_0" element="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp1" ref="debug_lamp_button" state="0">
<bounds x="96" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_1" element="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp2" ref="debug_lamp_button" state="0">
<bounds x="160" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_2" element="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp3" ref="debug_lamp_button" state="0">
<bounds x="224" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_3" element="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp4" ref="debug_lamp_button" state="0">
<bounds x="288" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_4" element="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp5" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp5" ref="debug_lamp_button" state="0">
<bounds x="352" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_5" element="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp6" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_6" element="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp7" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp7" ref="debug_lamp_button" state="0">
<bounds x="480" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_7" element="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp8" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_8" element="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp9" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_9" element="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp10" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_10" element="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp11" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_11" element="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp12" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_12" element="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp13" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_13" element="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp14" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_14" element="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp15" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_15" element="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp16" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_16" element="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp17" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_17" element="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp18" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_18" element="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp19" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_19" element="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp20" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_20" element="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp21" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_21" element="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp22" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_22" element="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp23" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_23" element="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp24" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_24" element="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp25" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_25" element="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp26" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_26" element="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp27" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_27" element="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp28" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_28" element="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp29" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_29" element="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp30" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_30" element="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp31" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_31" element="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_lamp_button" state="0">
+ </element>
+ <element name="lamp32" ref="debug_lamp_button" state="0">
<bounds x="32" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_32" element="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp33" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_33" element="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp34" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_34" element="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp35" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_35" element="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp36" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_36" element="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp37" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_37" element="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp38" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_38" element="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp39" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_39" element="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp40" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_40" element="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp41" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_41" element="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp42" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_42" element="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp43" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_43" element="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp44" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_44" element="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp45" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_45" element="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp46" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_46" element="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp47" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_47" element="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp48" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_48" element="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp49" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_49" element="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp50" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp50" ref="debug_lamp_reel" state="0">
<bounds x="160" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_50" element="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp51" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_51" element="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp52" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp52" ref="debug_lamp_reel" state="0">
<bounds x="288" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_52" element="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp53" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp53" ref="debug_lamp_reel" state="0">
<bounds x="352" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_53" element="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp54" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_54" element="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp55" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_55" element="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp56" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_56" element="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp57" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_57" element="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp58" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_58" element="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp59" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_59" element="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp60" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_60" element="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp61" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_61" element="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp62" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_62" element="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp63" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_63" element="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp64" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp64" ref="debug_lamp_reel" state="0">
<bounds x="32" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_64" element="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp65" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp65" ref="debug_lamp_reel" state="0">
<bounds x="96" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_65" element="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp66" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp66" ref="debug_lamp_reel" state="0">
<bounds x="160" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_66" element="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp67" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp67" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_67" element="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp68" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp68" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_68" element="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp69" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp69" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_69" element="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp70" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp70" ref="debug_lamp_standard" state="0">
<bounds x="416" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_70" element="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp71" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp71" ref="debug_lamp_standard" state="0">
<bounds x="480" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_71" element="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp72" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_72" element="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp73" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_73" element="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp74" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_74" element="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp75" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_75" element="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp76" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_76" element="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp77" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_77" element="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp78" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_78" element="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp79" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_79" element="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp80" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_80" element="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp81" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_81" element="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp82" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_82" element="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp83" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_83" element="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp84" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_84" element="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp85" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_85" element="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp86" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_86" element="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp87" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_87" element="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp88" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_88" element="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp89" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_89" element="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp90" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_90" element="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp91" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_91" element="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp92" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_92" element="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp93" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_93" element="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp94" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_94" element="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp95" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_95" element="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp96" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_96" element="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp97" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_97" element="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp98" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_98" element="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp99" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_99" element="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp100" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_100" element="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp101" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_101" element="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp102" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_102" element="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp103" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_103" element="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp104" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_104" element="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp105" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_105" element="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp106" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_106" element="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp107" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_107" element="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp108" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_108" element="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp109" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_109" element="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp110" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_110" element="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp111" element="debug_lamp_reel" state="0">
+ </element>
+ <element name="lamp111" ref="debug_lamp_reel" state="0">
<bounds x="992" y="416" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_111" element="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp112" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_112" element="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp113" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_113" element="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp114" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_114" element="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp115" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_115" element="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp116" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_116" element="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp117" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_117" element="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp118" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_118" element="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp119" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_119" element="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp120" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_120" element="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp121" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_121" element="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp122" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_122" element="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp123" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_123" element="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp124" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_124" element="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp125" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_125" element="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp126" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_126" element="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp127" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_127" element="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp128" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_128" element="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp129" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_129" element="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp130" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_130" element="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp131" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_131" element="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp132" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_132" element="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp133" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_133" element="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp134" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_134" element="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp135" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_135" element="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp136" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_136" element="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp137" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_137" element="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp138" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_138" element="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp139" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_139" element="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp140" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_140" element="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp141" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_141" element="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp142" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_142" element="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp143" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_143" element="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp144" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_144" element="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp145" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_145" element="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp146" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_146" element="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp147" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_147" element="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp148" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_148" element="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp149" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_149" element="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp150" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_150" element="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp151" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_151" element="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp152" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_152" element="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp153" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_153" element="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp154" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_154" element="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp155" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_155" element="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp156" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_156" element="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp157" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_157" element="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp158" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_158" element="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp159" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_159" element="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp160" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_160" element="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp161" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_161" element="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp162" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_162" element="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp163" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_163" element="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp164" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_164" element="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp165" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_165" element="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp166" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_166" element="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp167" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_167" element="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp168" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_168" element="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp169" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_169" element="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp170" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_170" element="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp171" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_171" element="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp172" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_172" element="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp173" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_173" element="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp174" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_174" element="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp175" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_175" element="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp176" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_176" element="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp177" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_177" element="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp178" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_178" element="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp179" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_179" element="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp180" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_180" element="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp181" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_181" element="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp182" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_182" element="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp183" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_183" element="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp184" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_184" element="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp185" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_185" element="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp186" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_186" element="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp187" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_187" element="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp188" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_188" element="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp189" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_189" element="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp190" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_190" element="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp191" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_191" element="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp192" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_192" element="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp193" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_193" element="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp194" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp194" ref="debug_lamp_standard" state="0">
<bounds x="160" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_194" element="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp195" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_195" element="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp196" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp196" ref="debug_lamp_standard" state="0">
<bounds x="288" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_196" element="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp197" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_197" element="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp198" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_198" element="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp199" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_199" element="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp200" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_200" element="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp201" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_201" element="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp202" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_202" element="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp203" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_203" element="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp204" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_204" element="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp205" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_205" element="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp206" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_206" element="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp207" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_207" element="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp208" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_208" element="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp209" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_209" element="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp210" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_210" element="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp211" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_211" element="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp212" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp212" ref="debug_lamp_standard" state="0">
<bounds x="288" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_212" element="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp213" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_213" element="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp214" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_214" element="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp215" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_215" element="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp216" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_216" element="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp217" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_217" element="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp218" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_218" element="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp219" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_219" element="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp220" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_220" element="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp221" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_221" element="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp222" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_222" element="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp223" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_223" element="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp224" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_224" element="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp225" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_225" element="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp226" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_226" element="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp227" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_227" element="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp228" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_228" element="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp229" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp229" ref="debug_lamp_standard" state="0">
<bounds x="352" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_229" element="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp230" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_230" element="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp231" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_231" element="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp232" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_232" element="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp233" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_233" element="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp234" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_234" element="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp235" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_235" element="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp236" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_236" element="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp237" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_237" element="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp238" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_238" element="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp239" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_239" element="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp240" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_240" element="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp241" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_241" element="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp242" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp242" ref="debug_lamp_standard" state="0">
<bounds x="160" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_242" element="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp243" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp243" ref="debug_lamp_standard" state="0">
<bounds x="224" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_243" element="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp244" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp244" ref="debug_lamp_standard" state="0">
<bounds x="288" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_244" element="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp245" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_245" element="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp246" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp246" ref="debug_lamp_standard" state="0">
<bounds x="416" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_246" element="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp247" element="debug_lamp_standard" state="0">
+ </element>
+ <element name="lamp247" ref="debug_lamp_standard" state="0">
<bounds x="480" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_247" element="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp248" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_248" element="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp249" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_249" element="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp250" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_250" element="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp251" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_251" element="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp252" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_252" element="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp253" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_253" element="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp254" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp254" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_254" element="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="lamp255" element="debug_lamp_unreferenced" state="0">
+ </element>
+ <element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
- </backdrop>
- <backdrop name="debug_lamp_label_255" element="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </backdrop>
- <backdrop name="debug_button_0" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
+ </element>
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="47" increment="64" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="47" increment="64" />
+ <element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
+ <bounds x="~x~" y="~y~" width="30" height="30"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_0" element="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_1" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
+ </element>
+ <element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_1" element="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_2" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
+ </element>
+ <element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_2" element="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_3" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
+ </element>
+ <element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_3" element="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_4" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
+ </element>
+ <element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_4" element="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_5" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
+ </element>
+ <element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_5" element="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_6" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
+ </element>
+ <element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_6" element="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_7" element="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
+ </element>
+ <element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="STROBE0" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_7" element="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp0" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
+ </element>
+ <element name="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_8" element="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp1" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
+ </element>
+ <element name="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_9" element="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp2" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
+ </element>
+ <element name="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_10" element="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp3" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
+ </element>
+ <element name="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_11" element="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp4" element="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
+ </element>
+ <element name="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE1" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_12" element="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_13" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
+ </element>
+ <element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_13" element="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_14" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
+ </element>
+ <element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_14" element="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_15" element="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
+ </element>
+ <element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="STROBE1" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_15" element="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
+ </element>
+ <element name="lamp32" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_16" element="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x02">
+ </element>
+ <element name="lamp32" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_17" element="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="lamp32" element="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
+ </element>
+ <element name="lamp32" ref="debug_button_standard" state="0" inputtag="STROBE2" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_18" element="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_19" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
+ </element>
+ <element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_19" element="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_20" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
+ </element>
+ <element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_20" element="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_21" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
+ </element>
+ <element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_21" element="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_22" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
+ </element>
+ <element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_22" element="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_23" element="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
+ </element>
+ <element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="STROBE2" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_23" element="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_24" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
+ </element>
+ <element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_24" element="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_25" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
+ </element>
+ <element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_25" element="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_26" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
+ </element>
+ <element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_26" element="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_27" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
+ </element>
+ <element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_27" element="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_28" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
+ </element>
+ <element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_28" element="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_29" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
+ </element>
+ <element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_29" element="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_30" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
+ </element>
+ <element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_30" element="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_31" element="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
+ </element>
+ <element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="STROBE3" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_31" element="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_32" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
+ </element>
+ <element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_32" element="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_33" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
+ </element>
+ <element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_33" element="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_34" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
+ </element>
+ <element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_34" element="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_35" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
+ </element>
+ <element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_35" element="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_36" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
+ </element>
+ <element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_36" element="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_37" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
+ </element>
+ <element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_37" element="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_38" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
+ </element>
+ <element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_38" element="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_39" element="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
+ </element>
+ <element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="STROBE4" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_39" element="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_40" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
+ </element>
+ <element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_40" element="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_41" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
+ </element>
+ <element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_41" element="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_42" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
+ </element>
+ <element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_42" element="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_43" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
+ </element>
+ <element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_43" element="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_44" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
+ </element>
+ <element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_44" element="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_45" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
+ </element>
+ <element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_45" element="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_46" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
+ </element>
+ <element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_46" element="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_47" element="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
+ </element>
+ <element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_47" element="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_48" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
+ </element>
+ <element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_48" element="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_49" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
+ </element>
+ <element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_49" element="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_50" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
+ </element>
+ <element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_50" element="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_51" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
+ </element>
+ <element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_51" element="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_52" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
+ </element>
+ <element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_52" element="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_53" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
+ </element>
+ <element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_53" element="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_54" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
+ </element>
+ <element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_54" element="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_55" element="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
+ </element>
+ <element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="STROBE6" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_55" element="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_56" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
+ </element>
+ <element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_56" element="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_57" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
+ </element>
+ <element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_57" element="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_58" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
+ </element>
+ <element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_58" element="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_59" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
+ </element>
+ <element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_59" element="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_60" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
+ </element>
+ <element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_60" element="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_61" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
+ </element>
+ <element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_61" element="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_62" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
+ </element>
+ <element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_62" element="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="debug_button_63" element="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
+ </element>
+ <element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="STROBE7" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
- </backdrop>
- <backdrop name="debug_button_label_63" element="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </backdrop>
- <backdrop name="vfd0" element="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd1" element="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd2" element="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd3" element="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd4" element="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd5" element="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd6" element="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd7" element="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd8" element="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd9" element="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd10" element="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd11" element="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd12" element="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd13" element="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd14" element="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop name="vfd15" element="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+
+ <repeat count="8">
+ <param name="s" start="0" increment="8" />
+ <param name="y" start="671" increment="48" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="1120" increment="84" />
+ <element name="debug_button_label_~n~" ref="debug_button_label_~n~">
+ <bounds x="~x~" y="~y~" width="40" height="22"/>
+ </element>
+ </repeat>
+ </repeat>
+
+ <repeat count="16">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~0~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
+ <element ref="reel_background">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp50" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp50" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp49" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp49" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_0" state="0">
<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_1" state="0">
<bounds x="1105.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_2" state="0">
<bounds x="1110.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_3" state="0">
<bounds x="1115.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_4" state="0">
<bounds x="1120.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp48" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp48" ref="reel_lamp_layer_5" state="0">
<bounds x="1125.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel1" element="reel0" state="0">
+ </element>
+ <element name="sreel1" ref="reel0" state="0">
<bounds x="1100" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp53" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp53" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp52" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp52" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_0" state="0">
<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_1" state="0">
<bounds x="1245.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_2" state="0">
<bounds x="1250.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_3" state="0">
<bounds x="1255.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_4" state="0">
<bounds x="1260.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp51" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp51" ref="reel_lamp_layer_5" state="0">
<bounds x="1265.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel2" element="reel1" state="0">
+ </element>
+ <element name="sreel2" ref="reel1" state="0">
<bounds x="1240" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="35.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="38.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="42.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="45.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp66" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp66" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="48.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="115.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="118.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="122.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="125.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp65" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp65" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="128.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_0" state="0">
<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_1" state="0">
<bounds x="1385.0000" y="195.3333" width="110.0000" height="73.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_2" state="0">
<bounds x="1390.0000" y="198.6667" width="100.0000" height="66.6667"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_3" state="0">
<bounds x="1395.0000" y="202.0000" width="90.0000" height="60.0000"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_4" state="0">
<bounds x="1400.0000" y="205.3333" width="80.0000" height="53.3333"/>
- </backdrop>
- <backdrop name="lamp64" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp64" ref="reel_lamp_layer_5" state="0">
<bounds x="1405.0000" y="208.6667" width="70.0000" height="46.6667"/>
- </backdrop>
- <backdrop name="sreel3" element="reel2" state="0">
+ </element>
+ <element name="sreel3" ref="reel2" state="0">
<bounds x="1380" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop element="reel_background">
+ </element>
+ <element ref="reel_background">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_0" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_0" state="0">
<bounds x="1520.0000" y="32.0000" width="120.0000" height="240.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_1" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_1" state="0">
<bounds x="1525.0000" y="42.0000" width="110.0000" height="220.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_2" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_2" state="0">
<bounds x="1530.0000" y="52.0000" width="100.0000" height="200.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_3" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_3" state="0">
<bounds x="1535.0000" y="62.0000" width="90.0000" height="180.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_4" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_4" state="0">
<bounds x="1540.0000" y="72.0000" width="80.0000" height="160.0000"/>
- </backdrop>
- <backdrop name="lamp111" element="reel_lamp_layer_5" state="0">
+ </element>
+ <element name="lamp111" ref="reel_lamp_layer_5" state="0">
<bounds x="1545.0000" y="82.0000" width="70.0000" height="140.0000"/>
- </backdrop>
- <backdrop name="sreel4" element="reel3" state="0">
+ </element>
+ <element name="sreel4" ref="reel3" state="0">
<bounds x="1520" y="32" width="120" height="240"/>
- </backdrop>
- <backdrop name="reel1" element="debug_stepper_value">
+ </element>
+ <element name="reel1" ref="debug_stepper_value">
<bounds x="1100" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel2" element="debug_stepper_value">
+ </element>
+ <element name="reel2" ref="debug_stepper_value">
<bounds x="1240" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel3" element="debug_stepper_value">
+ </element>
+ <element name="reel3" ref="debug_stepper_value">
<bounds x="1380" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="reel4" element="debug_stepper_value">
+ </element>
+ <element name="reel4" ref="debug_stepper_value">
<bounds x="1520" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_0">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
<bounds x="1180" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_1">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
<bounds x="1320" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_2">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
<bounds x="1460" y="272" width="50" height="30"/>
- </backdrop>
- <backdrop name="debug_reel_symbol_count" element="debug_reel_symbol_count_3">
+ </element>
+ <element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_3">
<bounds x="1600" y="272" width="50" height="30"/>
- </backdrop>
- <screen index="0">
+ </element>
+
+ <group ref="dmd">
<bounds left="1400" top="400" right="1790" bottom="526"/>
- </screen>
+ </group>
</view>
</mamelayout>
diff --git a/src/mame/layout/sc4_dmd.lay b/src/mame/layout/sc4_dmd.lay
index 02364c7a2f9..b42cda68acd 100644
--- a/src/mame/layout/sc4_dmd.lay
+++ b/src/mame/layout/sc4_dmd.lay
@@ -19,1826 +19,242 @@ license:CC0
</element>
<element name="reellamp">
- <rect state ="0">
- <bounds x="0" y="0" width="7" height="7" />
- <color red="0.1" green="0.1" blue="0.1" />
- </rect>
- <rect state ="1">
- <bounds x="0" y="0" width="7" height="7" />
- <color red="0.6" green="0.6" blue="0.6" />
- </rect>
- <rect state ="2">
- <bounds x="0" y="0" width="7" height="7" />
- <color red="0.6" green="0.6" blue="0.6" />
- </rect>
- </element>
+ <rect state ="0">
+ <bounds x="0" y="0" width="7" height="7" />
+ <color red="0.1" green="0.1" blue="0.1" />
+ </rect>
+ <rect state ="1">
+ <bounds x="0" y="0" width="7" height="7" />
+ <color red="0.6" green="0.6" blue="0.6" />
+ </rect>
+ <rect state ="2">
+ <bounds x="0" y="0" width="7" height="7" />
+ <color red="0.6" green="0.6" blue="0.6" />
+ </rect>
+ </element>
- <element name="Steppers" defstate="0">
- <simplecounter maxstate="999" digits="3">
- <color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
- </simplecounter>
+ <element name="Steppers" defstate="0">
+ <simplecounter maxstate="999" digits="3">
+ <color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
+ </simplecounter>
</element>
<!-- a stateoffset of 682 will shift us by 1 step on a 96 step reel (0x10000/96) which seems a good default alignment for 96 step / 16 symbol reels -->
<element name="SteppersReel1" defstate="0">
- <reel stateoffset="682" symbollist="Fruit1:image11.png,Fruit2:image12.png,Fruit3:image13.png,Fruit4:image14.png,Fruit5:image15.png,Fruit6:image16.png,Fruit7:image17.png,Fruit8:image18.png,Fruit9:image19.png,Fruit10:image110.png,Fruit11:image111.png,Fruit12:image112.png,Fruit13:image113.png,Fruit14:image114.png,Fruit15:image115.png,Fruit16:image116.png">
- <color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
- </reel>
+ <reel stateoffset="682" symbollist="Fruit1:image11.png,Fruit2:image12.png,Fruit3:image13.png,Fruit4:image14.png,Fruit5:image15.png,Fruit6:image16.png,Fruit7:image17.png,Fruit8:image18.png,Fruit9:image19.png,Fruit10:image110.png,Fruit11:image111.png,Fruit12:image112.png,Fruit13:image113.png,Fruit14:image114.png,Fruit15:image115.png,Fruit16:image116.png">
+ <color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
+ </reel>
</element>
<element name="SteppersReel2" defstate="0">
- <reel stateoffset="682" symbollist="Fruit1,Fruit2,Fruit3,Fruit4,Fruit5,Fruit6,Fruit7,Fruit8,Fruit9,Fruit10,Fruit11,Fruit12,Fruit13,Fruit14,Fruit15,Fruit16">
- "<color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
- </reel>
+ <reel stateoffset="682" symbollist="Fruit1,Fruit2,Fruit3,Fruit4,Fruit5,Fruit6,Fruit7,Fruit8,Fruit9,Fruit10,Fruit11,Fruit12,Fruit13,Fruit14,Fruit15,Fruit16">
+ "<color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
+ </reel>
</element>
<element name="SteppersReel3" defstate="0">
- <reel stateoffset="682" symbollist="Fruit1,Fruit2,Fruit3,Fruit4,Fruit5,Fruit6,Fruit7,Fruit8,Fruit9,Fruit10,Fruit11,Fruit12,Fruit13,Fruit14,Fruit15,Fruit16">
- <color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
- </reel>
+ <reel stateoffset="682" symbollist="Fruit1,Fruit2,Fruit3,Fruit4,Fruit5,Fruit6,Fruit7,Fruit8,Fruit9,Fruit10,Fruit11,Fruit12,Fruit13,Fruit14,Fruit15,Fruit16">
+ <color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
+ </reel>
</element>
<element name="SteppersReel4" defstate="0">
- <reel stateoffset="682" symbollist="Fruit1,Fruit2,Fruit3,Fruit4,Fruit5,Fruit6,Fruit7,Fruit8,Fruit9,Fruit10,Fruit11,Fruit12,Fruit13,Fruit14,Fruit15,Fruit16">
- <color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
- </reel>
+ <reel stateoffset="682" symbollist="Fruit1,Fruit2,Fruit3,Fruit4,Fruit5,Fruit6,Fruit7,Fruit8,Fruit9,Fruit10,Fruit11,Fruit12,Fruit13,Fruit14,Fruit15,Fruit16">
+ <color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
+ </reel>
</element>
<element name="SteppersReel5" defstate="0">
- <reel symbollist="Example1,Example2,Example3,Example4,Example5,Example6,Example7,Example8,Example9,Example10,Example11,Example12">
- <color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
- </reel>
+ <reel symbollist="Example1,Example2,Example3,Example4,Example5,Example6,Example7,Example8,Example9,Example10,Example11,Example12">
+ <color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
+ </reel>
</element>
<element name="SteppersReel6" defstate="0">
- <reel symbollist="Example1,Example2,Example3,Example4,Example5,Example6,Example7,Example8,Example9,Example10,Example11,Example12">
- <color red="1.0" green="1.0" blue="1.0" />
- <bounds x="0" y="0" width="1" height="1" />
- </reel>
+ <reel symbollist="Example1,Example2,Example3,Example4,Example5,Example6,Example7,Example8,Example9,Example10,Example11,Example12">
+ <color red="1.0" green="1.0" blue="1.0" />
+ <bounds x="0" y="0" width="1" height="1" />
+ </reel>
</element>
-
<element name="dotmatrixdot">
- <dotmatrixdot>
- <color red="1.0" green="0" blue="0" />
- </dotmatrixdot>
+ <dotmatrixdot>
+ <color red="1.0" green="0" blue="0" />
+ </dotmatrixdot>
</element>
<element name="digit" defstate="10">
- <led7seg>
- <color red="1.0" green="0.3" blue="0.0" />
- </led7seg>
+ <led7seg>
+ <color red="1.0" green="0.3" blue="0.0" />
+ </led7seg>
</element>
+ <group name="dmd">
+ <repeat count="21">
+ <param name="s" start="0" increment="65" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="65">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
<view name="AWP Simulated Video (No Artwork)">
- <!-- The DMD -->
- <screen index="0">
- <bounds left="210" top="200" right="340" bottom="233" />
- </screen>
+ <group ref="dmd">
+ <bounds left="210" top="200" right="340" bottom="233" />
+ </group>
+
- <backdrop name="reel1" element="Steppers" state="0">
+ <element name="reel1" ref="Steppers" state="0">
<bounds x="250" y="350" width="10" height="5"/>
- </backdrop>
- <backdrop name="reel2" element="Steppers" state="0">
+ </element>
+ <element name="reel2" ref="Steppers" state="0">
<bounds x="300" y="350" width="10" height="5"/>
- </backdrop>
- <backdrop name="reel3" element="Steppers" state="0">
+ </element>
+ <element name="reel3" ref="Steppers" state="0">
<bounds x="350" y="350" width="10" height="5"/>
- </backdrop>
+ </element>
- <backdrop name="reel4" element="Steppers" state="0">
+ <element name="reel4" ref="Steppers" state="0">
<bounds x="250" y="410" width="10" height="5"/>
- </backdrop>
- <backdrop name="reel5" element="Steppers" state="0">
+ </element>
+ <element name="reel5" ref="Steppers" state="0">
<bounds x="300" y="410" width="10" height="5"/>
- </backdrop>
- <backdrop name="reel6" element="Steppers" state="0">
+ </element>
+ <element name="reel6" ref="Steppers" state="0">
<bounds x="350" y="410" width="10" height="5"/>
- </backdrop>
-
- <!-- these are typically the reel lamps, so duplicate them here -->
- <backdrop name="lamp32" element="reellamp" state="0">
- <bounds x="210" y="300" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp33" element="reellamp" state="0">
- <bounds x="210" y="317" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp34" element="reellamp" state="0">
- <bounds x="210" y="333" width="50" height="17"/>
- </backdrop>
-
- <backdrop name="lamp35" element="reellamp" state="0">
- <bounds x="260" y="300" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp36" element="reellamp" state="0">
- <bounds x="260" y="317" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp37" element="reellamp" state="0">
- <bounds x="260" y="333" width="50" height="17"/>
- </backdrop>
-
- <backdrop name="lamp48" element="reellamp" state="0">
- <bounds x="310" y="300" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp49" element="reellamp" state="0">
- <bounds x="310" y="317" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp50" element="reellamp" state="0">
- <bounds x="310" y="333" width="50" height="17"/>
- </backdrop>
-
- <backdrop name="lamp51" element="reellamp" state="0">
- <bounds x="210" y="360" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp52" element="reellamp" state="0">
- <bounds x="210" y="377" width="50" height="17"/>
- </backdrop>
- <backdrop name="lamp53" element="reellamp" state="0">
- <bounds x="210" y="393" width="50" height="17"/>
- </backdrop>
-
- <backdrop name="sreel1" element="SteppersReel1" state="0">
- <bounds x="210" y="300" width="50" height="50"/>
- </backdrop>
- <backdrop name="sreel2" element="SteppersReel2" state="0">
- <bounds x="260" y="300" width="50" height="50"/>
- </backdrop>
- <backdrop name="sreel3" element="SteppersReel3" state="0">
- <bounds x="310" y="300" width="50" height="50"/>
- </backdrop>
-
- <backdrop name="sreel4" element="SteppersReel4" state="0">
- <bounds x="210" y="360" width="50" height="50"/>
- </backdrop>
- <backdrop name="sreel5" element="SteppersReel5" state="0">
- <bounds x="260" y="360" width="50" height="50"/>
- </backdrop>
- <backdrop name="sreel6" element="SteppersReel6" state="0">
- <bounds x="310" y="360" width="50" height="50"/>
- </backdrop>
-
-
-
-
- <backdrop name="lamp0" element="matrixlamp" state="0">
- <bounds x="0" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp1" element="matrixlamp" state="0">
- <bounds x="8" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp2" element="matrixlamp" state="0">
- <bounds x="16" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp3" element="matrixlamp" state="0">
- <bounds x="24" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp4" element="matrixlamp" state="0">
- <bounds x="32" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp5" element="matrixlamp" state="0">
- <bounds x="40" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp6" element="matrixlamp" state="0">
- <bounds x="48" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp7" element="matrixlamp" state="0">
- <bounds x="56" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp8" element="matrixlamp" state="0">
- <bounds x="64" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp9" element="matrixlamp" state="0">
- <bounds x="72" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp10" element="matrixlamp" state="0">
- <bounds x="80" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp11" element="matrixlamp" state="0">
- <bounds x="88" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp12" element="matrixlamp" state="0">
- <bounds x="96" y="0" width="7" height="7"/>
- </backdrop>
-
- <backdrop name="lamp13" element="matrixlamp" state="0">
- <bounds x="104" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp14" element="matrixlamp" state="0">
- <bounds x="112" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp15" element="matrixlamp" state="0">
- <bounds x="120" y="0" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp16" element="matrixlamp" state="0">
- <bounds x="0" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp17" element="matrixlamp" state="0">
- <bounds x="8" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp18" element="matrixlamp" state="0">
- <bounds x="16" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp19" element="matrixlamp" state="0">
- <bounds x="24" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp20" element="matrixlamp" state="0">
- <bounds x="32" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp21" element="matrixlamp" state="0">
- <bounds x="40" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp22" element="matrixlamp" state="0">
- <bounds x="48" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp23" element="matrixlamp" state="0">
- <bounds x="56" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp24" element="matrixlamp" state="0">
- <bounds x="64" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp25" element="matrixlamp" state="0">
- <bounds x="72" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp26" element="matrixlamp" state="0">
- <bounds x="80" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp27" element="matrixlamp" state="0">
- <bounds x="88" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp28" element="matrixlamp" state="0">
- <bounds x="96" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp29" element="matrixlamp" state="0">
- <bounds x="104" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp30" element="matrixlamp" state="0">
- <bounds x="112" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp31" element="matrixlamp" state="0">
- <bounds x="120" y="8" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp32" element="matrixlamp" state="0">
- <bounds x="0" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp33" element="matrixlamp" state="0">
- <bounds x="8" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp34" element="matrixlamp" state="0">
- <bounds x="16" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp35" element="matrixlamp" state="0">
- <bounds x="24" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp36" element="matrixlamp" state="0">
- <bounds x="32" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp37" element="matrixlamp" state="0">
- <bounds x="40" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp38" element="matrixlamp" state="0">
- <bounds x="48" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp39" element="matrixlamp" state="0">
- <bounds x="56" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp40" element="matrixlamp" state="0">
- <bounds x="64" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp41" element="matrixlamp" state="0">
- <bounds x="72" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp42" element="matrixlamp" state="0">
- <bounds x="80" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp43" element="matrixlamp" state="0">
- <bounds x="88" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp44" element="matrixlamp" state="0">
- <bounds x="96" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp45" element="matrixlamp" state="0">
- <bounds x="104" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp46" element="matrixlamp" state="0">
- <bounds x="112" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp47" element="matrixlamp" state="0">
- <bounds x="120" y="16" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp48" element="matrixlamp" state="0">
- <bounds x="0" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp49" element="matrixlamp" state="0">
- <bounds x="8" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp50" element="matrixlamp" state="0">
- <bounds x="16" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp51" element="matrixlamp" state="0">
- <bounds x="24" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp52" element="matrixlamp" state="0">
- <bounds x="32" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp53" element="matrixlamp" state="0">
- <bounds x="40" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp54" element="matrixlamp" state="0">
- <bounds x="48" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp55" element="matrixlamp" state="0">
- <bounds x="56" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp56" element="matrixlamp" state="0">
- <bounds x="64" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp57" element="matrixlamp" state="0">
- <bounds x="72" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp58" element="matrixlamp" state="0">
- <bounds x="80" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp59" element="matrixlamp" state="0">
- <bounds x="88" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp60" element="matrixlamp" state="0">
- <bounds x="96" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp61" element="matrixlamp" state="0">
- <bounds x="104" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp62" element="matrixlamp" state="0">
- <bounds x="112" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp63" element="matrixlamp" state="0">
- <bounds x="120" y="24" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp64" element="matrixlamp" state="0">
- <bounds x="0" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp65" element="matrixlamp" state="0">
- <bounds x="8" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp66" element="matrixlamp" state="0">
- <bounds x="16" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp67" element="matrixlamp" state="0">
- <bounds x="24" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp68" element="matrixlamp" state="0">
- <bounds x="32" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp69" element="matrixlamp" state="0">
- <bounds x="40" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp70" element="matrixlamp" state="0">
- <bounds x="48" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp71" element="matrixlamp" state="0">
- <bounds x="56" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp72" element="matrixlamp" state="0">
- <bounds x="64" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp73" element="matrixlamp" state="0">
- <bounds x="72" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp74" element="matrixlamp" state="0">
- <bounds x="80" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp75" element="matrixlamp" state="0">
- <bounds x="88" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp76" element="matrixlamp" state="0">
- <bounds x="96" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp77" element="matrixlamp" state="0">
- <bounds x="104" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp78" element="matrixlamp" state="0">
- <bounds x="112" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp79" element="matrixlamp" state="0">
- <bounds x="120" y="32" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp80" element="matrixlamp" state="0">
- <bounds x="0" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp81" element="matrixlamp" state="0">
- <bounds x="8" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp82" element="matrixlamp" state="0">
- <bounds x="16" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp83" element="matrixlamp" state="0">
- <bounds x="24" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp84" element="matrixlamp" state="0">
- <bounds x="32" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp85" element="matrixlamp" state="0">
- <bounds x="40" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp86" element="matrixlamp" state="0">
- <bounds x="48" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp87" element="matrixlamp" state="0">
- <bounds x="56" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp88" element="matrixlamp" state="0">
- <bounds x="64" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp89" element="matrixlamp" state="0">
- <bounds x="72" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp90" element="matrixlamp" state="0">
- <bounds x="80" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp91" element="matrixlamp" state="0">
- <bounds x="88" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp92" element="matrixlamp" state="0">
- <bounds x="96" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp93" element="matrixlamp" state="0">
- <bounds x="104" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp94" element="matrixlamp" state="0">
- <bounds x="112" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp95" element="matrixlamp" state="0">
- <bounds x="120" y="40" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp96" element="matrixlamp" state="0">
- <bounds x="0" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp97" element="matrixlamp" state="0">
- <bounds x="8" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp98" element="matrixlamp" state="0">
- <bounds x="16" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp99" element="matrixlamp" state="0">
- <bounds x="24" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp100" element="matrixlamp" state="0">
- <bounds x="32" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp101" element="matrixlamp" state="0">
- <bounds x="40" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp102" element="matrixlamp" state="0">
- <bounds x="48" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp103" element="matrixlamp" state="0">
- <bounds x="56" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp104" element="matrixlamp" state="0">
- <bounds x="64" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp105" element="matrixlamp" state="0">
- <bounds x="72" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp106" element="matrixlamp" state="0">
- <bounds x="80" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp107" element="matrixlamp" state="0">
- <bounds x="88" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp108" element="matrixlamp" state="0">
- <bounds x="96" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp109" element="matrixlamp" state="0">
- <bounds x="104" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp110" element="matrixlamp" state="0">
- <bounds x="112" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp111" element="matrixlamp" state="0">
- <bounds x="120" y="48" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp112" element="matrixlamp" state="0">
- <bounds x="0" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp113" element="matrixlamp" state="0">
- <bounds x="8" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp114" element="matrixlamp" state="0">
- <bounds x="16" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp115" element="matrixlamp" state="0">
- <bounds x="24" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp116" element="matrixlamp" state="0">
- <bounds x="32" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp117" element="matrixlamp" state="0">
- <bounds x="40" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp118" element="matrixlamp" state="0">
- <bounds x="48" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp119" element="matrixlamp" state="0">
- <bounds x="56" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp120" element="matrixlamp" state="0">
- <bounds x="64" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp121" element="matrixlamp" state="0">
- <bounds x="72" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp122" element="matrixlamp" state="0">
- <bounds x="80" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp123" element="matrixlamp" state="0">
- <bounds x="88" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp124" element="matrixlamp" state="0">
- <bounds x="96" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp125" element="matrixlamp" state="0">
- <bounds x="104" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp126" element="matrixlamp" state="0">
- <bounds x="112" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp127" element="matrixlamp" state="0">
- <bounds x="120" y="56" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp128" element="matrixlamp" state="0">
- <bounds x="0" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp129" element="matrixlamp" state="0">
- <bounds x="8" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp130" element="matrixlamp" state="0">
- <bounds x="16" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp131" element="matrixlamp" state="0">
- <bounds x="24" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp132" element="matrixlamp" state="0">
- <bounds x="32" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp133" element="matrixlamp" state="0">
- <bounds x="40" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp134" element="matrixlamp" state="0">
- <bounds x="48" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp135" element="matrixlamp" state="0">
- <bounds x="56" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp136" element="matrixlamp" state="0">
- <bounds x="64" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp137" element="matrixlamp" state="0">
- <bounds x="72" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp138" element="matrixlamp" state="0">
- <bounds x="80" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp139" element="matrixlamp" state="0">
- <bounds x="88" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp140" element="matrixlamp" state="0">
- <bounds x="96" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp141" element="matrixlamp" state="0">
- <bounds x="104" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp142" element="matrixlamp" state="0">
- <bounds x="112" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp143" element="matrixlamp" state="0">
- <bounds x="120" y="64" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp144" element="matrixlamp" state="0">
- <bounds x="0" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp145" element="matrixlamp" state="0">
- <bounds x="8" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp146" element="matrixlamp" state="0">
- <bounds x="16" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp147" element="matrixlamp" state="0">
- <bounds x="24" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp148" element="matrixlamp" state="0">
- <bounds x="32" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp149" element="matrixlamp" state="0">
- <bounds x="40" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp150" element="matrixlamp" state="0">
- <bounds x="48" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp151" element="matrixlamp" state="0">
- <bounds x="56" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp152" element="matrixlamp" state="0">
- <bounds x="64" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp153" element="matrixlamp" state="0">
- <bounds x="72" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp154" element="matrixlamp" state="0">
- <bounds x="80" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp155" element="matrixlamp" state="0">
- <bounds x="88" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp156" element="matrixlamp" state="0">
- <bounds x="96" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp157" element="matrixlamp" state="0">
- <bounds x="104" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp158" element="matrixlamp" state="0">
- <bounds x="112" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp159" element="matrixlamp" state="0">
- <bounds x="120" y="72" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp160" element="matrixlamp" state="0">
- <bounds x="0" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp161" element="matrixlamp" state="0">
- <bounds x="8" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp162" element="matrixlamp" state="0">
- <bounds x="16" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp163" element="matrixlamp" state="0">
- <bounds x="24" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp164" element="matrixlamp" state="0">
- <bounds x="32" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp165" element="matrixlamp" state="0">
- <bounds x="40" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp166" element="matrixlamp" state="0">
- <bounds x="48" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp167" element="matrixlamp" state="0">
- <bounds x="56" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp168" element="matrixlamp" state="0">
- <bounds x="64" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp169" element="matrixlamp" state="0">
- <bounds x="72" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp170" element="matrixlamp" state="0">
- <bounds x="80" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp171" element="matrixlamp" state="0">
- <bounds x="88" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp172" element="matrixlamp" state="0">
- <bounds x="96" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp173" element="matrixlamp" state="0">
- <bounds x="104" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp174" element="matrixlamp" state="0">
- <bounds x="112" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp175" element="matrixlamp" state="0">
- <bounds x="120" y="80" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp176" element="matrixlamp" state="0">
- <bounds x="0" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp177" element="matrixlamp" state="0">
- <bounds x="8" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp178" element="matrixlamp" state="0">
- <bounds x="16" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp179" element="matrixlamp" state="0">
- <bounds x="24" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp180" element="matrixlamp" state="0">
- <bounds x="32" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp181" element="matrixlamp" state="0">
- <bounds x="40" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp182" element="matrixlamp" state="0">
- <bounds x="48" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp183" element="matrixlamp" state="0">
- <bounds x="56" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp184" element="matrixlamp" state="0">
- <bounds x="64" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp185" element="matrixlamp" state="0">
- <bounds x="72" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp186" element="matrixlamp" state="0">
- <bounds x="80" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp187" element="matrixlamp" state="0">
- <bounds x="88" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp188" element="matrixlamp" state="0">
- <bounds x="96" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp189" element="matrixlamp" state="0">
- <bounds x="104" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp190" element="matrixlamp" state="0">
- <bounds x="112" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp191" element="matrixlamp" state="0">
- <bounds x="120" y="88" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp192" element="matrixlamp" state="0">
- <bounds x="0" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp193" element="matrixlamp" state="0">
- <bounds x="8" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp194" element="matrixlamp" state="0">
- <bounds x="16" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp195" element="matrixlamp" state="0">
- <bounds x="24" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp196" element="matrixlamp" state="0">
- <bounds x="32" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp197" element="matrixlamp" state="0">
- <bounds x="40" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp198" element="matrixlamp" state="0">
- <bounds x="48" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp199" element="matrixlamp" state="0">
- <bounds x="56" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp200" element="matrixlamp" state="0">
- <bounds x="64" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp201" element="matrixlamp" state="0">
- <bounds x="72" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp202" element="matrixlamp" state="0">
- <bounds x="80" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp203" element="matrixlamp" state="0">
- <bounds x="88" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp204" element="matrixlamp" state="0">
- <bounds x="96" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp205" element="matrixlamp" state="0">
- <bounds x="104" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp206" element="matrixlamp" state="0">
- <bounds x="112" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp207" element="matrixlamp" state="0">
- <bounds x="120" y="96" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp208" element="matrixlamp" state="0">
- <bounds x="0" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp209" element="matrixlamp" state="0">
- <bounds x="8" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp210" element="matrixlamp" state="0">
- <bounds x="16" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp211" element="matrixlamp" state="0">
- <bounds x="24" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp212" element="matrixlamp" state="0">
- <bounds x="32" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp213" element="matrixlamp" state="0">
- <bounds x="40" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp214" element="matrixlamp" state="0">
- <bounds x="48" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp215" element="matrixlamp" state="0">
- <bounds x="56" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp216" element="matrixlamp" state="0">
- <bounds x="64" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp217" element="matrixlamp" state="0">
- <bounds x="72" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp218" element="matrixlamp" state="0">
- <bounds x="80" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp219" element="matrixlamp" state="0">
- <bounds x="88" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp220" element="matrixlamp" state="0">
- <bounds x="96" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp221" element="matrixlamp" state="0">
- <bounds x="104" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp222" element="matrixlamp" state="0">
- <bounds x="112" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp223" element="matrixlamp" state="0">
- <bounds x="120" y="104" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp224" element="matrixlamp" state="0">
- <bounds x="0" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp225" element="matrixlamp" state="0">
- <bounds x="8" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp226" element="matrixlamp" state="0">
- <bounds x="16" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp227" element="matrixlamp" state="0">
- <bounds x="24" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp228" element="matrixlamp" state="0">
- <bounds x="32" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp229" element="matrixlamp" state="0">
- <bounds x="40" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp230" element="matrixlamp" state="0">
- <bounds x="48" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp231" element="matrixlamp" state="0">
- <bounds x="56" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp232" element="matrixlamp" state="0">
- <bounds x="64" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp233" element="matrixlamp" state="0">
- <bounds x="72" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp234" element="matrixlamp" state="0">
- <bounds x="80" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp235" element="matrixlamp" state="0">
- <bounds x="88" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp236" element="matrixlamp" state="0">
- <bounds x="96" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp237" element="matrixlamp" state="0">
- <bounds x="104" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp238" element="matrixlamp" state="0">
- <bounds x="112" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp239" element="matrixlamp" state="0">
- <bounds x="120" y="112" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp240" element="matrixlamp" state="0">
- <bounds x="0" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp241" element="matrixlamp" state="0">
- <bounds x="8" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp242" element="matrixlamp" state="0">
- <bounds x="16" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp243" element="matrixlamp" state="0">
- <bounds x="24" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp244" element="matrixlamp" state="0">
- <bounds x="32" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp245" element="matrixlamp" state="0">
- <bounds x="40" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp246" element="matrixlamp" state="0">
- <bounds x="48" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp247" element="matrixlamp" state="0">
- <bounds x="56" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp248" element="matrixlamp" state="0">
- <bounds x="64" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp249" element="matrixlamp" state="0">
- <bounds x="72" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp250" element="matrixlamp" state="0">
- <bounds x="80" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp251" element="matrixlamp" state="0">
- <bounds x="88" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp252" element="matrixlamp" state="0">
- <bounds x="96" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp253" element="matrixlamp" state="0">
- <bounds x="104" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp254" element="matrixlamp" state="0">
- <bounds x="112" y="120" width="7" height="7"/>
- </backdrop>
- <backdrop name="lamp255" element="matrixlamp" state="0">
- <bounds x="120" y="120" width="7" height="7"/>
- </backdrop>
-
-
-
-
- <backdrop name="matrix0" element="matrixlamp" state="0">
- <bounds y="0" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix1" element="matrixlamp" state="0">
- <bounds y="4" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix2" element="matrixlamp" state="0">
- <bounds y="8" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix3" element="matrixlamp" state="0">
- <bounds y="12" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix4" element="matrixlamp" state="0">
- <bounds y="16" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix5" element="matrixlamp" state="0">
- <bounds y="20" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix6" element="matrixlamp" state="0">
- <bounds y="24" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix7" element="matrixlamp" state="0">
- <bounds y="28" x="180" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix8" element="matrixlamp" state="0">
- <bounds y="0" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix9" element="matrixlamp" state="0">
- <bounds y="4" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix10" element="matrixlamp" state="0">
- <bounds y="8" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix11" element="matrixlamp" state="0">
- <bounds y="12" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix12" element="matrixlamp" state="0">
- <bounds y="16" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix13" element="matrixlamp" state="0">
- <bounds y="20" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix14" element="matrixlamp" state="0">
- <bounds y="24" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix15" element="matrixlamp" state="0">
- <bounds y="28" x="184" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix16" element="matrixlamp" state="0">
- <bounds y="0" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix17" element="matrixlamp" state="0">
- <bounds y="4" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix18" element="matrixlamp" state="0">
- <bounds y="8" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix19" element="matrixlamp" state="0">
- <bounds y="12" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix20" element="matrixlamp" state="0">
- <bounds y="16" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix21" element="matrixlamp" state="0">
- <bounds y="20" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix22" element="matrixlamp" state="0">
- <bounds y="24" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix23" element="matrixlamp" state="0">
- <bounds y="28" x="188" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix24" element="matrixlamp" state="0">
- <bounds y="0" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix25" element="matrixlamp" state="0">
- <bounds y="4" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix26" element="matrixlamp" state="0">
- <bounds y="8" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix27" element="matrixlamp" state="0">
- <bounds y="12" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix28" element="matrixlamp" state="0">
- <bounds y="16" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix29" element="matrixlamp" state="0">
- <bounds y="20" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix30" element="matrixlamp" state="0">
- <bounds y="24" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix31" element="matrixlamp" state="0">
- <bounds y="28" x="192" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix32" element="matrixlamp" state="0">
- <bounds y="0" x="196" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix33" element="matrixlamp" state="0">
- <bounds y="4" x="196" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix34" element="matrixlamp" state="0">
- <bounds y="8" x="196" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix35" element="matrixlamp" state="0">
- <bounds y="12" x="196" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix36" element="matrixlamp" state="0">
- <bounds y="16" x="196" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix37" element="matrixlamp" state="0">
- <bounds y="20" x="196" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix38" element="matrixlamp" state="0">
- <bounds y="24" x="196" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix39" element="matrixlamp" state="0">
- <bounds y="28" x="196" width="3" height="3"/>
- </backdrop>
-
-
- <backdrop name="matrix40" element="matrixlamp" state="0">
- <bounds y="0" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix41" element="matrixlamp" state="0">
- <bounds y="4" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix42" element="matrixlamp" state="0">
- <bounds y="8" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix43" element="matrixlamp" state="0">
- <bounds y="12" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix44" element="matrixlamp" state="0">
- <bounds y="16" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix45" element="matrixlamp" state="0">
- <bounds y="20" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix46" element="matrixlamp" state="0">
- <bounds y="24" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix47" element="matrixlamp" state="0">
- <bounds y="28" x="202" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix48" element="matrixlamp" state="0">
- <bounds y="0" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix49" element="matrixlamp" state="0">
- <bounds y="4" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix50" element="matrixlamp" state="0">
- <bounds y="8" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix51" element="matrixlamp" state="0">
- <bounds y="12" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix52" element="matrixlamp" state="0">
- <bounds y="16" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix53" element="matrixlamp" state="0">
- <bounds y="20" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix54" element="matrixlamp" state="0">
- <bounds y="24" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix55" element="matrixlamp" state="0">
- <bounds y="28" x="206" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix56" element="matrixlamp" state="0">
- <bounds y="0" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix57" element="matrixlamp" state="0">
- <bounds y="4" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix58" element="matrixlamp" state="0">
- <bounds y="8" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix59" element="matrixlamp" state="0">
- <bounds y="12" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix60" element="matrixlamp" state="0">
- <bounds y="16" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix61" element="matrixlamp" state="0">
- <bounds y="20" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix62" element="matrixlamp" state="0">
- <bounds y="24" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix63" element="matrixlamp" state="0">
- <bounds y="28" x="210" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix64" element="matrixlamp" state="0">
- <bounds y="0" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix65" element="matrixlamp" state="0">
- <bounds y="4" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix66" element="matrixlamp" state="0">
- <bounds y="8" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix67" element="matrixlamp" state="0">
- <bounds y="12" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix68" element="matrixlamp" state="0">
- <bounds y="16" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix69" element="matrixlamp" state="0">
- <bounds y="20" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix70" element="matrixlamp" state="0">
- <bounds y="24" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix71" element="matrixlamp" state="0">
- <bounds y="28" x="214" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix72" element="matrixlamp" state="0">
- <bounds y="0" x="218" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix73" element="matrixlamp" state="0">
- <bounds y="4" x="218" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix74" element="matrixlamp" state="0">
- <bounds y="8" x="218" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix75" element="matrixlamp" state="0">
- <bounds y="12" x="218" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix76" element="matrixlamp" state="0">
- <bounds y="16" x="218" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix77" element="matrixlamp" state="0">
- <bounds y="20" x="218" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix78" element="matrixlamp" state="0">
- <bounds y="24" x="218" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix79" element="matrixlamp" state="0">
- <bounds y="28" x="218" width="3" height="3"/>
- </backdrop>
-
-
- <backdrop name="matrix80" element="matrixlamp" state="0">
- <bounds y="0" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix81" element="matrixlamp" state="0">
- <bounds y="4" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix82" element="matrixlamp" state="0">
- <bounds y="8" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix83" element="matrixlamp" state="0">
- <bounds y="12" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix84" element="matrixlamp" state="0">
- <bounds y="16" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix85" element="matrixlamp" state="0">
- <bounds y="20" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix86" element="matrixlamp" state="0">
- <bounds y="24" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix87" element="matrixlamp" state="0">
- <bounds y="28" x="224" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix88" element="matrixlamp" state="0">
- <bounds y="0" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix89" element="matrixlamp" state="0">
- <bounds y="4" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix90" element="matrixlamp" state="0">
- <bounds y="8" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix91" element="matrixlamp" state="0">
- <bounds y="12" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix92" element="matrixlamp" state="0">
- <bounds y="16" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix93" element="matrixlamp" state="0">
- <bounds y="20" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix94" element="matrixlamp" state="0">
- <bounds y="24" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix95" element="matrixlamp" state="0">
- <bounds y="28" x="228" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix96" element="matrixlamp" state="0">
- <bounds y="0" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix97" element="matrixlamp" state="0">
- <bounds y="4" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix98" element="matrixlamp" state="0">
- <bounds y="8" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix99" element="matrixlamp" state="0">
- <bounds y="12" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix100" element="matrixlamp" state="0">
- <bounds y="16" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix101" element="matrixlamp" state="0">
- <bounds y="20" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix102" element="matrixlamp" state="0">
- <bounds y="24" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix103" element="matrixlamp" state="0">
- <bounds y="28" x="232" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix104" element="matrixlamp" state="0">
- <bounds y="0" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix105" element="matrixlamp" state="0">
- <bounds y="4" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix106" element="matrixlamp" state="0">
- <bounds y="8" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix107" element="matrixlamp" state="0">
- <bounds y="12" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix108" element="matrixlamp" state="0">
- <bounds y="16" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix109" element="matrixlamp" state="0">
- <bounds y="20" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix110" element="matrixlamp" state="0">
- <bounds y="24" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix111" element="matrixlamp" state="0">
- <bounds y="28" x="236" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix112" element="matrixlamp" state="0">
- <bounds y="0" x="240" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix113" element="matrixlamp" state="0">
- <bounds y="4" x="240" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix114" element="matrixlamp" state="0">
- <bounds y="8" x="240" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix115" element="matrixlamp" state="0">
- <bounds y="12" x="240" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix116" element="matrixlamp" state="0">
- <bounds y="16" x="240" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix117" element="matrixlamp" state="0">
- <bounds y="20" x="240" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix118" element="matrixlamp" state="0">
- <bounds y="24" x="240" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix119" element="matrixlamp" state="0">
- <bounds y="28" x="240" width="3" height="3"/>
- </backdrop>
-
-
- <backdrop name="matrix120" element="matrixlamp" state="0">
- <bounds y="0" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix121" element="matrixlamp" state="0">
- <bounds y="4" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix122" element="matrixlamp" state="0">
- <bounds y="8" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix123" element="matrixlamp" state="0">
- <bounds y="12" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix124" element="matrixlamp" state="0">
- <bounds y="16" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix125" element="matrixlamp" state="0">
- <bounds y="20" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix126" element="matrixlamp" state="0">
- <bounds y="24" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix127" element="matrixlamp" state="0">
- <bounds y="28" x="246" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix128" element="matrixlamp" state="0">
- <bounds y="0" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix129" element="matrixlamp" state="0">
- <bounds y="4" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix130" element="matrixlamp" state="0">
- <bounds y="8" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix131" element="matrixlamp" state="0">
- <bounds y="12" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix132" element="matrixlamp" state="0">
- <bounds y="16" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix133" element="matrixlamp" state="0">
- <bounds y="20" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix134" element="matrixlamp" state="0">
- <bounds y="24" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix135" element="matrixlamp" state="0">
- <bounds y="28" x="250" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix136" element="matrixlamp" state="0">
- <bounds y="0" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix137" element="matrixlamp" state="0">
- <bounds y="4" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix138" element="matrixlamp" state="0">
- <bounds y="8" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix139" element="matrixlamp" state="0">
- <bounds y="12" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix140" element="matrixlamp" state="0">
- <bounds y="16" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix141" element="matrixlamp" state="0">
- <bounds y="20" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix142" element="matrixlamp" state="0">
- <bounds y="24" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix143" element="matrixlamp" state="0">
- <bounds y="28" x="254" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix144" element="matrixlamp" state="0">
- <bounds y="0" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix145" element="matrixlamp" state="0">
- <bounds y="4" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix146" element="matrixlamp" state="0">
- <bounds y="8" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix147" element="matrixlamp" state="0">
- <bounds y="12" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix148" element="matrixlamp" state="0">
- <bounds y="16" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix149" element="matrixlamp" state="0">
- <bounds y="20" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix150" element="matrixlamp" state="0">
- <bounds y="24" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix151" element="matrixlamp" state="0">
- <bounds y="28" x="258" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix152" element="matrixlamp" state="0">
- <bounds y="0" x="262" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix153" element="matrixlamp" state="0">
- <bounds y="4" x="262" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix154" element="matrixlamp" state="0">
- <bounds y="8" x="262" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix155" element="matrixlamp" state="0">
- <bounds y="12" x="262" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix156" element="matrixlamp" state="0">
- <bounds y="16" x="262" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix157" element="matrixlamp" state="0">
- <bounds y="20" x="262" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix158" element="matrixlamp" state="0">
- <bounds y="24" x="262" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix159" element="matrixlamp" state="0">
- <bounds y="28" x="262" width="3" height="3"/>
- </backdrop>
-
- <!-- the rest of the elements tend to be used for 7-segs
- so render them as both -->
- <backdrop name="matrix160" element="matrixlamp" state="0">
- <bounds y="0" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix161" element="matrixlamp" state="0">
- <bounds y="4" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix162" element="matrixlamp" state="0">
- <bounds y="8" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix163" element="matrixlamp" state="0">
- <bounds y="12" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix164" element="matrixlamp" state="0">
- <bounds y="16" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix165" element="matrixlamp" state="0">
- <bounds y="20" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix166" element="matrixlamp" state="0">
- <bounds y="24" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix167" element="matrixlamp" state="0">
- <bounds y="28" x="280" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix168" element="matrixlamp" state="0">
- <bounds y="0" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix169" element="matrixlamp" state="0">
- <bounds y="4" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix170" element="matrixlamp" state="0">
- <bounds y="8" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix171" element="matrixlamp" state="0">
- <bounds y="12" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix172" element="matrixlamp" state="0">
- <bounds y="16" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix173" element="matrixlamp" state="0">
- <bounds y="20" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix174" element="matrixlamp" state="0">
- <bounds y="24" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix175" element="matrixlamp" state="0">
- <bounds y="28" x="284" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix176" element="matrixlamp" state="0">
- <bounds y="0" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix177" element="matrixlamp" state="0">
- <bounds y="4" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix178" element="matrixlamp" state="0">
- <bounds y="8" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix179" element="matrixlamp" state="0">
- <bounds y="12" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix180" element="matrixlamp" state="0">
- <bounds y="16" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix181" element="matrixlamp" state="0">
- <bounds y="20" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix182" element="matrixlamp" state="0">
- <bounds y="24" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix183" element="matrixlamp" state="0">
- <bounds y="28" x="288" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix184" element="matrixlamp" state="0">
- <bounds y="0" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix185" element="matrixlamp" state="0">
- <bounds y="4" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix186" element="matrixlamp" state="0">
- <bounds y="8" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix187" element="matrixlamp" state="0">
- <bounds y="12" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix188" element="matrixlamp" state="0">
- <bounds y="16" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix189" element="matrixlamp" state="0">
- <bounds y="20" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix190" element="matrixlamp" state="0">
- <bounds y="24" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix191" element="matrixlamp" state="0">
- <bounds y="28" x="292" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix192" element="matrixlamp" state="0">
- <bounds y="0" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix193" element="matrixlamp" state="0">
- <bounds y="4" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix194" element="matrixlamp" state="0">
- <bounds y="8" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix195" element="matrixlamp" state="0">
- <bounds y="12" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix196" element="matrixlamp" state="0">
- <bounds y="16" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix197" element="matrixlamp" state="0">
- <bounds y="20" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix198" element="matrixlamp" state="0">
- <bounds y="24" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix199" element="matrixlamp" state="0">
- <bounds y="28" x="296" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix200" element="matrixlamp" state="0">
- <bounds y="0" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix201" element="matrixlamp" state="0">
- <bounds y="4" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix202" element="matrixlamp" state="0">
- <bounds y="8" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix203" element="matrixlamp" state="0">
- <bounds y="12" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix204" element="matrixlamp" state="0">
- <bounds y="16" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix205" element="matrixlamp" state="0">
- <bounds y="20" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix206" element="matrixlamp" state="0">
- <bounds y="24" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix207" element="matrixlamp" state="0">
- <bounds y="28" x="300" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix208" element="matrixlamp" state="0">
- <bounds y="0" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix209" element="matrixlamp" state="0">
- <bounds y="4" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix210" element="matrixlamp" state="0">
- <bounds y="8" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix211" element="matrixlamp" state="0">
- <bounds y="12" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix212" element="matrixlamp" state="0">
- <bounds y="16" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix213" element="matrixlamp" state="0">
- <bounds y="20" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix214" element="matrixlamp" state="0">
- <bounds y="24" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix215" element="matrixlamp" state="0">
- <bounds y="28" x="304" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix216" element="matrixlamp" state="0">
- <bounds y="0" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix217" element="matrixlamp" state="0">
- <bounds y="4" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix218" element="matrixlamp" state="0">
- <bounds y="8" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix219" element="matrixlamp" state="0">
- <bounds y="12" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix220" element="matrixlamp" state="0">
- <bounds y="16" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix221" element="matrixlamp" state="0">
- <bounds y="20" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix222" element="matrixlamp" state="0">
- <bounds y="24" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix223" element="matrixlamp" state="0">
- <bounds y="28" x="308" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix224" element="matrixlamp" state="0">
- <bounds y="0" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix225" element="matrixlamp" state="0">
- <bounds y="4" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix226" element="matrixlamp" state="0">
- <bounds y="8" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix227" element="matrixlamp" state="0">
- <bounds y="12" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix228" element="matrixlamp" state="0">
- <bounds y="16" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix229" element="matrixlamp" state="0">
- <bounds y="20" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix230" element="matrixlamp" state="0">
- <bounds y="24" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix231" element="matrixlamp" state="0">
- <bounds y="28" x="312" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix232" element="matrixlamp" state="0">
- <bounds y="0" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix233" element="matrixlamp" state="0">
- <bounds y="4" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix234" element="matrixlamp" state="0">
- <bounds y="8" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix235" element="matrixlamp" state="0">
- <bounds y="12" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix236" element="matrixlamp" state="0">
- <bounds y="16" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix237" element="matrixlamp" state="0">
- <bounds y="20" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix238" element="matrixlamp" state="0">
- <bounds y="24" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix239" element="matrixlamp" state="0">
- <bounds y="28" x="316" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix240" element="matrixlamp" state="0">
- <bounds y="0" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix241" element="matrixlamp" state="0">
- <bounds y="4" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix242" element="matrixlamp" state="0">
- <bounds y="8" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix243" element="matrixlamp" state="0">
- <bounds y="12" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix244" element="matrixlamp" state="0">
- <bounds y="16" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix245" element="matrixlamp" state="0">
- <bounds y="20" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix246" element="matrixlamp" state="0">
- <bounds y="24" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix247" element="matrixlamp" state="0">
- <bounds y="28" x="320" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix248" element="matrixlamp" state="0">
- <bounds y="0" x="324" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix249" element="matrixlamp" state="0">
- <bounds y="4" x="324" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix250" element="matrixlamp" state="0">
- <bounds y="8" x="324" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix251" element="matrixlamp" state="0">
- <bounds y="12" x="324" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix252" element="matrixlamp" state="0">
- <bounds y="16" x="324" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix253" element="matrixlamp" state="0">
- <bounds y="20" x="324" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix254" element="matrixlamp" state="0">
- <bounds y="24" x="324" width="3" height="3"/>
- </backdrop>
- <backdrop name="matrix255" element="matrixlamp" state="0">
- <bounds y="28" x="324" width="3" height="3"/>
- </backdrop>
-
- <backdrop name="digit0" element="digit" state="0">
- <bounds x="180" y="64" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit1" element="digit" state="0">
- <bounds x="190" y="64" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit2" element="digit" state="0">
- <bounds x="200" y="64" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit3" element="digit" state="0">
- <bounds x="210" y="64" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit4" element="digit" state="0">
- <bounds x="220" y="64" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit5" element="digit" state="0">
- <bounds x="230" y="64" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit6" element="digit" state="0">
- <bounds x="240" y="64" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit7" element="digit" state="0">
- <bounds x="250" y="64" width="9" height="19"/>
- </backdrop>
-
- <backdrop name="digit8" element="digit" state="0">
- <bounds x="180" y="84" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit9" element="digit" state="0">
- <bounds x="190" y="84" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit10" element="digit" state="0">
- <bounds x="200" y="84" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit11" element="digit" state="0">
- <bounds x="210" y="84" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit12" element="digit" state="0">
- <bounds x="220" y="84" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit13" element="digit" state="0">
- <bounds x="230" y="84" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit14" element="digit" state="0">
- <bounds x="240" y="84" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit15" element="digit" state="0">
- <bounds x="250" y="84" width="9" height="19"/>
- </backdrop>
-
- <backdrop name="digit16" element="digit" state="0">
- <bounds x="180" y="104" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit17" element="digit" state="0">
- <bounds x="190" y="104" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit18" element="digit" state="0">
- <bounds x="200" y="104" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit19" element="digit" state="0">
- <bounds x="210" y="104" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit20" element="digit" state="0">
- <bounds x="220" y="104" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit21" element="digit" state="0">
- <bounds x="230" y="104" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit22" element="digit" state="0">
- <bounds x="240" y="104" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit23" element="digit" state="0">
- <bounds x="250" y="104" width="9" height="19"/>
- </backdrop>
+ </element>
+
+ <!-- these are typically the reel lamps, so duplicate them here -->
+ <element name="lamp32" ref="reellamp" state="0">
+ <bounds x="210" y="300" width="50" height="17"/>
+ </element>
+ <element name="lamp33" ref="reellamp" state="0">
+ <bounds x="210" y="317" width="50" height="17"/>
+ </element>
+ <element name="lamp34" ref="reellamp" state="0">
+ <bounds x="210" y="333" width="50" height="17"/>
+ </element>
+
+ <element name="lamp35" ref="reellamp" state="0">
+ <bounds x="260" y="300" width="50" height="17"/>
+ </element>
+ <element name="lamp36" ref="reellamp" state="0">
+ <bounds x="260" y="317" width="50" height="17"/>
+ </element>
+ <element name="lamp37" ref="reellamp" state="0">
+ <bounds x="260" y="333" width="50" height="17"/>
+ </element>
+
+ <element name="lamp48" ref="reellamp" state="0">
+ <bounds x="310" y="300" width="50" height="17"/>
+ </element>
+ <element name="lamp49" ref="reellamp" state="0">
+ <bounds x="310" y="317" width="50" height="17"/>
+ </element>
+ <element name="lamp50" ref="reellamp" state="0">
+ <bounds x="310" y="333" width="50" height="17"/>
+ </element>
+
+ <element name="lamp51" ref="reellamp" state="0">
+ <bounds x="210" y="360" width="50" height="17"/>
+ </element>
+ <element name="lamp52" ref="reellamp" state="0">
+ <bounds x="210" y="377" width="50" height="17"/>
+ </element>
+ <element name="lamp53" ref="reellamp" state="0">
+ <bounds x="210" y="393" width="50" height="17"/>
+ </element>
+
+ <element name="sreel1" ref="SteppersReel1" state="0">
+ <bounds x="210" y="300" width="50" height="50"/>
+ </element>
+ <element name="sreel2" ref="SteppersReel2" state="0">
+ <bounds x="260" y="300" width="50" height="50"/>
+ </element>
+ <element name="sreel3" ref="SteppersReel3" state="0">
+ <bounds x="310" y="300" width="50" height="50"/>
+ </element>
+
+ <element name="sreel4" ref="SteppersReel4" state="0">
+ <bounds x="210" y="360" width="50" height="50"/>
+ </element>
+ <element name="sreel5" ref="SteppersReel5" state="0">
+ <bounds x="260" y="360" width="50" height="50"/>
+ </element>
+ <element name="sreel6" ref="SteppersReel6" state="0">
+ <bounds x="310" y="360" width="50" height="50"/>
+ </element>
+
+
+ <repeat count="16">
+ <param name="s" start="0" increment="16" />
+ <param name="y" start="0" increment="8" />
+ <repeat count="16">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="8" />
+ <element name="lamp~n~" ref="matrixlamp" state="0">
+ <bounds x="~x~" y="~y~" width="7" height="7" />
+ </element>
+ </repeat>
+ </repeat>
+
+
+ <repeat count="4">
+ <param name="p" start="0" increment="40" />
+ <param name="b" start="180" increment="22" />
+ <repeat count="5">
+ <param name="s" start="~p~" increment="8" />
+ <param name="x" start="~b~" increment="4" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="y" start="0" increment="4" />
+ <element name="matrix~n~" ref="matrixlamp" state="0">
+ <bounds y="~y~" x="~x~" width="3" height="3" />
+ </element>
+ </repeat>
+ </repeat>
+ </repeat>
+
+
+ <!-- the rest of the elements tend to be used for 7-segs so render them as both -->
+ <repeat count="12">
+ <param name="s" start="160" increment="8" />
+ <param name="x" start="280" increment="4" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="y" start="0" increment="4" />
+ <element name="matrix~n~" ref="matrixlamp" state="0">
+ <bounds y="~y~" x="~x~" width="3" height="3" />
+ </element>
+ </repeat>
+ </repeat>
+
+ <repeat count="4">
+ <param name="s" start="0" increment="8" />
+ <param name="y" start="64" increment="20" />
+ <repeat count="8">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="180" increment="10" />
+ <element name="digit~n~" ref="digit" state="0">
+ <bounds x="~x~" y="~y~" width="9" height="19"/>
+ </element>
+ </repeat>
+ </repeat>
- <backdrop name="digit24" element="digit" state="0">
- <bounds x="180" y="124" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit25" element="digit" state="0">
- <bounds x="190" y="124" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit26" element="digit" state="0">
- <bounds x="200" y="124" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit27" element="digit" state="0">
- <bounds x="210" y="124" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit28" element="digit" state="0">
- <bounds x="220" y="124" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit29" element="digit" state="0">
- <bounds x="230" y="124" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit30" element="digit" state="0">
- <bounds x="240" y="124" width="9" height="19"/>
- </backdrop>
- <backdrop name="digit31" element="digit" state="0">
- <bounds x="250" y="124" width="9" height="19"/>
- </backdrop>
</view>
</mamelayout>
diff --git a/src/mame/video/bfm_dm01.cpp b/src/mame/video/bfm_dm01.cpp
index 6ff69ebdfc5..20737c5229d 100644
--- a/src/mame/video/bfm_dm01.cpp
+++ b/src/mame/video/bfm_dm01.cpp
@@ -60,13 +60,12 @@ DEFINE_DEVICE_TYPE(BFM_DM01, bfm_dm01_device, "bfm_dm01", "BFM Dotmatrix 01")
bfm_dm01_device::bfm_dm01_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, BFM_DM01, tag, owner, clock),
m_matrixcpu(*this, "matrix"),
- m_screen(*this, "dmd"),
- m_palette(*this, "palette_lcd"),
m_data_avail(0),
m_control(0),
m_xcounter(0),
m_busy(0),
m_comdata(0),
+ m_dotmatrix(*this, "dotmatrix%u", 0U),
m_busy_cb(*this)
{
for (auto & elem : m_segbuffer)
@@ -82,12 +81,7 @@ bfm_dm01_device::bfm_dm01_device(const machine_config &mconfig, const char *tag,
void bfm_dm01_device::device_start()
{
- if(!m_screen->started())
- throw device_missing_dependencies();
-
- if(!m_palette->started())
- throw device_missing_dependencies();
-
+ m_dotmatrix.resolve();
m_busy_cb.resolve_safe();
save_item(NAME(m_data_avail));
@@ -96,16 +90,9 @@ void bfm_dm01_device::device_start()
save_item(NAME(m_busy));
save_item(NAME(m_comdata));
- for (int i = 0; i < 65; i++)
- save_item(NAME(m_segbuffer), i);
-
- for (int i = 0; i < BYTES_PER_ROW; i++)
- save_item(NAME(m_scanline), i);
+ save_item(NAME(m_segbuffer));
- m_screen->register_screen_bitmap(m_tmpbitmap);
- m_palette->set_pen_color(0, rgb_t(0, 0, 0)); // background
- m_palette->set_pen_color(1, rgb_t(15, 1, 1)); // off dot
- m_palette->set_pen_color(2, rgb_t(255, 31, 31)); // on dot
+ save_item(NAME(m_scanline));
}
@@ -126,7 +113,7 @@ void bfm_dm01_device::device_reset()
///////////////////////////////////////////////////////////////////////////
-int bfm_dm01_device::read_data(void)
+int bfm_dm01_device::read_data()
{
int data = m_comdata;
@@ -182,12 +169,12 @@ void bfm_dm01_device::mux_w(uint8_t data)
{
g_profiler.start(PROFILER_USER2);
- if ( m_xcounter < BYTES_PER_ROW )
+ if (m_xcounter < BYTES_PER_ROW)
{
m_scanline[m_xcounter] = data;
m_xcounter++;
}
- if ( m_xcounter == 9 )
+ if (m_xcounter == 9)
{
int row = ((0xFF^data) & 0x7C) >> 2; // 7C = 000001111100
m_scanline[8] &= 0x80;//filter all other bits
@@ -210,14 +197,9 @@ void bfm_dm01_device::mux_w(uint8_t data)
p++;
}
- uint16_t* pix = &m_tmpbitmap.pix16(row*2);
- uint16_t* pix2 = &m_tmpbitmap.pix16((row*2)+1);
- for (int pos=0;pos<65;pos++)
+ for (int pos = 0; pos < 65; pos++)
{
- pix[0 + (pos * 2)] = m_segbuffer[(pos)]+1;
- pix[1 + (pos * 2)] = 0;
- pix2[0 + (pos * 2)] = 0;
- pix2[1 + (pos * 2)] = 0;
+ m_dotmatrix[pos + (65 * row)] = m_segbuffer[pos];
}
}
}
@@ -262,7 +244,7 @@ uint8_t bfm_dm01_device::unknown_r()
void bfm_dm01_device::unknown_w(uint8_t data)
{
- m_matrixcpu->set_input_line(INPUT_LINE_NMI, CLEAR_LINE ); //?
+ m_matrixcpu->set_input_line(INPUT_LINE_NMI, CLEAR_LINE); //?
}
///////////////////////////////////////////////////////////////////////////
@@ -278,14 +260,6 @@ void bfm_dm01_device::bfm_dm01_memmap(address_map &map)
}
-uint32_t bfm_dm01_device::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
-{
- copybitmap(bitmap, m_tmpbitmap, 0, 0, 0, 0, cliprect);
- return 0;
-}
-
-
-
INTERRUPT_GEN_MEMBER( bfm_dm01_device::nmi_line_assert )
{
m_matrixcpu->set_input_line(INPUT_LINE_NMI, ASSERT_LINE);
@@ -296,16 +270,6 @@ void bfm_dm01_device::device_add_mconfig(machine_config &config)
MC6809(config, m_matrixcpu, 8000000); // MC68B09CP (clock unknown)
m_matrixcpu->set_addrmap(AS_PROGRAM, &bfm_dm01_device::bfm_dm01_memmap);
m_matrixcpu->set_periodic_int(FUNC(bfm_dm01_device::nmi_line_assert), attotime::from_hz(1500)); /* generate 1500 NMI's per second ?? what is the exact freq?? */
-
- PALETTE(config, m_palette).set_entries(3);
-
- SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
- m_screen->set_refresh_hz(60);
- m_screen->set_vblank_time(ATTOSECONDS_IN_USEC(0));
- m_screen->set_size(65*2, 21*2);
- m_screen->set_visarea(0, 65*2-1, 0, 21*2-1);
- m_screen->set_screen_update(FUNC(bfm_dm01_device::screen_update));
- m_screen->set_palette(m_palette);
}
///////////////////////////////////////////////////////////////////////////
diff --git a/src/mame/video/bfm_dm01.h b/src/mame/video/bfm_dm01.h
index ccb8d41d5a1..9bb459ea5df 100644
--- a/src/mame/video/bfm_dm01.h
+++ b/src/mame/video/bfm_dm01.h
@@ -17,7 +17,6 @@ class bfm_dm01_device : public device_t
{
public:
bfm_dm01_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- ~bfm_dm01_device() {}
auto busy_callback() { return m_busy_cb.bind(); }
@@ -44,8 +43,6 @@ private:
static constexpr unsigned BYTES_PER_ROW = 9;
required_device<cpu_device> m_matrixcpu;
- required_device<screen_device> m_screen;
- required_device<palette_device> m_palette;
// internal state
int m_data_avail;
@@ -57,15 +54,12 @@ private:
uint8_t m_scanline[BYTES_PER_ROW];
uint8_t m_comdata;
+ output_finder<65 * 21> m_dotmatrix;
devcb_write_line m_busy_cb;
- int read_data(void);
-
- bitmap_ind16 m_tmpbitmap;
+ int read_data();
INTERRUPT_GEN_MEMBER(nmi_line_assert);
-
- uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
DECLARE_DEVICE_TYPE(BFM_DM01, bfm_dm01_device)